GET /services/catalog/products?format=api&page=74180
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=74181",
        "prev": "https://redshelf.com/services/catalog/products?format=api&page=74179"
    },
    "data": [
        {
            "type": "Product",
            "id": "00010000299871",
            "attributes": {
                "name": "Philosophy and Archaeology",
                "subtitle": "",
                "description": "Philosophy and Archaeology",
                "author": "Merrilee H. Salmon",
                "slug": "philosophy-and-archaeology-299871-9781483295770-merrilee-h-salmon",
                "thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/9781483295770.jpg",
                "default_thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/default_book_thumbnail.jpg",
                "product_type": "book",
                "product_id": "299871",
                "product_url": "/app/ecom/book/299871/philosophy-and-archaeology-299871-9781483295770-merrilee-h-salmon",
                "bisac_codes": [
                    "HIS002000",
                    "095"
                ],
                "items_count": null,
                "identifiers": {
                    "ISBN13": "9780126156508",
                    "EISBN13": "9781483295770",
                    "EISBN10": "148329577X"
                },
                "drm": null,
                "cover_image": null,
                "default_cover_image": null,
                "book_type": null
            },
            "relationships": {
                "lowest_offering": {
                    "data": {
                        "type": "offerings",
                        "id": "00010026353461"
                    }
                }
            }
        },
        {
            "type": "Product",
            "id": "00010000299870",
            "attributes": {
                "name": "Maya Subsistence",
                "subtitle": "Studies in Memory of Dennis E. Puleston",
                "description": "Maya Subsistence",
                "author": "Kent V. Flannery",
                "slug": "maya-subsistence-299870-9781483299174",
                "thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/cover_image/9781483299174.jpg",
                "default_thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/default_book_thumbnail.jpg",
                "product_type": "book",
                "product_id": "299870",
                "product_url": "/app/ecom/book/299870/maya-subsistence-299870-9781483299174",
                "bisac_codes": [
                    "BUS070000",
                    "095"
                ],
                "items_count": null,
                "identifiers": {
                    "ISBN13": "9780122597800",
                    "EISBN13": "9781483299174",
                    "EISBN10": "1483299171"
                },
                "drm": null,
                "cover_image": null,
                "default_cover_image": null,
                "book_type": null
            },
            "relationships": {
                "lowest_offering": {
                    "data": {
                        "type": "offerings",
                        "id": "00010026343831"
                    }
                }
            }
        },
        {
            "type": "Product",
            "id": "00010000299869",
            "attributes": {
                "name": "Recombinant DNA Methodology",
                "subtitle": "",
                "description": "<p>Recombinant DNA methods are powerful, revolutionary techniques that allow the isolation of single genes in large amounts from a pool of thousands or millions of genes and the modification of these isolated genes or their regulatory regions for reintroduction into cells for expression at the RNA or protein levels. These attributes lead to the solution of complex biological problems and the production of new and better products in the areas of medicine, agriculture, and industry.</p>  <p>Recombinant DNA Methodology, a volume in the Selected Methods in Enzymology series produced in benchtop format, contains a selection of key articles from Volumes 68, 100, 101, 153, 154, and 155 of Methods in Enzymology. The essential and widely used procedures provided at an affordable price will be an invaluable aid to the graduate student and the researcher.</p>  Enzymes in DNA research DNA isolation, hybridization, and cloning DNA sequence analysis cDNA cloning Gene products Identification of cloned genes and mapping of genes Monitoring cloned gene expression Cloning and transferring of genes into yeast cells Cloning and transferring of genes into plant cells Cloning and transferring of genes into animal cells Site-directed mutagenesis Protein engineering Expression vectors",
                "author": "Ray Wu, Lawrence Grossman, Kivie Moldave",
                "slug": "recombinant-dna-methodology-299869-9781483295978",
                "thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/cover_image/9781483295978.jpg",
                "default_thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/default_book_thumbnail.jpg",
                "product_type": "book",
                "product_id": "299869",
                "product_url": "/app/ecom/book/299869/recombinant-dna-methodology-299869-9781483295978",
                "bisac_codes": [
                    "SCI008000",
                    "900"
                ],
                "items_count": null,
                "identifiers": {
                    "ISBN13": "9780127655604",
                    "EISBN13": "9781483295978",
                    "EISBN10": "1483295974"
                },
                "drm": null,
                "cover_image": null,
                "default_cover_image": null,
                "book_type": null
            },
            "relationships": {
                "lowest_offering": {
                    "data": {
                        "type": "offerings",
                        "id": "00010026352020"
                    }
                }
            }
        },
        {
            "type": "Product",
            "id": "00010000299868",
            "attributes": {
                "name": "Knowledge Representation",
                "subtitle": "An Approach to Artificial Intelligence",
                "description": "Although many texts exist offering an introduction to artificial intelligence (AI), this book is unique in that it places an emphasis on knowledge representation (KR) concepts. It includes small-scale implementations in PROLOG to illustrate the major KR paradigms and their developments.****back cover copy:**Knowledge representation is at the heart of the artificial intelligence enterprise: anyone writing a program which seeks to work by encoding and manipulating knowledge needs to pay attention to the scheme whereby he will represent the knowledge, and to be aware of the consequences of the choices made.****The book's distinctive approach introduces the topic of AI through a study of knowledge representation issues. It assumes a basic knowledge of computing and a familiarity with the principles of elementary formal logic would be advantageous.****Knowledge Representation: An Approach to Artificial Intelligence develops from an introductory consideration of AI, knowledge representation and logic, through search technique to the three central knowledge paradigms: production rules, structured objects, and predicate calculus. The final section of the book illustrates the application of these knowledge representation paradigms through the Prolog Programming language and with an examination of diverse expert systems applications. The book concludes with a look at some advanced issues in knowledge representation.****This text provides an introduction to AI through a study of knowledge representation and each chapter contains exercises for students. Experienced computer scientists and students alike, seeking an introduction to AI and knowledge representations will find this an invaluable text.",
                "author": "T.J.M. Bench-Capon",
                "slug": "knowledge-representation-299868-9781483297101-tjm-bench-capon",
                "thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/9781483297101.jpg",
                "default_thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/default_book_thumbnail.jpg",
                "product_type": "book",
                "product_id": "299868",
                "product_url": "/app/ecom/book/299868/knowledge-representation-299868-9781483297101-tjm-bench-capon",
                "bisac_codes": [
                    "COM000000",
                    "077"
                ],
                "items_count": null,
                "identifiers": {
                    "ISBN13": "9780120864409",
                    "EISBN13": "9781483297101",
                    "EISBN10": "1483297101"
                },
                "drm": null,
                "cover_image": null,
                "default_cover_image": null,
                "book_type": null
            },
            "relationships": {
                "lowest_offering": {
                    "data": {
                        "type": "offerings",
                        "id": "00010026363254"
                    }
                }
            }
        },
        {
            "type": "Product",
            "id": "00010000299867",
            "attributes": {
                "name": "Game Theory and Applications",
                "subtitle": "",
                "description": "Game Theory and Applications outlines game theory and proves its validity by examining it alongside the neoclassical paradigm. This book contends that the neoclassical theory is the exceptional case, and that game theory may indeed be the rule. The papers and abstracts collected here explore its recent development and suggest new research directions. Explains many of the recent central developments in game theory Highlights new research directions in economic theory which surpass the neoclassical paradigm Includes game-theoretical analyses in economics, political science, and biology Written by leading game theorists, economists, political scientists, and biologists",
                "author": "Tatsuro Ichiishi, Abraham Neyman, Yair Tauman, Karl Shell",
                "slug": "game-theory-and-applications-299867-9781483295053",
                "thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/cover_image/9781483295053.jpg",
                "default_thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/default_book_thumbnail.jpg",
                "product_type": "book",
                "product_id": "299867",
                "product_url": "/app/ecom/book/299867/game-theory-and-applications-299867-9781483295053",
                "bisac_codes": [
                    "MAT003000",
                    "MAT029000"
                ],
                "items_count": null,
                "identifiers": {
                    "ISBN13": "9780123701824",
                    "EISBN13": "9781483295053",
                    "EISBN10": "1483295052"
                },
                "drm": null,
                "cover_image": null,
                "default_cover_image": null,
                "book_type": null
            },
            "relationships": {
                "lowest_offering": {
                    "data": {
                        "type": "offerings",
                        "id": "00010026345942"
                    }
                }
            }
        },
        {
            "type": "Product",
            "id": "00010000299865",
            "attributes": {
                "name": "Heterostructures and Quantum Devices",
                "subtitle": "",
                "description": "Heterostructure and quantum-mechanical devices promise significant improvement in the performance of electronic and optoelectronic integrated circuits (ICs). Though these devices are the subject of a vigorous research effort, the current literature is often either highly technical or narrowly focused. This book presents heterostructure and quantum devices to the nonspecialist, especially electrical engineers working with high-performance semiconductor devices. It focuses on a broad base of technical applications using semiconductor physics theory to develop the next generation of electrical engineering devices. The text covers existing technologies and future possibilities within a common framework of high-performance devices, which will have a more immediate impact on advanced semiconductor physics-particularly quantum effects-and will thus form the basis for longer-term technology development.",
                "author": "Norman G. Einspruch, William R. Frensley",
                "slug": "heterostructures-and-quantum-devices-299865-9781483295176",
                "thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/9781483295176.jpg",
                "default_thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/default_book_thumbnail.jpg",
                "product_type": "book",
                "product_id": "299865",
                "product_url": "/app/ecom/book/299865/heterostructures-and-quantum-devices-299865-9781483295176",
                "bisac_codes": [
                    "TEC009070",
                    "030"
                ],
                "items_count": null,
                "identifiers": {
                    "ISBN13": "9780122341243",
                    "EISBN13": "9781483295176",
                    "EISBN10": "1483295176"
                },
                "drm": null,
                "cover_image": null,
                "default_cover_image": null,
                "book_type": null
            },
            "relationships": {
                "lowest_offering": {
                    "data": {
                        "type": "offerings",
                        "id": "00010026369952"
                    }
                }
            }
        },
        {
            "type": "Product",
            "id": "00010000299866",
            "attributes": {
                "name": "The Sociolinguistics of the Deaf Community",
                "subtitle": "",
                "description": "<p>This is a unified collection of the best and most current empirical studies of socio-linguistic issues in the deaf community, including topics such as studies of sign language variation, language contact and change, and sign language policy.</p>  <p>Established linguistic concerns with deaf language are reexamined and redefined, and several new issues of general importance to all sociolinguists are raised and explored. This is a book which interests all sociolinguists as well as deaf professionals, teachers of the deaf, sign language interpreters, and anyone else dealing on a day-to-day basis with the everyday language choices that deaf persons must make.</p><p>This is a unified collection of the best and most current empirical studies of sociolinguistic issues in the deaf community, including topics such as:</p>   Studies of Sign Language Variation Language contact and Change Sign Language Policy Language Attitudes Sign Language Discourse Analysis",
                "author": "Ceil Lucas",
                "slug": "the-sociolinguistics-of-the-deaf-community-299866-9781483296395",
                "thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/cover_image/9781483296395.jpg",
                "default_thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/default_book_thumbnail.jpg",
                "product_type": "book",
                "product_id": "299866",
                "product_url": "/app/ecom/book/299866/the-sociolinguistics-of-the-deaf-community-299866-9781483296395",
                "bisac_codes": [
                    "LAN017000",
                    "095"
                ],
                "items_count": null,
                "identifiers": {
                    "ISBN13": "9780124580459",
                    "EISBN13": "9781483296395",
                    "EISBN10": "1483296393"
                },
                "drm": null,
                "cover_image": null,
                "default_cover_image": null,
                "book_type": null
            },
            "relationships": {
                "lowest_offering": {
                    "data": {
                        "type": "offerings",
                        "id": "00010026367040"
                    }
                }
            }
        },
        {
            "type": "Product",
            "id": "00010000299864",
            "attributes": {
                "name": "Advances in Software Science and Technology",
                "subtitle": "",
                "description": "This serial is a translation of the original works within the Japan Society of Software Science and Technology. A key source of information for computer scientists in the U.S., the serial explores the major areas of research in software and technology in Japan. These volumes are intended to promote worldwide exchange of ideas among professionals.This volume includes original research contributions in such areas as Augmented Language Logic (ALL), distributed C language, Smalltalk 80, and TAMPOPO-an evolutionary learning machine based on the principles of Realtime Minimum Skyline Detection.",
                "author": "Tsutomu Kamimura",
                "slug": "advances-in-software-science-and-technology-299864-9781483294322",
                "thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/9781483294322.jpg",
                "default_thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/default_book_thumbnail.jpg",
                "product_type": "book",
                "product_id": "299864",
                "product_url": "/app/ecom/book/299864/advances-in-software-science-and-technology-299864-9781483294322",
                "bisac_codes": [
                    "COM014000",
                    "077"
                ],
                "items_count": null,
                "identifiers": {
                    "ISBN13": "9780120371051",
                    "EISBN13": "9781483294322",
                    "EISBN10": "1483294323"
                },
                "drm": null,
                "cover_image": null,
                "default_cover_image": null,
                "book_type": null
            },
            "relationships": {
                "lowest_offering": {
                    "data": {
                        "type": "offerings",
                        "id": "00010026345865"
                    }
                }
            }
        },
        {
            "type": "Product",
            "id": "00010000299863",
            "attributes": {
                "name": "Knowledge-Based Systems and Legal Applications",
                "subtitle": "",
                "description": "This book compiles the experience of the largest project in knowledge-based systems and the law yet undertaken. It provides an in-depth introduction to representation of law in computer programs, as well as more advanced discussion and description of large knowledge-based systems building, legal representation, cooperative work, and interface design in the context of the project. Describes the world's largest KBS and law project Contains an authoritative survey of approaches to legal knowledge representation Outlines several prototype systems Discusses the integration of KBS and law issues with HCI and social implications",
                "author": "T.J.M. Bench-Capon",
                "slug": "knowledge-based-systems-and-legal-applications-299863-9781483295343",
                "thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/cover_image/9781483295343.jpg",
                "default_thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/default_book_thumbnail.jpg",
                "product_type": "book",
                "product_id": "299863",
                "product_url": "/app/ecom/book/299863/knowledge-based-systems-and-legal-applications-299863-9781483295343",
                "bisac_codes": [
                    "LAW044000",
                    "LAW052000"
                ],
                "items_count": null,
                "identifiers": {
                    "ISBN13": "9780120864416",
                    "EISBN13": "9781483295343",
                    "EISBN10": "1483295346"
                },
                "drm": null,
                "cover_image": null,
                "default_cover_image": null,
                "book_type": null
            },
            "relationships": {
                "lowest_offering": {
                    "data": {
                        "type": "offerings",
                        "id": "00010026365404"
                    }
                }
            }
        },
        {
            "type": "Product",
            "id": "00010000299862",
            "attributes": {
                "name": "Adaptive User Interfaces",
                "subtitle": "",
                "description": "This book describes techniques for designing and building adaptive user interfaces developed in the large AID project undertaken by the contributors. Describes one of the few large-scale adaptive interface projects in the world Outlines the principles of adaptivity in human-computer interaction",
                "author": "Dermot Browne",
                "slug": "adaptive-user-interfaces-299862-9781483294254",
                "thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/9781483294254.jpg",
                "default_thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/default_book_thumbnail.jpg",
                "product_type": "book",
                "product_id": "299862",
                "product_url": "/app/ecom/book/299862/adaptive-user-interfaces-299862-9781483294254",
                "bisac_codes": [
                    "COM013000",
                    "COM014000"
                ],
                "items_count": null,
                "identifiers": {
                    "ISBN13": "9780121377557",
                    "EISBN13": "9781483294254",
                    "EISBN10": "1483294250"
                },
                "drm": null,
                "cover_image": null,
                "default_cover_image": null,
                "book_type": null
            },
            "relationships": {
                "lowest_offering": {
                    "data": {
                        "type": "offerings",
                        "id": "00010026347997"
                    }
                }
            }
        },
        {
            "type": "Product",
            "id": "00010000299861",
            "attributes": {
                "name": "Adaptive Responses of Native Amazonians",
                "subtitle": "",
                "description": "Adaptive Responses of Native Amazonians",
                "author": "Raymond B. Hames",
                "slug": "adaptive-responses-of-native-amazonians-299861-9781483294230",
                "thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/5b5ce04d2a11eae4eb54cd7fadaf5d0a32d704e068ca6e9ea8f8a20bb7d0acc3_cvvvvvc.jpeg",
                "default_thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/default_book_thumbnail.jpg",
                "product_type": "book",
                "product_id": "299861",
                "product_url": "/app/ecom/book/299861/adaptive-responses-of-native-amazonians-299861-9781483294230",
                "bisac_codes": [
                    "SOC020000",
                    "SOC031000"
                ],
                "items_count": null,
                "identifiers": {
                    "ISBN13": "9780123212504",
                    "EISBN13": "9781483294230",
                    "EISBN10": "1483294234"
                },
                "drm": null,
                "cover_image": null,
                "default_cover_image": null,
                "book_type": null
            },
            "relationships": {
                "lowest_offering": {
                    "data": {
                        "type": "offerings",
                        "id": "00010026349404"
                    }
                }
            }
        },
        {
            "type": "Product",
            "id": "00010000299860",
            "attributes": {
                "name": "Molecular Basis of Mitochondrial Pathology",
                "subtitle": "",
                "description": "The field of mitochondrial diseases is currently one of the rapidly growing fields of research in cell and molecular biology. This volume encompasses the latest development in this field of research. The chapters cover topics in a wide range of disciplines including biophysics, biochemistry, cell and molecular biology, molecular genetics, and clinical medicine. Summarizes growing evidence of the role of mitochondria in a large number of pathological conditions Brings together different approaches toward understanding mitochondria diseases Molecular and cellular biology Clinical physiology and medicine Details the crucial role this organelle plays in genetic regulation of various biological functions",
                "author": "C. P. Lee",
                "slug": "molecular-basis-of-mitochondrial-pathology-299860-9781483297835",
                "thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/cover_image/9781483297835.png",
                "default_thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/default_book_thumbnail.jpg",
                "product_type": "book",
                "product_id": "299860",
                "product_url": "/app/ecom/book/299860/molecular-basis-of-mitochondrial-pathology-299860-9781483297835",
                "bisac_codes": [
                    "SCI008000",
                    "900"
                ],
                "items_count": null,
                "identifiers": {
                    "ISBN13": "9780121525170",
                    "EISBN13": "9781483297835",
                    "EISBN10": "1483297837"
                },
                "drm": null,
                "cover_image": null,
                "default_cover_image": null,
                "book_type": null
            },
            "relationships": {
                "lowest_offering": {
                    "data": {
                        "type": "offerings",
                        "id": "00010026367038"
                    }
                }
            }
        },
        {
            "type": "Product",
            "id": "00010000299859",
            "attributes": {
                "name": "The Mollusca",
                "subtitle": "Environmental Biochemistry and Physiology",
                "description": "The Mollusca",
                "author": "Peter W. Hochachka, Karl M. Wilbur",
                "slug": "the-mollusca-299859-9781483296340",
                "thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/cover_image/9781483296340.jpg",
                "default_thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/default_book_thumbnail.jpg",
                "product_type": "book",
                "product_id": "299859",
                "product_url": "/app/ecom/book/299859/the-mollusca-299859-9781483296340",
                "bisac_codes": [
                    "SCI070000",
                    "090"
                ],
                "items_count": null,
                "identifiers": {
                    "ISBN13": "9780127514024",
                    "EISBN13": "9781483296340",
                    "EISBN10": "1483296342"
                },
                "drm": null,
                "cover_image": null,
                "default_cover_image": null,
                "book_type": null
            },
            "relationships": {
                "lowest_offering": {
                    "data": {
                        "type": "offerings",
                        "id": "00010026370688"
                    }
                }
            }
        },
        {
            "type": "Product",
            "id": "00010000299858",
            "attributes": {
                "name": "Advances in Archaeological Method and Theory",
                "subtitle": "",
                "description": "Advances in Archaeological Method and Theory",
                "author": "Michael B. Schiffer",
                "slug": "advances-in-archaeological-method-and-theory-299858-9781483294308",
                "thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/9781483294308.png",
                "default_thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/default_book_thumbnail.jpg",
                "product_type": "book",
                "product_id": "299858",
                "product_url": "/app/ecom/book/299858/advances-in-archaeological-method-and-theory-299858-9781483294308",
                "bisac_codes": [
                    "SOC000000",
                    "SOC003000"
                ],
                "items_count": null,
                "identifiers": {
                    "ISBN13": "9780120031078",
                    "EISBN13": "9781483294308",
                    "EISBN10": "1483294307"
                },
                "drm": null,
                "cover_image": null,
                "default_cover_image": null,
                "book_type": null
            },
            "relationships": {
                "lowest_offering": {
                    "data": {
                        "type": "offerings",
                        "id": "00010026343456"
                    }
                }
            }
        },
        {
            "type": "Product",
            "id": "00010000299857",
            "attributes": {
                "name": "Quantitative Zooarchaeology",
                "subtitle": "Topics in the Analysis of Archaelogical Faunas",
                "description": "Quantitative Zooarchaeology",
                "author": "Donald K. Grayson",
                "slug": "quantitative-zooarchaeology-299857-9781483299440-donald-k-grayson",
                "thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/cover_image/9781483299440.jpg",
                "default_thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/default_book_thumbnail.jpg",
                "product_type": "book",
                "product_id": "299857",
                "product_url": "/app/ecom/book/299857/quantitative-zooarchaeology-299857-9781483299440-donald-k-grayson",
                "bisac_codes": [
                    "HIS002000",
                    "095"
                ],
                "items_count": null,
                "identifiers": {
                    "ISBN13": "9780122972805",
                    "EISBN13": "9781483299440",
                    "EISBN10": "1483299449"
                },
                "drm": null,
                "cover_image": null,
                "default_cover_image": null,
                "book_type": null
            },
            "relationships": {
                "lowest_offering": {
                    "data": {
                        "type": "offerings",
                        "id": "00010026358794"
                    }
                }
            }
        },
        {
            "type": "Product",
            "id": "00010000299856",
            "attributes": {
                "name": "Planning and Design of Information Systems",
                "subtitle": "",
                "description": "Planning and Design of Information Systems provides a theoretical base and a practical method of executing the planning of computerized information systems, and the planning and design of individual applications. The book is organized into five parts, covering the non-technical and nonimplementational part of information systems planning, design, and development. Part I gives the theoretical base for the subsequent parts of the book. It discusses modeling, techniques, notations, boundaries, quality issues and aspects, and decomposition techniques and problems. Part II discusses the needs, problems, and possible solutions for user participation. It describes user organizations, in respect of culture; maturity in the use of automation and computers; and gives a synthesis of participation, cultures, maturity, and information systems development techniques. Part III describes how to develop an Information Systems Architecture, an Information Systems Plan, and a Data Architecture. Part IV presents a structured, programmed approach to planning an application in a short period while maintaining high quality, and discusses project management of application development. Part V covers information analysis, data specification and conceptual data base design, and process and dialog design.",
                "author": "André Blokdijk",
                "slug": "planning-and-design-of-information-systems-299856-9781483295787-andre-blokdijk",
                "thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/cover_image/9781483295787.jpg",
                "default_thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/default_book_thumbnail.jpg",
                "product_type": "book",
                "product_id": "299856",
                "product_url": "/app/ecom/book/299856/planning-and-design-of-information-systems-299856-9781483295787-andre-blokdijk",
                "bisac_codes": [
                    "BUS041000",
                    "BUS085000"
                ],
                "items_count": null,
                "identifiers": {
                    "ISBN13": "9780121070717",
                    "EISBN13": "9781483295787",
                    "EISBN10": "1483295788"
                },
                "drm": null,
                "cover_image": null,
                "default_cover_image": null,
                "book_type": null
            },
            "relationships": {
                "lowest_offering": {
                    "data": {
                        "type": "offerings",
                        "id": "00010026363863"
                    }
                }
            }
        },
        {
            "type": "Product",
            "id": "00010000299855",
            "attributes": {
                "name": "Asymptotic Theory for Econometricians",
                "subtitle": "",
                "description": "This book is intended to provide a somewhat more comprehensive and unified treatment of large sample theory than has been available previously and to relate the fundamental tools of asymptotic theory directly to many of the estimators of interest to econometricians. In addition, because economic data are generated in a variety of different contexts (time series, cross sections, time series--cross sections), we pay particular attention to the similarities and differences in the techniques appropriate to each of these contexts.",
                "author": "Halbert White, Karl Shell",
                "slug": "asymptotic-theory-for-econometricians-299855-9781483294421-halbert-white",
                "thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/cover_image/9781483294421.jpg",
                "default_thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/default_book_thumbnail.jpg",
                "product_type": "book",
                "product_id": "299855",
                "product_url": "/app/ecom/book/299855/asymptotic-theory-for-econometricians-299855-9781483294421-halbert-white",
                "bisac_codes": [
                    "BUS055000",
                    "BUS069000"
                ],
                "items_count": null,
                "identifiers": {
                    "ISBN13": "9780127466507",
                    "EISBN13": "9781483294421",
                    "EISBN10": "1483294420"
                },
                "drm": null,
                "cover_image": null,
                "default_cover_image": null,
                "book_type": null
            },
            "relationships": {
                "lowest_offering": {
                    "data": {
                        "type": "offerings",
                        "id": "00010026346904"
                    }
                }
            }
        },
        {
            "type": "Product",
            "id": "00010000299854",
            "attributes": {
                "name": "Handbook of Mathematical Formulas and Integrals",
                "subtitle": "",
                "description": "If there is a formula to solve a given problem in mathematics, you will find it in Alan Jeffrey's Handbook of Mathematical Formulas and Integrals. Thanks to its unique thumb-tab indexing feature, answers are easy to find based upon the type of problem they solve. The Handbook covers important formulas, functions, relations, and methods from algebra, trigonometric and exponential functions, combinatorics, probability, matrix theory, calculus and vector calculus, both ordinary and partial differential equations, Fourier series, orthogonal polynomials, and Laplace transforms. Based on Gradshteyn and Ryzhik's Table of Integrals, Series, and Products, Fifth Edition (edited by Jeffrey), but far more accessible and written with particular attention to the needs of students and practicing scientists and engineers, this book is an essential resource. Affordable and authoritative, it is the first place to look for help and a rewarding place to browse.<br><br>Special thumb-tab index throughout the book for ease of useAnswers are keyed to the type of problem they solveFormulas are provided for problems across the entire spectrum of MathematicsAll equations are sent from a computer-checked source codeCompanion to Gradshteyn: Table of Integrals, Series, and Products, Fifth EditionThe following features make the Handbook a Better Value than its Competition:Less expensiveMore comprehensiveEquations are computer-validated with Scientific WorkPlace(tm) and Mathematica(r)Superior quality from one of the most respected names in scientific and technical publishingOffers unique thumb-tab indexing throughout the book which makes finding answers quick and easy",
                "author": "Alan Jeffrey",
                "slug": "handbook-of-mathematical-formulas-and-integrals-299854-9781483295145-alan-jeffrey",
                "thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/9781483295145.jpg",
                "default_thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/default_book_thumbnail.jpg",
                "product_type": "book",
                "product_id": "299854",
                "product_url": "/app/ecom/book/299854/handbook-of-mathematical-formulas-and-integrals-299854-9781483295145-alan-jeffrey",
                "bisac_codes": [
                    "MAT023000",
                    "MAT039000"
                ],
                "items_count": null,
                "identifiers": {
                    "ISBN13": "9780123825803",
                    "EISBN13": "9781483295145",
                    "EISBN10": "1483295141"
                },
                "drm": null,
                "cover_image": null,
                "default_cover_image": null,
                "book_type": null
            },
            "relationships": {
                "lowest_offering": {
                    "data": {
                        "type": "offerings",
                        "id": "00010026365291"
                    }
                }
            }
        },
        {
            "type": "Product",
            "id": "00010000299853",
            "attributes": {
                "name": "Data Acquisition Techniques Using PC",
                "subtitle": "",
                "description": "Data Acquisition Techniques Using Personal Computers contains all the information required by a technical professional (engineer, scientist, technician) to implement a PC-based acquisition system. Including both basic tutorial information as well as some advanced topics, this work is suitable as a reference book for engineers or as a supplemental text for engineering students. It gives the reader enough understanding of the topics to implement a data acquisition system based on commercial products. A reader can alternatively learn how to custom build hardware or write his or her own software. Featuring diverse information, this book will be useful to both the technical professional and the hobbyist. Contains tables of reference information on PC/XT/AT computers that are usually not found in a single source Includes hardware information, such as I/O addresses, memory maps, and hardware interrupts Discusses software reference material including BIOS and DOS interrupt calls Presents valuable hardware interface information including timing diagrams, design examples, and descriptions of standard interfaces, such as the RS-232 serial interface",
                "author": "Howard Austerlitz",
                "slug": "data-acquisition-techniques-using-pc-299853-9781483294735-howard-austerlitz",
                "thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/cover_image/9781483294735.jpg",
                "default_thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/default_book_thumbnail.jpg",
                "product_type": "book",
                "product_id": "299853",
                "product_url": "/app/ecom/book/299853/data-acquisition-techniques-using-pc-299853-9781483294735-howard-austerlitz",
                "bisac_codes": [
                    "COM013000",
                    "COM014000"
                ],
                "items_count": null,
                "identifiers": {
                    "ISBN13": "9780120683703",
                    "EISBN13": "9781483294735",
                    "EISBN10": "1483294730"
                },
                "drm": null,
                "cover_image": null,
                "default_cover_image": null,
                "book_type": null
            },
            "relationships": {
                "lowest_offering": {
                    "data": {
                        "type": "offerings",
                        "id": "00010026349938"
                    }
                }
            }
        },
        {
            "type": "Product",
            "id": "00010000299852",
            "attributes": {
                "name": "The Third World Congress on Biosensors Abstracts",
                "subtitle": "1-3 June 1994, New Orleans, USA",
                "description": "The Third World Congress on Biosensors Abstracts",
                "author": "Abstracts",
                "slug": "the-third-world-congress-on-biosensors-abstracts-299852-9781483299358",
                "thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/cover_image/9781483299358.jpg",
                "default_thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/default_book_thumbnail.jpg",
                "product_type": "book",
                "product_id": "299852",
                "product_url": "/app/ecom/book/299852/the-third-world-congress-on-biosensors-abstracts-299852-9781483299358",
                "bisac_codes": [
                    "HEA012000",
                    "MED109000"
                ],
                "items_count": null,
                "identifiers": {
                    "ISBN13": "9781856172424",
                    "EISBN13": "9781483299358",
                    "EISBN10": "148329935X"
                },
                "drm": null,
                "cover_image": null,
                "default_cover_image": null,
                "book_type": null
            },
            "relationships": {
                "lowest_offering": {
                    "data": {
                        "type": "offerings",
                        "id": "00010026367198"
                    }
                }
            }
        }
    ],
    "meta": {
        "pagination": {
            "page": 74180,
            "pages": 78427,
            "count": 1568528
        }
    }
}

Response Info

Default: None