Book picks similar to
Concepts of Modern Catalysis and Kinetics by I. Chorkendorff
academic
auniversity-courses
reference
repository
Medical Physiology [with Student Consult Online Access]
Walter F. Boron - 2002
The most up-to-date and beautifully illustrated text on the market, it has a strong molecular and cellular approach, firmly relating the molecular and cellular biological underpinnings of physiology to the study of human physiology and disease. Contributions from leading physiologists ensure authoritative, cutting-edge information, and thorough and consistent editing have produced a readable and student-friendly text.The smart way to study!Elsevier titles with STUDENT CONSULT will help you master difficult concepts and study more efficiently in print and online! Perform rapid searches. Integrate bonus content from other disciplines. Download text to your handheld device. And a lot more. Each STUDENT CONSULT title comes with full text online, a unique image library, case studies, USMLE style questions, and online note-taking to enhance your learning experience.
AA100 The Arts Past and Present - Place and Leisure (Book 4)
Deborah Brunton - 2008
Sustainable Energy - Without the Hot Air
David J.C. MacKay - 2008
In case study format, this informative reference answers questions surrounding nuclear energy, the potential of sustainable fossil fuels, and the possibilities of sharing renewable power with foreign countries. While underlining the difficulty of minimizing consumption, the tone remains positive as it debunks misinformation and clearly explains the calculations of expenditure per person to encourage people to make individual changes that will benefit the world at large.
Epidemiology for Public Health Practice
Robert H. Friis - 1996
With extensive treatment of the heart of epidemiology-from study designs to descriptive epidemiology to quantitative measures-this reader-friendly text is accessible and interesting to a wide range of beginning students in all health-related disciplines. A unique focus is given to real-world applications of epidemiology and the development of skills that students can apply in subsequent course work and in the field. The text is also accompanied by a complete package of instructor and student resources available through a companion Web site.
Python Crash Course: A Hands-On, Project-Based Introduction to Programming
Eric Matthes - 2015
You'll also learn how to make your programs interactive and how to test your code safely before adding it to a project. In the second half of the book, you'll put your new knowledge into practice with three substantial projects: a Space Invaders-inspired arcade game, data visualizations with Python's super-handy libraries, and a simple web app you can deploy online.As you work through Python Crash Course, you'll learn how to: Use powerful Python libraries and tools, including matplotlib, NumPy, and PygalMake 2D games that respond to keypresses and mouse clicks, and that grow more difficult as the game progressesWork with data to generate interactive visualizationsCreate and customize simple web apps and deploy them safely onlineDeal with mistakes and errors so you can solve your own programming problemsIf you've been thinking seriously about digging into programming, Python Crash Course will get you up to speed and have you writing real programs fast. Why wait any longer? Start your engines and code!
Systematic Theology, Vol. 2, God/Creation
Norman L. Geisler - 2003
This volume examines God and Creation in a way that will enlighten and instruct.
Nothing's Impossible: Leadership Lessons From Inside And Outside The Classroom
Lorraine Monroe - 1999
Lorraine Monroe founded the Frederick Douglass Academy, a public school in Harlem, in the belief that caring instructors, a disciplined but creative environment, and a refusal to accept mediocrity could transform the lives of inner-city kids. Her experiment was a huge success. Today the Academy is one of the finest schools in the country, sending graduates to Ivy League colleges and registering the third highest SAT scores in New York City. The key to its success: a unique leadership method Monroe calls the "Monroe Doctrine," which she developed through decades as a teacher and principal in some of America's toughest schools. In this book Monroe tells her own remarkable story and explains her "Doctrine" through pithy, memorable rules and observations and a host of wonderful true stories. This is an inspiring read for both new and experienced educators—and for anyone who wants to succeed in the face of seemingly impossible odds.
Culture Sketches: Case Studies in Anthropology
Holly Peters-Golden - 1993
The groups selected are peoples whose traditional cultures are uniquely their own. Each has distinctive patterns and practices; each has faced the challenge of an encroaching world, with differing results. Moreover, they often provide the prime illustrations of important concepts in introductory anthropology course including Azande witchcraft, Ju/'hoansi egalitarianism, Trobriand kula exchange, and Minangkabau matriliny. As such, this volume can stand alone as an introduction to central ethnographic concepts through these 15 societies, or serve as a valuable companion to anthropology texts. Many of the peoples presented are involved in the diaspora; some struggle to preserve old ways in new places. All sketches follow a logical, consistent organization that makes it easy for students to understand major themes such as history, subsistence, sociopolitical organization, belief systems, marriage, kinship, and contemporary issues.
SPSS Survival Manual: A Step by Step Guide to Data Analysis Using SPSS for Windows
Julie Pallant - 2001
It helps in the process of choosing the right statistical technique and includes a detailed guide to interpreting SPSS ouput.
Introduction to Algorithms
Thomas H. Cormen - 1989
Each chapter is relatively self-contained and can be used as a unit of study. The algorithms are described in English and in a pseudocode designed to be readable by anyone who has done a little programming. The explanations have been kept elementary without sacrificing depth of coverage or mathematical rigor.
Linux Bible
Christopher Negus - 2005
Whether you're new to Linux or need a reliable update and reference, this is an excellent resource. Veteran bestselling author Christopher Negus provides a complete tutorial packed with major updates, revisions, and hands-on exercises so that you can confidently start using Linux today. Offers a complete restructure, complete with exercises, to make the book a better learning tool Places a strong focus on the Linux command line tools and can be used with all distributions and versions of Linux Features in-depth coverage of the tools that a power user and a Linux administrator need to get startedThis practical learning tool is ideal for anyone eager to set up a new Linux desktop system at home or curious to learn how to manage Linux server systems at work.
Introduction to Graph Theory
Douglas B. West - 1995
Verification that algorithms work is emphasized more than their complexity. An effective use of examples, and huge number of interesting exercises, demonstrate the topics of trees and distance, matchings and factors, connectivity and paths, graph coloring, edges and cycles, and planar graphs. For those who need to learn to make coherent arguments in the fields of mathematics and computer science.
The Calculus Direct
John Weiss - 2009
The calculus is not a hard subject and I prove this through an easy to read and obvious approach spanning only 100 pages. I have written this book with the following type of student in mind; the non-traditional student returning to college after a long break, a notoriously weak student in math who just needs to get past calculus to obtain a degree, and the garage tinkerer who wishes to understand a little more about the technical subjects. This book is meant to address the many fundamental thought-blocks that keep the average 'mathaphobe' (or just an interested person who doesn't have the time to enroll in a course) from excelling in mathematics in a clear and concise manner. It is my sincerest hope that this book helps you with your needs.Show more Show less
Computer Systems: A Programmer's Perspective
Randal E. Bryant - 2002
Often, computer science and computer engineering curricula don't provide students with a concentrated and consistent introduction to the fundamental concepts that underlie all computer systems. Traditional computer organization and logic design courses cover some of this material, but they focus largely on hardware design. They provide students with little or no understanding of how important software components operate, how application programs use systems, or how system attributes affect the performance and correctness of application programs. - A more complete view of systems - Takes a broader view of systems than traditional computer organization books, covering aspects of computer design, operating systems, compilers, and networking, provides students with the understanding of how programs run on real systems. - Systems presented from a programmers perspective - Material is presented in such a way that it has clear benefit to application programmers, students learn how to use this knowledge to improve program performance and reliability. They also become more effective in program debugging, because t