Book picks similar to
Groundwater by R. Allan Freeze


engineering
earth-history
geology-texts
technical-books

Chemical Principles: The Quest for Insight


Peter Atkins - 1999
    Unlike other texts, it begins with a detailed picture of the atom then builds toward chemistry's frontier, continually demonstrating how to solve problems, think about nature and matter, and visualize chemical concepts in the same ways as working chemists. The new edition incorporates features that extend the book's emphasis on modern techniques and applications while strengthening its problem solving approach. Atkins/Jones is the only book for this course featuring integrated book specific media that provides students with effective study help via a variety of electronic tools. The website at http: //www.whfreeman.com/chemicalprinciples3e has been developed simultaneously with the text and offers a range of tools for problem solving and chemical exploration

Perry's Chemical Engineers' Handbook


Robert H. Perry - 1950
    This revised handbook on chemical engineering includes new topics such as biochemical engineering, waste management, plant safety and analysis of plant performance, handling of hazardous materials, computer applications, expert systems, and material and energy balances.

Fundamentals of Heat and Mass Transfer


Frank P. Incropera - 1981
    Noted for its crystal clear presentation and easy-to-follow problem solving methodology, Incropera and Dewitt's systematic approach to the first law develops reader confidence in using this essential tool for thermal analysis. Readers will learn the meaning of the terminology and physical principles of heat transfer as well as how to use requisite inputs for computing heat transfer rates and/or material temperatures.

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.

Introduction to Chemical Engineering Thermodynamics


J.M. Smith - 2010
    This text provides a thorough exposition of the principles of thermodynamics and details their application to chemical processes. The new edition has been updated to reflect the growth in such areas as materials and electrochemicals.

Organic Chemistry


Francis A. Carey - 2007
    This best-selling text gives students a solid understanding of organic chemistry by stressing how fundamental reaction mechanisms function and reactions occur. With the addition of handwritten solutions, new cutting-edge molecular illustrations, updated spectroscopy coverage, seamless integration of molecular modeling exercises, and state-of-the-art multimedia tools, the 7th edition of Organic Chemistry clearly offers the most up-to-date approach to the study of organic chemistry.

Programming Pearls


Jon L. Bentley - 1986
    Jon has done a wonderful job of updating the material. I am very impressed at how fresh the new examples seem." - Steve McConnell, author, Code CompleteWhen programmers list their favorite books, Jon Bentley's collection of programming pearls is commonly included among the classics. Just as natural pearls grow from grains of sand that irritate oysters, programming pearls have grown from real problems that have irritated real programmers. With origins beyond solid engineering, in the realm of insight and creativity, Bentley's pearls offer unique and clever solutions to those nagging problems. Illustrated by programs designed as much for fun as for instruction, the book is filled with lucid and witty descriptions of practical programming techniques and fundamental design principles. It is not at all surprising that Programming Pearls has been so highly valued by programmers at every level of experience. In this revision, the first in 14 years, Bentley has substantially updated his essays to reflect current programming methods and environments. In addition, there are three new essays on (1) testing, debugging, and timing; (2) set representations; and (3) string problems. All the original programs have been rewritten, and an equal amount of new code has been generated. Implementations of all the programs, in C or C++, are now available on the Web.What remains the same in this new edition is Bentley's focus on the hard core of programming problems and his delivery of workable solutions to those problems. Whether you are new to Bentley's classic or are revisiting his work for some fresh insight, this book is sure to make your own list of favorites.

Introduction To Chemical Engineering


J.T. Banchero W.L. Badger
    

Elements of Chemical Reaction Engineering


H. Scott Fogler - 1986
    Clear, concise, and superbly organized, it integrates text, visuals, and computer simulations to help readers solve even the most challenging problems through reasoning, rather than by memorizing equations.

Timefulness: How Thinking Like a Geologist Can Help Save the World


Marcia Bjornerud - 2018
    The passage of nine days, which is how long a drop of water typically stays in Earth's atmosphere, is something we can easily grasp. But spans of hundreds of years--the time a molecule of carbon dioxide resides in the atmosphere--approach the limits of our comprehension. Our everyday lives are shaped by processes that vastly predate us, and our habits will in turn have consequences that will outlast us by generations. Timefulness reveals how knowing the rhythms of Earth's deep past and conceiving of time as a geologist does can give us the perspective we need for a more sustainable future.Marcia Bjornerud shows how geologists chart the planet's past, explaining how we can determine the pace of solid Earth processes such as mountain building and erosion and comparing them with the more unstable rhythms of the oceans and atmosphere. These overlapping rates of change in the Earth system--some fast, some slow--demand a poly-temporal worldview, one that Bjornerud calls "timefulness." She explains why timefulness is vital in the Anthropocene, this human epoch of accelerating planetary change, and proposes sensible solutions for building a more time-literate society.This compelling book presents a new way of thinking about our place in time, enabling us to make decisions on multigenerational timescales. The lifespan of Earth may seem unfathomable compared to the brevity of human existence, but this view of time denies our deep roots in Earth's history--and the magnitude of our effects on the planet.

Code Complete


Steve McConnell - 1993
    Now this classic book has been fully updated and revised with leading-edge practices--and hundreds of new code samples--illustrating the art and science of software construction. Capturing the body of knowledge available from research, academia, and everyday commercial practice, McConnell synthesizes the most effective techniques and must-know principles into clear, pragmatic guidance. No matter what your experience level, development environment, or project size, this book will inform and stimulate your thinking--and help you build the highest quality code. Discover the timeless techniques and strategies that help you: Design for minimum complexity and maximum creativity Reap the benefits of collaborative development Apply defensive programming techniques to reduce and flush out errors Exploit opportunities to refactor--or evolve--code, and do it safely Use construction practices that are right-weight for your project Debug problems quickly and effectively Resolve critical construction issues early and correctly Build quality into the beginning, middle, and end of your project

Head First Design Patterns


Eric Freeman - 2004
     At any given moment, somewhere in the world someone struggles with the same software design problems you have. You know you don't want to reinvent the wheel (or worse, a flat tire), so you look to Design Patterns--the lessons learned by those who've faced the same problems. With Design Patterns, you get to take advantage of the best practices and experience of others, so that you can spend your time on...something else. Something more challenging. Something more complex. Something more fun. You want to learn about the patterns that matter--why to use them, when to use them, how to use them (and when NOT to use them). But you don't just want to see how patterns look in a book, you want to know how they look "in the wild". In their native environment. In other words, in real world applications. You also want to learn how patterns are used in the Java API, and how to exploit Java's built-in pattern support in your own code. You want to learn the real OO design principles and why everything your boss told you about inheritance might be wrong (and what to do instead). You want to learn how those principles will help the next time you're up a creek without a design pattern. Most importantly, you want to learn the "secret language" of Design Patterns so that you can hold your own with your co-worker (and impress cocktail party guests) when he casually mentions his stunningly clever use of Command, Facade, Proxy, and Factory in between sips of a martini. You'll easily counter with your deep understanding of why Singleton isn't as simple as it sounds, how the Factory is so often misunderstood, or on the real relationship between Decorator, Facade and Adapter. With Head First Design Patterns, you'll avoid the embarrassment of thinking Decorator is something from the "Trading Spaces" show. Best of all, in a way that won't put you to sleep! We think your time is too important (and too short) to spend it struggling with academic texts. If you've read a Head First book, you know what to expect--a visually rich format designed for the way your brain works. Using the latest research in neurobiology, cognitive science, and learning theory, Head First Design Patterns will load patterns into your brain in a way that sticks. In a way that lets you put them to work immediately. In a way that makes you better at solving software design problems, and better at speaking the language of patterns with others on your team.

Geographic Information Systems and Science


Paul A. Longley - 2001
    Its unique approach communicates the richness and diversity of CIS in a lucid and accessible format. This fully revised and updated second edition reinforces the view of CIS as a gateway to science and problem solving, sets out the scientific principles that govern its use, and describes the impact of people on its development, design, and success. The second edition of Geographic Information Systems and Science includes:A new five-part structure: Foundations; Principles; Techniques; Analysis; and Management and Policy.All-new personality boxes of current GIS practitioners.New real-world applications of GIS.New or expanded coverage of important current topics:Location-based servicesDistributed computingVirtual and augmented realitiesHomeland securityBusiness GIS and geodemographicsThe emergence of geoportalsGrand challenges of GIScienceA new suite of instructor and student resources http://www.wiley.com/go/longleyThe second edition of Geographic Information Systems and Science is essential reading for undergraduates taking courses in GIS within departments of Geography, Environmental Science, Business (and Public) Administration, Computer Science, Urban Studies, Planning, Information Science, Civil Engineering, and Archaeology. It is also provides a key resource for foundation GIS courses on taught MSc and other higher-degree programs. Professional users of GIS from governmental organizations and industries across the private sector will find this book an invaluable resource with a wealth of relevant applications.

Microelectronics


Jacob Millman - 1979
    With pedagogical use of second color, it covers devices in one place so that circuit characteristics are developed early.

Heat Transfer


Jack P. Holman - 1963
    This ninth edition covers both analytical and empirical approaches to the subject. The examples and templates provide students with resources for computer-numerical solutions.