Book picks similar to
Electric Power Systems by Alexandra von Meier
energy
nonfiction
engineering
science
Before Ebola: Dispatches from a Deadly Outbreak (Kindle Single)
Peter Apps - 2014
The year is 2005. A highly infectious, unidentified Ebola-like virus is sweeping through the slums and villages of northern Angola. Within months, more than 200 people have died, medical services have collapsed and aid workers are on the brink of exhaustion. At 23, Peter Apps was just starting out as a foreign correspondent when Reuters sent him into the heart of the outbreak to get the story. In “Before Ebola: Dispatches from a Deadly Outbreak” Apps recalls in vivid, unflinching detail the horrors of life in a hot zone, the compassion of those trying to contain it, and how a terrified young journalist came of age in a time of almost unbearable crisis. Peter Apps is a global defense correspondent for Reuters news, currently dividing his time between London and Washington, D.C. In September 2006, Apps broke his neck in a minibus crash while covering the Sri Lankan civil war, leaving him largely paralyzed from the shoulders down. Cover design by Kristen Radtke.
Tomorrowland: Our Staggering Journey from Science Fiction to Science Fact
Steven Kotler - 2015
Now he gathers the best of his best, updated and expanded upon, to guide readers on a mind-bending tour of the far frontier, and how these advances are radically transforming our lives. From the ways science and technology are fundamentally altering our bodies and our world (the world’s first bionic soldier, the future of evolution) to those explosive collisions between science and culture (life extension and bioweapons), we’re crossing moral and ethical lines we’ve never faced before.As Kotler writes, “Life is tricky sport—and that's the emotional core of this story, the real reason we can’t put Pandora back in the box. When you strip everything else away, technology is nothing more than the promise of an easier tomorrow. It’s the promise of hope. And how do you stop hope?”Join Kotler in this fascinating exploration of our incredible next: a deep dive into those future technologies happening now—and what it means to be a part of this brave new world.
MATLAB: A Practical Introduction to Programming and Problem Solving
Stormy Attaway - 2009
It is the only book that gives a full introduction to programming in MATLAB combined with an explanation of MATLAB's powerful functions. The book differs from other texts in that it teaches programming concepts and the use of the built-in functions in MATLAB simultaneously. It presents programming concepts and MATLAB built-in functions side-by-side, giving students the ability to program efficiently and exploit the power of MATLAB to solve problems. The systematic, step-by-step approach, building on concepts throughout the book, facilitates easier learning.Starting with basic programming concepts, such as variables, assignments, input/output, selection, and loop statements, problems are introduced and solved throughout the book. The book is organized into two parts. Part I covers the programming constructs and demonstrates programming versus efficient use of built-in functions to solve problems. Part II describes the applications, including plotting, image processing, and mathematics, needed in basic problem solving. The chapters feature sections called Quick Question! as well as practice problems designed to test knowledge about the material covered. Problems are solved using both The Programming Concept and The Efficient Method, which facilitates understanding the efficient ways of using MATLAB, and also the programming concepts used in these efficient functions and operators. There are also sections on 'common pitfalls' and 'programming guidelines' that direct students towards best practice.This book is ideal for engineers learning to program and model in MATLAB, as well as undergraduates in engineering and science taking a course on MATLAB.
Unbound: How Eight Technologies Made Us Human, Transformed Society, and Brought Our World to the Brink
Richard L. Currier - 2015
Over time, eight key technologies gradually freed us from the limitations of our animal origins.The fabrication of weapons, the mastery of fire, and the technologies of clothing and shelter radically restructured the human body, enabling us to walk upright, shed our body hair, and migrate out of tropical Africa. Symbolic communication transformed human evolution from a slow biological process into a fast cultural process. The invention of agriculture revolutionized the relationship between humanity and the environment, and the technologies of interaction led to the birth of civilization. Precision machinery spawned the industrial revolution and the rise of nation-states; and in the next metamorphosis, digital technologies may well unite all of humanity for the benefit of future generations.Synthesizing the findings of primatology, paleontology, archeology, history, and anthropology, Richard Currier reinterprets and retells the modern narrative of human evolution that began with the discovery of Lucy and other Australopithecus fossils. But the same forces that allowed us to integrate technology into every aspect of our daily lives have also brought us to the brink of planetary catastrophe. Unbound explains both how we got here and how human society must be transformed again to achieve a sustainable future.Technology: “The deliberate modification of any natural object or substance with forethought to achieve a specific end or to serve a specific purpose.”
Remote Sensing and Image Interpretation
Thomas M. Lillesand - 1979
The text examines the basics of analog image analysis while placing greater emphasis on digitally based systems and analysis techniques. The presentation is discipline neutral, so students in any field of study can gain a clear understanding of these systems and their virtually unlimited applications.
Chernobyl 01:23:40: The Incredible True Story of the World's Worst Nuclear Disaster
Andrew Leatherbarrow - 2016
It was an act that forced the permanent evacuation of a city, killed thousands and crippled the Soviet Union. The event spawned decades of conflicting, exaggerated and inaccurate stories. This book, the result of five years of research, presents an accessible but comprehensive account of what really happened. From the desperate fight to prevent a burning reactor core from irradiating eastern Europe, to the self-sacrifice of the heroic men who entered fields of radiation so strong that machines wouldn’t work, to the surprising truth about the legendary ‘Chernobyl divers’, all the way through to the USSR’s final show-trial. The historical narrative is interwoven with a story of the author’s own spontaneous journey to Ukraine’s still-abandoned city of Pripyat and the wider Chernobyl Zone. Complete with over 45 pages of photographs of modern-day Pripyat and technical diagrams of the power station, Chernobyl 01:23:40 is a fascinating new account of the world’s worst nuclear disaster.
How To Crochet: A Complete Guide for Absolute Beginners
Alison McNicol - 2013
* Easy to follow How To Crochet illustrations * Fun and simple projects to make * Learn a variety of crochet stitches and skills * Perfect for absolute beginners * Projects include hats, scarves, mittens, baby blankets, scented hearts, granny squares and more! This is the ONLY beginner's book you'll need to start to crochet today!!
Stay Away from my ER and other fun bits of wisdom: Wobbling between humor and heartbreak
Rada Jones - 2020
You can’t fathom the weirdness– unless you’re one of the ER aliens. If you are, buy a dozen copies to give away: to your family, your neighbors, and the PTA. They’ll learn things you never had the heart to tell them, but they should know, like how it's like to work in the ER, the deviousness of shampoo bottles and the dangers of frying bacon naked.
The Tower and the Bridge: The New Art of Structural Engineering
David P. Billington - 1985
Aided by a number of stunning illustrations, David Billington discusses leading structural engineer-artists, such as John A. Roebling, Gustave Eiffel, Fazlur Khan, and Robert Maillart.
Fluent Python: Clear, Concise, and Effective Programming
Luciano Ramalho - 2015
With this hands-on guide, you'll learn how to write effective, idiomatic Python code by leveraging its best and possibly most neglected features. Author Luciano Ramalho takes you through Python's core language features and libraries, and shows you how to make your code shorter, faster, and more readable at the same time.Many experienced programmers try to bend Python to fit patterns they learned from other languages, and never discover Python features outside of their experience. With this book, those Python programmers will thoroughly learn how to become proficient in Python 3.This book covers:Python data model: understand how special methods are the key to the consistent behavior of objectsData structures: take full advantage of built-in types, and understand the text vs bytes duality in the Unicode ageFunctions as objects: view Python functions as first-class objects, and understand how this affects popular design patternsObject-oriented idioms: build classes by learning about references, mutability, interfaces, operator overloading, and multiple inheritanceControl flow: leverage context managers, generators, coroutines, and concurrency with the concurrent.futures and asyncio packagesMetaprogramming: understand how properties, attribute descriptors, class decorators, and metaclasses work"
Introduction to Robotics: Mechanics and Control
John J. Craig - 1985
This edition features new material on Controls, Computer-Aided Design and Manufacturing, and Off-Line Programming Systems.
Microbiology with Diseases by Body System
Robert W. Bauman - 2008
Bayes Theorem: A Visual Introduction For Beginners
Dan Morris - 2016
Bayesian statistics is taught in most first-year statistics classes across the nation, but there is one major problem that many students (and others who are interested in the theorem) face. The theorem is not intuitive for most people, and understanding how it works can be a challenge, especially because it is often taught without visual aids. In this guide, we unpack the various components of the theorem and provide a basic overview of how it works - and with illustrations to help. Three scenarios - the flu, breathalyzer tests, and peacekeeping - are used throughout the booklet to teach how problems involving Bayes Theorem can be approached and solved. Over 60 hand-drawn visuals are included throughout to help you work through each problem as you learn by example. The illustrations are simple, hand-drawn, and in black and white. For those interested, we have also included sections typically not found in other beginner guides to Bayes Rule. These include: A short tutorial on how to understand problem scenarios and find P(B), P(A), and P(B|A). For many people, knowing how to approach scenarios and break them apart can be daunting. In this booklet, we provide a quick step-by-step reference on how to confidently understand scenarios.A few examples of how to think like a Bayesian in everyday life. Bayes Rule might seem somewhat abstract, but it can be applied to many areas of life and help you make better decisions. It is a great tool that can help you with critical thinking, problem-solving, and dealing with the gray areas of life. A concise history of Bayes Rule. Bayes Theorem has a fascinating 200+ year history, and we have summed it up for you in this booklet. From its discovery in the 1700’s to its being used to break the German’s Enigma Code during World War 2, its tale is quite phenomenal.Fascinating real-life stories on how Bayes formula is used in everyday life.From search and rescue to spam filtering and driverless cars, Bayes is used in many areas of modern day life. We have summed up 3 examples for you and provided an example of how Bayes could be used.An expanded definitions, notations, and proof section.We have included an expanded definitions and notations sections at the end of the booklet. In this section we define core terms more concretely, and also cover additional terms you might be confused about. A recommended readings section.From The Theory That Would Not Die to a few other books, there are a number of recommendations we have for further reading. Take a look! If you are a visual learner and like to learn by example, this intuitive booklet might be a good fit for you. Bayesian statistics is an incredibly fascinating topic and likely touches your life every single day. It is a very important tool that is used in data analysis throughout a wide-range of industries - so take an easy dive into the theorem for yourself with a visual approach!If you are looking for a short beginners guide packed with visual examples, this booklet is for you.