Epidemiology: An Introduction


Kenneth J. Rothman - 2002
    These areas of knowledge have converged into a modern theory of epidemiology that has been slow to penetrate into textbooks, particularly at the introductory level. Epidemiology: An Introduction closes the gap. It begins with a brief, lucid discussion of causal thinking and causal inference and then takes the reader through the elements of epidemiology, focusing on the measures of disease occurrence and causal effects. With these building blocks in place, the reader learns how to design, analyze and interpret problems that epidemiologists face, including confounding, the role of chance, and the exploration of interactions. All these topics are layered on the foundation of basic principles presented in simple language, with numerous examples and questions for further thought.

Good Germs, Bad Germs: Health and Survival in a Bacterial World


Jessica Snyder Sachs - 2007
    As a result, antibiotic resistance now ranks among the gravest medical problems of modern times. Good Germs, Bad Germs addresses not only this issue but also what has become known as the "hygiene hypothesis"-- an argument that links the over-sanitation of modern life to now-epidemic increases in immune and other disorders. In telling the story of what went terribly wrong in our war on germs, Jessica Snyder Sachs explores our emerging understanding of the symbiotic relationship between the human body and its resident microbes--which outnumber its human cells by a factor of nine to one! The book also offers a hopeful look into a future in which antibiotics will be designed and used more wisely, and beyond that, to a day when we may replace antibacterial drugs and cleansers with bacterial ones--each custom-designed for maximum health benefits.

Starting Out with Java: From Control Structures Through Objects


Tony Gaddis - 2009
    If you wouldlike to purchase both the physical text and MyProgrammingLab search for ISBN-10: 0132989999/ISBN-13: 9780132989992. That packageincludes ISBN-10: 0132855836/ISBN-13: 9780132855839 and ISBN-10: 0132891557/ISBN-13: 9780132891554. MyProgrammingLab should only be purchased when required by an instructor. In "Starting Out with Java: From Control Structures through Objects", Gaddis covers procedural programming control structures and methods before introducing object-oriented programming. 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. "

The Idea of the Brain: The Past and Future of Neuroscience


Matthew Cobb - 2020
    Yet, despite the astonishing discoveries of science, we still have only the vaguest idea of how the brain works. In The Idea of the Brain, scientist and historian Matthew Cobb traces how our conception of the brain has evolved over the centuries. Although it might seem to be a story of ever-increasing knowledge of biology, Cobb shows how our ideas about the brain have been shaped by each era's most significant technologies. Today we might think the brain is like a supercomputer. In the past, it has been compared to a telegraph, a telephone exchange, or some kind of hydraulic system. What will we think the brain is like tomorrow, when new technology arises? The result is an essential read for anyone interested in the complex processes that drive science and the forces that have shaped our marvelous brains.

Fundamentals of Physics, Chapters 1 - 21, Enhanced Problems Version


David Halliday - 2000
    This newest edition expands on the strengths of earlier versions, helping students bridge the gap between concepts and reasoning. Students are shown, rather than told about, how physics works and are given the opportunity to apply concepts to real-world problems. Each chapter and concept has been scrutinized to ensure clarity, currency, and accuracy while checkpoints, problem solving tactics, and sample problems help students make sense of new concepts. As always, Fundamentals of Physics covers every aspect of basic physics, from force and motion to relativity and will prepare today's students to be tomorrow's scientists.

Handbook Of General Anatomy


B.D. Chaurasia
    2 joints. 3 muscles. 4 cardiovascular system. 5 lymphatic system. 6 nervous system. 7 skin and fasciae. 8 connective tissue, ligaments and raphe. 9 principles of radiography. 10 anatomical word meanings and historical names.

Concepts of Modern Physics


Arthur Beiser - 2002
    Focusing on the ideas, this book considers relativity and quantum ideas to provide a framework for understanding the physics of atoms and nuclei.

Fundamentals of Biochemistry: Life at the Molecular Level


Donald Voet - 1998
    It is written to impart a sense of intellectual history of biochemistry, an understanding of the tools and approaches used to solve biochemical puzzles, and a hint of the excitement that accompanies new discoveries. This edition has been thoroughly updated to reflect the most recent advances in biochemistry, particularly in the areas of genomics and structural biology. A new chapter focuses on cytoskeletal and motor proteins, currently one of the most active areas of research in biochemistry.

Think: A Compelling Introduction to Philosophy


Simon Blackburn - 1999
    Written expressly for "anyone who believes there are big questions out there, but does not know how to approach them," Think provides a sound framework for exploring the most basic themes of philosophy, and for understanding how major philosophers have tackled the questions that have pressed themselves most forcefully on human consciousness.

Microbiology


Lansing M. Prescott - 2004
    This title is suitable for students preparing for careers in medicine, dentistry, nursing, and allied health, as well as research, teaching, and industry.

Anatomy and Physiology


J. Gordon BettsMark Womble - 2013
    The book is organized by body system and covers standard scope and sequence requirements. Its lucid text, strategically constructed art, career features, and links to external learning tools address the critical teaching and learning challenges in the course. The web-based version of Anatomy and Physiology also features links to surgical videos, histology, and interactive diagrams.

Health Psychology


Shelley E. Taylor - 2008
    It provides explanations of biological, psychological and social factors in health issues, reinforced with case studies.

The Biology of Cancer


Robert A. Weinberg - 2006
    Book by Weinberg, Robert A.

Microbiology: A Systems Approach


Marjorie Kelly Cowan - 2000
    It has become known for its engaging writing style, instructional art program and focus on active learning. We are so excited to offer a robust learning program with student-focused learning activities, allowing the student to manage their learning while you easily manage their assessment. Detailed reports show how your assignments measure various learning objectives from the book (or input your own!), levels of Bloom's Taxonomy or other categories, and how your students are doing. The Cowan Learning program will save you time and improve your student's success in this course.

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