Product List
GET /services/catalog/products?format=api&page=76715
{ "links": { "first": "https://redshelf.com/services/catalog/products?format=api&page=1", "last": "https://redshelf.com/services/catalog/products?format=api&page=78394", "next": "https://redshelf.com/services/catalog/products?format=api&page=76716", "prev": "https://redshelf.com/services/catalog/products?format=api&page=76714" }, "data": [ { "type": "Product", "id": "00010000150485", "attributes": { "name": "Machine Learning with R", "subtitle": "", "description": "Machine learning, at its core, is concerned with transforming data into actionable knowledge. This fact makes machine learning well-suited to the present-day era of \"big data\" and \"data science\". Given the growing prominence of Ra cross-platform, zero-cost statistical programming environmentthere has never been a better time to start applying machine learning. Whether you are new to data science or a veteran, machine learning with R offers a powerful set of methods for quickly and easily gaining insight from your data. \"Machine Learning with R\" is a practical tutorial that uses hands-on examples to step through real-world application of machine learning. Without shying away from the technical details, we will explore Machine Learning with R using clear and practical examples. Well-suited to machine learning beginners or those with experience. Explore R to find the answer to all of your questions. How can we use machine learning to transform data into action? Using practical examples, we will explore how to prepare data for analysis, choose a machine learning method, and measure the success of the process. We will learn how to apply machine learning methods to a variety of common tasks including classification, prediction, forecasting, market basket analysis, and clustering. By applying the most effective machine learning methods to real-world problems, you will gain hands-on experience that will transform the way you think about data. \"Machine Learning with R\" will provide you with the analytical tools you need to quickly gain insight from complex data. Written as a tutorial to explore and understand the power of R for machine learning. This practical guide that covers all of the need to know topics in a very systematic way. For each machine learning approach, each step in the process is detailed, from preparing the data for analysis to evaluating the results. These steps will build the knowledge you need to apply them to your own data science tasks. Intended for those who want to learn how to use R's machine learning capabilities and gain insight from your data. Perhaps you already know a bit about machine learning, but have never used R; or perhaps you know a little R but are new to machine learning. In either case, this book will get you up and running quickly. It would be helpful to have a bit of familiarity with basic programming concepts, but no prior experience is required.", "author": "Brett Lantz", "slug": "machine-learning-with-r-150485-9781782162155-brett-lantz", "thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/9781782162148.jpg", "default_thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/default_book_thumbnail.jpg", "product_type": "book", "product_id": "150485", "product_url": "/app/ecom/book/150485/machine-learning-with-r-150485-9781782162155-brett-lantz", "bisac_codes": [ "COM037000" ], "items_count": null, "identifiers": { "ISBN10": "1782162151", "EISBN13": "9781782162155" }, "drm": null, "cover_image": null, "default_cover_image": null, "book_type": null }, "relationships": { "lowest_offering": { "data": { "type": "offerings", "id": "00010013066289" } } } }, { "type": "Product", "id": "00010000150483", "attributes": { "name": "Instant Wijmo Widgets How-to", "subtitle": "", "description": "With Wijmo you will always be one step ahead of regular UI developers. Wijmo doesn't require a re-invention of the wheel; it is written with JQuery, so it supports regular JQuery and even native Javascript. You can initialize any widget you want to use for your project and customize its functionality and styling. With Wijmo, the possibilities are limitless!! \"Instant Wijmo Widgets How-to\" is perfect for aspiring and experienced UI developers. It describes basic techniques of initializing and deploying various UI widgets that serve a specific purpose. It is an ideal book for aspiring and experienced UI developers. It describes basic techniques for initializing and deploying various UI widgets that serve a specific purpose. \"Instant Wijmo Widgets How-to\" is structured to take you from easy to seemingly difficult topics. This implies that some widgets are easier to initialize than others. However the overall deployment of a widget is basic and straightforward, without the complexities encountered in various JQuery plugins. Every topic discussed in this book is interesting, engaging, and exciting. There is no strict direction from one chapter to the next.. Most chapters are independent of each other. This creates the flexibility to delve into just what you need to resolve a particular task. \"Instant Wijmo Widgets How-to\" serves as an important inventory for a UI developer, equipping the reader with skills to solve most UI related issues. Filled with practical, step-by-step instructions and clear explanations for the most important and useful tasks.A recipe-based instant tutorial, showing app development with Knockout and Wijmo, and covering major widgets and themes. This book aims at equipping the reader with the necessary tools that Wijmo and Knockout JS provide for easing and speeding up development. It addresses the needs of everyone in the UI development space, both experienced and newbies. To get the most out of this book you should have a good working knowledge of HTML, CSS, and JavaScript, and will need to be comfortable using jQuery.", "author": "Tochi Eke-Okoro", "slug": "instant-wijmo-widgets-how-to-150483-9781782161875-tochi-eke-okoro", "thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/9781782161868.jpg", "default_thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/default_book_thumbnail.jpg", "product_type": "book", "product_id": "150483", "product_url": "/app/ecom/book/150483/instant-wijmo-widgets-how-to-150483-9781782161875-tochi-eke-okoro", "bisac_codes": [ "COM051390" ], "items_count": null, "identifiers": { "ISBN13": "9781782161868", "EISBN13": "9781782161875" }, "drm": null, "cover_image": null, "default_cover_image": null, "book_type": null }, "relationships": { "lowest_offering": { "data": { "type": "offerings", "id": "00010013066065" } } } }, { "type": "Product", "id": "00010000150481", "attributes": { "name": "Instant Spring for Android Starter", "subtitle": "", "description": "The possibility to connect to remote web services is a key feature for most Android apps. REST (Representational State Transfer) is the most popular architecture to provide web services to mobile devices and others. OAuth has recently become the web's favorite way to authenticate and authorize users and apps, thanks to its capability to re-use popular web platforms accounts (Google, Facebook, Twitter). Spring for Android is an extension of the Spring Framework that aims to simplify the development of native Android applications. \"Instant Spring for Android Starterr\" is a practical, hands-on guide that provides you with a number of clear step-by-step exercises, which will help you take advantage of the abstractions offered by Spring for Android with regard to REST (RestTemplate) and OAuth (OAuthTemplate). It will also introduce you to the bases of those architectures and the associated tooling. This book gets you started using Spring for Android, first letting you know how to set up your workspace to include those libraries in your projects (with the Eclipse IDE and also with the popular building tool Maven) and then providing some clear and real life examples of RESTful and OAUth backed Android applications. After introducing the technology, we'll discover the different Message Converters provided (to consume JSON, XML, and Atom web services) and the main HTTP verbs to interact with RESTful webservices: GET, POST, DELETE, and UPDATE. We'll also mention how to support HTTP Basic Auth, Gzip compression, and finally put in practice the OAuth workflow with a concrete example relying on the Google OAuth service provider to authenticate and authorize an app and users. You will learn everything you need to consume RESTful web services, authenticate your users, and interact with their social platforms profiles from your Android app. Get to grips with a new technology, understand what it is and what it can do for you, and then get to work with the most important features and tasks. This is a Starter which gives you an introduction to Spring for Android with plenty of well-explained practical code examples. If you are an Android developer who wants to learn about RESTful web services and OAuth authentication and authorization, and you also want to know how to speed up your development involving those architectures using Spring for Android abstractions, then this book is for you. But core Java developers are not forgotten, thanks to the explanations on how to set up Eclipse and Maven for Android development (very basic knowledge regarding Android UI design is required to understand the examples; the right pointers to ramp up on this topic are provided though).", "author": "Anthony Dahanne", "slug": "instant-spring-for-android-starter-150481-9781782161912-anthony-dahanne", "thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/9781782161905.jpg", "default_thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/default_book_thumbnail.jpg", "product_type": "book", "product_id": "150481", "product_url": "/app/ecom/book/150481/instant-spring-for-android-starter-150481-9781782161912-anthony-dahanne", "bisac_codes": [ "COM000000" ], "items_count": null, "identifiers": { "ISBN13": "9781782161905", "EISBN13": "9781782161912" }, "drm": null, "cover_image": null, "default_cover_image": null, "book_type": null }, "relationships": { "lowest_offering": { "data": { "type": "offerings", "id": "00010013066054" } } } }, { "type": "Product", "id": "00010000150474", "attributes": { "name": "Developing Early Comprehension", "subtitle": "Laying the Foundation for Reading Success", "description": "How does early comprehension develop in young children, and how can we better prepare preschoolers to become successful readers? This important volume compiles today's best research on the often-overlooked topic of prereader comprehension: what we know about it now, and what we need to know to build a stronger foundation for children's future reading skills. More than two dozen literacy experts clearly describe theoretical models of early comprehension, demystify current research, recommend effective practices for boosting comprehension, and identify critical research priorities for the near future. An essential text and reference for reading specialists, program administrators, SLPs, preservice professionals, and researchers, this volume is key to helping children develop the early comprehension skills that support later reading success. KEY TOPICS COVERED: the importance of teaching all young children comprehension strategiesconnections between vocabulary development and listening comprehensionthe relationship of academic talk to reading comprehensionhow social pretend play helps children cultivate skills essential for comprehensiondevelopment of executive function skills important for academic success assessment of comprehension skills in prereadershow young children become literate in a digital societythe benefits of using academic talk and informational texts in pre-K classroomsways to support early comprehension for multilingual students and those with special needsparentsaTM and teachers' complementary roles in developing children's comprehension<br>See how this product helps strengthen Head Start program quality and school readiness.<br><br>", "author": "Susan Neuman, Jamie Zibulsky, Jill Stamm, Sharon Ware, Meghan Welch, Sandra Barrueco, Kelly Cartwright, Michael D. Coyne, Barbara Culatta, Anne Cunningham, David K. Dickinson, Caitlin McMunn Dooley, Nell Duke, Billie Enz, Geraldine Fernández, Roberta Michnick Golinkoff, Nicole Ruther Guajardo, Kendra Hall-Kenyon, Kathy Hirsh-Pasek, Janne Lepola, Julie Lynch, John Madura, D. Betsy McCoach, Sabina Rak Neugebauer, Katherine Newman, Shana Pribesh, Sabra Gear, Anne van Kleeck, Andrea DeBruin-Parecki", "slug": "developing-early-comprehension-150474-9781598579178", "thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/9781598579178.jpg", "default_thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/default_book_thumbnail.jpg", "product_type": "book", "product_id": "150474", "product_url": "/app/ecom/book/150474/developing-early-comprehension-150474-9781598579178", "bisac_codes": [ "LAN013000", "LAN010000" ], "items_count": null, "identifiers": { "ISBN13": "9781598570342", "EISBN13": "9781598579178", "EISBN10": "1598579177" }, "drm": null, "cover_image": null, "default_cover_image": null, "book_type": null }, "relationships": { "lowest_offering": { "data": { "type": "offerings", "id": "00010026190509" } } } }, { "type": "Product", "id": "00010000150473", "attributes": { "name": "Big History and the Future of Humanity", "subtitle": "", "description": "big history and the future of humanity \"This remains the best single attempt to theorize big history as a discipline that can link core concepts and paradigms across all historical disciplines, from cosmology to geology, from biology to human history. With additional and updated material, the Second Edition also offers a fine introduction to the history of big history and a superb introductory survey to the big history story. Essential reading for anyone interested in a rapidly evolving new field of scholarship that links the sciences and the humanities into a modern, science-based origin story.\"aDavid Christian, Macquarie University \"Notable for its theoretic approach, this new Second Edition is both an indispensable contribution to the emerging big history narrative and a powerful university textbook. Spier defines words carefully and recognizes the limits of current knowledge, aspects of his own clear thinking.\"aCynthia Brown, Emerita, Dominican University of California Reflecting the latest theories in the sciences and humanities, this new edition of Big History and the Future of Humanity presents an accessible and original overview of the entire sweep of history from the origins of the universe and life on Earth up to the present day. Placing the relatively brief period of human history within a much broader framework a one that considers everything from vast galaxy clusters to the tiniest sub-atomic particles a big history is an innovative theoretical approach that opens up entirely new multidisciplinary research agendas. Noted historian Fred Spier reveals how a thorough examination of patterns of complexity can offer richer insights into what the future may have in store for humanity. The second edition includes new learning features, such as highlighted scientific concepts, an illustrative timeline and comprehensive glossary. By exploring the cumulative history from the Big Bang to the modern day, Big History and the Future of Humanity, Second Edition, sheds important historical light on where we have been a and offers a tantalizing glimpse of what lies ahead.", "author": "Fred Spier", "slug": "big-history-and-the-future-of-humanity-150473-9781118881705-fred-spier", "thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/9781118881705.jpg", "default_thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/default_book_thumbnail.jpg", "product_type": "book", "product_id": "150473", "product_url": "/app/ecom/book/150473/big-history-and-the-future-of-humanity-150473-9781118881705-fred-spier", "bisac_codes": [ "HIS016000", "9551" ], "items_count": null, "identifiers": { "ISBN13": "9781118881729", "EISBN13": "9781118881705" }, "drm": null, "cover_image": null, "default_cover_image": null, "book_type": null }, "relationships": { "lowest_offering": { "data": { "type": "offerings", "id": "00010032514671" } } } }, { "type": "Product", "id": "00010000150472", "attributes": { "name": "The Mission-Driven Venture", "subtitle": "Business Solutions to the World's Most Vexing Social Problems", "description": "Practical guidance to maximize financial results while driving positive social change The Mission-Driven Venture provides actionable guidance for leveraging the power of the marketplace to solve the world's most vexing social problems. Written by attorney and financial advisor Marc J. Lane, a renowned thought leader and expert on entrepreneurship, social enterprises, impact investing and entrepreneurial finance, this book reaches the full spectrum of interests represented at the intersection of business and social change. Whether a social entrepreneur, impact investor, socially conscious individual, or a nonprofit or foundation leader, any reader committed to social innovation can benefit from this practical roadmap to the rapidly developing arena of social enterprise. Through real-world accounts of the journeys and successes of mission-driven ventures, Lane effectively illustrates the transformative potential of social enterprise, inspiring the reader to be an agent of change. Among the many tools offered through The Mission-Driven Venture, readers will: Find functional guidance to move from idea to reality with a step-by-step guide to designing and implementing a successful mission-driven venture Assess the benefits and challenges of the business models and entity choices available to the social entrepreneur Examine the entrepreneurial linkages between nonprofits and for-profits Recognize governance issues that can arise when mission and profit objectives clash, and discover tools for managing them Explore evolving trends and developments in financing social enterprise Discover methods and tools for measuring and reporting social impact Develop an effective strategy for achieving both financial success and meaningful social impact", "author": "Marc J. Lane", "slug": "the-mission-driven-venture-150472-9781118419915-marc-j-lane", "thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/9781118419915.jpg", "default_thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/default_book_thumbnail.jpg", "product_type": "book", "product_id": "150472", "product_url": "/app/ecom/book/150472/the-mission-driven-venture-150472-9781118419915-marc-j-lane", "bisac_codes": [ "BUS074000", "9783" ], "items_count": null, "identifiers": { "ISBN13": "9781118336052", "EISBN13": "9781118419915" }, "drm": null, "cover_image": null, "default_cover_image": null, "book_type": null }, "relationships": { "lowest_offering": { "data": { "type": "offerings", "id": "00010026076868" } } } }, { "type": "Product", "id": "00010000150471", "attributes": { "name": "Learning Personalized", "subtitle": "The Evolution of the Contemporary Classroom", "description": "A real-world action plan for educators to create personalized learning experiences Learning Personalized: The Evolution of the Contemporary Classroom provides teachers, administrators, and educational leaders with a clear and practical guide to personalized learning. Written by respected teachers and leading educational consultants Allison Zmuda, Greg Curtis, and Diane Ullman, this comprehensive resource explores what personalized learning looks like, how it changes the roles and responsibilities of every stakeholder, and why it inspires innovation. The authors explain that, in order to create highly effective personalized learning experiences, a new instructional design is required that is based loosely on the traditional model of apprenticeship: learning by doing. Learning Personalized challenges educators to rethink the fundamental principles of schooling that honors students' natural willingness to play, problem solve, fail, re-imagine, and share. This groundbreaking resource: Explores the elements of personalized learning and offers a framework to achieve it Provides a roadmap for enrolling relevant stakeholders to create a personalized learning vision and reimagine new roles and responsibilities Addresses needs and provides guidance specific to the job descriptions of various types of educators, administrators, and other staff This invaluable educational resource explores a simple framework for personalized learning: co-creation, feedback, sharing, and learning that is as powerful for a teacher to re-examine classroom practice as it is for a curriculum director to reexamine the structure of courses.", "author": "Allison Zmuda, Greg Curtis, Diane Ullman", "slug": "learning-personalized-150471-9781118904817-allison-zmuda-greg-curtis-diane-ullman", "thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/9781118904817.jpg", "default_thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/default_book_thumbnail.jpg", "product_type": "book", "product_id": "150471", "product_url": "/app/ecom/book/150471/learning-personalized-150471-9781118904817-allison-zmuda-greg-curtis-diane-ullman", "bisac_codes": [ "EDU029000", "9572" ], "items_count": null, "identifiers": { "ISBN13": "9781118904794", "EISBN13": "9781118904817" }, "drm": null, "cover_image": null, "default_cover_image": null, "book_type": null }, "relationships": { "lowest_offering": { "data": { "type": "offerings", "id": "00010026075186" } } } }, { "type": "Product", "id": "00010000150470", "attributes": { "name": "Anatomy and Physiology for Nurses at a Glance", "subtitle": "", "description": "Anatomy and Physiology for Nurses at a Glance is the perfect companion for study and revision for pre-registration nursing and healthcare students, from the publishers of the market-leading at a Glance series. Combining superb illustrations with accessible and informative text, this book covers all the body systems and key concepts encountered from the start of the pre-registration nursing or healthcare programme, and is ideal for anyone looking for an overview of the human body. Providing a concise, visual overview of anatomy and physiology and the related biological sciences, this book will help students develop practical skills, enabling them to become caring, kind and compassionate nurses. Superbly illustrated, with full colour illustrations throughout Breaks down complex concepts in an accessible way Written specifically for nursing and healthcare students with all the information they need Includes access to a companion website with self-assessment questions for each chapter Available in a range of digital formats- perfect for aon the goa study and revision", "author": "Ian Peate, Muralitharan Nair", "slug": "anatomy-and-physiology-for-nurses-at-a-glance-150470-9781118746271-ian-peate-muralitharan-nair", "thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/9781118746271.jpg", "default_thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/default_book_thumbnail.jpg", "product_type": "book", "product_id": "150470", "product_url": "/app/ecom/book/150470/anatomy-and-physiology-for-nurses-at-a-glance-150470-9781118746271-ian-peate-muralitharan-nair", "bisac_codes": [ "MED058000", "9694" ], "items_count": null, "identifiers": { "ISBN13": "9781118746318", "EISBN13": "9781118746271" }, "drm": null, "cover_image": null, "default_cover_image": null, "book_type": null }, "relationships": { "lowest_offering": { "data": { "type": "offerings", "id": "00010032503518" } } } }, { "type": "Product", "id": "00010000150469", "attributes": { "name": "The Talent Development Platform", "subtitle": "Putting People First in Social Change Organizations", "description": "Putting People First in Social Change Organizations The Talent Development Platform is about results driven talent development for social change. Written by seasoned nonprofit experts, this book provides a holisticA process for creating an in-house training and talent development program. The Talent Development PlatformA offers organizations the tools for ensuring their professional development systems are successful through regular feedback loops, tailored for learning styles, and specific to their organization.A Detailed case studies provide insight into the strategies used by organizations that have implemented the Talent Development Platform, and interviews with experts in the field give readers a handle on the most current thinking. Robust resource guides facilitate the talent development process, and online access to the Talent Development Platform and assessments help streamline the workflow. Social change organizations make the most of limited resources, but often overlook developing the talent they already have. This book gives readers a plan for finding and nurturing their internal talent to reduce turnover and improve organizational efficiency. More specifically the book helps organizations: Develop organizational, department, and position specific competencies. Create and revise job descriptions. Assess staff and volunteer proficiency levels with created competencies. Determine staff and volunteer learning styles. Establish professional development goals and objectives tied to strategic goals. Implement professional development with on the job learning, mentoring, and training. Calculate a return on talent investment. Evaluate talent development implementation and proficiency level changes. Implementing the Talent Development Platform provides organizations with tangible benefits in the form of lower turnover and greater output (without the burnout) from employees and volunteers, as well as intangible benefits that make organizations more attractive to top talent.", "author": "Heather Carpenter, Tera Qualls", "slug": "the-talent-development-platform-150469-9781118873953-heather-carpenter-tera-qualls", "thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/9781118873847.jpg", "default_thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/default_book_thumbnail.jpg", "product_type": "book", "product_id": "150469", "product_url": "/app/ecom/book/150469/the-talent-development-platform-150469-9781118873953-heather-carpenter-tera-qualls", "bisac_codes": [ "BUS030000", "9783" ], "items_count": null, "identifiers": { "ISBN13": "9781118873885", "EISBN13": "9781118873953" }, "drm": null, "cover_image": null, "default_cover_image": null, "book_type": null }, "relationships": { "lowest_offering": { "data": { "type": "offerings", "id": "00010026075734" } } } }, { "type": "Product", "id": "00010000150466", "attributes": { "name": "Trapped: A Story of a Dom Couple", "subtitle": "My Initiation into Spanking", "description": "A young man has his whole world change when he goes on vacation with his parents. He was reluctant to go but as certain things started to take place like meeting his sexy neighbor, everything started to change for the better. Through the he has his first experience with light S & M. He watches her being spanked and eventually gets his turn to do that and more. Go on a journey with him as he discovers himself when he has new sexual experiences. What he learns on his vacation changes his mind set about sex.", "author": "Kerry A. Banks", "slug": "trapped-a-story-of-a-dom-couple-150466-9781681276946-kerry-a-banks", "thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/9781681276946.jpg", "default_thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/default_book_thumbnail.jpg", "product_type": "book", "product_id": "150466", "product_url": "/app/ecom/book/150466/trapped-a-story-of-a-dom-couple-150466-9781681276946-kerry-a-banks", "bisac_codes": [ "FIC005000" ], "items_count": null, "identifiers": { "ISBN13": "9781681276939", "ISBN10": "1681276941", "EISBN13": "9781681276946" }, "drm": null, "cover_image": null, "default_cover_image": null, "book_type": null }, "relationships": { "lowest_offering": { "data": { "type": "offerings", "id": "00010015068189" } } } }, { "type": "Product", "id": "00010000150465", "attributes": { "name": "The Hunger", "subtitle": "Stuffed By Two Alphas", "description": "Have you ever fantasized about having more than one man in your bed? Who is to say that that sort of thought is taboo? It can become a reality if the right steps are taken and you have a partner who is willing to help you fulfill that fantasy. That is exactly what happens to the protagonist in \"The Hunger\". She has made a number of attempts to fulfill her ultimate fantasy as she is a sexually fluid individual. Her first attempt did not work as her partner was not into what she wanted. He was not that nice to her and made her change and become withdrawn. She gets a new lease on life with her second marriage. He loves her unconditionally and is willing to help her fulfill her fantasies as it thrills him too. Read and let the story unfold as you turn the pages to learn how she gets the ultimate sexual experience.", "author": "Sarah Stockman", "slug": "the-hunger-150465-9781681276922-sarah-stockman", "thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/9781681276922.jpg", "default_thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/default_book_thumbnail.jpg", "product_type": "book", "product_id": "150465", "product_url": "/app/ecom/book/150465/the-hunger-150465-9781681276922-sarah-stockman", "bisac_codes": [ "FIC005000" ], "items_count": null, "identifiers": { "ISBN13": "9781681276915", "ISBN10": "1681276925", "EISBN13": "9781681276922" }, "drm": null, "cover_image": null, "default_cover_image": null, "book_type": null }, "relationships": { "lowest_offering": { "data": { "type": "offerings", "id": "00010015231568" } } } }, { "type": "Product", "id": "00010000150464", "attributes": { "name": "Going All the Way: Forbidden Desires", "subtitle": "The Thrill of Cheating", "description": "\"Going All the Way: Forbidden Desires \" is the story of a frustrated housewife who ends up seeking her sexual satisfaction with another man other than her husband. He has neglected her ever since he discovers that he was pregnant. She is not able to figure out if he is disgusted by the way she looks or if he is just too afraid to touch her and hurt their growing baby. She has tried everything to convince him that it will all be okay and that he can love her like he used to. When that fails she is tempted to seek her satisfaction elsewhere but does not really follow through with it until fate literally drops the solution in her lap.", "author": "Angela Whyte", "slug": "going-all-the-way-forbidden-desires-150464-9781681276960-angela-whyte", "thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/9781681276960.jpg", "default_thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/default_book_thumbnail.jpg", "product_type": "book", "product_id": "150464", "product_url": "/app/ecom/book/150464/going-all-the-way-forbidden-desires-150464-9781681276960-angela-whyte", "bisac_codes": [ "FIC005000" ], "items_count": null, "identifiers": { "ISBN13": "9781681276953", "ISBN10": "1681276968", "EISBN13": "9781681276960" }, "drm": null, "cover_image": null, "default_cover_image": null, "book_type": null }, "relationships": { "lowest_offering": { "data": { "type": "offerings", "id": "00010015242348" } } } }, { "type": "Product", "id": "00010000150463", "attributes": { "name": "The Cop Who Saved Me", "subtitle": "The Way Back To Love", "description": "\"The Cop Who Saved Me\" is a wonderful story of love that starts to bloom after extenuating circumstances cause two people to meet. She has been through a lot in her young adult life and she is seemingly stuck in a cycle that if filled with bad sex and abuse at the hand of her live-in lover. It all culminates when he decides that he and his friends shall share her for the evening. The story takes a turn when she is miraculously saved from that and she enters a new phase in her life where she gets the time to physically and emotionally heal from her past. She also gets a new lease on love from the most unexpected suitor.", "author": "Mona Anderson", "slug": "the-cop-who-saved-me-150463-9781681276908-mona-anderson", "thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/9781681276908.jpg", "default_thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/default_book_thumbnail.jpg", "product_type": "book", "product_id": "150463", "product_url": "/app/ecom/book/150463/the-cop-who-saved-me-150463-9781681276908-mona-anderson", "bisac_codes": [ "FIC005000" ], "items_count": null, "identifiers": { "ISBN13": "9781681276892", "ISBN10": "1681276909", "EISBN13": "9781681276908" }, "drm": null, "cover_image": null, "default_cover_image": null, "book_type": null }, "relationships": { "lowest_offering": { "data": { "type": "offerings", "id": "00010015014591" } } } }, { "type": "Product", "id": "00010000150462", "attributes": { "name": "Totalitarian and Authoritarian Regimes", "subtitle": "", "description": "In this classic work, noted political sociologist Juan Linz provides an unparalleled study of the nature of nondemocratic regimes.", "author": "Juan J. Linz", "slug": "totalitarian-and-authoritarian-regimes-150462-9781626372696-juan-j-linz", "thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/Linz.Totalitarian.cover.jpg", "default_thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/default_book_thumbnail.jpg", "product_type": "book", "product_id": "150462", "product_url": "/app/ecom/book/150462/totalitarian-and-authoritarian-regimes-150462-9781626372696-juan-j-linz", "bisac_codes": [], "items_count": null, "identifiers": { "ISBN13": "9781555878900", "EISBN13": "9781626372696" }, "drm": null, "cover_image": null, "default_cover_image": null, "book_type": null }, "relationships": { "lowest_offering": { "data": { "type": "offerings", "id": "00010013115735" } } } }, { "type": "Product", "id": "00010000150443", "attributes": { "name": "The Stay Interview", "subtitle": "A Manager's Guide to Keeping the Best and Brightest", "description": "It's the worst sort of surprise: A valued and seemingly happy employee gives his notice. Can you do anything at this point? Probably not. Could you have anticipated the departure and tried to prevent it? Absolutely. That's where this book comes in.This practical guide introduces managers to a powerful new engagement and retention tool: the stay interview. Smart companies have begun conducting these periodic reviews in order to discover why their important talent might leave and to solve any problems before they actually quit.Written by the retention expert who pioneered the process, The Stay Interview shows managers how to:Prepare for the meetingAnticipate an employee's top issuesSet realistic expectations from the startRespond to difficult questionsListen effectively and dig deeperCraft a detailed and effective stay plan complete with timelineAssess each employee's level of engagement, predict potential exits, and communicate results to upper managementComplete with the five best questions to ask and sample scripts for different situations, The Stay Interview is the key to a more engaged . . . and much more productive team.", "author": "Richard P. Finnegan", "slug": "the-stay-interview-150443-9780814436509-richard-p-finnegan", "thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/9780814436509.jpg", "default_thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/default_book_thumbnail.jpg", "product_type": "book", "product_id": "150443", "product_url": "/app/ecom/book/150443/the-stay-interview-150443-9780814436509-richard-p-finnegan", "bisac_codes": [ "BUS041000" ], "items_count": null, "identifiers": { "ISBN13": "9780814436493", "ISBN10": "0814436501", "EISBN13": "9780814436509" }, "drm": null, "cover_image": null, "default_cover_image": null, "book_type": null }, "relationships": { "lowest_offering": { "data": { "type": "offerings", "id": "00010015246059" } } } }, { "type": "Product", "id": "00010000150436", "attributes": { "name": "Logic & Computer Design Fundamentals", "subtitle": "", "description": "<p>This is the eBook of the printed book and may not include any media, website access codes, or print supplements that may come packaged with the bound book.</p> For courses in Logic and Computer design.</p> </p> Understanding Logic and Computer Design for All Audiences</p> Logic and Computer Design Fundamentals is a thoroughly up-to-date text that makes logic design, digital system design, and computer design available to readers of all levels. The Fifth Edition brings this widely recognized source to modern standards by ensuring that all information is relevant and contemporary. The material focuses on industry trends and successfully bridges the gap between the much higher levels of abstraction people in the field must work with today than in the past. </p> <br>Broadly covering logic and computer design, Logic and Computer Design Fundamentals is a flexibly organized source material that allows instructors to tailor its use to a wide range of audiences.</p>", "author": "M. Morris R. Mano, Tom Martin", "slug": "logic-computer-design-fundamentals-150436-9780134080154-m-morris-r-mano-tom-martin", "thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/9780134080154.jpg", "default_thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/default_book_thumbnail.jpg", "product_type": "book", "product_id": "150436", "product_url": "/app/ecom/book/150436/logic-computer-design-fundamentals-150436-9780134080154-m-morris-r-mano-tom-martin", "bisac_codes": [ "COM059000" ], "items_count": null, "identifiers": { "ISBN13": "9780133760637", "ISBN10": "0133760634", "EISBN13": "9780134080154", "EISBN10": "0134080157" }, "drm": null, "cover_image": null, "default_cover_image": null, "book_type": null }, "relationships": { "lowest_offering": { "data": { "type": "offerings", "id": "00010023762537" } } } }, { "type": "Product", "id": "00010000150439", "attributes": { "name": "Programming Abstractions in C++", "subtitle": "", "description": "<p>This is the eBook of the printed book and may not include any media, website access codes, or print supplements that may come packaged with the bound book.</p> This text is intended for use in the second programming course</p> </p> Programming is a matter of learning by doing. Eric Roberts Programming Abstractions in C++ gives students opportunities to practice and learn with engaging graphical assignments. A client-first approach to data structures helps students absorb, and then apply the material.</p> </p> Teaching and Learning Experience</p> This program presents a better teaching and learning experiencefor you and your students. It will help:</p> Improve Student Comprehension with a Client-first Approach to Data Structures: To aid in student understanding, this book presents the full set of collection classes early. Defer the Presentation of C++ Features that Require a Detailed Understanding of the Underlying Machine: Introducing collection classes early enables students to master other equally important topics without having to struggle with low-level details at the same time. Engage Students with Exciting Graphical Assignments: An open-source library supports graphics and interactivity in a simple, pedagogically appropriate way. Support Instructors and Students: The companion website provides source code, sample run PDFs, answers to review questions, and more.", "author": "Eric Roberts", "slug": "programming-abstractions-in-c-150439-9780134117218-eric-roberts", "thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/9780134117218.jpg", "default_thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/default_book_thumbnail.jpg", "product_type": "book", "product_id": "150439", "product_url": "/app/ecom/book/150439/programming-abstractions-in-c-150439-9780134117218-eric-roberts", "bisac_codes": [ "COM051000" ], "items_count": null, "identifiers": { "ISBN13": "9780133454840", "ISBN10": "0133454843", "EISBN13": "9780134117218", "EISBN10": "0134117212" }, "drm": null, "cover_image": null, "default_cover_image": null, "book_type": null }, "relationships": { "lowest_offering": { "data": { "type": "offerings", "id": "00010023755300" } } } }, { "type": "Product", "id": "00010000150440", "attributes": { "name": "Understanding Race and Ethnic Relations", "subtitle": "", "description": "<p>This is the eBook of the printed book and may not include any media, website access codes, or print supplements that may come packaged with the bound book.</p> NOTE: You are purchasing a standalone product; MySocLab does not come packaged with this content. If you would like to purchase both the physical text and MySocLab search for 0134127005 / 9780134127002 Understanding Race and Ethnic Relations plus MySocLab for Race and Ethnicity Access Card Package, 5/e<br><br></p> Package consists of:</p> 0205926762 / 9780205926763 Understanding Race and Ethnic Relations, 5/e 0133842983 / 9780133842982 MySocLab for Race and Ethnicity Access Card MySocLab should only be purchased when required by an instructor.</p> </p> For courses in Race and Ethnic Relations</p> </p> Examining Intercultural Interactions: Research, Theory, and Analysis</p> Understanding Race and Ethnic Relations examines the historically complex nature of intergroup communication. The text takes interpersonal relations into account within the larger context of society to understand cross-cultural interaction as a whole. Social science theory, research, and analysis are applied to scrutinize historical patterns that have shaped modern cultural relations.</p> </p> The Fifth Edition uses core sociological concepts to examine intergroup relations from a non-objective standpoint. Beginning with a general examination of culture, social class, and the notion of power, the text broadens to help students understand the root of discrimination and conflict by applying sociological theory. Widely celebrated throughout the globe, this text presents the very real issues of discrimination, conflict, and misunderstanding through a realistic, factual lens. </p> </p> Also available with MySocLab</p> MySocLab for Race and Ethnicity courses extends learning online, engaging students and improving results. Media resources with assignments bring concepts to life, and offer students opportunities to practice applying what theyve learned. And the Writing Space helps educators develop and assess concept mastery and critical thinking through writing, quickly and easily. Please note: this version of MySocLab does not include an eText.</p> </p> Understanding Race and Ethnic Relations, Fifth Edition is also available via REVELTM, an immersive learning experience designed for the way today's students read, think, and learn.</p>", "author": "Vincent N. Parrillo", "slug": "understanding-race-and-ethnic-relations-150440-9780134129716-vincent-n-parrillo", "thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/9780134129716.jpg", "default_thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/default_book_thumbnail.jpg", "product_type": "book", "product_id": "150440", "product_url": "/app/ecom/book/150440/understanding-race-and-ethnic-relations-150440-9780134129716-vincent-n-parrillo", "bisac_codes": [ "SOC026000" ], "items_count": null, "identifiers": { "ISBN13": "9780135571330", "ISBN10": "0135571332", "EISBN13": "9780134129716", "EISBN10": "0134129717" }, "drm": null, "cover_image": null, "default_cover_image": null, "book_type": null }, "relationships": { "lowest_offering": { "data": { "type": "offerings", "id": "00010034475871" } } } }, { "type": "Product", "id": "00010000150429", "attributes": { "name": "Automotive Fuel and Emissions Control Systems", "subtitle": "", "description": "<p>This is the eBook of the printed book and may not include any media, website access codes, or print supplements that may come packaged with the bound book.</p> With an emphasis on diagnosing and troubleshootingand featuring numerous tech tips and diagnostic examples throughoutthis comprehensive, full-color book covers all aspects of automotive fuel and emissions. Designed specifically to correlate with the NATEF program, and updated throughout to correlate to the latest NATEF and ASE tasks, Automotive Fuel and Emissions Control Systems, 4/e combines topics in engine performance (ASE A8 content area) with topics covered in the advanced engine performance (L1) ASE test content area. The result is cost-efficient, easy-to-learn-from resource for students and beginning technicians alike.</p> </p> This book is part of the Pearson Automotive Professional Technician Series, which features full-color, media-integrated solutions for todays students and instructors covering all eight areas of ASE certification, plus additional titles covering common courses. Peer reviewed for technical accuracy, the series and the books in it represent the future of automotive textbooks.</p>", "author": "James Halderman", "slug": "automotive-fuel-and-emissions-control-systems-150429-9780133799842-james-halderman", "thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/9780133799842.jpg", "default_thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/default_book_thumbnail.jpg", "product_type": "book", "product_id": "150429", "product_url": "/app/ecom/book/150429/automotive-fuel-and-emissions-control-systems-150429-9780133799842-james-halderman", "bisac_codes": [ "TRA001000" ], "items_count": null, "identifiers": { "ISBN13": "9780133799491", "ISBN10": "0133799492", "EISBN13": "9780133799842", "EISBN10": "0133799840" }, "drm": null, "cover_image": null, "default_cover_image": null, "book_type": null }, "relationships": { "lowest_offering": { "data": { "type": "offerings", "id": "00010023762288" } } } }, { "type": "Product", "id": "00010000150421", "attributes": { "name": "Administrative Medical Assisting", "subtitle": "Foundations and Practices", "description": "For courses in administrative medical assisting, medical office management, medical practice finances, and front desk reception</p> <br> Administrative Medical Assisting, 2nd Edition, provides readers with a thorough understanding of the administrative areas of medical assistingfrom communication styles to insurance billing to patient safety and more. This text fully addresses the administrative competencies of both the Accrediting Bureau of Health Education Schools (ABHES) and the Commission on Accreditation of Allied Health Education Programs (CAAHEP) for medical assisting programs. </p> </p> Teaching and Learning Experience:</p> Provides extensive coverage of the administrative medical assisting profession Meets the highest standards outlined by CAAHEP and ABHES, and provides all of the tools needed for student success Loaded with critical thinking exercises, real-world scenarios, and learning tools throughout <p>The full text downloaded to your computer</p> <p>With eBooks you can:</p> search for key concepts, words and phrases make highlights and notes as you study share your notes with friends <p>eBooks are downloaded to your computer and accessible either offline through the Bookshelf (available as a free download), available online and also via the iPad and Android apps. </p> <p>Upon purchase, you'll gain instant access to this eBook.</p> <p>Time limit</p> <p>The eBooks products do not have an expiry date. You will continue to access your digital ebook products whilst you have your Bookshelf installed.</p>", "author": "Christine Malone", "slug": "administrative-medical-assisting-150421-9780133485066-christine-malone", "thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/9780133485066.jpg", "default_thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/default_book_thumbnail.jpg", "product_type": "book", "product_id": "150421", "product_url": "/app/ecom/book/150421/administrative-medical-assisting-150421-9780133485066-christine-malone", "bisac_codes": [ "MED003000" ], "items_count": null, "identifiers": { "ISBN13": "9780133430653", "ISBN10": "0133430650", "EISBN13": "9780133485066", "EISBN10": "0133485064" }, "drm": null, "cover_image": null, "default_cover_image": null, "book_type": null }, "relationships": { "lowest_offering": { "data": { "type": "offerings", "id": "00010023757698" } } } } ], "meta": { "pagination": { "page": 76715, "pages": 78394, "count": 1567873 } } }
Response Info
Default: None