Product List
GET /services/catalog/products?format=api&page=74944
{ "links": { "first": "https://redshelf.com/services/catalog/products?format=api&page=1", "last": "https://redshelf.com/services/catalog/products?format=api&page=78477", "next": "https://redshelf.com/services/catalog/products?format=api&page=74945", "prev": "https://redshelf.com/services/catalog/products?format=api&page=74943" }, "data": [ { "type": "Product", "id": "00010000284116", "attributes": { "name": "Principles of Biomedical Informatics", "subtitle": "", "description": "<p>This second edition of a pioneering technical work in biomedical informatics provides a very readable treatment of the deep computational ideas at the foundation of the field. Principles of Biomedical Informatics, 2nd Edition is radically reorganized to make it especially useable as a textbook for courses that move beyond the standard introductory material. It includes exercises at the end of each chapter, ideas for student projects, and a number of new topics, such as: tree structured data, interval trees, and time-oriented medical data and their use On Line Application Processing (OLAP), an old database idea that is only recently coming of age and finding surprising importance in biomedical informatics a discussion of nursing knowledge and an example of encoding nursing advice in a rule-based system X-ray physics and algorithms for cross-sectional medical image reconstruction, recognizing that this area was one of the most central to the origin of biomedical computing an introduction to Markov processes, and an outline of the elements of a hospital IT security program, focusing on fundamental ideas rather than specifics of system vulnerabilities or specific technologies.</p> <p>It is simultaneously a unified description of the core research concept areas of biomedical data and knowledge representation, biomedical information access, biomedical decision-making, and information and technology use in biomedical contexts, and a pre-eminent teaching reference for the growing number of healthcare and computing professionals embracing computation in health-related fields.</p> <p>As in the first edition, it includes many worked example programs in Common LISP, the most powerful and accessible modern language for advanced biomedical concept representation and manipulation.</p> <p>The text also includes humor, history, and anecdotal material to balance the mathematically and computationally intensive development in many of the topic areas. The emphasis, as in the first edition, is on ideas and methods that are likely to be of lasting value, not just the popular topics of the day. Ira Kalet is Professor Emeritus of Radiation Oncology, and of Biomedical Informatics and Medical Education, at the University of Washington. Until retiring in 2011 he was also an Adjunct Professor in Computer Science and Engineering, and Biological Structure. From 2005 to 2010 he served as IT Security Director for the University of Washington School of Medicine and its major teaching hospitals. He has been a member of the American Medical Informatics Association since 1990, and an elected Fellow of the American College of Medical Informatics since 2011. His research interests include simulation systems for design of radiation treatment for cancer, software development methodology, and artificial intelligence applications to medicine, particularly expert systems, ontologies and modeling.</p> Develops principles and methods for representing biomedical data, using information in context and in decision making, and accessing information to assist the medical community in using data to its full potential Provides a series of principles for expressing biomedical data and ideas in a computable form to integrate biological, clinical, and public health applications Includes a discussion of user interfaces, interactive graphics, and knowledge resources and reference material on programming languages to provide medical informatics programmers with the technical tools to develop systems", "author": "Ira J. Kalet", "slug": "principles-of-biomedical-informatics-284116-9780123914620-ira-j-kalet", "thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/9780123914620.jpg", "default_thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/default_book_thumbnail.jpg", "product_type": "book", "product_id": "284116", "product_url": "/app/ecom/book/284116/principles-of-biomedical-informatics-284116-9780123914620-ira-j-kalet", "bisac_codes": [ "SCI008000", "SCI049000" ], "items_count": null, "identifiers": { "ISBN13": "9780124160194", "EISBN13": "9780123914620", "EISBN10": "0123914620" }, "drm": null, "cover_image": null, "default_cover_image": null, "book_type": null }, "relationships": { "lowest_offering": { "data": { "type": "offerings", "id": "00010026367980" } } } }, { "type": "Product", "id": "00010000284115", "attributes": { "name": "Handbook of Solid Phase Microextraction", "subtitle": "", "description": "<p>The relatively new technique of solid phase microextraction (SPME) is an important tool to prepare samples both in the lab and on-site. SPME is a \"green\" technology because it eliminates organic solvents from analytical laboratory and can be used in environmental, food and fragrance, and forensic and drug analysis. This handbook offers a thorough background of the theory and practical implementation of SPME. SPME protocols are presented outlining each stage of the method and providing useful tips and potential pitfalls. In addition, devices and fiber coatings, automated SPME systems, SPME method development, and In Vivo applications are discussed.</p> <p>This handbook is essential for its discussion of the latest SPME developments as well as its in depth information on the history, theory, and practical application of the method. </p> Practical application of Solid Phase Microextraction methods including detailed steps Provides history of extraction methods to better understand the process Suitable for all levels, from beginning student to experienced practitioner", "author": "Janusz Pawliszyn", "slug": "handbook-of-solid-phase-microextraction-284115-9780123914491", "thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/9780123914491.jpg", "default_thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/default_book_thumbnail.jpg", "product_type": "book", "product_id": "284115", "product_url": "/app/ecom/book/284115/handbook-of-solid-phase-microextraction-284115-9780123914491", "bisac_codes": [ "SCI013000", "SCI013010" ], "items_count": null, "identifiers": { "ISBN13": "9780124160170", "EISBN13": "9780123914491", "EISBN10": "0123914493" }, "drm": null, "cover_image": null, "default_cover_image": null, "book_type": null }, "relationships": { "lowest_offering": { "data": { "type": "offerings", "id": "00010026349828" } } } }, { "type": "Product", "id": "00010000284114", "attributes": { "name": "Real World Multicore Embedded Systems", "subtitle": "", "description": "<p>This Expert Guide gives you the techniques and technologies in embedded multicore to optimally design and implement your embedded system. Written by experts with a solutions focus, this encyclopedic reference gives you an indispensable aid to tackling the day-to-day problems when building and managing multicore embedded systems. </p> <p>Following an embedded system design path from start to finish, our team of experts takes you from architecture, through hardware implementation to software programming and debug. </p> <p>With this book you will learn: </p> <p> What motivates multicore </p> <p> The architectural options and tradeoffs; when to use what </p> <p> How to deal with the unique hardware challenges that multicore presents </p> <p> How to manage the software infrastructure in a multicore environment </p> <p> How to write effective multicore programs </p> <p> How to port legacy code into a multicore system and partition legacy software </p> <p> How to optimize both the system and software </p> <p> The particular challenges of debugging multicore hardware and software </p> Examples demonstrating timeless implementation details Proven and practical techniques reflecting the authors expertise built from years of experience and key advice on tackling critical issues", "author": "Bryon Moyer", "slug": "real-world-multicore-embedded-systems-284114-9780123914613", "thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/cover_image/9780123914613.jpg", "default_thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/default_book_thumbnail.jpg", "product_type": "book", "product_id": "284114", "product_url": "/app/ecom/book/284114/real-world-multicore-embedded-systems-284114-9780123914613", "bisac_codes": [ "TEC008000", "TEC009000" ], "items_count": null, "identifiers": { "ISBN13": "9780124160187", "EISBN13": "9780123914613", "EISBN10": "0123914612" }, "drm": null, "cover_image": null, "default_cover_image": null, "book_type": null }, "relationships": { "lowest_offering": { "data": { "type": "offerings", "id": "00010026354769" } } } }, { "type": "Product", "id": "00010000284113", "attributes": { "name": "Dimensionless Physical Quantities in Science and Engineering", "subtitle": "", "description": "<p>Dimensionless quantities, such as p, e, and f are used in mathematics, engineering, physics, and chemistry. In recent years the dimensionless groups, as demonstrated in detail here, have grown in significance and importance in contemporary mathematical and computer modeling as well as the traditional fields of physical modeling. This book offers the most comprehensive and up to date resource for dimensionless quantities, providing not only a summary of the quantities, but also a clarification of their physical principles, areas of use, and other specific properties across multiple relevant fields. Presenting the most complete and clearly explained single resource for dimensionless groups, this book will be essential for students and researchers working across the sciences. </p> Includes approximately 1,200 dimensionless quantities Features both classic and newly developing fields Easy to use with clear organization and citations to relevant works", "author": "Josef Kunes", "slug": "dimensionless-physical-quantities-in-science-and-engineering-284113-9780123914583-josef-kunes", "thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/9780123914583.jpg", "default_thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/default_book_thumbnail.jpg", "product_type": "book", "product_id": "284113", "product_url": "/app/ecom/book/284113/dimensionless-physical-quantities-in-science-and-engineering-284113-9780123914583-josef-kunes", "bisac_codes": [ "SCI003000", "SCI055000" ], "items_count": null, "identifiers": { "ISBN13": "9780124160132", "EISBN13": "9780123914583", "EISBN10": "0123914582" }, "drm": null, "cover_image": null, "default_cover_image": null, "book_type": null }, "relationships": { "lowest_offering": { "data": { "type": "offerings", "id": "00010026357406" } } } }, { "type": "Product", "id": "00010000284112", "attributes": { "name": "An Interactive History of the Clean Air Act", "subtitle": "Scientific and Policy Perspectives", "description": "<p>The Clean Air Act of 1970 set out for the United States a basic, yet ambitious, objective to reduce pollution to levels that protect health and welfare. The Act set out state and federal regulations to limit emissions and the Environmental Protection Agency was established to help enforce the regulations. The Act has since had several amendments, notably in 1977 and 1990, and has successfully helped to increase air quality. This book reviews the history of the Clean Air Act of 1970 including the political, business, and scientific elements that went into establishing the Act, emphasizing the importance that scientific evidence played in shaping policy. The analysis then extends to examine the effects of the Act over the past forty years including the Environmental Protection Agencys evolving role and the role of states and industry in shaping and implementing policy. Finally, the book offers best practices to guide allocation of respective government and industry roles to guide sustainable development. </p> <p>The history and analysis of the Clean Air Act presented in this book illustrates the centrality of scientific analysis and technological capacity in driving environmental policy development. It would be useful for policy makers, environmental scientists, and anyone interested in gaining a clearer understand of the interaction of science and policy.</p> Offers an overview of the 1970 Clean Air Act and its subsequent effects Highlights the relationship between policy and scientific discovery Extracts lessons from the United States to apply to other policy and national contexts", "author": "Jonathan M Davidson, Joseph M Norbeck", "slug": "an-interactive-history-of-the-clean-air-act-284112-9780123914507-jonathan-m-davidson-joseph-m-norbeck", "thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/9780123914507.jpg", "default_thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/default_book_thumbnail.jpg", "product_type": "book", "product_id": "284112", "product_url": "/app/ecom/book/284112/an-interactive-history-of-the-clean-air-act-284112-9780123914507-jonathan-m-davidson-joseph-m-norbeck", "bisac_codes": [ "SCI026000", "TEC010000" ], "items_count": null, "identifiers": { "ISBN13": "9780124160354", "EISBN13": "9780123914507", "EISBN10": "0123914507" }, "drm": null, "cover_image": null, "default_cover_image": null, "book_type": null }, "relationships": { "lowest_offering": { "data": { "type": "offerings", "id": "00010026354546" } } } }, { "type": "Product", "id": "00010000284111", "attributes": { "name": "Resident Stem Cells and Regenerative Therapy", "subtitle": "", "description": "<p>In the last 3 decades, stem cells have greatly impacted the scientific and lay communities, providing huge advances in the treatment of devastating human diseases, including myocardial infarction, diabetes, muscular dystrophy, cystic fibrosis, cirrhosis, and osteoporosis. Alongside debates of induced pluripotent stem cells and embryonic stem cells has been the discovery of adult stem cells in many different tissues. While these organ resident or progenitor stem cells offer prospects to contribute to tissue regeneration, they also present challenges because of the complexity of organ structures.</p> <p>This book will present the main findings to date and the important factors to be considered when considering resident stem cells in regenerative therapies. Chapters on cardiac, brain, neural, liver, kidney, skeletal muscle, bone, pancreatic, skin, and lung resident stem cells will assist in defining the level of success that has been achieved and the direction for the road ahead. With contributions from leading laboratories, open questions related to resident stem cells and regenerative therapies will also be presented for debate.</p> Highlights basic research in tissue specific stem cells, experiments with animal models and clinical trials that are transforming the field of regeneration Provides a clear understanding of endogenous stem cells, their role in current regenerative therapies, and prospects for future research Reports on the main-stream clinical approaches and in vivo experiments published in primary literature to help categorizes the advances in various aspects of regenerative therapy and illustrate opportunities for clinical applications", "author": "Regina Coeli dos Santos Goldenberg, Antonio Carlos Campos de Carvalho", "slug": "resident-stem-cells-and-regenerative-therapy-284111-9780123914415", "thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/cover_image/9780123914415.jpg", "default_thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/default_book_thumbnail.jpg", "product_type": "book", "product_id": "284111", "product_url": "/app/ecom/book/284111/resident-stem-cells-and-regenerative-therapy-284111-9780123914415", "bisac_codes": [ "SCI008000", "SCI086000" ], "items_count": null, "identifiers": { "ISBN13": "9780124160125", "EISBN13": "9780123914415", "EISBN10": "0123914418" }, "drm": null, "cover_image": null, "default_cover_image": null, "book_type": null }, "relationships": { "lowest_offering": { "data": { "type": "offerings", "id": "00010026360535" } } } }, { "type": "Product", "id": "00010000284110", "attributes": { "name": "Gametogenesis", "subtitle": "", "description": "<p>This new volume of Current Topics in Developmental Biology covers the area of gametogenesis, with contributions from an international board of authors. The chapters provide a comprehensive set of reviews covering such topics as germline stem cells, signaling modalities during oogenesis in mammals, and genomic imprinting as a parental effect established in mammalian germ cells.</p> Covers the area of gametogenesis International board of authors Provides a comprehensive set of reviews covering such topics as germline stem cells, signaling modalities during oogenesis in mammals, and genomic imprinting as a parental effect established in mammalian germ cells", "author": "Paul Wassarman", "slug": "gametogenesis-284110-9780123914378", "thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/9780123914378.jpg", "default_thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/default_book_thumbnail.jpg", "product_type": "book", "product_id": "284110", "product_url": "/app/ecom/book/284110/gametogenesis-284110-9780123914378", "bisac_codes": [ "MED000000", "SCI049000" ], "items_count": null, "identifiers": { "ISBN13": "9780124160248", "EISBN13": "9780123914378", "EISBN10": "012391437X" }, "drm": null, "cover_image": null, "default_cover_image": null, "book_type": null }, "relationships": { "lowest_offering": { "data": { "type": "offerings", "id": "00010026370417" } } } }, { "type": "Product", "id": "00010000284109", "attributes": { "name": "Structured Parallel Programming", "subtitle": "Patterns for Efficient Computation", "description": "<p>Structured Parallel Programming offers the simplest way for developers to learn patterns for high-performance parallel programming. Written by parallel computing experts and industry insiders Michael McCool, Arch Robison, and James Reinders, this book explains how to design and implement maintainable and efficient parallel algorithms using a composable, structured, scalable, and machine-independent approach to parallel computing. It presents both theory and practice, and provides detailed concrete examples using multiple programming models.</p> <p>The examples in this book are presented using two of the most popular and cutting edge programming models for parallel programming: Threading Building Blocks, and Cilk Plus. These architecture-independent models enable easy integration into existing applications, preserve investments in existing code, and speed the development of parallel applications. Examples from realistic contexts illustrate patterns and themes in parallel algorithm design that are widely applicable regardless of implementation technology.</p> <p>Software developers, computer programmers, and software architects will find this book extremely helpful.</p> The patterns-based approach offers structure and insight that developers can apply to a variety of parallel programming models Develops a composable, structured, scalable, and machine-independent approach to parallel computing Includes detailed examples in both Cilk Plus and the latest Threading Building Blocks, which support a wide variety of computers", "author": "Michael McCool, James Reinders, Arch Robison", "slug": "structured-parallel-programming-284109-9780123914439-michael-mccool-james-reinders-arch-robison", "thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/9780123914439.png", "default_thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/default_book_thumbnail.jpg", "product_type": "book", "product_id": "284109", "product_url": "/app/ecom/book/284109/structured-parallel-programming-284109-9780123914439-michael-mccool-james-reinders-arch-robison", "bisac_codes": [ "COM011000", "COM051230" ], "items_count": null, "identifiers": { "ISBN13": "9780124159938", "EISBN13": "9780123914439", "EISBN10": "0123914434" }, "drm": null, "cover_image": null, "default_cover_image": null, "book_type": null }, "relationships": { "lowest_offering": { "data": { "type": "offerings", "id": "00010026359045" } } } }, { "type": "Product", "id": "00010000284108", "attributes": { "name": "In Situ Molecular Pathology and Co-Expression Analyses", "subtitle": "", "description": "<p>In Situ Molecular Pathology and Co-Expression Analyses explains, in easy-to-understand language, simplified ways of understanding and performing in situ hybridization and immunohistochemistry tests. The book also focuses on straightforward protocols used to simultaneously detect two or more proteins/nucleic acids within intact tissue by doing co-expression analyses.</p> <p>The fields of in situ hybridization and immunohistochemistry have expanded rapidly due to the use of computer-based analysis. To get the most out of these automated platforms, researchers and diagnostic biomedical investigators must have a solid understanding of the basics of in situ-based tests, protocols, and regimens for troubleshooting.</p> <p>Practicing molecular pathologists, clinical chemists, and toxicologists, as well as clinicians and researchers in training, will benefit from this book's clear presentation of protocols and theoretical framework.</p> Includes over 200 easy-to-follow experimental protocols Features chapter-ending summaries of \"Key Points to Remember\" to bring beginners up to speed with any seasoned veteran in the field Offers two chapters written by industry leaders in the fields of in situ hybridization, immunohistochemistry, and computer software for co-expression analyses", "author": "Gerard J. Nuovo", "slug": "in-situ-molecular-pathology-and-co-expression-analyses-284108-9780124160019", "thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/cover_image/9780124160019.jpg", "default_thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/default_book_thumbnail.jpg", "product_type": "book", "product_id": "284108", "product_url": "/app/ecom/book/284108/in-situ-molecular-pathology-and-co-expression-analyses-284108-9780124160019", "bisac_codes": [ "MED000000", "MED067000" ], "items_count": null, "identifiers": { "ISBN13": "9780124159440", "EISBN13": "9780124160019", "EISBN10": "0124160018" }, "drm": null, "cover_image": null, "default_cover_image": null, "book_type": null }, "relationships": { "lowest_offering": { "data": { "type": "offerings", "id": "00010026354315" } } } }, { "type": "Product", "id": "00010000284107", "attributes": { "name": "A Handbook of Magnetochemical Formulae", "subtitle": "", "description": "<p>Magnetochemistry is concerned with the study of magnetic properties in materials. It investigates the relationship between the magnetic properties of chemical compounds and their atomic and molecular structure. This rapidly growing field has a number of applications, and the measuring and interpreting of magnetic properties is often conducted by scientists who are not specialists in the field. Magnetochemistry requires complex mathematics and physics and so can be daunting for those who have not previously studied it in depth. Aimed at providing a single source of information on magnetochemistry, this book offers a comprehensive and contemporary review of the mathematical background and formula for predicting or fitting magnetic data, including a summary of the theory behind magnetochemistry to help understand the necessary calculations. Along with tables listing the key formula, there is also a model of the magnetic functions showing the effect of individual magnetic parameters. The clear structure and comprehensive coverage of all aspects of magnetochemistry will make this an essential book for advanced students and practitioners. </p> Provides comprehensive overview of the mathematical background of magnetochemistry Uses clear and accessible language so scientists in a variety of fields can utilize the information Detailed explanations of equations and formula", "author": "Roman Boča", "slug": "a-handbook-of-magnetochemical-formulae-284107-9780123914453-roman-boca", "thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/cover_image/9780123914453.jpg", "default_thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/default_book_thumbnail.jpg", "product_type": "book", "product_id": "284107", "product_url": "/app/ecom/book/284107/a-handbook-of-magnetochemical-formulae-284107-9780123914453-roman-boca", "bisac_codes": [ "SCI013000", "SCI013030" ], "items_count": null, "identifiers": { "ISBN13": "9780124160149", "EISBN13": "9780123914453", "EISBN10": "0123914450" }, "drm": null, "cover_image": null, "default_cover_image": null, "book_type": null }, "relationships": { "lowest_offering": { "data": { "type": "offerings", "id": "00010026363473" } } } }, { "type": "Product", "id": "00010000284106", "attributes": { "name": "Electrocardiography of Laboratory Animals", "subtitle": "", "description": "Electrocardiography of Laboratory Animals is the only book covering electrocardiography of laboratory animals, including dogs, mini-pigs, and cynomologus monkeys. As more countries institute requirements for the care of laboratory animals in research, this publication offers an effective standard on performing and analyzing ECGs. Topics covered include safety electrocardiography, toxicology, safety pharmacology, and telemetry. Electrocardiography of Laboratory Animals will assist biological and medical researchers, veterinarians, zoologists, and students in understanding electrocardiography of various species of animals used in research. Covers safety electrocardiography of large laboratory animals Offers comprehensive analysis of ECGs for practical laboratory use Includes a self-evaluation section for testing of ECG reading and analysis", "author": "Jeffrey W. Richig, Meg M. Sleeper", "slug": "electrocardiography-of-laboratory-animals-284106-9780124159990-jeffrey-w-richig-meg-m-sleeper", "thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/cover_image/9780124159990.jpg", "default_thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/default_book_thumbnail.jpg", "product_type": "book", "product_id": "284106", "product_url": "/app/ecom/book/284106/electrocardiography-of-laboratory-animals-284106-9780124159990-jeffrey-w-richig-meg-m-sleeper", "bisac_codes": [ "MED047000", "SCI070000" ], "items_count": null, "identifiers": { "ISBN13": "9780124159365", "EISBN13": "9780124159990", "EISBN10": "0124159990" }, "drm": null, "cover_image": null, "default_cover_image": null, "book_type": null }, "relationships": { "lowest_offering": { "data": { "type": "offerings", "id": "00010026346918" } } } }, { "type": "Product", "id": "00010000284105", "attributes": { "name": "Biomedical Optical Phase Microscopy and Nanoscopy", "subtitle": "", "description": "Written by leading optical phase microscopy experts, this book is a comprehensive reference to phase microscopy and nanoscopy techniques for biomedical applications, including differential interference contrast (DIC) microscopy, phase contrast microscopy, digital holographic microscopy, optical coherence tomography, tomographic phase microscopy, spectral-domain phase detection, and nanoparticle usage for phase nanoscopy The Editors show biomedical and optical engineers how to use phase microscopy for visualizing unstained specimens, and support the theoretical coverage with applied content and examples on designing systems and interpreting results in bio- and nanoscience applications. Provides a comprehensive overview of the principles and techniques of optical phase microscopy and nanoscopy with biomedical applications Tips/advice on building systems and working with advanced imaging biomedical techniques, including interpretation of phase images, and techniques for quantitative analysis based on phase microscopy Interdisciplinary approach that combines optical engineering, nanotechnology, biology and medical aspects of this topic. Each chapter includes practical implementations and worked examples", "author": "Natan T. Shaked, Zeev Zalevsky, Lisa L Satterwhite", "slug": "biomedical-optical-phase-microscopy-and-nanoscopy-284105-9780124158863", "thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/cover_image/9780124158863.jpg", "default_thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/default_book_thumbnail.jpg", "product_type": "book", "product_id": "284105", "product_url": "/app/ecom/book/284105/biomedical-optical-phase-microscopy-and-nanoscopy-284105-9780124158863", "bisac_codes": [ "MED003040", "TEC009000" ], "items_count": null, "identifiers": { "ISBN13": "9780124158719", "EISBN13": "9780124158863", "EISBN10": "0124158862" }, "drm": null, "cover_image": null, "default_cover_image": null, "book_type": null }, "relationships": { "lowest_offering": { "data": { "type": "offerings", "id": "00010026357200" } } } }, { "type": "Product", "id": "00010000284104", "attributes": { "name": "Embedded Software", "subtitle": "The Works", "description": "<p>As the embedded world expands, developers must have a strong grasp of many complex topics in order to make faster, more efficient and more powerful microprocessors to meet the publics growing demand. Embedded Software: The Works covers all the key subjects embedded engineers need to understand in order to succeed, including Design and Development, Programming, Languages including C/C++, and UML, Real Time Operating Systems Considerations, Networking, and much more. New material on Linux, Android, and multi-core gives engineers the up-to-date practical know-how they need in order to succeed.</p> <p>Colin Walls draws upon his experience and insights from working in the industry, and covers the complete cycle of embedded software development: its design, development, management, debugging procedures, licensing, and reuse. For those new to the field, or for experienced engineers looking to expand their skills, Walls provides the reader with detailed tips and techniques, and rigorous explanations of technologies.</p> <p>Key features include:</p> <p> New chapters on Linux, Android, and multi-core the cutting edge of embedded software development! <p> Introductory roadmap guides readers through the book, providing a route through the separate chapters and showing how they are linked <p>About the Author </p> <p>Colin Walls has over twenty-five years experience in the electronics industry, largely dedicated to embedded software. A frequent presenter at conferences and seminars and author of numerous technical articles and two books on embedded software, he is a member of the marketing team of the Mentor Graphics Embedded Software Division. He writes a regular blog on the Mentor website (blogs.mentor.com/colinwalls). </p> New chapters on Linux, Android, and multi-core the cutting edge of embedded software development! Introductory roadmap guides readers through the book, providing a route through the separate chapters and showing how they are linked", "author": "Colin Walls", "slug": "embedded-software-284104-9780124159693-colin-walls", "thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/cover_image/9780124159693.jpg", "default_thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/default_book_thumbnail.jpg", "product_type": "book", "product_id": "284104", "product_url": "/app/ecom/book/284104/embedded-software-284104-9780124159693-colin-walls", "bisac_codes": [ "TEC007000", "TEC009000" ], "items_count": null, "identifiers": { "ISBN13": "9780124158221", "EISBN13": "9780124159693", "EISBN10": "0124159699" }, "drm": null, "cover_image": null, "default_cover_image": null, "book_type": null }, "relationships": { "lowest_offering": { "data": { "type": "offerings", "id": "00010026359055" } } } }, { "type": "Product", "id": "00010000284103", "attributes": { "name": "Animal Models for the Study of Human Disease", "subtitle": "", "description": "<p>Animal Models for the Study of Human Disease identifies important animal models and assesses the advantages and disadvantages of each model for the study of human disease. The first section addresses how to locate resources, animal alternatives, animal ethics and related issues, much needed information for researchers across the biological sciences and biomedicine.The next sections of the work offers models for disease-oriented topics, including cardiac and pulmonary diseases, aging, infectious diseases, obesity, diabetes, neurological diseases, joint diseases, visual disorders, cancer, hypertension, genetic diseases, and diseases of abuse. </p> Organized by disease orientation for ease of searchability Provides information on locating resources, animal alternatives and animal ethics Covers a broad range of animal models used in research for human disease", "author": "P. Michael Conn", "slug": "animal-models-for-the-study-of-human-disease-284103-9780124159129", "thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/cover_image/9780124159129.jpg", "default_thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/default_book_thumbnail.jpg", "product_type": "book", "product_id": "284103", "product_url": "/app/ecom/book/284103/animal-models-for-the-study-of-human-disease-284103-9780124159129", "bisac_codes": [ "MED000000", "SCI070000" ], "items_count": null, "identifiers": { "ISBN13": "9780124158948", "EISBN13": "9780124159129", "EISBN10": "0124159125" }, "drm": null, "cover_image": null, "default_cover_image": null, "book_type": null }, "relationships": { "lowest_offering": { "data": { "type": "offerings", "id": "00010026351188" } } } }, { "type": "Product", "id": "00010000284102", "attributes": { "name": "Liquid Chromatography", "subtitle": "Fundamentals and Instrumentation", "description": "<p>A single source of authoritative information on all aspects of the practice of modern liquid chromatography suitable for advanced students and professionals working in a laboratory or managerial capacity</p> Chapters written by authoritative and visionary experts in the field provide an overview and focused treatment of a single topic Comprehensive coverage of modern liquid chromatography from theory, to methods, to selected applications Thorough selected references and tables with commonly used data to facilitate research, practical work, comparison of results, and decision making Extensive original tables and figures, placing recent research developments into a general context Worked examples, intuitive explanations, and clear figures reinforce learning", "author": "Salvatore Fanali, Paul R. Haddad, Colin Poole, David K. Lloyd", "slug": "liquid-chromatography-284102-9780124158672", "thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/cover_image/9780124158672.jpg", "default_thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/default_book_thumbnail.jpg", "product_type": "book", "product_id": "284102", "product_url": "/app/ecom/book/284102/liquid-chromatography-284102-9780124158672", "bisac_codes": [ "SCI013010", "303" ], "items_count": null, "identifiers": { "ISBN13": "9780124158078", "EISBN13": "9780124158672", "EISBN10": "0124158676" }, "drm": null, "cover_image": null, "default_cover_image": null, "book_type": null }, "relationships": { "lowest_offering": { "data": { "type": "offerings", "id": "00010026355280" } } } }, { "type": "Product", "id": "00010000284101", "attributes": { "name": "Liquid Chromatography", "subtitle": "Applications", "description": "<p>A single source of authoritative information on all aspects of the practice of modern liquid chromatography suitable for advanced students and professionals working in a laboratory or managerial capacity</p> Chapters written by authoritative and visionary experts in the field provide an overview and focused treatment of a single topic Each chapter emphasizes the integration of chromatographic methods and sample preparation, automation, and explains how liquid chromatography is used in different industrial sectors Focuses on expanding and illustrating the main features of the fundamental section, while demonstrating where and how the best practices of liquid chromatography are utilized Comprehensive coverage of modern liquid chromatography from theory, to methods, to selected applications Thorough selected references and tables with commonly used data to facilitate research, practical work, comparison of results, and decision making", "author": "Salvatore Fanali, Paul R. Haddad, Colin Poole, David K. Lloyd", "slug": "liquid-chromatography-284101-9780124158665", "thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/cover_image/9780124158665.jpg", "default_thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/default_book_thumbnail.jpg", "product_type": "book", "product_id": "284101", "product_url": "/app/ecom/book/284101/liquid-chromatography-284101-9780124158665", "bisac_codes": [ "SCI013010", "303" ], "items_count": null, "identifiers": { "ISBN13": "9780124158061", "EISBN13": "9780124158665", "EISBN10": "0124158668" }, "drm": null, "cover_image": null, "default_cover_image": null, "book_type": null }, "relationships": { "lowest_offering": { "data": { "type": "offerings", "id": "00010026346624" } } } }, { "type": "Product", "id": "00010000284100", "attributes": { "name": "Translational Endocrinology of Bone", "subtitle": "Reproduction, Metabolism, and the Central Nervous System", "description": "The use of model organisms together with the power of genetics has profoundly affected our understanding of the physiology of one organ, the skeleton, in two distinct but complementary ways. This is the first translational reference to focus on these major conceptual advances in bone biology and their development in the clinic. Several advances have already been translated into therapies and others are being tested for diseases as different as osteoporosis, type-2 diabetes, and hypo-fertility. This book is a timely reference for both basic and clinical researchers in bone biology and endocrinology. Summarizes the latest research and translational applications of how the varied growth and development of bone affects appetite, metabolism, reproduction, and a wide range of endocrine functions Provides a common language for bone biologists, endocrinologists, osteologists, and other researchers, such as neuroscientists, who study appetite, fuel metabolism and diabetes, to discuss the development of translational research and new therapeutic strategies for bone, metabolic, and neuro-endocrine diseases Saves researchers and clinicians time in quickly accessing the very latest details on a broad range of bone research and therapeutics, as opposed to searching through thousands of journal articles", "author": "Gerard Karsenty", "slug": "translational-endocrinology-of-bone-284100-9780124158597", "thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/cover_image/9780124158597.jpg", "default_thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/default_book_thumbnail.jpg", "product_type": "book", "product_id": "284100", "product_url": "/app/ecom/book/284100/translational-endocrinology-of-bone-284100-9780124158597", "bisac_codes": [ "MED027000", "REF015000" ], "items_count": null, "identifiers": { "ISBN13": "9780124157842", "EISBN13": "9780124158597", "EISBN10": "0124158595" }, "drm": null, "cover_image": null, "default_cover_image": null, "book_type": null }, "relationships": { "lowest_offering": { "data": { "type": "offerings", "id": "00010026354823" } } } }, { "type": "Product", "id": "00010000284099", "attributes": { "name": "G Protein-Coupled Receptors in Energy Homeostasis and Obesity Pathogenesis", "subtitle": "", "description": "<p>Obesity is an epidemic with enormous health, economic and social burdens. Current drugs for obesity treatment are far from ideal in terms of efficacy and side effects. Reviews in this volume of Progress in Molecular Biology and Translational Science summarize current status in studies of a number of G protein-coupled receptors that were shown to be promising targets for obesity treatments. Some of these receptors also cause monogenic obesity in humans. </p> Subject matter: obesity is an epidemic and G protein-coupled receptors are promising drug targets, with significant potential as new anti-obesity drugs Chapters are written by leading experts", "author": "Ya-Xiong Tao", "slug": "g-protein-coupled-receptors-in-energy-homeostasis-and-obesity-pathogenesis-284099-9780123869524", "thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/9780123869524.jpg", "default_thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/default_book_thumbnail.jpg", "product_type": "book", "product_id": "284099", "product_url": "/app/ecom/book/284099/g-protein-coupled-receptors-in-energy-homeostasis-and-obesity-pathogenesis-284099-9780123869524", "bisac_codes": [ "MED000000", "SCI007000" ], "items_count": null, "identifiers": { "ISBN13": "9780123869333", "EISBN13": "9780123869524", "EISBN10": "0123869528" }, "drm": null, "cover_image": null, "default_cover_image": null, "book_type": null }, "relationships": { "lowest_offering": { "data": { "type": "offerings", "id": "00010026365445" } } } }, { "type": "Product", "id": "00010000284098", "attributes": { "name": "Security and Loss Prevention", "subtitle": "An Introduction", "description": "<p>The sixth edition of Security and Loss Prevention continues the tradition of providing introductory and advanced coverage of the body of knowledge of the security profession. To bridge theory to practice is the books backbone, and Philip Purpura continues this strong effort with new sidebars and text boxes presenting actual security challenges from real-life situations. </p> <p>Globally recognized and on the ASIS International Certified Protection Professional reading list, the sixth edition of Security and Loss Prevention enhances its position in the market as a comprehensive, interdisciplinary, and up-to-date treatment of the area, connecting the public and private sector and the worlds of physical security and technological security. Purpura once again demonstrates why students and professionals alike rely on this best-selling text as a timely, reliable resource encompassing the breadth and depth of considerations involved when implementing general loss prevention concepts and security programs within an organization. </p> New focus on recent technologies like social networks, digital evidence warrants, and advances in CCTV, and how those apply to security and loss prevention. Incorporates changes in laws, presents various strategies of asset protection, and covers the ever-evolving technology of security and loss prevention. Utilizes end-of-chapter case problems that take the chapters content and relate it to real security situations and issues, offering various perspectives on contemporary security challenges. Includes student study questions and an accompanying Instructors manual with lecture slides, lesson plans, and an instructor test bank for each chapter.", "author": "Philip Purpura", "slug": "security-and-loss-prevention-284098-9780123878472-philip-purpura", "thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/9780123878472.jpg", "default_thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/default_book_thumbnail.jpg", "product_type": "book", "product_id": "284098", "product_url": "/app/ecom/book/284098/security-and-loss-prevention-284098-9780123878472-philip-purpura", "bisac_codes": [ "POL014000", "785" ], "items_count": null, "identifiers": { "ISBN13": "9780123878465", "EISBN13": "9780123878472", "EISBN10": "0123878470" }, "drm": null, "cover_image": null, "default_cover_image": null, "book_type": null }, "relationships": { "lowest_offering": { "data": { "type": "offerings", "id": "00010026366828" } } } }, { "type": "Product", "id": "00010000284097", "attributes": { "name": "Animal Metamorphosis", "subtitle": "", "description": "<p>This new volume of Current Topics in Developmental Biology covers recent progresses in our understanding of animal metamorphosis. Over a dozen of leading experts reviews studies ranging from morphological, molecular to genetic analyses of metamorphosis in a broad spectrum of animals, including insects, fish. Topics include molecular evolution in metamorphosis, the synthesis and function of hormones in regulating metamorphic timing and rate, regulation and function of nuclear hormone receptors, neuroendocrine control of metamorphosis, tissue specific metamorphic events such as autophagy and stem cell development, and applications of genome-wide analysis technologies for studying metamorphosis.</p> First comprehensive review of the metamorphosis in diverse animal species by leading experts in the field Covers a broad range of subjects: from morphological changes, molecular and genetic studies, to cutting-edge technologies for metamorphic studies; from systematic changes to tissue specific events, such as autophagy and stem cell development, which are areas of enormous interest in contemporary biomedical research Serves as a reference book for undergraduate and graduate students in fields across biology and biomedicine", "author": "Yun-Bo Shi", "slug": "animal-metamorphosis-284097-9780123859808", "thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/cover_image/9780123859808.png", "default_thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/default_book_thumbnail.jpg", "product_type": "book", "product_id": "284097", "product_url": "/app/ecom/book/284097/animal-metamorphosis-284097-9780123859808", "bisac_codes": [ "MED000000", "SCI049000" ], "items_count": null, "identifiers": { "ISBN13": "9780123859792", "EISBN13": "9780123859808", "EISBN10": "0123859808" }, "drm": null, "cover_image": null, "default_cover_image": null, "book_type": null }, "relationships": { "lowest_offering": { "data": { "type": "offerings", "id": "00010026358823" } } } } ], "meta": { "pagination": { "page": 74944, "pages": 78477, "count": 1569528 } } }
Response Info
Default: None