The Science of Psychology: An Appreciative View


Laura A. King - 2007
    This book is built around the idea that students must study the discipline of psychology as a whole, that the sub-disciplines are intricately connected, and that human behavior is best understood by exploring its functioning state in addition to its potential dysfunctions.

The Elements of Style


William Strunk Jr. - 1918
    Throughout, the emphasis is on promoting a plain English style. This little book can help you communicate more effectively by showing you how to enliven your sentences.

Rain: A Natural and Cultural History


Cynthia Barnett - 2015
    Yet this is the first book to tell the story of rain. Cynthia Barnett's  Rain begins four billion years ago with the torrents that filled the oceans, and builds to the storms of climate change. It weaves together science—the true shape of a raindrop, the mysteries of frog and fish rains—with the human story of our ambition to control rain, from ancient rain dances to the 2,203 miles of levees that attempt to straitjacket the Mississippi River. It offers a glimpse of our "founding forecaster," Thomas Jefferson, who measured every drizzle long before modern meteorology. Two centuries later, rainy skies would help inspire Morrissey’s mopes and Kurt Cobain’s grunge. Rain is also a travelogue, taking readers to Scotland to tell the surprising story of the mackintosh raincoat, and to India, where villagers extract the scent of rain from the monsoon-drenched earth and turn it into perfume. Now, after thousands of years spent praying for rain or worshiping it; burning witches at the stake to stop rain or sacrificing small children to bring it; mocking rain with irrigated agriculture and cities built in floodplains; even trying to blast rain out of the sky with mortars meant for war, humanity has finally managed to change the rain. Only not in ways we intended. As climate change upends rainfall patterns and unleashes increasingly severe storms and drought, Barnett shows rain to be a unifying force in a fractured world. Too much and not nearly enough, rain is a conversation we share, and this is a book for everyone who has ever experienced it.

Mannahatta: A Natural History of New York City


Eric W. Sanderson - 2009
    It's difficult for us to imagine what he saw, but for more than a decade, landscape ecologist Eric Sanderson has been working to do just that. Mannahatta: A Natural History of New York City is the astounding result of those efforts, reconstructing, in words and images, the wild island that millions of New Yorkers now call home.By geographically matching an 18th-century map of Manhattan's landscape to the modern cityscape, combing through historical and archaeological records, and applying modern principles of ecology and computer modeling, Sanderson is able to re-create the forests of Times Square, the meadows of Harlem, and the wetlands of downtown. Filled with breathtaking illustrations that show what Manhattan looked like 400 years ago, Mannahatta is a groundbreaking work that gives readers not only a window into the past, but inspiration for green cities and wild places of the future

Botany: An Introduction to Plant Biology


James D. Mauseth - 1991
    The Topics And Chapters Are Organized In A Sequence That Is Easy To Follow, Beginning With The Most Familiar -- Structure -- And Proceeding To The Less Familiar -- Metabolism -- Then Finishing With Those Topics That Are Probably The Least Familiar To Most Beginning Students -- Genetics, Evolution, The Diversity Of Organisms, And Ecology.

Modern Operating Systems


Andrew S. Tanenbaum - 1992
    What makes an operating system modern? According to author Andrew Tanenbaum, it is the awareness of high-demand computer applications--primarily in the areas of multimedia, parallel and distributed computing, and security. The development of faster and more advanced hardware has driven progress in software, including enhancements to the operating system. It is one thing to run an old operating system on current hardware, and another to effectively leverage current hardware to best serve modern software applications. If you don't believe it, install Windows 3.0 on a modern PC and try surfing the Internet or burning a CD. Readers familiar with Tanenbaum's previous text, Operating Systems, know the author is a great proponent of simple design and hands-on experimentation. His earlier book came bundled with the source code for an operating system called Minux, a simple variant of Unix and the platform used by Linus Torvalds to develop Linux. Although this book does not come with any source code, he illustrates many of his points with code fragments (C, usually with Unix system calls). The first half of Modern Operating Systems focuses on traditional operating systems concepts: processes, deadlocks, memory management, I/O, and file systems. There is nothing groundbreaking in these early chapters, but all topics are well covered, each including sections on current research and a set of student problems. It is enlightening to read Tanenbaum's explanations of the design decisions made by past operating systems gurus, including his view that additional research on the problem of deadlocks is impractical except for "keeping otherwise unemployed graph theorists off the streets." It is the second half of the book that differentiates itself from older operating systems texts. Here, each chapter describes an element of what constitutes a modern operating system--awareness of multimedia applications, multiple processors, computer networks, and a high level of security. The chapter on multimedia functionality focuses on such features as handling massive files and providing video-on-demand. Included in the discussion on multiprocessor platforms are clustered computers and distributed computing. Finally, the importance of security is discussed--a lively enumeration of the scores of ways operating systems can be vulnerable to attack, from password security to computer viruses and Internet worms. Included at the end of the book are case studies of two popular operating systems: Unix/Linux and Windows 2000. There is a bias toward the Unix/Linux approach, not surprising given the author's experience and academic bent, but this bias does not detract from Tanenbaum's analysis. Both operating systems are dissected, describing how each implements processes, file systems, memory management, and other operating system fundamentals. Tanenbaum's mantra is simple, accessible operating system design. Given that modern operating systems have extensive features, he is forced to reconcile physical size with simplicity. Toward this end, he makes frequent references to the Frederick Brooks classic The Mythical Man-Month for wisdom on managing large, complex software development projects. He finds both Windows 2000 and Unix/Linux guilty of being too complicated--with a particular skewering of Windows 2000 and its "mammoth Win32 API." A primary culprit is the attempt to make operating systems more "user-friendly," which Tanenbaum views as an excuse for bloated code. The solution is to have smart people, the smallest possible team, and well-defined interactions between various operating systems components. Future operating system design will benefit if the advice in this book is taken to heart. --Pete Ostenson

Medical Terminology For Health Professions


Ann Ehrlich - 1988
    The See and Say pronunciation system makes pronouncing unfamiliar terms easy. Because word parts are integral to learning medical terminology, mastery of these "building blocks" is emphasized in every chapter. Organized by body system, chapters begin with an overview of the structures and functions of that system so you can relate these to the specialists, pathology, diagnostic, and treatment procedures that follow. Learning Exercises in each chapter offer a variety of formats that require written answers. Writing terms reinforces learning and provides practice to help master spelling and enhance comprehension.

American Earth: Environmental Writing Since Thoreau


Bill McKibben - 2008
    Classics of the environmental imagination—the essays of Henry David Thoreau, John Muir, and John Burroughs; Aldo Leopold’s A Sand County Almanac; Rachel Carson’s Silent Spring—are set against the inspiring story of an emerging activist movement, as revealed by newly uncovered reports of pioneering campaigns for conservation, passages from landmark legal opinions and legislation, and searing protest speeches. Here are some of America’s greatest and most impassioned writers, taking a turn toward nature and recognizing the fragility of our situation on earth and the urgency of the search for a sustainable way of life. Thought-provoking essays on overpopulation, consumerism, energy policy, and the nature of “nature” join ecologists’ memoirs and intimate sketches of the habitats of endangered species. The anthology includes a detailed chronology of the environmental movement and American environmental history, as well as an 80-page color portfolio of illustrations.

Starting Out with C++: From Control Structures Through Objects


Tony Gaddis - 2006
    Gaddis motivates the study of both programming skills and the C++ programming language by presenting all the details needed to understand the "how" and the "why"-but never losing sight of the fact that most beginners struggle with this material. His approach is both gradual and highly accessible, ensuring that students understand the logic behind developing high-quality programs. In Starting Out with C++: From Control Structures through Objects, Gaddis covers control structures, functions, arrays, and pointers before objects and classes. As with all Gaddis texts, clear and easy-to-read code listings, concise and practical real-world examples, and an abundance of exercises appear in every chapter. This text is intended for either a one-semester accelerated introductory course or a traditional two-semester sequence covering C++ programming. This edition is available with MyProgrammingLab, an innovative online homework and assessment tool. Through the power of practice and immediate personalized feedback, MyProgrammingLab helps students fully grasp the logic, semantics, and syntax of programming. � Note: If you are purchasing the standalone text or electronic version, MyProgrammingLab does not come automatically packaged with the text. To purchase MyProgrammingLab, please visit: myprogramminglab.com or you can purchase a package of the physical text + MyProgrammingLab by searching for ISBN 10: 0132774178 / ISBN 13: 9780132774178.� MyProgrammingLab is not a self-paced technology and should only be purchased when required by an instructor.

Markets and the Environment


Nathaniel O. Keohane - 2007
    It offers a clear overview of the fundamentals of environmental economics that will enable students and professionals to quickly grasp important concepts and to apply those concepts to real-world environmental problems. In addition, the book integrates normative, policy, and institutional issues at a principles level. Chapters examine: the benefits and costs of environmental protection, markets and market failure, natural resources as capital assets, and sustainability and economic development. Markets and the Environment is the second volume in the Foundations of Contemporary Environmental Studies Series, edited by James Gustave Speth. The series presents concise guides to essential subjects in the environmental curriculum, incorporating a problem-based approach to teaching and learning.

Organic Chemistry


Leroy G. Wade Jr. - 1987
    This text, organized with a traditional functional-group approach, applies the most modern teaching and pedagogical techniques to the study of organic chemistry. In a highly accessible fashion, this top-selling text bridges the gap between conceptual understanding and actual application - while strongly emphasizing the development of problem-solving skills. Additionally, it provides up-to-date aspects of spectroscopy, relevant photographs, and many applications to polymer chemistry integrated throughout the text.

The Organic Chem Lab Survival Manual: A Student's Guide to Techniques


James W. Zubrick - 1984
    The eighth edition has been revised to include updated coverage of NMR Spectroscopy and UV spectroscopy. New questions at the end of chapters reinforce the skills and techniques learned. Emphasis is placed on green chemistry in the lab, focusing on the more environmentally friendly materials that can be used. In addition, updated discussions are included on safety, distillation, gas chromatography, and liquid chromatography. This gives organic chemists the most up-to-date information to enhance their lab skills.

Horizons: Exploring the Universe


Michael A. Seeds - 1981
    To achieve this goal, they focuses on two central questions: "What Are We?" which highlights your place as a planet dweller in an evolving universe, guiding you to better understand where we came from and how we formed; and "How Do We Know?" which provides insights into how the process of science can teach us more about what we are.

Some We Love, Some We Hate, Some We Eat: Why It's So Hard to Think Straight About Animals


Hal Herzog - 2010
    Herzog’s groundbreaking research on animal rights activists, cockfighters, professional dog-show handlers, veterinary students, and biomedical researchers. Blending anthropology, behavioral economics, evolutionary psychology, and philosophy, Herzog carefully crafts a seamless narrative enriched with real-life anecdotes, scientific research, and his own sense of moral ambivalence.Alternately poignant, challenging, and laugh-out-loud funny, this enlightening and provocative book will forever change the way we look at our relationships with other creatures and, ultimately, how we see ourselves.

Global Problems and the Culture of Capitalism


Richard H. Robbins - 1998
    This third edition takes a student-oriented, problem-based approach, focusing on social problems, such as hunger, poverty, environmental devastation, disease, gender issues, and social conflict.