Book picks similar to
A Practical Guide to Information Literacy Assessment for Academic Librarians by Carolyn J. Radcliff
non-fiction
teaching
libraries
assessment
The Craft of Revision
Donald M. Murray - 1990
Murray takes a lively and inspiring approach to writing and revision that does not condescend but invites students into the writer's studio.
Design Patterns: Elements of Reusable Object-Oriented Software
Erich Gamma - 1994
Previously undocumented, these 23 patterns allow designers to create more flexible, elegant, and ultimately reusable designs without having to rediscover the design solutions themselves.The authors begin by describing what patterns are and how they can help you design object-oriented software. They then go on to systematically name, explain, evaluate, and catalog recurring designs in object-oriented systems. With Design Patterns as your guide, you will learn how these important patterns fit into the software development process, and how you can leverage them to solve your own design problems most efficiently. Each pattern describes the circumstances in which it is applicable, when it can be applied in view of other design constraints, and the consequences and trade-offs of using the pattern within a larger design. All patterns are compiled from real systems and are based on real-world examples. Each pattern also includes code that demonstrates how it may be implemented in object-oriented programming languages like C++ or Smalltalk.
Genreflecting: A Guide to Popular Reading Interests (Genreflecting Advisory Series)
Diana Tixier Herald - 2005
Genres and reading trends are demystified as more than 5,000 titles are classified, with two new chapters on Christian fiction and emerging genres. You'll also find essays by genre experts and the foremost proponents of readers' advisory today.For the past 150 years, America's public libraries have supplied billions of books to billions of people, and most of those books have been (and continue to be) popular fiction. The new edition of Genreflecting explains not only what library patrons are reading, but why. In the process, it casts reading in a new light, demonstrating the way in which it functions as an essential information service that creates communities in culturally democratic ways.Focusing on what today's readers read, this classic guide introduces current genre fiction and popular reading tastes. By defining genres, describing their features and characteristics, and grouping titles by genre, subgenre, and theme, the book helps those who work with readers understand distinct patterns in reading habits and book selection. It thus helps users identify read-alikes and other titles their patrons will enjoy.Genreflecting has become a standard reference and readers' advisory tool for library practitioners, and an insightful text for students of library and information science. Building upon previous editions, this new volume features informative essays on the essence, history, and latest trends of various genres, contributed by top scholars and genre experts, edited by Dr. Wayne Wiegand. New chapters on Christian fiction and emerging genres (women's fiction and chick lit) have been added. In addition, more than 5,000 titles, approximately one-third new to this edition, are classified, focusing on titles published since the last edition along with perennial classics and benchmark titles. The popular feature D's Picks identifies new and noteworthy titles in each genre. Other features new to this edition include lists of selected classic authors and titles in each genre, sections on genreblends in those areas where they occur (e.g., horror/humor, mystery/romance), and three new essays. The Social Nature of Reading by Dr. Wiegand, The Readers' Advisory Interview by Dr. Catherine Ross, and A Brief History of Readers' Advisory by Melanie A. Kimball offer further insight into the nature and importance of this field. A standard professional tool for readers' advisors, and an invaluable collection development guide and text, this is a must-purchase for all libraries. Young adult and adult or Grades 10 and up.
How to Make Sense of Any Mess: Information Architecture for Everybody
Abby Covert - 2014
It is easy to be overwhelmed by the amount of information we encounter each day. Whether at work, at school, or in our personal endeavors, there’s a deepening (and inescapable) need for people to work with and understand information. Information architecture is the way that we arrange the parts of something to make it understandable as a whole. When we make things for others to use, the architecture of information that we choose greatly affects our ability to deliver our intended message to our users. We all face messes made of information and people. I define the word “mess” the same way that most dictionaries do: “A situation where the interactions between people and information are confusing or full of difficulties.” — Who doesn’t bump up against messes made of information and people every day? This book provides a seven step process for making sense of any mess. Each chapter contains a set of lessons as well as workbook exercises architected to help you to work through your own mess.
Scaffolding Language, Scaffolding Learning: Teaching Second Language Learners in the Mainstream Classroom
Pauline Gibbons - 2002
What's more, she shows how in this practical resource book.Gibbons begins with a strong theoretical underpinning for her practice, drawing on a functional model of language, sociocultural theories of learning, and current research on second-language development. After supporting her view that the regular curriculum offers the best language-learning environment for young ESL students, Gibbons demonstrates the ways in which content areas provide a context for the teaching of English, from speaking and listening to reading and writing. These in turn are treated not as discrete skills, but as ones that can also be integrated in the learning of diverse subjects. Gibbons illustrates this with a wide range of teaching and learning activities across the curriculum, supplemented with programming and assessment formats and checklists.Language learning is not a simple linear process, but involves the ongoing development of skills for a range of purposes. Gibbons sees this development as largely the result of the social contexts and interactions in which learning occurs. By focusing on the ways in which teachers can "scaffold" language and learning in the content areas, she takes a holistic approach-one that appreciates the struggle of students learning a new language, while simultaneously developing subject knowledge in it, and the challenge for teachers to address these needs.Given today's culturally and linguistically diverse classrooms, ESL students can no longer be thought of as a group apart from the mainstream-they are. the mainstream. This book describes the ways to ensure that ESL learners become full members of the school community with the language and content skills they need for success.
Pathways to the Common Core: Accelerating Achievement
Lucy Calkins - 2012
The goal is clear. The pathway is not. -Lucy Calkins, Mary Ehrenworth, and Christopher Lehman The Common Core is written, but the plan for implementing the Common Core is not.Lucy Calkins and her colleagues at the Reading and Writing Project have helped thousands of educators design their own pathways to the Common Core. Now, with Pathways to the Common Core, they are ready to help you find your way.Designed for teachers, school leaders, and professional learning communities looking to navigate the gap between their current literacy practices and the ideals of the Common Core, Pathways to the Common Core will help you: * understand what the standards say, suggest, and what they don't say; * recognize the guiding principles that underpin the reading and writing standards; * identify how the Common Core's infrastructure supports a spiraling K-12 literacy curriculum; and * scrutinize the context in which the CCSS were written and are being unrolled.In addition to offering an analytical study of the standards, this guide will also help you and your colleagues implement the standards in ways that lift the level of teaching and learning throughout your school. Specifically, it will help you: * become a more critical consumer of the standards-based mandates that are flooding your desk; * craft instruction that supports students in reading more complex texts, developing higher level comprehension skills, and writing at the ambitious levels of the CCSS; * develop performance assessments and other tools to propel Common Core reforms; and * create systems of continuous improvement that are transparent, collegial, and accountable.Above all, this book will help you interpret the Common Core as a rallying cry that ignites deep, wide and lasting reforms and, most importantly, accelerates student achievement.For more information, visit UnitsofStudy.com.
Structure and Interpretation of Computer Programs
Harold Abelson - 1984
This long-awaited revision contains changes throughout the text. There are new implementations of most of the major programming systems in the book, including the interpreters and compilers, and the authors have incorporated many small changes that reflect their experience teaching the course at MIT since the first edition was published. A new theme has been introduced that emphasizes the central role played by different approaches to dealing with time in computational models: objects with state, concurrent programming, functional programming and lazy evaluation, and nondeterministic programming. There are new example sections on higher-order procedures in graphics and on applications of stream processing in numerical programming, and many new exercises. In addition, all the programs have been reworked to run in any Scheme implementation that adheres to the IEEE standard.
Best Practice: Bringing Standards to Life in America's Classrooms
Steven Zemelman - 2012
But what does quality mean? What does it look like in real classrooms? It looks like the teaching in this book. -Steven Zemelman, Harvey Smokey Daniels, and Arthur Hyde
Best Practice
is back, and with it Steve Zemelman, Smokey Daniels, and Arthur Hyde invite you to greet today's most important educational challenges with proven, state-of-the-art teaching. Linguistic diversity, technology, Common Core, high-stakes testing-no matter the hurdle, Best Practice teaching supports powerful learning across our profession.
Best Practice
, Fourth Edition, is the ultimate guide to teaching excellence. Its framework of seven Best Practice Structures and cutting-edge implementation strategies are proven across the grades and subject areas. BP4 creates common ground for teachers, leaders, and principals by recommending practices drawn from the latest scientific research, professional consensus, and the innovative classrooms of exemplary teachers.BP4 puts top-quality teaching at the fingertips of individual practitioners by sharing real-life instructional scenes that define classroom excellence, increase learning, and improve students' life opportunities. It's also more valuable than ever to PLCs and school reform initiatives thanks to:plans and strategies for exceeding state and Common Core Standards cohesive principles and common language that strengthen professional collaboration classroom vignettes that show teachers and kids at work chapters on reading, writing, math, science, and social studies that support unified instructional goals special attention to technology in the classroom, special education, ELLs, struggling readers, and the arts. This new educational era demands highly-effective, high-quality instruction that makes a difference for students. Fortunately with Zemelman, Daniels, and Hyde's help every educator can be a world-class, life-changing teacher-a Best Practice teacher.