GET /services/catalog/products?format=api&page=74480
Response information
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/vnd.api+json
Vary: Accept

{
    "links": {
        "first": "https://redshelf.com/services/catalog/products?format=api&page=1",
        "last": "https://redshelf.com/services/catalog/products?format=api&page=78427",
        "next": "https://redshelf.com/services/catalog/products?format=api&page=74481",
        "prev": "https://redshelf.com/services/catalog/products?format=api&page=74479"
    },
    "data": [
        {
            "type": "Product",
            "id": "00010000293144",
            "attributes": {
                "name": "Natural Products Chemistry",
                "subtitle": "Volume 2",
                "description": "Natural Products Chemistry, Volume 2 covers the introductory survey, history, structure, synthesis, reactions, and biosynthesis of natural products such as the fatty acid derivatives and related compounds; sugars (carbohydrates); carboaromatic and related compounds; alkaloids; and non-alkaloidal nitrogen compounds. The text also describes the aspects of natural products photochemistry.",
                "author": "Koji Nakanishi, Toshio Goto, Shô Itô",
                "slug": "natural-products-chemistry-293144-9781483218878",
                "thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/9781483218878.jpg",
                "default_thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/default_book_thumbnail.jpg",
                "product_type": "book",
                "product_id": "293144",
                "product_url": "/app/ecom/book/293144/natural-products-chemistry-293144-9781483218878",
                "bisac_codes": [
                    "SCI013040",
                    "030"
                ],
                "items_count": null,
                "identifiers": {
                    "ISBN13": "9780125139021",
                    "EISBN13": "9781483218878",
                    "EISBN10": "1483218872"
                },
                "drm": null,
                "cover_image": null,
                "default_cover_image": null,
                "book_type": null
            },
            "relationships": {
                "lowest_offering": {
                    "data": {
                        "type": "offerings",
                        "id": "00010026343379"
                    }
                }
            }
        },
        {
            "type": "Product",
            "id": "00010000293143",
            "attributes": {
                "name": "An Introduction to Electrooptic Devices",
                "subtitle": "Selected Reprints and Introductory Text By",
                "description": "An Introduction to Electrooptic Devices aims to present an introduction to the electrooptic effect and to summarize work on devices employing the electrooptic effect. The book provides the necessary background in classical crystal optics. The text then discusses topics including crystal symmetry, the tensor description of linear dielectric properties, propagation in anisotropic media, and passive crystal optic devices. The book also describes the phenomenological description of tensor nonlinear dielectric properties of crystals, with emphasis on the electrooptic effect; device design and application; and a listing of linear electrooptic coefficients for various substances. People involved in the study of electrooptic devices will find the text invaluable.",
                "author": "Ivan P. Kaminow",
                "slug": "an-introduction-to-electrooptic-devices-293143-9781483218496-ivan-p-kaminow",
                "thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/cover_image/9781483218496.jpg",
                "default_thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/default_book_thumbnail.jpg",
                "product_type": "book",
                "product_id": "293143",
                "product_url": "/app/ecom/book/293143/an-introduction-to-electrooptic-devices-293143-9781483218496-ivan-p-kaminow",
                "bisac_codes": [
                    "TEC009070",
                    "030"
                ],
                "items_count": null,
                "identifiers": {
                    "ISBN13": "9780123950505",
                    "EISBN13": "9781483218496",
                    "EISBN10": "148321849X"
                },
                "drm": null,
                "cover_image": null,
                "default_cover_image": null,
                "book_type": null
            },
            "relationships": {
                "lowest_offering": {
                    "data": {
                        "type": "offerings",
                        "id": "00010026362218"
                    }
                }
            }
        },
        {
            "type": "Product",
            "id": "00010000293142",
            "attributes": {
                "name": "Physics and Chemistry of the Solar System",
                "subtitle": "",
                "description": "Physics and Chemistry of the Solar System is a broad survey of the Solar System. The book discusses the general properties and environment of our planetary system, including the astronomical perspective, the general description of the solar system and of the sun and the solar nebula). The text also describes the solar system beyond mars, including the major planets; pluto and the icy satellites of the outer planets; the comets and meteors; and the meteorites and asteroids. The inner solar system, including the airless rocky bodies; mars, venus, and earth; and planets and life about other stars, is also encompassed. Mathematicians, chemists, physicists, geologists, astronomers, meteorologists, and biologists will find the book useful.",
                "author": "John S. Lewis",
                "slug": "physics-and-chemistry-of-the-solar-system-293142-9781483214139-john-s-lewis",
                "thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/cover_image/9781483214139.jpg",
                "default_thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/default_book_thumbnail.jpg",
                "product_type": "book",
                "product_id": "293142",
                "product_url": "/app/ecom/book/293142/physics-and-chemistry-of-the-solar-system-293142-9781483214139-john-s-lewis",
                "bisac_codes": [
                    "SCI004000",
                    "030"
                ],
                "items_count": null,
                "identifiers": {
                    "ISBN13": "9780124467415",
                    "EISBN13": "9781483214139",
                    "EISBN10": "1483214133"
                },
                "drm": null,
                "cover_image": null,
                "default_cover_image": null,
                "book_type": null
            },
            "relationships": {
                "lowest_offering": {
                    "data": {
                        "type": "offerings",
                        "id": "00010026367117"
                    }
                }
            }
        },
        {
            "type": "Product",
            "id": "00010000293141",
            "attributes": {
                "name": "Object-Oriented Design and Programming with C++",
                "subtitle": "Your Hands-On Guide to C++ Programming, with Special Emphasis on Design, Testing, and Reuse",
                "description": "Object-Oriented Design and Programming with C++: Your Hands-On Guide to C++ Programming, with Special Emphasis on Design, Testing, and Reuse provides a list of software engineering principles to guide the software development process. This book presents the fundamentals of the C++ language.  Organized into two parts encompassing 10 chapters, this book begins with an overview of C++ and describes object-oriented programming and the history of C++. This text then introduces classes, polymorphism, inheritance, and overloading. Other chapters consider the C++ preprocessor and organization of class libraries. This book discusses as well the scope rules, separate compilation, class libraries, and their organization, exceptions, browsers, and exception handling. The final chapter deals with the design of a moderately complex system that provides file system stimulation.  This book is a valuable resource for readers who are reasonably familiar with the C programming language and want to understand the issues in object-oriented programming using C++.",
                "author": "Ronald Leach",
                "slug": "object-oriented-design-and-programming-with-c-293141-9781483214122-ronald-leach",
                "thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/cover_image/9781483214122.jpg",
                "default_thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/default_book_thumbnail.jpg",
                "product_type": "book",
                "product_id": "293141",
                "product_url": "/app/ecom/book/293141/object-oriented-design-and-programming-with-c-293141-9781483214122-ronald-leach",
                "bisac_codes": [
                    "COM014000",
                    "077"
                ],
                "items_count": null,
                "identifiers": {
                    "ISBN13": "9780124402157",
                    "EISBN13": "9781483214122",
                    "EISBN10": "1483214125"
                },
                "drm": null,
                "cover_image": null,
                "default_cover_image": null,
                "book_type": null
            },
            "relationships": {
                "lowest_offering": {
                    "data": {
                        "type": "offerings",
                        "id": "00010026357448"
                    }
                }
            }
        },
        {
            "type": "Product",
            "id": "00010000293140",
            "attributes": {
                "name": "Neurosciences Research",
                "subtitle": "Volume 4",
                "description": "Neuroscience Research, Volume 4 covers papers on a varied group of studies, ranging from synaptic transmission and local anesthetic action to the immobility reflex (\"animal hypnosis\") and control of food intake. The book presents papers on the mechanisms of synaptic transmission; the acetylcholine system and neural development; and the site of action and active form of local anesthetics. The text also includes papers on biological rhythms and their control in neurobehavioral perspective; neurophysiologic studies of the immobility reflex (\"animal hypnosis\" and the hepatic receptors and the neurophysiological mechanisms controlling feeding behavior. Neuroscientists, physiologists, and psychiatrists will find the book useful.",
                "author": "S Ehrenpreis, Othmar C. Solnitzky",
                "slug": "neurosciences-research-293140-9781483218830",
                "thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/9781483218830.jpg",
                "default_thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/default_book_thumbnail.jpg",
                "product_type": "book",
                "product_id": "293140",
                "product_url": "/app/ecom/book/293140/neurosciences-research-293140-9781483218830",
                "bisac_codes": [
                    "SCI070000",
                    "945"
                ],
                "items_count": null,
                "identifiers": {
                    "ISBN13": "9780125125048",
                    "EISBN13": "9781483218830",
                    "EISBN10": "148321883X"
                },
                "drm": null,
                "cover_image": null,
                "default_cover_image": null,
                "book_type": null
            },
            "relationships": {
                "lowest_offering": {
                    "data": {
                        "type": "offerings",
                        "id": "00010026348661"
                    }
                }
            }
        },
        {
            "type": "Product",
            "id": "00010000293139",
            "attributes": {
                "name": "Deaf Children",
                "subtitle": "Developmental Perspectives",
                "description": "Deaf Children: Developmental Perspectives aims to identify new areas of research, evaluation, and application related to deafness. The book discusses the development of deaf children; the methodological issues in research with deaf children; and the structural properties of American sign language. The text also describes the acquisition of signed and spoken language; speculations concerning deafness and learning to read; future prospects in language and communication for the congenitally deaf. The role of vision in language acquisition by deaf children; research and clinical issues on impulse control in deaf children; and the effects of deafness on childhood development are also considered. The book further tackles the education implications of research and theory with the deaf; developmental perspectives on the experiential deficiencies of deaf children; and the development of the deaf individual and the deaf community. Scholars interested in more general issues within disciplines such as sociology, developmental psychology, linguistics, psycholinguistics, experimental psychology, communication, clinical psychology, psychiatry, and education will find the text invaluable.",
                "author": "Lynn S. Liben",
                "slug": "deaf-children-293139-9781483218557",
                "thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/9781483218557.jpg",
                "default_thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/default_book_thumbnail.jpg",
                "product_type": "book",
                "product_id": "293139",
                "product_url": "/app/ecom/book/293139/deaf-children-293139-9781483218557",
                "bisac_codes": [
                    "FAM046000",
                    "PSY000000"
                ],
                "items_count": null,
                "identifiers": {
                    "ISBN13": "9780124479500",
                    "EISBN13": "9781483218557",
                    "EISBN10": "1483218554"
                },
                "drm": null,
                "cover_image": null,
                "default_cover_image": null,
                "book_type": null
            },
            "relationships": {
                "lowest_offering": {
                    "data": {
                        "type": "offerings",
                        "id": "00010026353602"
                    }
                }
            }
        },
        {
            "type": "Product",
            "id": "00010000293138",
            "attributes": {
                "name": "Treatise on Materials Science and Technology",
                "subtitle": "Materials Science Series, Vol. 2",
                "description": "Treatise on Materials Science and Technology, Volume 2 covers the fundamental properties and characterization of materials, ranging from simple solids to complex heterophase systems. The book presents articles on epitaxial interfaces from the point of view of structure, both ideal and as a two-dimensional defected network; on X-ray and neutron scattering on disordered crystals; and on the structures and properties of superconducting materials. The text also includes articles on the physics and chemistry of garnets, as well as the observed properties and structures to methods of preparation. Professional scientists and engineers, as well as at graduate students in materials science and associated fields will find the book invaluable.",
                "author": "Herbert Herman",
                "slug": "treatise-on-materials-science-and-technology-293138-9781483218113",
                "thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/9781483218113.jpg",
                "default_thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/default_book_thumbnail.jpg",
                "product_type": "book",
                "product_id": "293138",
                "product_url": "/app/ecom/book/293138/treatise-on-materials-science-and-technology-293138-9781483218113",
                "bisac_codes": [
                    "TEC009000",
                    "TEC035000"
                ],
                "items_count": null,
                "identifiers": {
                    "ISBN13": "9780123418029",
                    "EISBN13": "9781483218113",
                    "EISBN10": "1483218112"
                },
                "drm": null,
                "cover_image": null,
                "default_cover_image": null,
                "book_type": null
            },
            "relationships": {
                "lowest_offering": {
                    "data": {
                        "type": "offerings",
                        "id": "00010026368983"
                    }
                }
            }
        },
        {
            "type": "Product",
            "id": "00010000293137",
            "attributes": {
                "name": "Recent Developments in Switching Theory",
                "subtitle": "",
                "description": "Electrical Science Series: Recent Developments in Switching Theory covers the progress in the study of the switching theory. The book discusses the simplified proof of Post's theorem on completeness of logic primitives; the role of feedback in combinational switching circuits; and the systematic procedure for the design of Lupanov decoding networks. The text also describes the classical results on counting theorems and their application to the classification of switching functions under different notions of equivalence, including linear and affine equivalences.   The development of abstract harmonic analysis of combinational switching functions; the theory of universal logic modules, methods of their construction, and upper bounds on the input terminals; and cellular logic are also considered. The book further tackles the systematic techniques for the realization of multi-output logic function by means of multirail cellular cascades; the programmable cellular logic; and the logical design of programmable arrays. Electrical engineers, electronics engineers, computer professionals, and student taking related courses will find the book invaluable.",
                "author": "Amar Mukhopadhyay",
                "slug": "recent-developments-in-switching-theory-293137-9781483218816",
                "thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/cover_image/9781483218816.jpg",
                "default_thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/default_book_thumbnail.jpg",
                "product_type": "book",
                "product_id": "293137",
                "product_url": "/app/ecom/book/293137/recent-developments-in-switching-theory-293137-9781483218816",
                "bisac_codes": [
                    "TEC009070",
                    "030"
                ],
                "items_count": null,
                "identifiers": {
                    "ISBN13": "9780125098502",
                    "EISBN13": "9781483218816",
                    "EISBN10": "1483218813"
                },
                "drm": null,
                "cover_image": null,
                "default_cover_image": null,
                "book_type": null
            },
            "relationships": {
                "lowest_offering": {
                    "data": {
                        "type": "offerings",
                        "id": "00010026364609"
                    }
                }
            }
        },
        {
            "type": "Product",
            "id": "00010000293136",
            "attributes": {
                "name": "Practical Parallel Computing",
                "subtitle": "",
                "description": "Practical Parallel Computing provides information pertinent to the fundamental aspects of high-performance parallel processing. This book discusses the development of parallel applications on a variety of equipment.  Organized into three parts encompassing 12 chapters, this book begins with an overview of the technology trends that converge to favor massively parallel hardware over traditional mainframes and vector machines. This text then gives a tutorial introduction to parallel hardware architectures. Other chapters provide worked-out examples of programs using several parallel languages. This book deals as well with benchmarking and performance estimation on parallel machines. The final chapter provides a structured, flexible methodology for selecting a parallel machine and for integrating it into operations.  This book is a valuable resource for readers who are confronted with the practical realities of parallel computing for the first time. Mid-level technical managers, algorithm designers, computer scientists, and doctorate-level mathematicians will also find this book extremely useful.",
                "author": "H. Stephen Morse",
                "slug": "practical-parallel-computing-293136-9781483214191-h-stephen-morse",
                "thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/cover_image/9781483214191.jpg",
                "default_thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/default_book_thumbnail.jpg",
                "product_type": "book",
                "product_id": "293136",
                "product_url": "/app/ecom/book/293136/practical-parallel-computing-293136-9781483214191-h-stephen-morse",
                "bisac_codes": [
                    "COM013000",
                    "COM014000"
                ],
                "items_count": null,
                "identifiers": {
                    "ISBN13": "9780125081603",
                    "EISBN13": "9781483214191",
                    "EISBN10": "1483214192"
                },
                "drm": null,
                "cover_image": null,
                "default_cover_image": null,
                "book_type": null
            },
            "relationships": {
                "lowest_offering": {
                    "data": {
                        "type": "offerings",
                        "id": "00010026357802"
                    }
                }
            }
        },
        {
            "type": "Product",
            "id": "00010000293135",
            "attributes": {
                "name": "Glass IV",
                "subtitle": "Treatise on Materials Science and Technology, Vol. 26",
                "description": "Treatise on Materials Science and Technology, Volume 28: Glass IV covers the developments in glass science and technology. The book discusses the use of silicon dioxide films in semiconductor devices; the nuclear waste glasses; and the synthesis and properties of oxynitride glasses. The text also describes the preparation, the properties, and the applications of heavy-metal fluoride glasses; and an analytical model of viscoelasticity in seals. Materials scientists and materials engineers will find the book invaluable.",
                "author": "Minoru Tomozawa, Robert H. Doremus",
                "slug": "glass-iv-293135-9781483218304",
                "thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/9781483218304.jpg",
                "default_thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/default_book_thumbnail.jpg",
                "product_type": "book",
                "product_id": "293135",
                "product_url": "/app/ecom/book/293135/glass-iv-293135-9781483218304",
                "bisac_codes": [
                    "TEC009000",
                    "TEC035000"
                ],
                "items_count": null,
                "identifiers": {
                    "ISBN13": "9780123418265",
                    "EISBN13": "9781483218304",
                    "EISBN10": "1483218309"
                },
                "drm": null,
                "cover_image": null,
                "default_cover_image": null,
                "book_type": null
            },
            "relationships": {
                "lowest_offering": {
                    "data": {
                        "type": "offerings",
                        "id": "00010026349464"
                    }
                }
            }
        },
        {
            "type": "Product",
            "id": "00010000293133",
            "attributes": {
                "name": "Probability Algebras and Stochastic Spaces",
                "subtitle": "",
                "description": "Probability Algebras and Stochastic Spaces explores the fundamental notions of probability theory in the so-called point-free way. The space of all elementary random variables defined over a probability algebra in a point-free way is a base for the stochastic space of all random variables, which can be obtained from it by lattice-theoretic extension processes.  This book is composed of eight chapters and begins with discussions of the definition, properties, scope, and extension of probability algebras. The succeeding chapters deal with the Cartesian product of probability algebras and the principles of stochastic spaces. These topics are followed by surveys of the expectation, moments, and spaces of random variables. The final chapters define generalized random variables and the Boolean homomorphisms of these variables.  This book will be of great value to mathematicians and advance mathematics students.",
                "author": "Demetrios A. Kappos, Z. W. Birnbaum, E. Lukacs",
                "slug": "probability-algebras-and-stochastic-spaces-293133-9781483218502-demetrios-a-kappos",
                "thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/9781483218502.jpg",
                "default_thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/default_book_thumbnail.jpg",
                "product_type": "book",
                "product_id": "293133",
                "product_url": "/app/ecom/book/293133/probability-algebras-and-stochastic-spaces-293133-9781483218502-demetrios-a-kappos",
                "bisac_codes": [
                    "MAT003000",
                    "MAT029000"
                ],
                "items_count": null,
                "identifiers": {
                    "ISBN13": "9780123976505",
                    "EISBN13": "9781483218502",
                    "EISBN10": "1483218503"
                },
                "drm": null,
                "cover_image": null,
                "default_cover_image": null,
                "book_type": null
            },
            "relationships": {
                "lowest_offering": {
                    "data": {
                        "type": "offerings",
                        "id": "00010026360910"
                    }
                }
            }
        },
        {
            "type": "Product",
            "id": "00010000293134",
            "attributes": {
                "name": "Lattice Path Counting and Applications",
                "subtitle": "",
                "description": "Probability and Mathematical Statistics: A Series of Monographs and Textbooks: Lattice Path Counting and Applications focuses on the principles, methodologies, and approaches involved in lattice path counting and applications, including vector representation, random walks, and rank order statistics.  The book first underscores the simple and general boundaries of path counting. Topics include types of diagonal steps and a correspondence, paths within general boundaries, higher dimensional paths, vector representation, compositions, and domination, recurrence and generating function method, and reflection principle. The text then examines invariance and fluctuation and random walk and rank order statistics. Discussions focus on random walks, rank order statistics, Chung-Feller theorems, and Sparre Andersen's equivalence.   The manuscript takes a look at convolution identities and inverse relations and discrete distributions, queues, trees, and search codes, as well as discrete distributions and a correlated random walk, trees and search codes, convolution identities, and orthogonal relations and inversion formulas.   The text is a valuable reference for mathematicians and researchers interested in in lattice path counting and applications.",
                "author": "Gopal Mohanty, Z. W. Birnbaum, E. Lukacs",
                "slug": "lattice-path-counting-and-applications-293134-9781483218809-gopal-mohanty",
                "thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/9781483218809.jpg",
                "default_thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/default_book_thumbnail.jpg",
                "product_type": "book",
                "product_id": "293134",
                "product_url": "/app/ecom/book/293134/lattice-path-counting-and-applications-293134-9781483218809-gopal-mohanty",
                "bisac_codes": [
                    "MAT003000",
                    "MAT029000"
                ],
                "items_count": null,
                "identifiers": {
                    "ISBN13": "9780125040501",
                    "EISBN13": "9781483218809",
                    "EISBN10": "1483218805"
                },
                "drm": null,
                "cover_image": null,
                "default_cover_image": null,
                "book_type": null
            },
            "relationships": {
                "lowest_offering": {
                    "data": {
                        "type": "offerings",
                        "id": "00010026358224"
                    }
                }
            }
        },
        {
            "type": "Product",
            "id": "00010000293132",
            "attributes": {
                "name": "Perspectives on Computer Science",
                "subtitle": "From the 10th Anniversary Symposium at the Computer Science Department, Carnegie-Mellon University",
                "description": "Perspectives on Computer Science provides information pertinent to the fundamental aspects of computer science. This book discusses the weaknesses frequently found in minicomputers. Organized into 12 chapters, this book begins with an overview of the technological, economic, and human aspects of the environment in which PDP11 was designed and built. This text then examines the set of techniques for tree searching. Other chapters consider a tutorial on automatic planning systems, with emphasis given to knowledge representation issues. This book discusses as well the classical least-fixedpoint approach toward recursive programs and examines the interplay between time and space determined by a variety of machine models. The final chapter deals with some of the primary influences in contemporary programming language design, namely, programming methodology, program specification, verification, and formal semantic definition techniques. This book is a valuable resource for students and teachers. Computer science theoreticians and mathematicians will also find this book useful.",
                "author": "Anita K. Jones",
                "slug": "perspectives-on-computer-science-293132-9781483218465",
                "thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/cover_image/9781483218465.jpg",
                "default_thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/default_book_thumbnail.jpg",
                "product_type": "book",
                "product_id": "293132",
                "product_url": "/app/ecom/book/293132/perspectives-on-computer-science-293132-9781483218465",
                "bisac_codes": [
                    "REF018000",
                    "077"
                ],
                "items_count": null,
                "identifiers": {
                    "ISBN13": "9780123894502",
                    "EISBN13": "9781483218465",
                    "EISBN10": "1483218465"
                },
                "drm": null,
                "cover_image": null,
                "default_cover_image": null,
                "book_type": null
            },
            "relationships": {
                "lowest_offering": {
                    "data": {
                        "type": "offerings",
                        "id": "00010026359245"
                    }
                }
            }
        },
        {
            "type": "Product",
            "id": "00010000293131",
            "attributes": {
                "name": "Intermediate Algebra",
                "subtitle": "",
                "description": "Intermediate Algebra, Third Edition focuses on operations, principles, and approaches involved in intermediate algebra. <br><br>The manuscript first ponders on basic properties and definitions, linear equations and inequalities in one variable, and exponents and polynomials. Discussions focus on factoring trinomials, special factoring, solving equations by factoring, linear equations in one variable, equations with absolute value, simple and compound inequalities, and addition and subtraction of real numbers. The text then ponders on rational expressions, rational exponents and roots, and quadratic equations. Topics include additional items involving solutions to equations, quadratic inequalities, completing the square, simplified form for radicals, addition and subtraction of radical expressions, basic properties and reducing to lowest terms, multiplication and division of rational expressions, and division of polynomials. The book takes a look at sequences and series, logarithms, relations and functions, and conic sections, including ellipses and hyperbolas, nonlinear systems, inverse of a function, relations and functions, and series and summation notation. <br><br>The publication is a dependable reference for students and researchers interested in intermediate algebra.",
                "author": "Charles P. McKeague",
                "slug": "intermediate-algebra-293131-9781483218748-charles-p-mckeague",
                "thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/9781483218748.jpg",
                "default_thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/default_book_thumbnail.jpg",
                "product_type": "book",
                "product_id": "293131",
                "product_url": "/app/ecom/book/293131/intermediate-algebra-293131-9781483218748-charles-p-mckeague",
                "bisac_codes": [
                    "MAT002040",
                    "500"
                ],
                "items_count": null,
                "identifiers": {
                    "ISBN13": "9780124847729",
                    "ISBN10": "124847722",
                    "EISBN13": "9781483218748",
                    "EISBN10": "1483218740"
                },
                "drm": null,
                "cover_image": null,
                "default_cover_image": null,
                "book_type": null
            },
            "relationships": {
                "lowest_offering": {
                    "data": {
                        "type": "offerings",
                        "id": "00010026363180"
                    }
                }
            }
        },
        {
            "type": "Product",
            "id": "00010000293130",
            "attributes": {
                "name": "The Chemistry of Pyrroles",
                "subtitle": "Organic Chemistry: A Series of Monographs, Vol. 34",
                "description": "The Chemistry of Pyrroles, Volume 34 aims to provide a comprehensive survey of the synthesis of simple pyrroles and to present, wherever possible, a mechanistic and theoretical rationale for the multitude of reactions known for pyrroles. The book discusses the structure and reactivity of pyrrole; the synthesis of the pyrrole ring; and the electrophilic substitution of the pyrrole ring. The text also describes the oxidation and reduction of the pyrrole ring; the rearrangement and addition reactions; and the ketones, aldehydes, and carboxylic acid derivatives of pyrrole. Alkylpyrroles and related compounds; hydroxy- and aminopyrroles and related compounds; and azafulvenes are also considered. The book further tackles the physico-organic properties of pyrrole. Chemists and researchers of pyrrole chemistry will find the text invaluable.",
                "author": "R. Alan Jones, Gerritt P. Bean, Alfred T. Blomquist, Harry H. Wasserman",
                "slug": "the-chemistry-of-pyrroles-293130-9781483218472-r-alan-jones-gerritt-p-bean",
                "thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/9781483218472.jpg",
                "default_thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/default_book_thumbnail.jpg",
                "product_type": "book",
                "product_id": "293130",
                "product_url": "/app/ecom/book/293130/the-chemistry-of-pyrroles-293130-9781483218472-r-alan-jones-gerritt-p-bean",
                "bisac_codes": [
                    "SCI013040",
                    "300"
                ],
                "items_count": null,
                "identifiers": {
                    "ISBN13": "9780123898401",
                    "EISBN13": "9781483218472",
                    "EISBN10": "1483218473"
                },
                "drm": null,
                "cover_image": null,
                "default_cover_image": null,
                "book_type": null
            },
            "relationships": {
                "lowest_offering": {
                    "data": {
                        "type": "offerings",
                        "id": "00010026364448"
                    }
                }
            }
        },
        {
            "type": "Product",
            "id": "00010000293129",
            "attributes": {
                "name": "Transition Metal Toxicity",
                "subtitle": "",
                "description": "International Review of Experimental Pathology, Volume 31: Transition Metal Toxicity merges discussions of normal and deranged metabolism of transition metals; redox cycling of metal ions in biological systems; oxidative stress during the metabolic interactions of metal ions; and the actions of oxygen-derived free radicals in the pathogenesis of metal ion toxicity. The book also describes the roles played by chromium and other metals in carcinogenesis; the morphologic pathology of metal toxicosis; and metal ion overload due to inborn metabolic defects, as well as to excessive environmental exposure. Research findings at the molecular, cellular, and organ levels are reviewed. Physiologists, biochemists, pathologists, and biophysicists will find the book invaluable.",
                "author": "G. W. Richter, Kim Solez",
                "slug": "transition-metal-toxicity-293129-9781483218403",
                "thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/9781483218403.jpg",
                "default_thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/default_book_thumbnail.jpg",
                "product_type": "book",
                "product_id": "293129",
                "product_url": "/app/ecom/book/293129/transition-metal-toxicity-293129-9781483218403",
                "bisac_codes": [
                    "HEA039000",
                    "MED045000"
                ],
                "items_count": null,
                "identifiers": {
                    "ISBN13": "9780123649317",
                    "EISBN13": "9781483218403",
                    "EISBN10": "1483218406"
                },
                "drm": null,
                "cover_image": null,
                "default_cover_image": null,
                "book_type": null
            },
            "relationships": {
                "lowest_offering": {
                    "data": {
                        "type": "offerings",
                        "id": "00010026355455"
                    }
                }
            }
        },
        {
            "type": "Product",
            "id": "00010000293128",
            "attributes": {
                "name": "Rearrangements in Ground and Excited States",
                "subtitle": "Organic Chemistry: A Series of Monographs, Vol. 3",
                "description": "Rearrangements in Ground and Excited States, Volume 3 presents essays on the chemical generation of excited states; the cis-trans isomerization of olefins; and the photochemical rearrangements in trienes. The book also includes essays on the zimmerman rearrangements; the photochemical rearrangements of enones; the photochemical rearrangements of conjugated cyclic dienones; and the rearrangements of the benzene ring. Essays on the photo rearrangements via biradicals of simple carbonyl compounds; the photochemical rearrangements involving three-membered rings or five-membered ring heterocycles; and the photochemical rearrangements of coordination compounds are also covered. Chemists and people involved in the study of the rearrangements in ground and excited states will find the book invaluable.",
                "author": "Paul de Mayo",
                "slug": "rearrangements-in-ground-and-excited-states-293128-9781483218731",
                "thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/9781483218731.jpg",
                "default_thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/default_book_thumbnail.jpg",
                "product_type": "book",
                "product_id": "293128",
                "product_url": "/app/ecom/book/293128/rearrangements-in-ground-and-excited-states-293128-9781483218731",
                "bisac_codes": [
                    "SCI013040",
                    "300"
                ],
                "items_count": null,
                "identifiers": {
                    "ISBN13": "9780124813038",
                    "EISBN13": "9781483218731",
                    "EISBN10": "1483218732"
                },
                "drm": null,
                "cover_image": null,
                "default_cover_image": null,
                "book_type": null
            },
            "relationships": {
                "lowest_offering": {
                    "data": {
                        "type": "offerings",
                        "id": "00010026343817"
                    }
                }
            }
        },
        {
            "type": "Product",
            "id": "00010000293127",
            "attributes": {
                "name": "Optical Computing Hardware",
                "subtitle": "Optical Computing",
                "description": "Optical Computing Hardware provides information pertinent to the advances in the development of optical computing hardware. This book discusses the two application areas, namely, high-performance computing and high-throughput photonic switching. Organized into 11 chapters, this book begins with an overview of the requirements on hardware from s system perspective. This text then presents the self-electro-optic-effect devices (SPEED), the vertical-cavity-surface- emitting microlasers (VCSEL), and the vertical-to-surface transmission electrophotonic device (VSTEP). Other chapters consider the fundamental principles of the devices and their operation either as logic devices or for optical interconnection applications. This book discusses as well the planar optical microlens as an example of a refractive microlens of the gradient-index type and explains the diffractive optical elements. The final chapter describes a method for writing and reading optically in parallel from a three-dimensional matrix by means of two-photon interaction in photochromic organic materials. This book is a valuable resource for engineers, scientists, and researchers.",
                "author": "Jürgen Jahns, Sing H. Lee",
                "slug": "optical-computing-hardware-293127-9781483218441-jurgen-jahns-sing-h-lee",
                "thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/cover_image/9781483218441.jpg",
                "default_thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/default_book_thumbnail.jpg",
                "product_type": "book",
                "product_id": "293127",
                "product_url": "/app/ecom/book/293127/optical-computing-hardware-293127-9781483218441-jurgen-jahns-sing-h-lee",
                "bisac_codes": [
                    "TEC009070",
                    "077"
                ],
                "items_count": null,
                "identifiers": {
                    "ISBN13": "9780123799951",
                    "EISBN13": "9781483218441",
                    "EISBN10": "1483218449"
                },
                "drm": null,
                "cover_image": null,
                "default_cover_image": null,
                "book_type": null
            },
            "relationships": {
                "lowest_offering": {
                    "data": {
                        "type": "offerings",
                        "id": "00010026357756"
                    }
                }
            }
        },
        {
            "type": "Product",
            "id": "00010000293126",
            "attributes": {
                "name": "Surface and Interface Effects in VLSI",
                "subtitle": "",
                "description": "VLSI Electronics Microstructure Science, Volume 10: Surface and Interface Effects in VLSI provides the advances made in the science of semiconductor surface and interface as they relate to electronics.   This volume aims to provide a better understanding and control of surface and interface related properties. The book begins with an introductory chapter on the intimate link between interfaces and devices. The book is then divided into two parts. The first part covers the chemical and geometric structures of prototypical VLSI interfaces. Subjects detailed include, the technologically most important interface, Si-SiO2 and the interplay between interface chemistry and the causes for metal-semiconductor contact behavior, primarily in the III-Vs. The following section deals primarily with the electronic properties of interfaces. Under this section, compound semiconductors, semiconductor-semiconductor interface, constraints that the microscopic interface places on architectures involving metal-semiconductor (MESFET), \"Ohmic\" contacts, and the behavior of very small, high-speed devices are discussed extensively. The final chapter shows that the Si - SiO2 interface can play a major role in determining carrier transport when MOSFETS are scaled down to ULSI dimensions.  Engineers, designers, and scientists will find the book very useful.",
                "author": "Norman G. Einspruch, Robert S. Bauer",
                "slug": "surface-and-interface-effects-in-vlsi-293126-9781483217765",
                "thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/cover_image/9781483217765.jpg",
                "default_thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/default_book_thumbnail.jpg",
                "product_type": "book",
                "product_id": "293126",
                "product_url": "/app/ecom/book/293126/surface-and-interface-effects-in-vlsi-293126-9781483217765",
                "bisac_codes": [
                    "TEC009070",
                    "077"
                ],
                "items_count": null,
                "identifiers": {
                    "ISBN13": "9780122341106",
                    "EISBN13": "9781483217765",
                    "EISBN10": "1483217760"
                },
                "drm": null,
                "cover_image": null,
                "default_cover_image": null,
                "book_type": null
            },
            "relationships": {
                "lowest_offering": {
                    "data": {
                        "type": "offerings",
                        "id": "00010026370228"
                    }
                }
            }
        },
        {
            "type": "Product",
            "id": "00010000293125",
            "attributes": {
                "name": "Analytical Techniques for Thin Films",
                "subtitle": "Treatise on Materials Science and Technology, Vol. 27",
                "description": "Treatise on Materials Science and Technology, Volume 27: Analytical Techniques for Thin Films covers a set of analytical techniques developed for thin films and interfaces, all based on scattering and excitation phenomena and theories. The book discusses photon beam and X-ray techniques; electron beam techniques; and ion beam techniques. Materials scientists, materials engineers, chemical engineers, and physicists will find the book invaluable.",
                "author": "K. N. Tu, R. Rosenberg",
                "slug": "analytical-techniques-for-thin-films-293125-9781483218311",
                "thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/9781483218311.jpg",
                "default_thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/default_book_thumbnail.jpg",
                "product_type": "book",
                "product_id": "293125",
                "product_url": "/app/ecom/book/293125/analytical-techniques-for-thin-films-293125-9781483218311",
                "bisac_codes": [
                    "TEC009000",
                    "TEC035000"
                ],
                "items_count": null,
                "identifiers": {
                    "ISBN13": "9780123418272",
                    "EISBN13": "9781483218311",
                    "EISBN10": "1483218317"
                },
                "drm": null,
                "cover_image": null,
                "default_cover_image": null,
                "book_type": null
            },
            "relationships": {
                "lowest_offering": {
                    "data": {
                        "type": "offerings",
                        "id": "00010026348811"
                    }
                }
            }
        }
    ],
    "meta": {
        "pagination": {
            "page": 74480,
            "pages": 78427,
            "count": 1568528
        }
    }
}

Response Info

Default: None