Pharmacology for Nursing Care


Richard A. Lehne - 1990
    It provides the background needed to understand related drugs currently on the market, as well as drugs yet to be released. In simplifying a complex subject, this text focuses on the essentials of pharmacology. Large print is used to show need-to-know information, and small print is used for nice to know material. At the end of each chapter, a summary of major nursing implications helps in applying the material to real-world situations. This edition includes a new companion CD-ROM featuring NCLEX(R) examination-style review questions, a variety of electronic calculators, and animations depicting drug mechanisms and effects.Uses a prototype drug approach that places a strong emphasis on understanding over memorization - equipping students with the knowledge to learn not only about related drugs currently on the market, but also about those drugs that will be released once the student begins practice.Summaries of Major Nursing Implications at the end of each chapter provide an in-depth look at assessment, implementation, and ongoing evaluations.Utilizes large print for essential information and small print for nice-to-know information to help both faculty and students focus their limited classroom and study time on understanding the essentials.Concise drug summary tables present detailed information on individual drugs, including class, generic and trade names, dosages, routes, and indications.Key Points at the end of each chapter summarize content in a bulleted format to help students review important concepts.Prototype drug discussions employ a clear and consistent format with separate headings for Mechanism of Action; Pharmacologic Effects; Pharmacokinetics; Therapeutic Uses; Adverse Effects; Drug Interactions; and Preparations, Dosage, and Administration.An attractive full-color design adds visual interest, highlights key information, and facilitates student learning.Drugs for Multiple Sclerosis and Drugs for Hemophilia chapters.Drugs for Erectile Dysfunction and Benign Prostatic Hyperplasia chapter covers newsworthy drugs such as Viagra and Levitra.Special Interest Topics boxes on current issues in pharmacology, such as Medication-Overuse Headache: Too Much of a Good Thing and Face Time with Botox.Adult Immunization appendix summarizes the latest information on immunizations.Numerous new illustrations show drug mechanisms and effects, and depict topics such as histologic changes in Alzheimer's disease and the movement of drugs following GI absorption.

The Art of Electronics


Paul Horowitz - 1980
    Widely accepted as the authoritative text and reference on electronic circuit design, both analog and digital, this book revolutionized the teaching of electronics by emphasizing the methods actually used by circuit designers -- a combination of some basic laws, rules of thumb, and a large bag of tricks. The result is a largely nonmathematical treatment that encourages circuit intuition, brainstorming, and simplified calculations of circuit values and performance. The new Art of Electronics retains the feeling of informality and easy access that helped make the first edition so successful and popular. It is an ideal first textbook on electronics for scientists and engineers and an indispensable reference for anyone, professional or amateur, who works with electronic circuits.

Action Research


Ernest T. Stringer - 1996
    Updated web links and expanded appendices provide cutting edge information on action research along with new case studies and examples.

Introduction to Mathematical Statistics


Robert V. Hogg - 1962
    Designed for two-semester, beginning graduate courses in Mathematical Statistics, and for senior undergraduate Mathematics, Statistics, and Actuarial Science majors, this text retains its ongoing features and continues to provide students with background material.

Solar Energy: The physics and engineering of photovoltaic conversion, technologies and systems


Arno Smets - 2016
    The book is also ideal for university and third-level physics or engineering courses on solar photovoltaics, with exercises to check students' understanding and reinforce learning. It is the perfect companion to the Massive Open Online Course (MOOC) on Solar Energy (DelftX, ET.3034TU) presented by co-author Arno Smets. The course is available in English on the nonprofit open source edX.org platform, and in Arabic on edraak.org. Over 100,000 students have already registered for these MOOCs.

The Elements of Computing Systems: Building a Modern Computer from First Principles


Noam Nisan - 2005
    The books also provides a companion web site that provides the toold and materials necessary to build the hardware and software.

Effective Python: 59 Specific Ways to Write Better Python


Brett Slatkin - 2015
    This makes the book random-access: Items are easy to browse and study in whatever order the reader needs. I will be recommending "Effective Python" to students as an admirably compact source of mainstream advice on a very broad range of topics for the intermediate Python programmer. " Brandon Rhodes, software engineer at Dropbox and chair of PyCon 2016-2017" It s easy to start coding with Python, which is why the language is so popular. However, Python s unique strengths, charms, and expressiveness can be hard to grasp, and there are hidden pitfalls that can easily trip you up. " Effective Python " will help you master a truly Pythonic approach to programming, harnessing Python s full power to write exceptionally robust and well-performing code. Using the concise, scenario-driven style pioneered in Scott Meyers best-selling "Effective C++, " Brett Slatkin brings together 59 Python best practices, tips, and shortcuts, and explains them with realistic code examples. Drawing on years of experience building Python infrastructure at Google, Slatkin uncovers little-known quirks and idioms that powerfully impact code behavior and performance. You ll learn the best way to accomplish key tasks, so you can write code that s easier to understand, maintain, and improve. Key features includeActionable guidelines for all major areas of Python 3.x and 2.x development, with detailed explanations and examples Best practices for writing functions that clarify intention, promote reuse, and avoid bugs Coverage of how to accurately express behaviors with classes and objects Guidance on how to avoid pitfalls with metaclasses and dynamic attributes More efficient approaches to concurrency and parallelism Better techniques and idioms for using Python s built-in modules Tools and best practices for collaborative development Solutions for debugging, testing, and optimization in order to improve quality and performance "

The Animator's Survival Kit


Richard Williams - 2001
    During his more than forty years in the business, Williams has been one of the true innovators, winning three Academy Awards and serving as the link between Disney's golden age of animation by hand and the new computer animation exemplified by Toy Story. Perhaps even more important, though, has been his dedication in passing along his knowledge to a new generation of animators so that they in turn could push the medium in new directions. In this book, based on his sold-out master classes in the United States and across Europe, Williams provides the underlying principles of animation that every animator--from beginner to expert, classic animator to computer animation whiz --needs. Urging his readers to "invent but be believable," he illustrates his points with hundreds of drawings, distilling the secrets of the masters into a working system in order to create a book that will become the standard work on all forms of animation for professionals, students, and fans.

Clean Code: A Handbook of Agile Software Craftsmanship


Robert C. Martin - 2007
    But if code isn't clean, it can bring a development organization to its knees. Every year, countless hours and significant resources are lost because of poorly written code. But it doesn't have to be that way. Noted software expert Robert C. Martin presents a revolutionary paradigm with Clean Code: A Handbook of Agile Software Craftsmanship . Martin has teamed up with his colleagues from Object Mentor to distill their best agile practice of cleaning code on the fly into a book that will instill within you the values of a software craftsman and make you a better programmer but only if you work at it. What kind of work will you be doing? You'll be reading code - lots of code. And you will be challenged to think about what's right about that code, and what's wrong with it. More importantly, you will be challenged to reassess your professional values and your commitment to your craft. Clean Code is divided into three parts. The first describes the principles, patterns, and practices of writing clean code. The second part consists of several case studies of increasing complexity. Each case study is an exercise in cleaning up code - of transforming a code base that has some problems into one that is sound and efficient. The third part is the payoff: a single chapter containing a list of heuristics and "smells" gathered while creating the case studies. The result is a knowledge base that describes the way we think when we write, read, and clean code. Readers will come away from this book understanding ‣ How to tell the difference between good and bad code‣ How to write good code and how to transform bad code into good code‣ How to create good names, good functions, good objects, and good classes‣ How to format code for maximum readability ‣ How to implement complete error handling without obscuring code logic ‣ How to unit test and practice test-driven development This book is a must for any developer, software engineer, project manager, team lead, or systems analyst with an interest in producing better code.

Linear Algebra Done Right


Sheldon Axler - 1995
    The novel approach taken here banishes determinants to the end of the book and focuses on the central goal of linear algebra: understanding the structure of linear operators on vector spaces. The author has taken unusual care to motivate concepts and to simplify proofs. For example, the book presents - without having defined determinants - a clean proof that every linear operator on a finite-dimensional complex vector space (or an odd-dimensional real vector space) has an eigenvalue. A variety of interesting exercises in each chapter helps students understand and manipulate the objects of linear algebra. This second edition includes a new section on orthogonal projections and minimization problems. The sections on self-adjoint operators, normal operators, and the spectral theorem have been rewritten. New examples and new exercises have been added, several proofs have been simplified, and hundreds of minor improvements have been made throughout the text.

SAT Prep Black Book: The Most Effective SAT Strategies Ever Published


Mike Barrett - 2013
    The Black Book doesn't include any vocabulary lists, and doesn't advise its readers to rely on math formulas.Instead, The SAT Prep Black Book teaches readers to approach the test the same way that Barrett trains his students. Barrett sees the SAT as a standardized instrument with a specific objective, and reasons that the test must observe certain design guidelines that follow from that unique objective. So this book explains to students how different types of SAT questions are actually written, from the perspective of the College Board: for each question type, Barrett explains the "big secret" of that question type, the rules and patterns that all questions of that type will follow, and, most importantly for readers, exactly how to attack the question type based on the inherent weaknesses of its particular rules and patterns.The book includes over 250 example solutions that demonstrate Barrett's approach against real SAT questions written by the College Board. In order to follow along, students will want a copy of the College Board's book "The Official SAT Study Guide," the source of the questions whose solutions appear in the Black Book.The overall lesson of the SAT Prep Black Book is that the SAT tests very basic concepts in very strange ways, so students should learn the unique habits of the test rather than cramming definitions and formulas. At 330 pages, the book is thorough and detailed in its analysis of the SAT.

Painting Beautiful Skin Tones with Color & Light: In Oil, Pastel and Watercolor


Chris Saper - 2001
    Inside you'll find guidelines for rendering accurate skin tones in a variety of media, including watercolor, oil and pastel.You'll begin with a review of the five essential painting elements (drawing, value, color, composition and edges), then learn how light and color influence the appearance of skin tones. Artist Chris Saper provides the advice and examples that make every lesson and technique easy to understand--immediately improving the quality of your work. You'll discover how to:Paint the four major skin color groups (Caucasian, African American, Asian and Hispanic)Refine these colors into dozens of possible variations within each groupSelect your palette and mix hues for clean, beautiful colorsDetermine the color and temperature of light that falls on your subjectPaint direct and indirect sunlight, artificial light and highlights of lightMaster the four elements that determine color in shadowUse photographic references when you can't paint directly from lifeYou'll also find seven step-by-step demonstrations and an appendix of sample color charts for each major skin type under a range of lighting variations. It's all you need to bring your portraits to life!

Beginning C++ Through Game Programming


Michael Dawson - 2004
    If you aspire to move from game player to game creator, it all starts with learning the fundamentals of C++ and game-programming basics. With BEGINNING C++ THROUGH GAME PROGRAMMING, FOURTH EDITION, you will find an up-to-date and thorough introduction to everything you need to get started—with no previous programming experience required. In the new fourth edition of this popular guide to learning C++, you will work with a complete program while learning each new concept and a game program at the end of each chapter. A final game project at the end of the book draws together everything you’ve learned. Written with the beginning programmer in mind, BEGINNING C++ THROUGH GAME PROGRAMMING, FOURTH EDITION is a great way to get started in game programming

Principles of Sedimentology and Stratigraphy


Sam Boggs Jr. - 1994
    It emphasizes the ways in which the study of sedimentary rocks is used to interpret depositional environments, changes in ancient sea level, and other intriguing aspects of Earth’s history.

Webster's New World Thesaurus


Charlton Grant Laird - 1971
    The last word on the right word includes new synonyms, new slang and colloquial expressions, new technical terms, and more.