Book picks similar to
Metadata for Digital Collections: A How-To-Do-It Manual by Steven J. Miller
non-fiction
libraries
library-science
mlis
Overcoming Dyslexia: A New and Complete Science-Based Program for Reading Problems at Any Level
Sally E. Shaywitz - 2003
Now a world-renowned expert gives us a substantially updated and augmented edition of her classic work: drawing on an additional fifteen years of cutting-edge research, offering new information on all aspects of dyslexia and reading problems, and providing the tools that parents, teachers, and all dyslexic individuals need. This new edition also offers:- New material on the challenges faced by dyslexic individuals across all ages - Rich information on ongoing advances in digital technology that have dramatically increased dyslexics' ability to help themselves - New chapters on diagnosing dyslexia, choosing schools and colleges for dyslexic students, the co-implications of anxiety, ADHD, and dyslexia, and dyslexia in post-menopausal women - Extensively updated information on helping both dyslexic children and adults become better readers, with a detailed home program to enhance reading - Evidence-based universal screening for dyslexia as early as kindergarten and first grade - why and how - New information on how to identify dyslexia in all age ranges - Exercises to help children strengthen the brain areas that control reading - Ways to raise a child's self-esteem and reveal her strengths - Stories of successful men, women, and young adults who are dyslexic
Experience Psychology
Laura A. King - 2009
Do you want your students to just take psychology or to experience psychology? Laura King's approach to introductory psychology embodies a balanced consideration of functioning behavior as well as dysfunction and a view of psychology as an integrated whole.
Web Development and Design Foundations with Html5
Terry Felke-Morris - 2012
A well-rounded balance of hard skills (HTML5, XHTML, CSS, JavaScript) and soft skills (Web Design, e-commerce, Web site promotion strategies) presents everything beginning Web developers need to know to build and promote successful Web sites.
Psychology of Learning for Instruction
Marcy P. Driscoll - 1993
Psychology of Learning for Instruction, Third Edition, focuses on the applications and implications of the learning theories. Using excellent examples ranging from primary school instruction to corporate training, this text combines the latest thinking and research to give readers the opportunity to explore the individual theories as viewed by the experts. Readers are encouraged to apply "reflective practice," which is designed to foster a critical and reflective mode of thinking when considering any particular approach to learning and instruction. Provides readers with the practical knowledge needed to apply learning theories to instruction. KEY TOPICS: This text addresses learning as it relates to behavior, cognition, development, biology, motivation and instruction. MARKET: Pre-service and in-service teachers, and educational psychologists.
The Only Grant-Writing Book You'll Ever Need: Top Grant Writers and Grant Givers Share Their Secrets
Ellen Karsh - 2003
Written by two authors who have won millions of dollars in grants -- and updated to include vital information and advice accumulated since The Only Grant-Writing Book You'll Ever Need first appeared -- this new edition provides a comprehensive, step-by-step guide for grant writers, demystifying the process while offering indispensable advice from funders and grant recipients. It includes the following. Guidance on developing a realistic, cost-effective, collaborative program Concrete suggestions (with practice exercises and examples) for approaching each section of a grant so that the proposal is absolutely clear to the funder A glossary of terms with any word, phrase, or concept a grant writer may need, plus fifty tips for writing a winning proposal Funders roundtables put you inside the minds of the people who award grants
Readicide: How Schools Are Killing Reading and What You Can Do About It
Kelly Gallagher - 2009
Reading is dying in our schools. Educators are familiar with many of the factors that have contributed to the decline—poverty, second-language issues, and the ever-expanding choices of electronic entertainment. In this provocative book
Readicide: How Schools are Killing Reading and What You Can Do About It
, author and teacher Kelly Gallagher suggests it is time to recognize a new and significant contributor to the death of reading: our schools. InReadicide, Gallagher argues that American schools are actively (though unwittingly) furthering the decline of reading. Specifically, he contends that the standard instructional practices used in most schools are killing reading by:Valuing standardized testing over the development of lifelong readersMandating breadth over depth in instruction Requiring students to read difficult texts without proper instructional support and insisting students focus on academic textsIgnoring the importance of developing recreational readingLosing sight of authentic instruction in the looming shadow of political pressures
Readicide
provides teachers, literacy coaches, and administrators with specific steps to reverse the downward spiral in reading—steps that will help prevent the loss of another generation of readers.
Effective Java
Joshua Bloch - 2001
The principal enhancement in Java 8 was the addition of functional programming constructs to Java's object-oriented roots. Java 7, 8, and 9 also introduced language features, such as the try-with-resources statement, the diamond operator for generic types, default and static methods in interfaces, the @SafeVarargs annotation, and modules. New library features include pervasive use of functional interfaces and streams, the java.time package for manipulating dates and times, and numerous minor enhancements such as convenience factory methods for collections. In this new edition of Effective Java, Bloch updates the work to take advantage of these new language and library features, and provides specific best practices for their use. Java's increased support for multiple paradigms increases the need for best-practices advice, and this book delivers. As in previous editions, each chapter consists of several "items," each presented in the form of a short, standalone essay that provides specific advice, insight into Java platform subtleties, and updated code examples. The comprehensive descriptions and explanations for each item illuminate what to do, what not to do, and why. Coverage includes:Updated techniques and best practices on classic topics, including objects, classes, methods, libraries, and generics How to avoid the traps and pitfalls of commonly misunderstood subtleties of the platform Focus on the language and its most fundamental libraries, such as java.lang and java.util
The Powers to Lead
Joseph S. Nye Jr. - 2008
Nye offers a sweeping look at the nature of leadership in today's world, in an illuminating blend of history, business case studies, psychological research, and more. As he observes, many now believe that the more authoritarian and coercive forms of leadership--the hard power approaches of earlier military-industrial eras--have been largely supplanted in postindustrial societies by soft power approaches that seek to attract, inspire, and persuade rather than dictate. Nye argues, however, that the most effective leaders are actually those who combine hard and soft power skills in proportions that vary with different situations. He calls this smart power. Drawing examples from the careers of leaders as disparate as Gandhi, Churchill, Lee Iacocca, and George W. Bush, Nye uses the concept of smart power to shed light on such topics as leadership types and skills, the needs and demands of followers, and the nature of good and bad leadership in terms of both ethics and effectiveness. In one particularly instructive chapter, he looks in depth at contextual intelligence--the ability to understand changing environments, capitalize on trends, and use the flow of events to implement strategies.Thoroughly grounded in the real world, rich in both analysis and anecdote, The Powers to Lead is sure to become a modern classic, a concise and lucid work applicable to every field, from small businesses and nonprofit organizations to nations on the world stage. This paperback edition includes a new preface by the author.
Algorithms
Robert Sedgewick - 1983
This book surveys the most important computer algorithms currently in use and provides a full treatment of data structures and algorithms for sorting, searching, graph processing, and string processing -- including fifty algorithms every programmer should know. In this edition, new Java implementations are written in an accessible modular programming style, where all of the code is exposed to the reader and ready to use.The algorithms in this book represent a body of knowledge developed over the last 50 years that has become indispensable, not just for professional programmers and computer science students but for any student with interests in science, mathematics, and engineering, not to mention students who use computation in the liberal arts.The companion web site, algs4.cs.princeton.edu contains An online synopsis Full Java implementations Test data Exercises and answers Dynamic visualizations Lecture slides Programming assignments with checklists Links to related material The MOOC related to this book is accessible via the "Online Course" link at algs4.cs.princeton.edu. The course offers more than 100 video lecture segments that are integrated with the text, extensive online assessments, and the large-scale discussion forums that have proven so valuable. Offered each fall and spring, this course regularly attracts tens of thousands of registrants.Robert Sedgewick and Kevin Wayne are developing a modern approach to disseminating knowledge that fully embraces technology, enabling people all around the world to discover new ways of learning and teaching. By integrating their textbook, online content, and MOOC, all at the state of the art, they have built a unique resource that greatly expands the breadth and depth of the educational experience.
Working Effectively with Legacy Code
Michael C. Feathers - 2004
This book draws on material Michael created for his renowned Object Mentor seminars, techniques Michael has used in mentoring to help hundreds of developers, technical managers, and testers bring their legacy systems under control. The topics covered include: Understanding the mechanics of software change, adding features, fixing bugs, improving design, optimizing performance Getting legacy code into a test harness Writing tests that protect you against introducing new problems Techniques that can be used with any language or platform, with examples in Java, C++, C, and C# Accurately identifying where code changes need to be made Coping with legacy systems that aren't object-oriented Handling applications that don't seem to have any structureThis book also includes a catalog of twenty-four dependency-breaking techniques that help you work with program elements in isolation and make safer changes.
Financial Intelligence: A Manager's Guide to Knowing What the Numbers Really Mean
Karen Berman - 2006
But many managers can't read a balance sheet, wouldn't recognize a liquidity ratio, and don't know how to calculate return on investment. Worse, they don't have any idea where the numbers come from or how reliable they really are. In Financial Intelligence, Karen Berman and Joe Knight teach the basics of finance--but with a twist. Financial reporting, they argue, is as much art as science. Because nobody can quantify everything, accountants always rely on estimates, assumptions, and judgment calls. Savvy managers need to know how those sources of possible bias can affect the financials and that sometimes the numbers can be challenged. While providing the foundation for a deep understanding of the financial side of business, the book also arms managers with practical strategies for improving their companies' performance--strategies, such as "managing the balance sheet," that are well understood by financial professionals but rarely shared with their nonfinancial colleagues. Accessible, jargon-free, and filled with entertaining stories of real companies, Financial Intelligence gives nonfinancial managers the financial knowledge and confidence for their everyday work. Karen Berman and Joe Knight are the owners of the Los Angeles-based Business Literacy Institute and have trained tens of thousands of managers at many leading organizations. Co-author John Case has written several popular books on management.
Mechanical Engineering Reference Manual for the PE Exam
Michael R. Lindeburg - 1994
Dozens of key charts, tables, and graphs, including updated steam tables and two new charts of LMTD heat exchanger correction factors, make it possible to work most exam problems using the Reference Manual alone. A complete, easy-to-use index saves you valuable time during the exam as it helps you quickly locate important information needed to solve problems._____________________________Since 1975 more than 2 million people preparing for their engineering, surveying, architecture, LEED®, interior design, and landscape architecture exams have entrusted their exam prep to PPI. For more information, visit us at www.ppi2pass.com.
Research and Evaluation in Education and Psychology: Integrating Diversity with Quantitative, Qualitative, and Mixed Methods
Donna M. Mertens - 1997
Donna is so sensitive in exploring those issues, a first in a text for that class and a welcome addition.--Nick Eastmond, Utah State UniversityFocused on discussing what is considered to be good research, this text explains quantitative, qualitative, and mixed methods in detail, incorporating the viewpoints of various research paradigms into the descriptions of these methods. Approximately 60% of the content in this Third Edition is new, with lots of fresh examples.Key FeaturesPostpositivist, constructivist, transformative, and pragmatic paradigms discussedConducting research in culturally complex communities emphasized throughoutA step-by-step overview of the entire research process providedNew to this Edition New coverage on how to write a literature review and plan a dissertationNew pedagogy including Extending Your Thinking throughoutThis is a core or supplemental text for research courses in departments of education, psychology, sociology, social work and other human-services disciplines.
I Work at a Public Library: A Collection of Crazy Stories from the Stacks
Gina Sheridan - 2014
Throughout these pages, she catalogs her encounters with local eccentrics as well as the questions that plague her, such as, "What is the standard length of eyebrow hairs?" Whether she's helping someone scan his face onto an online dating site or explaining why the library doesn't have any dragon autobiographies, Sheridan's bizarre tales prove that she's truly seen it all.Stacked high with hundreds of strange-but-true stories, I Work at a Public Library celebrates librarians and the unforgettable patrons that roam the stacks every day.
BiblioCraft: The Modern Crafter's Guide to Using Library Resources to Jumpstart Creative Projects
Jessica Pigza - 2014
In BiblioCraft, Pigza hones her literary hunting-and-gathering skills to help creatives of all types, from DIY hobbyists to fine artists, develop projects based on library resources. In Part I, she explains how to take advantage of the riches libraries have to offer—both in person and online. In Part II, she presents 20+ projects inspired by library resources from a stellar designer cast, including STC Craft authors Natalie Chanin, Heather Ross, Liesl Gibson, and Gretchen Hirsch, and Design*Sponge founder Grace Bonney. Whatever the quest—historic watermarks transformed into pillows, Japanese family crests turned into coasters, or historic millinery instructions worked into floral fascinators—anyone can utilize library resources to bring their creative visions to life.