Search Constraints
Number of results to display per page
Results for:
Year
2016
Remove constraint Year: 2016
Search Results
-
e-book
The founders of sociology in the United States wanted to make a difference. A central aim of the sociologists of the Chicago school was to use sociological knowledge to achieve social reform. A related aim of sociologists like Jane Addams, W.E.B. DuBois, and Ida B. Wells-Barnett and others since was to use sociological knowledge to understand and alleviate gender, racial, and class inequality. It is no accident that many sociology instructors and students are first drawn to sociology because they want to learn a body of knowledge that could help them make a difference in the world at large. Sociology: Understanding and Changing the Social World is designed for this audience. It presents a sociological understanding of society but also a sociological perspective on how to change society, while maintaining the structure and contents of the best mainstream texts. Several pedagogical features of the book convey the sociological perspective and change theme: Almost every chapter begins with a Social Issues in the News story from recent media coverage that recounts an event related to the chapter's topic and proceeds with thought-provoking discussion about the social issue related to the event. Additional discussion elsewhere in the chapter helps students understand the basis for this issue and related issues. This dual treatment of the news story will help students appreciate the relevance of sociology for newsworthy events and issues. Three types of boxes in almost every chapter reflect the U.S. founders' emphasis on sociology and social justice. The first box, Sociology Making a Difference, discusses a social issue related to the chapter's topic and shows how sociological insights and findings have been used, or could be used, to address the issue and achieve social reform. The second box, Learning from Other Societies, discusses the experience in another nation(s) regarding a social issue related to the chapter; this box helps students appreciate what has worked and not worked in other nations regarding the issue and thus better understand how social reform might be achieved in the United States. The third box, What Sociology Suggests, summarizes social policies grounded in sociological theory and research that hold strong potential for addressing issues discussed in the chapter. In addition, many chapters contain tables called Theory Snapshots. These tables provide a quick reference tool for students to understand the varying theoretical approaches to the sociological topic that the chapter is discussing. Finally, almost every chapter ends with a Using Sociology vignette that presents a hypothetical scenario concerning an issue or topic from the chapter and asks students to use the chapter's material in a decision-making role involving social change. These vignettes help students connect the chapter's discussion with real-life situations and, in turn, to better appreciate the relevance of sociological knowledge for social reform. Drawing on these features and other discussion throughout the book, a brief and unique final chapter, "Conclusion: Understanding and Changing the Social World,"sums up what students have learned about society and themselves and reviews the relevance of sociology for achieving social change. Sociology: Understanding and Changing the Social World makes sociology relevant for today's students by balancing traditional coverage with a fresh approach that ironically takes them back to sociology's American roots in the use of sociological knowledge for social reform.
-
e-book
This book is intended for a two-semester course in Economics taught out of the social sciences or business school. Principles of Economics aims to teach considerable range and depth of Economic concepts through an approachable style and methodology. The authors take a three-pronged approach to every chapter: The concept is covered with a “Heads Up” to ward off confusion, a real-world application for that concept, and a “You Try It” section to make sure students are staying on top of the concept.
-
e-book
This text is intended to provide an in-depth introduction to the key ideas in chemistry. We have designed the book to show how these ideas are developed from simple to complex systems and how they relate to each other. We consider three ideas central to an understanding of chemistry: the structure of matter, the properties of matter, and the energy changes involved in the reorganization of matter; all are connected by the interactions or forces that cause matter to interact. We aim to provide compelling reasons why you will find yourself wanting to learn chemistry and to illustrate what you will be able to do with this knowledge once you have learned it.
- Subjects:
- Chemistry
- Keywords:
- Chemistry Organic Chemistry Textbooks
- Resource Type:
- e-book
-
e-book
This textbook was born of a desire to contribute a viable, free, introductory Numerical Analysis textbook for instructors and students of mathematics. The ultimate goal of Tea Time Numerical Analysis is to be a complete, one-semester, single-pdf, downloadable textbook designed for mathematics classes. Now includes differential equations. Over 350 pages Over 1000 lines of code Over 200 figures Open source
- Subjects:
- Mathematics and Statistics
- Keywords:
- Textbooks Numerical analysis -- Data processing
- Resource Type:
- e-book
-
e-book
Principles of Microeconomics: Scarcity and Social Provisioning takes a pluralistic approach to the standard topics of an introductory microeconomics course. The text builds on the chiefly neoclassical material of the OpenStax Principles of Economics text, adding extensive content from heterodox economic thought. Emphasizing the importance of pluralism and critical thinking, the text presents the method and theory of neoclassical economics alongside critiques thereof and heterodox alternatives in both method and theory. This approach is taken from the outset of the text, where contrasting definitions of economics are discussed in the context of the various ways in which neoclassical and heterodox economists study the subject. The same approach–of theory and method, critique, and alternative theory theory and method–is taken in the study of consumption, production, and market exchange, as well as in the applied theory chapters. Historical and contemporary examples are given throughout, and both theory and application are presented with a balanced approach. This textbook will be of interest especially to instructors and students who wish to go beyond the traditional approach to the fundamentals of microeconomic theory, and explore the wider spectrum of economic thought. Instructors may contact Open Oregon Educational Resources for quiz question test banks associated with each chapter.
- Subjects:
- Economics
- Keywords:
- Microeconomics Textbooks
- Resource Type:
- e-book
-
e-book
Data structures and algorithms are among the most important inventions of the last 50 years, and they are fundamental tools software engineers need to know. But in my opinion, most of the books on these topics are too theoretical, too big, and too bottom-up: Too theoretical: Mathematical analysis of algorithms is based on simplifying assumptions that limit its usefulness in practice. Many presentations of this topic gloss over the simplifications and focus on the math. In this book I present the most practical subset of this material and eliminate the rest. Too big: Most books on these topics are at least 500 pages, and some are more than 1000. By focusing on the topics I think are most useful for software engineers, I kept this book under 250 pages. Too bottom-up: Many data structures books focus on how data structures work (the implementations), with less about how to use them (the interfaces). In this book, I go “top down”, starting with the interfaces. Readers learn to use the structures in the Java Collections Framework before getting into the details of how they work. Finally, many present this material out of context and without motivation: it’s just one damn data structure after another! I try to alleviate the boredom by organizing the topics around an application—web search—that uses data structures extensively, and is an interesting and important topic in its own right. This application also motivates some topics that are not usually covered in an introductory data structures class, including persistent data structures, with Redis, and streaming algorithms. This book also presents basic aspects of software engineering practice, including version control and unit testing. Each chapter ends with an exercise that allows readers to apply what they have learned. Each exercise includes automated tests that check the solution. And for most exercises, I present my solution at the beginning of the next chapter. This book is intended for college students in computer science and related fields, as well as professional software engineers, people training in software engineering, and people preparing for technical interviews. I assume that the reader knows Java at an intermediate level, but I explain some Java features along the way, and provide pointers to supplementary material. People who have read Think Java or Head First Java are prepared for this book.
- Subjects:
- Computing, Data Science and Artificial Intelligence
- Keywords:
- Java (Computer program language) Textbooks Data structures (Computer science)
- Resource Type:
- e-book
-
e-book
Most computer users have an incorrect, but useful, cognitive metaphor for computers in which the user says (or types or clicks) something and a mystical, almost intelligent or magical, behavior happens. It is not a stretch to describe computer users as believing computers follow the laws of magic, where some magic incantation is entered, and the computer responds with an expected, but magical, behavior. This magic computer does not actually exist. In reality computer are machines, and every action a computer performs reduces to a set of mechanical operations. In fact the first complete definition of a working computer was a mechanical machine designed by Charles Babbage in 1834, and would have run on steam power. Probably the biggest success of Computer Science (CS) in the 20th century was the development of abstractions that hide the mechanical nature of computers. The fact that average people use computers without ever considering that they are mechanistic is a triumph of CS designers. This purpose of this monograph is to break the abstract understanding of a computer, and to explain a computer's behavior in completely in mechanistic terms. It will deal specifically with the Central Processing Unit (CPU) of the computer, as this is where the magic happens. All other parts of a computer can be seen as just providing information for the CPU to operate on. This monograph will deal with a specific type of CPU, a one-address CPU, and will explain this CPU using only standard gates, specifically AND, OR, NOT, NAND and XOR gates, and 4 basic Integrated Circuits (ICs), the Decoder, Multiplexer, Adder, and Flip Flop. All of these gates and components can be described as mechanical transformations of input data to output data, and the overall CPU can then be seen as a mechanical device.
- Subjects:
- Computing, Data Science and Artificial Intelligence
- Keywords:
- Textbooks Computer science
- Resource Type:
- e-book
-
e-book
Enterprise Pharo is the third volume of the series, following Pharo by Example and Deep into Pharo. It covers enterprise libraries and frameworks, and in particular those useful for doing web development. The book is structured in five parts. The first part talks about simple web applications, starting with a minimal web application in chapter 1 on Teapot and then a tutorial on building a more complete web application in chapter 2. Part two deals with HTTP support in Pharo, talking about character encoding in chapter 3, about using Pharo as an HTTP Client (chapter 4) and server (chapter 5), and about using WebSockets (chapter 6).In the third part we discuss the handling of data for the application. Firstly we treat data that is in the form of comma-separated values (CSV) in chapter 7. Secondly and thirdly, we treat JSON (chapter 8) and its Smalltalk counterpart STON (chapter 9). Fourthly, serialization and deserialization of object graphs with Fuel is treated in chapter 10. Lastly, we discuss the Voyage persistence framework and persisting to MongoDB databases in chapter 11. Part four deals with the presentation layer. Chapter 12 shows how to use Mustache templates in Pharo, and chapter 13 talks about programmatic generationof CSS files. The documentation of applications could be written in Pillar, which is presented in chapter 14. How to generate PDF files from the application with Artefact is shown in chapter 15. The fifth part deals with deploying the web application. This is explained in chapter 16 that talks not only about how to build and run the application, but also other important topics like monitoring.
- Subjects:
- Computing, Data Science and Artificial Intelligence
- Keywords:
- Textbooks Application software -- Development Web site development -- Computer programs
- Resource Type:
- e-book
-
e-book
The exercises in this laboratory manual are designed to engage students in hand-on activities that reinforce their understanding of the microbial world. Topics covered include: staining and microscopy, metabolic testing, physical and chemical control of microorganisms, and immunology. The target audience is primarily students preparing for a career in the health sciences, however many of the topics would be appropriate for a general microbiology course as well.
- Subjects:
- Laboratory Techniques and Safety and Biology
- Keywords:
- Microbiology Laboratory manuals Textbooks
- Resource Type:
- e-book
-
e-book
This book was written to introduce students to assembly language programming in MIPS. As with all assemblylanguage programming texts, it covers basic operators and instructions, subprogram calling, loading andstoring memory, program control, and the conversion of the assembly language program into machine code. However this book was not written simply as a book on assembly language programming. The larger purposeof this text is to show how concepts in Higher Level Languages (HLL), such as Java or C/C++, arerepresented in assembly. By showing how program constructs from these HLL map into assembly, theconcepts will be easier to understand and use when the programmer implements programs in languages likeJava or C/C++. Concepts such as references and variables, registers, binary and Boolean operations, subprogram execution, memory types (heap, stack, and static), and array processing are covered to clarify thedecisions made when implementing HLL. Program control is presented using a mapping from structuredprograms in pseudo code to help students understand structured programming, and why it exists. Memoryaccess in assembly is presented to high light the difference between references (pointers) and values, and howthese impact HLL. This book has numerous code examples, and many problems at the end of each chapter, and it is appropriate for a class in Assembly Language, or as a extra resource for a class in Computer Organization.
- Subjects:
- Computing, Data Science and Artificial Intelligence
- Keywords:
- Computer programming Textbooks Assembly languages (Electronic computers) MIPS (Computer architecture)
- Resource Type:
- e-book