The Lives of a Cell: Notes of a Biology Watcher


Lewis Thomas - 1978
    

Clinical Textbook For Veterinary Technicians


Joanna M. Bassert - 1985
    The text contains helpful learning features, including introductions, boxed technician tips, and suggested readings - all written at a level appropriate for technicians.

An Introduction to Theories of Personality


B.R. Hergenhahn - 1980
    Thus, seminal theories representing the psychoanalytic, sociocultural, trait, learning, sociological and existential-humanistic paradigms are offered as different - yet equally valid - ways of approaching the study of personality. This approach - together with student-tested experiential exercises - not only introduces students to the rich history of psychology but to practical information that helps them understand theier own lives and their relationships with other people.

Kozier & Erb's Fundamentals of Nursing


Audrey Berman - 2007
    Hallmark features are a clear and accessible writing style, a focus on practical application with real-world examples and case studies, and an appropriate level of detail for beginners. The book is supported by a state-of-the art technology package to enhance the learning process. Provides the fundamentals of the nature of nursing, contemporary health care, health beliefs and practices, the nursing process, lifespan development issues, integral aspects of nursing, assessing health, and promoting psychosocial health and physiologic health. For Nurses and Health Care Professionals.

Brains: How They Seem to Work


Dale Purves - 2009
    Today, says Dale Purves, the dominant research agenda may have taken us as far as it can--and neuroscientists may be approaching a paradigm shift. In this highly personal book, Purves reveals how we got to this point and offers his notion of where neuroscience may be headed next. Purves guides you through a half-century of the most influential ideas in neuroscience and introduces the extraordinary scientists and physicians who created and tested them. Purves offers a critical assessment of the paths that neuroscience research has taken, their successes and their limitations, and then introduces an alternative approach for thinking about brains. Building on new research on visual perception, he shows why common ideas about brain networks can't be right and uncovers the factors that determine our subjective experience. The resulting insights offer a deeper understanding of what it means to be human. - Why we need a better conception of what brains are trying to do and how they do it Approaches to understanding the brain over the past several decades may be at an impasse - The surprising lessons that can be learned from what we see How complex neural processes owe more to trial-and-error experience than to logical principles - Brains--and the people who think about them Meet some of the extraordinary individuals who've shaped neuroscience - The -ghost in the machine- problem The ideas presented further undermine the concept of free will

Neuroanatomy


Alan R. Crossman - 1995
    It avoids overburdening the reader with topographical detail that is unnecessary for the medical student. Minimum assumptions are made of existing knowledge of the subject.'Key point' boxes for reinforcement and quick revision Glossary of important terms 'Clinical detail' boxes closely integrated with relevant neuroanatomyComplete revision and updating of text. Revision nad expansion of summary chapter, providing overview of entire subject. Clinical material updated to reflect current prevalence of neurological disease. Artwork entirely redrawn for improved clarity and closer integration with text.

HTML and CSS: Design and Build Websites


Jon Duckett - 2011
    Joining the professional web designers and programmers are new audiences who need to know a little bit of code at work (update a content management system or e-commerce store) and those who want to make their personal blogs more attractive. Many books teaching HTML and CSS are dry and only written for those who want to become programmers, which is why this book takes an entirely new approach. • Introduces HTML and CSS in a way that makes them accessible to everyone—hobbyists, students, and professionals—and it’s full-color throughout • Utilizes information graphics and lifestyle photography to explain the topics in a simple way that is engaging • Boasts a unique structure that allows you to progress through the chapters from beginning to end or just dip into topics of particular interest at your leisureThis educational book is one that you will enjoy picking up, reading, then referring back to. It will make you wish other technical topics were presented in such a simple, attractive and engaging way!

iGenetics: A Molecular Approach


Peter J. Russell - 2001
    Although molecular topics are presented first, instructors can assign the chapters in any sequence. Pedagogical features such as chapter-opening “Key Questions” and strategically placed “Keynotes” help readers to efficiently master genetic concepts. The Genetics Place Companion Website contains interactive iActivities and narrated animations that help readers visualize and understand processes and concepts that are illustrated in the book. Genetics: An Introduction, DNA: The Genetic Material, DNA Replication, Gene Control of Proteins, Gene Expression: Transcription,Gene Expression: Translation, DNA Mutation, DNA Repair, and Transposable Elements, Structural Genomics, Functional and Comparative Genomics, Recombinant DNA Technology, Mendelian Genetics, Chromosomal Basis of Inheritance, Extensions of and Deviations from Mendelian Genetic Principles, Genetic Mapping in Eukaryotes, Genetics of Bacteria and Bacteriophages, Variations in Chromosome Structure and Number, Regulation of Gene Expression in Bacteria and Bacteriophages, Regulation of Gene Expression in Eukaryotes, Genetic Analysis of Development, Genetics of Cancer, Quantitative Genetics, Population Genetics, Molecular Evolution Intended for those interested in learning the basics of genetics

Kinesiology of the Musculoskeletal System: Foundations for Physical Rehabilitation


Donald A. Neumann - 2002
    Kinesiology of the Musculoskeletal System is the most comprehensive, research-based, reader-friendly text on kinesiology ever published. Beautifully and abundantly illustrated in two-color, this dynamic, accessible resource presents complex scientific information in an approach designed to draw the reader in and explore the fundamental principles of kinesiology of the trunk and extremities as well as in relation to joints, muscles, and biomechanics.Comprehensive coverage - not only of kinesiology of the trunk and extremitites, but also of the underlaying principles of kinesiology with respect to joints, muscles and biomechanics - explains the 'why?' as well as the 'how?'A definitive chapter on the kinesiology of human gait!Clear and reader-friendly, which is great for study and revision for students of all levelsSpecial Focus boxes throughout the text provide abundant clinical examples and gives the students a chance to probe deeper into the topicTopics at a Glanceat the beginning of each chapter, allow students with less time to quickly locate the essential informationOver 550 superb line-drawings - making difficult kinesiologic concepts easier to graspAppendices include glossary of key terms - a handy reference toolThe author has many years of experience in physical therapy - specifically kinesiology - and is a teacher, clinician and researcher.

Homeopathic Medicine at Home: Natural Remedies for Everyday Ailments and Minor Injuries


Maesimund B. Panos - 1980
    A full pharmacopoeia of natural remedies for common ailments and injuries, it also contains sections on homeopathy for children and pets.It covers the history and use of homeopathy in the home. It covers a wide variety of aspects of illness and homeopathy and chapters cover the following:What is Homeopathy?A Homeopathic Physician at WorkYour Home Remedy KitWhat to Do for AccidentsIn Case of EmergencyHow to Prevent and Treat Colds, Coughs and EarachesRemedies for Stomach and Bowel ProblemsA Happier Baby with Homeopathic CareYour Growing ChildWhat Homeopathy Can Do for WomenKeeping Your Pets HealthyRemedies and their AbbreviationsMini-RepertoryMateria Medica

The C++ Programming Language


Bjarne Stroustrup - 1986
    For this special hardcover edition, two new appendixes on locales and standard library exception safety (also available at www.research.att.com/ bs/) have been added. The result is complete, authoritative coverage of the C++ language, its standard library, and key design techniques. Based on the ANSI/ISO C++ standard, The C++ Programming Language provides current and comprehensive coverage of all C++ language features and standard library components. For example:abstract classes as interfaces class hierarchies for object-oriented programming templates as the basis for type-safe generic software exceptions for regular error handling namespaces for modularity in large-scale software run-time type identification for loosely coupled systems the C subset of C++ for C compatibility and system-level work standard containers and algorithms standard strings, I/O streams, and numerics C compatibility, internationalization, and exception safety Bjarne Stroustrup makes C++ even more accessible to those new to the language, while adding advanced information and techniques that even expert C++ programmers will find invaluable.

The Norton Anthology of English Literature, Vol. F: The Twentieth Century & After


Stephen GreenblattGeorge M. Logan - 1999
    Under the direction of Stephen Greenblatt, General Editor, the editors have reconsidered all aspects of the anthology to make it an even better teaching tool.