Book picks similar to
Symmetry and Spectroscopy: An Introduction to Vibrational and Electronic Spectroscopy by Daniel C. Harris
science
chemistry
textbooks
spectroscopy
Modern Epidemiology
Kenneth J. Rothman - 1986
Rothman's acclaimed Modern Epidemiology reflects the remarkable conceptual development of this evolving science and the engagement of epidemiologists with an increasing range of current public health concerns. This landmark work is the most comprehensive and cohesive text on the principles and methods of contemporary epidemiologic research.Coauthored by two leading epidemiologists, with 15 additional contributors, the Second Edition presents a much broader range of concepts and methods than Dr. Rothman's single-authored original edition. Coverage of basic measures and study types is more thorough and includes a new chapter on field methods. New chapters on advanced topics in data analysis, such as hierarchical regression, are also included. A new section covers specific areas of research such as infectious disease epidemiology, ecologic studies, disease surveillance, analysis of vital statistics, screening, clinical epidemiology, environmental and occupational epidemiology, reproductive and perinatal epidemiology, genetic epidemiology, and nutritional epidemiology.
Astronomy
Andrew Fraknoi - 2012
The book begins with relevant scientific fundamentals and progresses through an exploration of the solar system, stars, galaxies, and cosmology. The Astronomy textbook builds student understanding through the use of relevant analogies, clear and non-technical explanations, and rich illustrations. Mathematics is included in a flexible manner to meet the needs of individual instructors.
Organic Chemistry
Robert Thornton Morrison - 1959
Some chapters have been rewritten, making topics such as conjugation and nucleophilic substitution more accessible. Problems are provided which challenge the readers' understanding. read.
Here's Looking at Euclid: A Surprising Excursion Through the Astonishing World of Math
Alex Bellos - 2010
But, Alex Bellos says, "math can be inspiring and brilliantly creative. Mathematical thought is one of the great achievements of the human race, and arguably the foundation of all human progress. The world of mathematics is a remarkable place."Bellos has traveled all around the globe and has plunged into history to uncover fascinating stories of mathematical achievement, from the breakthroughs of Euclid, the greatest mathematician of all time, to the creations of the Zen master of origami, one of the hottest areas of mathematical work today. Taking us into the wilds of the Amazon, he tells the story of a tribe there who can count only to five and reports on the latest findings about the math instinct--including the revelation that ants can actually count how many steps they've taken. Journeying to the Bay of Bengal, he interviews a Hindu sage about the brilliant mathematical insights of the Buddha, while in Japan he visits the godfather of Sudoku and introduces the brainteasing delights of mathematical games.Exploring the mysteries of randomness, he explains why it is impossible for our iPods to truly randomly select songs. In probing the many intrigues of that most beloved of numbers, pi, he visits with two brothers so obsessed with the elusive number that they built a supercomputer in their Manhattan apartment to study it. Throughout, the journey is enhanced with a wealth of intriguing illustrations, such as of the clever puzzles known as tangrams and the crochet creation of an American math professor who suddenly realized one day that she could knit a representation of higher dimensional space that no one had been able to visualize. Whether writing about how algebra solved Swedish traffic problems, visiting the Mental Calculation World Cup to disclose the secrets of lightning calculation, or exploring the links between pineapples and beautiful teeth, Bellos is a wonderfully engaging guide who never fails to delight even as he edifies. "Here's Looking at Euclid "is a rare gem that brings the beauty of math to life.
The Knowledge: How to Rebuild Our World from Scratch
Lewis Dartnell - 2014
It has built on itself for centuries, becoming vast and increasingly specialized. Most of us are ignorant about the fundamental principles of the civilization that supports us, happily utilizing the latest—or even the most basic—technology without having the slightest idea of why it works or how it came to be. If you had to go back to absolute basics, like some sort of postcataclysmic Robinson Crusoe, would you know how to re-create an internal combustion engine, put together a microscope, get metals out of rock, accurately tell time, weave fibers into clothing, or even how to produce food for yourself? Regarded as one of the brightest young scientists of his generation, Lewis Dartnell proposes that the key to preserving civilization in an apocalyptic scenario is to provide a quickstart guide, adapted to cataclysmic circumstances. The Knowledge describes many of the modern technologies we employ, but first it explains the fundamentals upon which they are built. Every piece of technology rests on an enormous support network of other technologies, all interlinked and mutually dependent. You can’t hope to build a radio, for example, without understanding how to acquire the raw materials it requires, as well as generate the electricity needed to run it. But Dartnell doesn’t just provide specific information for starting over; he also reveals the greatest invention of them all—the phenomenal knowledge-generating machine that is the scientific method itself. This would allow survivors to learn technological advances not explicitly explored in The Knowledge as well as things we have yet to discover. The Knowledge is a brilliantly original guide to the fundamentals of science and how it built our modern world as well as a thought experiment about the very idea of scientific knowledge itself.
The Pragmatic Programmer: From Journeyman to Master
Andy Hunt - 1999
It covers topics ranging from personal responsibility and career development to architectural techniques for keeping your code flexible and easy to adapt and reuse. Read this book, and you'll learn how toFight software rot; Avoid the trap of duplicating knowledge; Write flexible, dynamic, and adaptable code; Avoid programming by coincidence; Bullet-proof your code with contracts, assertions, and exceptions; Capture real requirements; Test ruthlessly and effectively; Delight your users; Build teams of pragmatic programmers; and Make your developments more precise with automation. Written as a series of self-contained sections and filled with entertaining anecdotes, thoughtful examples, and interesting analogies,
The Pragmatic Programmer
illustrates the best practices and major pitfalls of many different aspects of software development. Whether you're a new coder, an experienced programmer, or a manager responsible for software projects, use these lessons daily, and you'll quickly see improvements in personal productivity, accuracy, and job satisfaction. You'll learn skills and develop habits and attitudes that form the foundation for long-term success in your career. You'll become a Pragmatic Programmer.
Effective Java
Joshua Bloch - 2001
The principal enhancement in Java 8 was the addition of functional programming constructs to Java's object-oriented roots. Java 7, 8, and 9 also introduced language features, such as the try-with-resources statement, the diamond operator for generic types, default and static methods in interfaces, the @SafeVarargs annotation, and modules. New library features include pervasive use of functional interfaces and streams, the java.time package for manipulating dates and times, and numerous minor enhancements such as convenience factory methods for collections. In this new edition of Effective Java, Bloch updates the work to take advantage of these new language and library features, and provides specific best practices for their use. Java's increased support for multiple paradigms increases the need for best-practices advice, and this book delivers. As in previous editions, each chapter consists of several "items," each presented in the form of a short, standalone essay that provides specific advice, insight into Java platform subtleties, and updated code examples. The comprehensive descriptions and explanations for each item illuminate what to do, what not to do, and why. Coverage includes:Updated techniques and best practices on classic topics, including objects, classes, methods, libraries, and generics How to avoid the traps and pitfalls of commonly misunderstood subtleties of the platform Focus on the language and its most fundamental libraries, such as java.lang and java.util
Algorithms
Robert Sedgewick - 1983
This book surveys the most important computer algorithms currently in use and provides a full treatment of data structures and algorithms for sorting, searching, graph processing, and string processing -- including fifty algorithms every programmer should know. In this edition, new Java implementations are written in an accessible modular programming style, where all of the code is exposed to the reader and ready to use.The algorithms in this book represent a body of knowledge developed over the last 50 years that has become indispensable, not just for professional programmers and computer science students but for any student with interests in science, mathematics, and engineering, not to mention students who use computation in the liberal arts.The companion web site, algs4.cs.princeton.edu contains An online synopsis Full Java implementations Test data Exercises and answers Dynamic visualizations Lecture slides Programming assignments with checklists Links to related material The MOOC related to this book is accessible via the "Online Course" link at algs4.cs.princeton.edu. The course offers more than 100 video lecture segments that are integrated with the text, extensive online assessments, and the large-scale discussion forums that have proven so valuable. Offered each fall and spring, this course regularly attracts tens of thousands of registrants.Robert Sedgewick and Kevin Wayne are developing a modern approach to disseminating knowledge that fully embraces technology, enabling people all around the world to discover new ways of learning and teaching. By integrating their textbook, online content, and MOOC, all at the state of the art, they have built a unique resource that greatly expands the breadth and depth of the educational experience.
The Theory of Everything: The Origin and Fate of the Universe
Stephen Hawking - 2002
"The Theory of Everything" presents the most complex theories, both past and present, of physics; yet it remains clear and accessible. It will enlighten readers and expose them to the rich history of scientific thought and the complexities of the universe in which we live.
Engineering Mechanics: Statics & Dynamics
Russell C. Hibbeler - 1992
The material is reinforced with numerous examples to illustrate principles and imaginative, well-illustrated problems of varying degrees of difficulty. The book is committed to developing users' problem-solving skills. Features new "Photorealistc" figures (approximately 400) that have been rendered in often 3D photo quality detail to appeal to visual learners. Presents a thorough combination of both static and dynamic engineering mechanics theory and applications. Features a large variety of problem types from a broad range of engineering disciplines, stressing practical, realistic situations encountered in professional practice, varying levels of difficulty, and problems that involve solution by computer. For professionals in mechanical engineering, civil engineering, aeronautical engineering, and engineering mechanics careers.
Human Sexuality
Roger R. Hock - 2009
Several versions of Pearson's MyLab & Mastering products exist for each title, including customized versions for individual schools, and registrations are not transferable. In addition, you may need a CourseID, provided by your instructor, to register for and use Pearson's MyLab & Mastering products. Packages Access codes for Pearson's MyLab & Mastering products may not be included when purchasing or renting from companies other than Pearson; check with the seller before completing your purchase. Used or rental books If you rent or purchase a used book with an access code, the access code may have been redeemed previously and you may have to purchase a new access code. Access codes Access codes that are purchased from sellers other than Pearson carry a higher risk of being either the wrong ISBN or a previously redeemed code. Check with the seller prior to purchase. -- Normal 0 false false false EN-US X-NONE X-NONE This access code card gives you access to all of MyPsychLab's tools and resources, including a complete eText of your book. You can also buy immediate access to MyPsychLab with Pearson eText online with a credit card at www.mypsychlab.com. "Choice, Awareness, Responsibility" "Human Sexuality, Third Edition," helps students develop and design their own sexual philosophy. Every chapter begins with actual student questions from the author's files during nearly 20 years of teaching the human sexuality course. Throughout each chapter the questions are answered and new ones are posed--encouraging students to think critically, analyze, and apply the material in personally relevant ways. Hock takes a psychosocial approach, infused with biological foundations throughout the text. The book focuses on topics that are most critical and of greatest relevance to students' personal lives and their interactions with others, and on how these topics affect them emotionally, psychologically, and interpersonally. This student-centered approach is incorporated into the text's discussions of all areas of sexuality: psychological, social and biological (including medical issues, sexual health, sexual anatomy and sexual physiology). Sensitivity to diverse groups, not only in terms of race and ethnicity, but also in terms if sexual orientation, age, sexual knowledge, and sexual experience allows all students to feel as comfortable and open about sexual topics as possible. Teaching & Learning Experience"Personalize Learning "The new MyPsychLab delivers proven results in helping students succeed, provides engaging experiences that personalize learning, and comes from a trusted partner with educational expertise and a deep commitment to helping students and instructors achieve their goals."Improve Critical Thinking" With features like Evaluating Sexual Research and Sexuality, Ethics, and the Law "Human Sexuality "encourages students to be critical and skeptical when confronted with sexuality research and information."Engage Students " An interpersonal approach and focus on helping students develop their own sexual philosophy connects course material to their real life decisions and behaviors."Explore Research" The most up-to-date, scientific research is included."Apply Your Knowledge " opportunities like self-tests and scenario-driven questions throughout the text give students a chance to think more deeply about the content presented and help them to relate the material to their own lives."Support Instructors "- An instructor s manual, Test Bank, MyTest, PowerPoints, teaching films, and class response systems provide instructors with the ultimate supplements package. "
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.
Sexuality Now: Embracing Diversity
Janell L. Carroll - 2004
Janell Carroll clearly conveys foundational biological and health issues, extensively cites both current and classic research, and addresses all material in a fresh and fun way; her book helps teach students what they need, and want, to know about sexuality. Her focus takes into account the social, religious, ethnic, racial, and cultural contexts of today's students. Dr. Carroll has used feedback from the first edition to add even further value to this popular title-streamlining student pedagogy and providing dynamic learning opportunities through Active Summaries at the end of chapters, a new online student tutorial, new video components, and content for Classroom Response Systems. This continues to be the text most representative of today's students, incorporating new sexual position art, a new pronunciation guide, and (for instructors) a new cross-cultural Slang Guide.
Solid State Electronic Devices
Ben G. Streetman - 1972
Students are brought to a level of understanding that will enable them to read much of the current literature on new devices and applications.