Discovering the Brain

Discovering the Brain

Author: National Academy of Sciences

Publisher: National Academies Press

Published: 1992-01-01

Total Pages: 195

ISBN-13: 0309045290

DOWNLOAD EBOOK

The brain ... There is no other part of the human anatomy that is so intriguing. How does it develop and function and why does it sometimes, tragically, degenerate? The answers are complex. In Discovering the Brain, science writer Sandra Ackerman cuts through the complexity to bring this vital topic to the public. The 1990s were declared the "Decade of the Brain" by former President Bush, and the neuroscience community responded with a host of new investigations and conferences. Discovering the Brain is based on the Institute of Medicine conference, Decade of the Brain: Frontiers in Neuroscience and Brain Research. Discovering the Brain is a "field guide" to the brainâ€"an easy-to-read discussion of the brain's physical structure and where functions such as language and music appreciation lie. Ackerman examines: How electrical and chemical signals are conveyed in the brain. The mechanisms by which we see, hear, think, and pay attentionâ€"and how a "gut feeling" actually originates in the brain. Learning and memory retention, including parallels to computer memory and what they might tell us about our own mental capacity. Development of the brain throughout the life span, with a look at the aging brain. Ackerman provides an enlightening chapter on the connection between the brain's physical condition and various mental disorders and notes what progress can realistically be made toward the prevention and treatment of stroke and other ailments. Finally, she explores the potential for major advances during the "Decade of the Brain," with a look at medical imaging techniquesâ€"what various technologies can and cannot tell usâ€"and how the public and private sectors can contribute to continued advances in neuroscience. This highly readable volume will provide the public and policymakersâ€"and many scientists as wellâ€"with a helpful guide to understanding the many discoveries that are sure to be announced throughout the "Decade of the Brain."


Methods of Behavior Analysis in Neuroscience

Methods of Behavior Analysis in Neuroscience

Author: Jerry J. Buccafusco

Publisher: CRC Press

Published: 2000-08-29

Total Pages: 341

ISBN-13: 1420041819

DOWNLOAD EBOOK

Using the most well-studied behavioral analyses of animal subjects to promote a better understanding of the effects of disease and the effects of new therapeutic treatments on human cognition, Methods of Behavior Analysis in Neuroscience provides a reference manual for molecular and cellular research scientists in both academia and the pharmaceutic


A Compendium of Neuropsychological Tests

A Compendium of Neuropsychological Tests

Author: Esther Strauss

Publisher: Oxford University Press, USA

Published: 2006

Total Pages: 1235

ISBN-13: 0195159578

DOWNLOAD EBOOK

This compendium gives an overview of the essential aspects of neuropsychological assessment practice. It is also a source of critical reviews of major neuropsychological assessment tools for the use of the practicing clinician.


Essentials of the California Verbal Learning Test

Essentials of the California Verbal Learning Test

Author: Thomas J. Farrer

Publisher: John Wiley & Sons

Published: 2020-04-09

Total Pages: 176

ISBN-13: 1119578604

DOWNLOAD EBOOK

Part of Wiley's Essentials of Psychological Assessment series, this book covers the administration, scoring, and interpretation of the CVLT-C, CVLT-II, and CVLT-3. Additionally, readers will find a discussion of the strengths and weaknesses of the assessment, a review of the CVLT's performance in clinical populations, and illustrative case reports. Each chapter ends with a Test Yourself section for enhanced learning. Essentials of the California Verbal Learning Test: CVLT-C, CVLT-2, & CVLT3 is a perfect resource for anyone who needs to understand and use the CVLT assessments.


Learning Test-Driven Development

Learning Test-Driven Development

Author: Saleem Siddiqui

Publisher: "O'Reilly Media, Inc."

Published: 2021-10-12

Total Pages: 280

ISBN-13: 109810644X

DOWNLOAD EBOOK

Your code is a testament to your skills as a developer. No matter what language you use, code should be clean, elegant, and uncluttered. By using test-driven development (TDD), you'll write code that's easy to understand, retains its elegance, and works for months, even years, to come. With this indispensable guide, you'll learn how to use TDD with three different languages: Go, JavaScript, and Python. Author Saleem Siddiqui shows you how to tackle domain complexity using a unit test-driven approach. TDD partitions requirements into small, implementable features, enabling you to solve problems irrespective of the languages and frameworks you use. With Learning Test-Driven Development at your side, you'll learn how to incorporate TDD into your regular coding practice. This book helps you: Use TDD's divide-and-conquer approach to tame domain complexity Understand how TDD works across languages, testing frameworks, and domain concepts Learn how TDD enables continuous integration Support refactoring and redesign with TDD Learn how to write a simple and effective unit test harness in JavaScript Set up a continuous integration environment with the unit tests produced during TDD Write clean, uncluttered code using TDD in Go, JavaScript, and Python