Under The Microscope

Download Under The Microscope PDF/ePub or read online books in Mobi eBooks. Click Download or Read Online button to get Under The Microscope book now. This website allows unlimited access to, at the time of writing, more than 1.5 million titles, including hundreds of thousands of titles in various foreign languages.
Embryos Under the Microscope

Author: Jane Maienschein
language: en
Publisher: Harvard University Press
Release Date: 2014-05-20
Jane Maienschein examines how understanding of embryos evolved from the speculations of natural philosophers to bioengineering, with its life-enhancing therapies. She shows that research on embryos has always seemed promising to some but frightening to others, and makes the case that public understanding must be informed by scientific findings.
Empire Under the Microscope

Author: Emilie Taylor-Pirie
language: en
Publisher: Springer Nature
Release Date: 2021-11-26
This open access book considers science and empire, and the stories we tell ourselves about them. Using British Nobel laureate Ronald Ross (1857-1932) and his colleagues as access points to a wider professional culture, Empire Under the Microscope explores the cultural history of parasitology and its relationships with the literary and historical imagination between 1885 and 1935. Emilie Taylor-Pirie examines a wealth of archival material including medical lectures, scientific publications, popular biography, and personal and professional correspondence, alongside novels, poems, newspaper articles, and political speeches, to excavate the shared vocabularies of literature and medicine. She demonstrates how forms such as poetry and biography; genres such as imperial romance and detective fiction; and modes such as adventure and the Gothic, together informed how tropical diseases, their parasites, and their vectors, were understood in relation to race, gender, and nation. From Ancient Greece, to King Arthur’s Knights, to the detective work of Sherlock Holmes, parasitologists manipulated literary and historical forms of knowledge in their professional self-fashioning to create a modern mythology that has a visible legacy in relationships between science and society today.
Ruby Under a Microscope

Ruby is a powerful programming language with a focus on simplicity, but beneath its elegant syntax it performs countless unseen tasks. Ruby Under a Microscope gives you a hands-on look at Ruby’s core, using extensive diagrams and thorough explanations to show you how Ruby is implemented (no C skills required). Author Pat Shaughnessy takes a scientific approach, laying out a series of experiments with Ruby code to take you behind the scenes of how programming languages work. You’ll even find information on JRuby and Rubinius (two alternative implementations of Ruby), as well as in-depth explorations of Ruby’s garbage collection algorithm. Ruby Under a Microscope will teach you: –How a few computer science concepts underpin Ruby’s complex implementation –How Ruby executes your code using a virtual machine –How classes and modules are the same inside Ruby –How Ruby employs algorithms originally developed for Lisp –How Ruby uses grammar rules to parse and understand your code –How your Ruby code is translated into a different language by a compiler No programming language needs to be a black box. Whether you’re already intrigued by language implementation or just want to dig deeper into Ruby, you’ll find Ruby Under a Microscope a fascinating way to become a better programmer. Covers Ruby 2.x, 1.9 and 1.8