A Field Guide for Science Writers: The Official Guide of the National Association of Science Writers


Deborah Blum - 1997
    In this collection of essays, nationally known science writers Deborah Blum, Mary Knudson, and Robin Marantz Henig assemble the best science writers working today to explain what they do and how to do it well. Field Guide combines detailed and practical how-to advice with thoughtful discussions of the challenges of science journalism in the 21st century. It doesn't shy away from addressing such controversial matters as cloning, stem cell research, eugenics, medical overtreatment, and questions of scientific honesty. Offering a comprehensive overview of the field of science writing, this book discusses a broad range of media and sources, from newspapers to broadcast journalism and from corporations to government agencies. It also provides a detailed analysis of some of the hottest fields in science writing - ranging from mental health to human genetics - and covers a diverse array of writing styles, from "gee-whiz" to investigative. With more than 45 esteemed contributors - people who work for such leading news outlets as Scientific American, Popular Science, Discover, Smithsonian, The New York Times, and The Wall Street Journal - this book is an invaluable resource for current and aspiring science writers, students and instructors in science writing and journalism, and scientists who are interested in science communication.

Reference and Information Services in the 21st Century : An Introduction


Kay Ann Cassell - 2006
    The only reference text to identify the top resources in major subject areas and genres, it shows students how to approach the reference query by matching specific types of questions to the most appropriate format (when answering questions that require handy facts, for example, go first to ready reference sources; for questions about current events and issues, start with indexes). The book begins with the essentials -- interviewing patrons, determining the information need, and developing a basic search strategy. It then gives a thorough overview of the materials, print and electronic, most frequently used to answer questions -- from government information to bibliographic resources, dictionaries, encyclopedias, biographical information sources, atlases, and more. A section on special topics in reference includes chapters on when and how to use the Internet as a reference tool, suggestions on user instruction at the reference desk, and reader's advisory work, as well as a chapter on service to children and youth authored by acclaimed expert Mary K. Chelton. Finally, the book addresses reference management basics: selection and evaluation of material, management of the reference department, assessing and improving reference services, and future trends. Guided by an advisory board and a focus group, the authors have achieved an ideal balance between practical elements and guiding principles. This landmark text is sure to be of interest to LIS educators, students, and both novice and experienced reference professionals.

The Image of the City


Kevin Lynch - 1960
    Lynch, supported by studies of Los Angeles, Boston, and Jersey City, formulates a new criterion -- imageability -- and shows its potential value as a guide for the building and rebuilding of cities. The wide scope of this study leads to an original and vital method for the evaluation of city form. The architect, the planner, and certainly the city dweller will all want to read this book.

Trauma and Recovery: The Aftermath of Violence - From Domestic Abuse to Political Terror


Judith Lewis Herman - 1992
    In the intervening years, Herman’s volume has changed the way we think about and treat traumatic events and trauma victims. In a new afterword, Herman chronicles the incredible response the book has elicited and explains how the issues surrounding the topic have shifted within the clinical community and the culture at large. Trauma and Recovery brings a new level of understanding to a set of problems usually considered individually. Herman draws on her own cutting-edge research in domestic violence as well as on the vast literature of combat veterans and victims of political terror, to show the parallels between private terrors such as rape and public traumas such as terrorism. The book puts individual experience in a broader political frame, arguing that psychological trauma can be understood only in a social context. Meticulously documented and frequently using the victims’ own words as well as those from classic literary works and prison diaries, Trauma and Recovery is a powerful work that will continue to profoundly impact our thinking.

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

Automate the Boring Stuff with Python: Practical Programming for Total Beginners


Al Sweigart - 2014
    But what if you could have your computer do them for you?In "Automate the Boring Stuff with Python," you'll learn how to use Python to write programs that do in minutes what would take you hours to do by hand no prior programming experience required. Once you've mastered the basics of programming, you'll create Python programs that effortlessly perform useful and impressive feats of automation to: Search for text in a file or across multiple filesCreate, update, move, and rename files and foldersSearch the Web and download online contentUpdate and format data in Excel spreadsheets of any sizeSplit, merge, watermark, and encrypt PDFsSend reminder emails and text notificationsFill out online formsStep-by-step instructions walk you through each program, and practice projects at the end of each chapter challenge you to improve those programs and use your newfound skills to automate similar tasks.Don't spend your time doing work a well-trained monkey could do. Even if you've never written a line of code, you can make your computer do the grunt work. Learn how in "Automate the Boring Stuff with Python.""