Search Constraints
Number of results to display per page
Results for:
Year
2009
Remove constraint Year: 2009
Search Results
-
Video
Psychologist Philip Zimbardo says happiness and success are rooted in a trait most of us disregard: the way we orient toward the past, present and future. He suggests we calibrate our outlook on time as a first step to improving our lives.
- Subjects:
- Psychology
- Keywords:
- Self Control Time -- Psychological aspects
- Resource Type:
- Video
-
Video
At his carpet company, Ray Anderson has increased sales and doubled profits while turning the traditional "take / make / waste" industrial system on its head. In a gentle, understated way, he shares a powerful vision for sustainable commerce.
- Subjects:
- Management and Marketing
- Keywords:
- Leadership Sustainable development Business -- Environmental aspects Industrial management
- Resource Type:
- Video
-
Others
In this course, it covers the topic of : Metallurgy of Steel Steel Structures subjected to fire State Design Tension Members Compression Members Beams Beam Columns
- Course related:
- CSE30311 Design of Steel Structures
- Subjects:
- Structural Engineering
- Keywords:
- Building Iron steel Steel Structural
- Resource Type:
- Others
-
Video
To register for the Justice MOOC hosted on edx.org, please visit https://www.edx.org/course/justice-2 Part One: The Moral Side of Murder If you had to choose between (1) killing one person to save the lives of five others and (2) doing nothing even though you knew that five people would die right before your eyes if you did nothing—what would you do? What would be the right thing to do? Thats the hypothetical scenario Professor Michael Sandel uses to launch his course on moral reasoning. After the majority of students votes for killing the one person in order to save the lives of five others, Sandel presents three similar moral conundrums—each one artfully designed to make the decision more difficult. As students stand up to defend their conflicting choices, it becomes clear that the assumptions behind our moral reasoning are often contradictory, and the question of what is right and what is wrong is not always black and white. Part Two: The Case for Cannibalism Sandel introduces the principles of utilitarian philosopher, Jeremy Bentham, with a famous nineteenth century legal case involving a shipwrecked crew of four. After nineteen days lost at sea, the captain decides to kill the weakest amongst them, the young cabin boy, so that the rest can feed on his blood and body to survive. The case sets up a classroom debate about the moral validity of utilitarianism—and its doctrine that the right thing to do is whatever produces "the greatest good for the greatest number."
- Course related:
- CSE40419 Engineers in Society and APSS4541 Justice and the Modern Social Context
- Subjects:
- Sociology
- Keywords:
- Justice Social justice
- Resource Type:
- Video
-
e-book
Most books that use MATLAB are aimed at readers who know how to program. This book is for people who have never programmed before. As a result, the order of presentation is unusual. The book starts with scalar values and works up to vectors and matrices very gradually. This approach is good for beginning programmers, because it is hard to understand composite objects until you understand basic programming semantics. But there are problems: The MATLAB documentation is written in terms of matrices, and so are the error messages. To mitigate this problem, the book explains the necessary vocabulary early and deciphers some of the messages that beginners find confusing. Many of the examples in the first half of the book are non-standard MATLAB. I address this problem in the second half by translating the examples into a more idiomatic style. The book puts a lot of emphasis on functions, in part because they are an important tool for controlling program complexity, and also because they are useful for working with MATLAB tools like fzero and ode45. I assume that readers know calculus, differential equations, and physics, but not linear algebra. I explain the math as I go along, but the descriptions might not be enough for someone who hasn't seen the material before. There are small exercises within each chapter, and a few larger exercises at the end of some chapters.
- Subjects:
- Computing, Data Science and Artificial Intelligence
- Keywords:
- MATLAB Textbooks Computers
- Resource Type:
- e-book
-
e-book
Process controls is a mixture between the statistics and engineering discipline that deals with the mechanism, architectures, and algorithms for controlling a process. Some examples of controlled processes are: •Controlling the temperature of a water stream by controlling the amount of steam added to the shell of a heat exchanger. •Operating a jacketed reactor isothermally by controlling the mixture of cold water and steam that flows through the jacket of a jacketed reactor. •Maintaining a set ratio of reactants to be added to a reactor by controlling their flow rates. •Controlling the height of fluid in a tank to ensure that it does not overflow.
- Subjects:
- Chemistry
- Keywords:
- Chemical process control Chemical processes Textbooks
- Resource Type:
- e-book
-
e-book
This book was written for an experimental freshman course at the University of Colorado. The course is now an elective that the majority of our electrical and computer engineering students take in the second semester of their freshman year, just before their first circuits course. Our department decided to offer this course for several reasons: we wanted to pique student' interest in engineering by acquainting them with engineering teachers early in their university careers and by providing with exposure to the types of problems that electrical and computer engineers are asked to solve; we wanted students entering the electrical and computer engineering programs to be prepared in complex analysis, phasors, and linear algebra, topics that are of fundamental importance in our discipline; we wanted students to have an introduction to a software application tool, such as MATLAB, to complete their preparation for practical and efficient computing in their subsequent courses and in their professional careers; we wanted students to make early contact with advanced topics like vector graphics, filtering, and binary coding so that they would gain a more rounded picture of modern electrical and computer engineering. In order to introduce this course, we had to sacrifice a second semester of Pascal programming. We concluded that the sacrifice was worth making because we found that most of our students were prepared for high-level language computing after just one semester of programming. We believe engineering educators elsewhere are reaching similar conclusions about their own students and curriculums. We hope this book helps create a much needed dialogue about curriculum revision and that it leads to the development of similar introductory courses that encourage students to enter and practice our craft.Students electing to take this course have completed one semester of calculus, computer programming, chemistry, and humanities. Concurrently with this course, students take physics and a second semester of calculus, as well as a second semester in the humanities. By omitting the advanced topics marked by asterisks, we are able to cover Complex Numbers through Linear Algebra, plus two of the three remaining chapters. The book is organized so that the instructor can select any two of the three. If every chapter of this book is covered, including the advanced topics, then enough material exists for a two-semester course. The first three chapters of this book provide a fairly complete coverage of complex numbers, the functions e^x and e^jand phasors. Our department philosophy is that these topics must be understood if a student is to succeed in electrical and computer engineering. These three chapters may also be used as a supplement to a circuits course. A measured pace of presentation, taking between sixteen and eighteen lectures, is sufficient to cover all but the advanced sections in Complex Numbers through Phasors. The chapter on "linear algebra" is prerequisite for all subsequent chapters. We use eight to ten lectures to cover it. We devote twelve to sixteen lectures to cover topics from Vector Graphics through Binary Codes. (We assume a semester consisting of 42 lectures and three exams.) The chapter on vector graphics applies the linear algebra learned in the previous chapter to the problem of translating, scaling, and rotating images. "Filtering" introduces the student to basic ideas in averaging and filtering. The chapter on "Binary Codes" covers the rudiments of binary coding, including Huffman codes and Hamming codes. If the users of this book find "Vector Graphics" through "Binary Codes" too confining, we encourage them to supplement the essential material in "Complex Numbers" through "Linear Algebra" with their own course notes on additional topics. Within electrical and computer engineering there are endless possibilities. Practically any set of topics that can be taught with conviction and enthusiasm will whet the student's appetite. We encourage you to write to us or to our editor, Tom Robbins, about your ideas for additional topics. We would like to think that our book and its subsequent editions will have an open architecture that enables us to accommodate a wide range of student and faculty interests. Throughout this book we have used MATLAB programs to illustrate key ideas. MATLAB is an interactive, matrix-oriented language that is ideally suited to circuit analysis, linear systems, control theory, communications, linear algebra, and numerical analysis. MATLAB is rapidly becoming a standard software tool in universities and engineering companies. (For more information about MATLAB, return the attached card in the back of this book to The MathWorks, Inc.) MATLAB programs are designed to develop the student's ability to solve meaningful problems, compute, and plot in a high-level applications language. Our students get started in MATLAB by working through “An Introduction to MATLAB,” while seated at an IBM PC (or look-alike) or an Apple Macintosh. We also have them run through the demonstration programs in "Complex Numbers". Each week we give three classroom lectures and conduct a one-hour computer lab session. Students use this lab session to hone MATLAB skills, to write programs, or to conduct the numerical experiments that are given at the end of each chapter. We require that these experiments be carried out and then reported in a short lab report that contains (i) introduction, (ii) analytical computations, (iii) computer code, (iv) experimental results, and (v) conclusions. The quality of the numerical results and the computer graphics astonishes students. Solutions to the chapter problems are available from the publisher for instructors who adopt this text for classroom use. We wish to acknowledge our late colleague Richard Roberts, who encouraged us to publish this book, and Michael Lightner and Ruth Ravenel, who taught "Linear Algebra" and "Vector Graphics" and offered helpful suggestions on the manuscript. We thank C. T. Mullis for allowing us to use his notes on binary codes to guide our writing of "Binary Codes". We thank Cédric Demeure and Peter Massey for their contributions to the writing of "An Introduction to MATLAB" and "The Edix Editor". We thank Tom Robbins, our editor at Addison-Wesley, for his encouragement, patience, and many suggestions. We are especially grateful to Julie Fredlund, who composed this text through many drafts and improved it in many ways. We thank her for preparing an excellent manuscript for production.
- Subjects:
- Computing, Data Science and Artificial Intelligence and Electrical Engineering
- Keywords:
- MATLAB Textbooks Computer engineering Electrical engineering
- Resource Type:
- e-book
-
e-book
Genre studies and genre approaches to literacy instruction continue to develop in many regions and from a widening variety of approaches. Genre has provided a key to understanding the varying literacy cultures of regions, disciplines, professions and educational settings. Genre in a Changing World,edited by Charles Bazerman, Adair Bonini, and Débora Figueiredo,provides a wide-ranging sampler of the remarkable variety of current work. The twenty-four chapters in this volume, reflecting the work of scholars in Europe, Australasia, North and South America, were selected from more than 400 presentations at SIGET IV (the Fourth International Symposium on Genre Studies), held on the campus of UNISUL in Tubarão, Santa Catarina, Brazil in August 2007—the largest gathering on genre to that date. The chapters also represent a wide variety of approaches including rhetoric, Systemic Functional Linguistics, media and critical cultural studies, sociology, phenomenology, enunciation theory, the Geneva school of educational sequences, cognitive psychology, relevance theory, sociocultural psychology, activity theory, Gestalt psychology, and schema theory. Sections are devoted to theoretical issues, studies of genres in the professions, studies of genre and media, teaching and learning genre, and writing across the curriculum. The broad selection of material in this volume displays the full range of contemporary genre studies and sets the ground for a next generation of work.
- Subjects:
- English Language
- Keywords:
- Language arts -- Correlation with content subjects Report writing -- Study teaching English language -- Rhetoric -- Study teaching Textbooks
- Resource Type:
- e-book
-
e-book
This book presents standard intermediate microeconomics material and some material that, in the authors' view, ought to be standard but is not. Introductory economics material is integrated. Standard mathematical tools, including calculus, are used throughout. The book easily serves as an intermediate microeconomics text, and can be used for a relatively sophisticated undergraduate who has not taken a basic university course in economics. The focus of this book is on the conceptual tools and not on fluff. As such, it reflects the approach actually adopted by the majority of economists for understanding economic activity. There are lots of models and equations, and no pictures of economists ;-) Economic analysis is used in many situations. When British Petroleum sets the price for Alaskan crude oil, it uses an estimated demand model, both for gasoline consumers and also for the refineries to which BP sells. Economic analysis was used by experts in the antitrust suit brought by the U.S. Department of Justice both to understand Microsoft's incentive to foreclose (eliminate from the market) rival Netscape and consumer behavior in the face of alleged foreclosure. Stock market analysts use economic models to forecast the profits of companies to predict the price of their stocks. When the government forecasts the budget deficit or considers a change in environmental regulations, it uses economic models. This book presents the building blocks of the models in common use by an army of economists thousands of times per day. This book, plus econometrics, provides most of the economic analysis tools to take upper division economics courses of any type.
-
e-book
This is a short introduction to the fundamentals of real analysis. Although the prerequisites are few, I have written the text assuming the reader has the level of mathematical maturity of one who has completed the standard sequence of calculus courses, has had some exposure to the ideas of mathematical proof (including induction), and has an acquaintance with such basic ideas as equivalence relations and the elementary algebraic properties of the integers.
- Subjects:
- Mathematics and Statistics
- Keywords:
- Textbooks Mathematical analysis
- Resource Type:
- e-book
- « Previous
- Next »
- 1
- 2
- 3
- 4