GET /services/catalog/products?format=api&page=74985
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=78445",
        "next": "https://redshelf.com/services/catalog/products?format=api&page=74986",
        "prev": "https://redshelf.com/services/catalog/products?format=api&page=74984"
    },
    "data": [
        {
            "type": "Product",
            "id": "00010000282208",
            "attributes": {
                "name": "Piping and Pipeline Calculations Manual",
                "subtitle": "Construction, Design Fabrication and Examination",
                "description": "Piping and Pipeline Calculations Manual is a \"no nonsense\" guide to the principle intentions of the codes or standards and provides advice on compliance. After using this book the reader should come away with a clear understanding of how piping systems fail and what the code requires the designer, manufacturer, fabricator, supplier, erector, examiner, inspector, and owner to do to prevent such failures. The focus of the book is to enhance participants' understanding and application of the spirit of the code or standard and form a plan for compliance. The book is enhanced by a multitude of calculations to assist in problem solving, directly applying the rules and equations for specific design and operating conditions to illustrate correct applications. Each calculation is based on a specific code. Written by a professional/educator with over 35 years of experience Covers all major codes and standards  Demonstrates how the code and standard has been correctly and incorrectly applied",
                "author": "Philip Ellenberger",
                "slug": "piping-and-pipeline-calculations-manual-282208-9780080958996-philip-ellenberger",
                "thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/cover_image/9780080958996.jpg",
                "default_thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/default_book_thumbnail.jpg",
                "product_type": "book",
                "product_id": "282208",
                "product_url": "/app/ecom/book/282208/piping-and-pipeline-calculations-manual-282208-9780080958996-philip-ellenberger",
                "bisac_codes": [
                    "TEC005000",
                    "TEC014000"
                ],
                "items_count": null,
                "identifiers": {
                    "ISBN13": "9781856176934",
                    "EISBN13": "9780080958996",
                    "EISBN10": "0080958990"
                },
                "drm": null,
                "cover_image": null,
                "default_cover_image": null,
                "book_type": null
            },
            "relationships": {
                "lowest_offering": {
                    "data": {
                        "type": "offerings",
                        "id": "00010026349333"
                    }
                }
            }
        },
        {
            "type": "Product",
            "id": "00010000282207",
            "attributes": {
                "name": "A Concrete Approach to Abstract Algebra",
                "subtitle": "From the Integers to the Insolvability of the Quintic",
                "description": "A Concrete Approach to Abstract Algebra presents a solid and highly accessible introduction to abstract algebra by providing details on the building blocks of abstract algebra.It begins with a concrete and thorough examination of familiar objects such as integers, rational numbers, real numbers, complex numbers, complex conjugation, and polynomials. The author then builds upon these familiar objects and uses them to introduce and motivate advanced concepts in algebra in a manner that is easier to understand for most students. Exercises provide a balanced blend of difficulty levels, while the quantity allows the instructor a latitude of choices. The final four chapters present the more theoretical material needed for graduate study.This text will be of particular interest to teachers and future teachers as it links abstract algebra to many topics which arise in courses in algebra, geometry, trigonometry, precalculus, and calculus.Presents a more natural 'rings first' approach to effectively leading the student into the the abstract material of the course by the use of motivating concepts from previous math courses to guide the discussion of abstract algebraBridges the gap for students by showing how most of the concepts within an abstract algebra course are actually tools used to solve difficult, but well-known problemsBuilds on relatively familiar material (Integers, polynomials) and moves onto more abstract topics, while providing a historical approach of introducing groups first as automorphismsExercises provide a balanced blend of difficulty levels, while the quantity allows the instructor a latitude of choices",
                "author": "Jeffrey Bergen",
                "slug": "a-concrete-approach-to-abstract-algebra-282207-9780080958620-jeffrey-bergen",
                "thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/cover_image/9780080958620.jpg",
                "default_thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/default_book_thumbnail.jpg",
                "product_type": "book",
                "product_id": "282207",
                "product_url": "/app/ecom/book/282207/a-concrete-approach-to-abstract-algebra-282207-9780080958620-jeffrey-bergen",
                "bisac_codes": [
                    "MAT002010",
                    "MAT002000"
                ],
                "items_count": null,
                "identifiers": {
                    "ISBN13": "9780123749413",
                    "EISBN13": "9780080958620",
                    "EISBN10": "0080958621"
                },
                "drm": null,
                "cover_image": null,
                "default_cover_image": null,
                "book_type": null
            },
            "relationships": {
                "lowest_offering": {
                    "data": {
                        "type": "offerings",
                        "id": "00010026363602"
                    }
                }
            }
        },
        {
            "type": "Product",
            "id": "00010000282205",
            "attributes": {
                "name": "SQL Injection Attacks and Defense",
                "subtitle": "",
                "description": "<p>Winner of the Best Book Bejtlich Read in 2009 award!</p>  <p>\"SQL injection is probably the number one problem for any server-side application, and this book is unequaled in its coverage.\" Richard Bejtlich, http://taosecurity.blogspot.com/</p>  <p>SQL injection represents one of the most dangerous and well-known, yet misunderstood, security vulnerabilities on the Internet, largely because there is no central repository of information to turn to for help. This is the only book devoted exclusively to this long-established but recently growing threat. It includes all the currently known information about these attacks and significant insight from its contributing team of SQL injection experts.</p> What is SQL injection?-Understand what it is and how it works Find, confirm, and automate SQL injection discovery Discover tips and tricks for finding SQL injection within the code Create exploits using SQL injection Design to avoid the dangers of these attacks",
                "author": "Justin Clarke-Salt",
                "slug": "sql-injection-attacks-and-defense-282205-9780080958576-justin-clarke-salt",
                "thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/cover_image/9780080958576.jpg",
                "default_thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/default_book_thumbnail.jpg",
                "product_type": "book",
                "product_id": "282205",
                "product_url": "/app/ecom/book/282205/sql-injection-attacks-and-defense-282205-9780080958576-justin-clarke-salt",
                "bisac_codes": [
                    "COM053000",
                    "COM000000"
                ],
                "items_count": null,
                "identifiers": {
                    "ISBN13": "9781597494243",
                    "EISBN13": "9780080958576",
                    "EISBN10": "0080958575"
                },
                "drm": null,
                "cover_image": null,
                "default_cover_image": null,
                "book_type": null
            },
            "relationships": {
                "lowest_offering": {
                    "data": {
                        "type": "offerings",
                        "id": "00010026348442"
                    }
                }
            }
        },
        {
            "type": "Product",
            "id": "00010000282203",
            "attributes": {
                "name": "Introductory Differential Equations",
                "subtitle": "with Boundary Value Problems",
                "description": "<p>This text is for courses that are typically called (Introductory) Differential Equations, (Introductory) Partial Differential Equations, Applied Mathematics, Fourier Series and Boundary Value Problems. The text is appropriate for two semester courses: the first typically emphasizes ordinary differential equations and their applications while the second emphasizes special techniques (like Laplace transforms) and partial differential equations. The texts follows a \"traditional\" curriculum and takes the \"traditional\" (rather than \"dynamical systems\") approach.</p> <p>Introductory Differential Equations is a text that follows a traditional approach and is appropriate for a first course in ordinary differential equations (including Laplace transforms) and a second course in Fourier series and boundary value problems. Note that some schools might prefer to move the Laplace transform material to the second course, which is why we have placed the chapter on Laplace transforms in its location in the text. Ancillaries like Differential Equations with Mathematica and/or Differential Equations with Maple would be recommended and/or required ancillaries depending on the school, course, or instructor.</p> Technology Icons - These icons highlight text that is intended to alert students that technology may be used intelligently to solve a problem, encouraging logical thinking and application Think About It Icons and Examples - Examples that end in a question encourage students to think critically about what to do next, whether it is to use technology or focus on a graph to determine an outcome Differential Equations at Work - These are projects requiring students to think critically by having students answer questions based on different conditions, thus engaging students",
                "author": "Martha L. Abell, James P. Braselton",
                "slug": "introductory-differential-equations-282203-9780080958453-martha-l-abell-james-p-braselton",
                "thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/9780080958453.jpg",
                "default_thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/default_book_thumbnail.jpg",
                "product_type": "book",
                "product_id": "282203",
                "product_url": "/app/ecom/book/282203/introductory-differential-equations-282203-9780080958453-martha-l-abell-james-p-braselton",
                "bisac_codes": [
                    "MAT000000",
                    "MAT003000"
                ],
                "items_count": null,
                "identifiers": {
                    "ISBN13": "9780123749352",
                    "EISBN13": "9780080958453",
                    "EISBN10": "0080958451"
                },
                "drm": null,
                "cover_image": null,
                "default_cover_image": null,
                "book_type": null
            },
            "relationships": {
                "lowest_offering": {
                    "data": {
                        "type": "offerings",
                        "id": "00010026363509"
                    }
                }
            }
        },
        {
            "type": "Product",
            "id": "00010000282202",
            "attributes": {
                "name": "LEED Practices, Certification, and Accreditation Handbook",
                "subtitle": "",
                "description": "Adopted in the United States and a number of other countries, LEED certification is the recognized standard for measuring building sustainability. Achieving LEED personal certification or project certification is the best way to demonstrate that the project is truly \"green.\" Written by an architect with over 30 years of international experience, this book provides architects, designers, building owners, and construction engineers with an easy to understand guide to the nuts and bolts of LEED project and personal certification. <br><br>Written in plain and easy to understand language, this ?hands on? book is designed to assist readers with all aspects of LEED certification. The handbook follows the rigorous third-party commissioning process, beginning with basic LEED concepts, and then carefully explains LEED documentation and technical requirements along with its standards, professional accreditation, and codes. The handbook provides readers with design strategies for sustainable site selection, and design process for high performance building and commissioning. Other important topics include green materials and products selection as well as strategies for ensuring Indoor Environmental Quality (IEQ), water efficiency and sanitary waste disposal. This handbook also offers readers a multitude of forms with expert guidance for their completion.<br><br>Clear and authoritative in scope, LEED Practices, Certification, and Accreditation Handbook provides architects, builders/owners, construction managers, and engineers with a reference that will help them to offer their clients, peers, and the public at large compelling proof that they have achieved their projects environmental goals and that the building is performing as designed. Instruction for completing LEED checklist and forms Detailed explanation of the third-party commissioning process Explains LEED documentation & technical requirements Topics include green materials and products selection",
                "author": "Sam Kubba",
                "slug": "leed-practices-certification-and-accreditation-handbook-282202-9780080958590-sam-kubba",
                "thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/cover_image/9780080958590.jpg",
                "default_thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/default_book_thumbnail.jpg",
                "product_type": "book",
                "product_id": "282202",
                "product_url": "/app/ecom/book/282202/leed-practices-certification-and-accreditation-handbook-282202-9780080958590-sam-kubba",
                "bisac_codes": [
                    "TEC005000",
                    "TEC009020"
                ],
                "items_count": null,
                "identifiers": {
                    "ISBN13": "9781856176910",
                    "EISBN13": "9780080958590",
                    "EISBN10": "0080958591"
                },
                "drm": null,
                "cover_image": null,
                "default_cover_image": null,
                "book_type": null
            },
            "relationships": {
                "lowest_offering": {
                    "data": {
                        "type": "offerings",
                        "id": "00010026348697"
                    }
                }
            }
        },
        {
            "type": "Product",
            "id": "00010000282200",
            "attributes": {
                "name": "Construction Delays",
                "subtitle": "Understanding Them Clearly, Analyzing Them Correctly",
                "description": "Delays in construction projects are frequently expensive, since there is usually a construction loan involved which charges interest, management staff dedicated to the project whose costs are time dependent, and ongoing inflation in wage and material prices. Many techniques are used to analyze delays. Some of these methods have inherent weaknesses and should be avoided. This book points out the shortcomings of these faulty methods and explains how a delay analysis should be performed. It then describes specifically how the analysis is done with CPM schedules. A explanation of delays and delay damages, presented in a straightforward, accessible manner, should be useful to public and private owners, construction managers, general contractors, subcontractors, designers, suppliers, and attorneys whose work involves them in the construction industry. The discussion will include subtleties of the process, such as shifts in the critical path, and non-critical delays. The subject of damages is covered in detail, including the major categories of extended field overhead and unabsorbed home office overhead. Likewise, the damages suffered by the owner, either actual or liquidated, are also explained. Finally, a chapter is devoted to managing the risk of delays and time extensions from the viewpoints of the various parties to a construction project. A discussion of early completion schedules and constructive acceleration is also included. In this new ediion, all chapters are updated to reflect the changes in the construction field since the first edition published over l6 years ago. The Second Edition includes over 40% more information such as new methods for analyzing delays with examples of the proper approach. The author also includes a new chapter on risk managment which focuses on the delay-related risks of the various parties in a construction project. Explains the different categories of delays Addresses the concept of concurrency and also non-critical delays Discusses the more common approaches used for measuring and analyzing delays and the strengths and weaknesses associated with them Prevention of Time-Related Delay Problems",
                "author": "Ted J Trauner",
                "slug": "construction-delays-282200-9780080957142-ted-j-trauner",
                "thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/cover_image/9780080957142.jpg",
                "default_thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/default_book_thumbnail.jpg",
                "product_type": "book",
                "product_id": "282200",
                "product_url": "/app/ecom/book/282200/construction-delays-282200-9780080957142-ted-j-trauner",
                "bisac_codes": [
                    "TEC009020",
                    "TEC005000"
                ],
                "items_count": null,
                "identifiers": {
                    "ISBN13": "9781856176774",
                    "EISBN13": "9780080957142",
                    "EISBN10": "0080957145"
                },
                "drm": null,
                "cover_image": null,
                "default_cover_image": null,
                "book_type": null
            },
            "relationships": {
                "lowest_offering": {
                    "data": {
                        "type": "offerings",
                        "id": "00010026348660"
                    }
                }
            }
        },
        {
            "type": "Product",
            "id": "00010000282201",
            "attributes": {
                "name": "Handbook of Heterocyclic Chemistry",
                "subtitle": "",
                "description": "Heterocyclic compounds play a vital role in the metabolism of living cells. Their practical applications range from extensive clinical use to fields as diverse as agriculture, photography, biocide formulation and polymer science. Written by leading scholars and industry experts, the Handbook of Heterocyclic Chemistry is thoroughly updated with over 50% new content. It has been rewritten with a new expanded author team, who have carefully distilled essential information on the reactivity, structure and synthesis of heterocycles from the 2008 major reference work Comprehensive Heterocyclic Chemistry III. To bring the work up to date the author team have also added new synthetic examples and structures, key applications and new references from 2008-2010. Contains more than 1500 clearly drawn structures and reactions. The highly systematic coverage given to the subject makes this one of the most authoritative single-volume accounts of modern heterocyclic chemistry available and should be useful reference for those teaching a heterocyclic course. Covers the structure, reactivity and synthesis of all heterocyclic compounds as distilled from the larger 15-volume reference work Saves researchers time when they require important information on heterocycles--speeding them to thousands of clearly drawn chemical structures and pertinent reviews by leading experts Features 35% new material to compliment the completely revised text",
                "author": "Alan R. Katritzky, Christopher A. Ramsden, John A. Joule, Viktor V. Zhdankin",
                "slug": "handbook-of-heterocyclic-chemistry-282201-9780080958446-alan-r-katritzky-christopher-a-ramsden-john-a-joule-viktor-v-zhdankin",
                "thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/9780080958446.png",
                "default_thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/default_book_thumbnail.jpg",
                "product_type": "book",
                "product_id": "282201",
                "product_url": "/app/ecom/book/282201/handbook-of-heterocyclic-chemistry-282201-9780080958446-alan-r-katritzky-christopher-a-ramsden-john-a-joule-viktor-v-zhdankin",
                "bisac_codes": [
                    "SCI013040",
                    "SCI013010"
                ],
                "items_count": null,
                "identifiers": {
                    "ISBN13": "9780080958439",
                    "EISBN13": "9780080958446",
                    "EISBN10": "0080958443"
                },
                "drm": null,
                "cover_image": null,
                "default_cover_image": null,
                "book_type": null
            },
            "relationships": {
                "lowest_offering": {
                    "data": {
                        "type": "offerings",
                        "id": "00010026359250"
                    }
                }
            }
        },
        {
            "type": "Product",
            "id": "00010000282199",
            "attributes": {
                "name": "Design to Thrive",
                "subtitle": "Creating Social Networks and Online Communities that Last",
                "description": "Social networks and online communities are reshaping the way people communicate, both in their personal and professional lives. What makes some succeed and others fail? What draws a user in? What makes them join? What keeps them coming back? Entrepreneurs and businesses are turning to user experience practitioners to figure this out. Though they are well-equipped to evaluate and create a variety of interfaces, social networks require a different set of design principles and ways of thinking about the user in order to be successful. Design to Thrive presents tried and tested design methodologies, based on the authors decades of research, to ensure successful and sustainable online communities -- whether a wiki for employees to share procedures and best practices or for the next Facebook. The book describes four criteria, called \"RIBS,\" which are necessary to the design of a successful and sustainable online community. These concepts provide designers with the tools they need to generate informed creative and productive design ideas, to think proactively about the communities they are building or maintaining, and to design communities that encourage users to actively contribute. Provides essential tools to create thriving social networks, helping designers to avoid common pitfalls, avoid costly mistakes, and to ensure that communities meet client needs  Contains real world stories from popular, well known communities to illustrate how the concepts work  Features a companion online network that employs the techniques outlined in the boo",
                "author": "Tharon Howard",
                "slug": "design-to-thrive-282199-9780080957203-tharon-howard",
                "thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/9780080957203.jpg",
                "default_thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/default_book_thumbnail.jpg",
                "product_type": "book",
                "product_id": "282199",
                "product_url": "/app/ecom/book/282199/design-to-thrive-282199-9780080957203-tharon-howard",
                "bisac_codes": [
                    "COM070000",
                    "COM060080"
                ],
                "items_count": null,
                "identifiers": {
                    "ISBN13": "9780123749215",
                    "EISBN13": "9780080957203",
                    "EISBN10": "008095720X"
                },
                "drm": null,
                "cover_image": null,
                "default_cover_image": null,
                "book_type": null
            },
            "relationships": {
                "lowest_offering": {
                    "data": {
                        "type": "offerings",
                        "id": "00010026343781"
                    }
                }
            }
        },
        {
            "type": "Product",
            "id": "00010000282198",
            "attributes": {
                "name": "High Dynamic Range Imaging",
                "subtitle": "Acquisition, Display, and Image-Based Lighting",
                "description": "High Dynamic Range Imaging, Second Edition, is an essential resource for anyone working with images, whether it is for computer graphics, film, video, photography, or lighting design. It describes HDRI technology in its entirety and covers a wide-range of topics, from capture devices to tone reproduction and image-based lighting. The techniques described enable students to produce images that have a dynamic range much closer to that found in the real world, leading to an unparalleled visual experience. This revised edition includes new chapters on High Dynamic Range Video Encoding, High Dynamic Range Image Encoding, and High Dynamic Range Display Devices. All existing chapters have been updated to reflect the current state-of-the-art technology. As both an introduction to the field and an authoritative technical reference, this book is essential for anyone working with images, whether in computer graphics, film, video, photography, or lighting design. New material includes chapters on High Dynamic Range Video Encoding, High Dynamic Range Image Encoding, and High Dynammic Range Display Devices Written by the inventors and initial implementors of High Dynamic Range Imaging Covers the basic concepts (including just enough about human vision to explain why HDR images are necessary), image capture, image encoding, file formats, display techniques, tone mapping for lower dynamic range display, and the use of HDR images and calculations in 3D rendering Range and depth of coverage is good for the knowledgeable researcher as well as those who are just starting to learn about High Dynamic Range imaging The prior edition of this book included a DVD-ROM. Files from the DVD-ROM can be accessed at: http://www.erikreinhard.com/hdr_2nd/index.html",
                "author": "Erik Reinhard, Wolfgang Heidrich, Paul Debevec, Sumanta Pattanaik, Greg Ward, Karol Myszkowski",
                "slug": "high-dynamic-range-imaging-282198-9780080957111-erik-reinhard-wolfgang-heidrich-paul-debevec-sumanta-pattanaik-greg-ward-karol-myszkowski",
                "thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/cover_image/9780080957111.jpg",
                "default_thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/default_book_thumbnail.jpg",
                "product_type": "book",
                "product_id": "282198",
                "product_url": "/app/ecom/book/282198/high-dynamic-range-imaging-282198-9780080957111-erik-reinhard-wolfgang-heidrich-paul-debevec-sumanta-pattanaik-greg-ward-karol-myszkowski",
                "bisac_codes": [
                    "COM012000",
                    "077"
                ],
                "items_count": null,
                "identifiers": {
                    "ISBN13": "9780123749147",
                    "EISBN13": "9780080957111",
                    "EISBN10": "0080957110"
                },
                "drm": null,
                "cover_image": null,
                "default_cover_image": null,
                "book_type": null
            },
            "relationships": {
                "lowest_offering": {
                    "data": {
                        "type": "offerings",
                        "id": "00010026353371"
                    }
                }
            }
        },
        {
            "type": "Product",
            "id": "00010000282197",
            "attributes": {
                "name": "Digital Media Processing",
                "subtitle": "DSP Algorithms Using C",
                "description": "Multimedia processing demands efficient programming in order to optimize functionality. Data, image, audio, and video processing, some or all of which are present in all electronic devices today, are complex programming environments. Optimized algorithms (step-by-step directions) are difficult to create but can make all the difference when developing a new application.<br><br>This book discusses the most current algorithms available that will maximize your programming keeping in mind the memory and real-time constraints of the architecture with which you are working. A wide range of algorithms is covered detailing basic and advanced multimedia implementations, along with, cryptography, compression, and data error correction. The general implementation concepts can be integrated into many architectures that you find yourself working with on a specific project. Analog Devices' BlackFin technology is used for examples throughout the book. Discusses how to decrease algorithm development times to streamline your programming Covers all the latest algorithms needed for contrained systems Includes case studies on WiMAX, GPS, and portable media players",
                "author": "Hazarathaiah Malepati",
                "slug": "digital-media-processing-282197-9780080957197-hazarathaiah-malepati",
                "thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/cover_image/9780080957197.jpg",
                "default_thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/default_book_thumbnail.jpg",
                "product_type": "book",
                "product_id": "282197",
                "product_url": "/app/ecom/book/282197/digital-media-processing-282197-9780080957197-hazarathaiah-malepati",
                "bisac_codes": [
                    "COM018000",
                    "TEC008070"
                ],
                "items_count": null,
                "identifiers": {
                    "ISBN13": "9781856176781",
                    "EISBN13": "9780080957197",
                    "EISBN10": "0080957196"
                },
                "drm": null,
                "cover_image": null,
                "default_cover_image": null,
                "book_type": null
            },
            "relationships": {
                "lowest_offering": {
                    "data": {
                        "type": "offerings",
                        "id": "00010026348614"
                    }
                }
            }
        },
        {
            "type": "Product",
            "id": "00010000282196",
            "attributes": {
                "name": "Information Systems Transformation",
                "subtitle": "Architecture-Driven Modernization Case Studies",
                "description": "<p>Every major enterprise has a significant installed base of existing software systems that reflect the tangled IT architectures that result from decades of patches and failed replacements. Most of these systems were designed to support business architectures that have changed dramatically. At best, these systems hinder agility and competitiveness and, at worst, can bring critical business functions to a halt.</p>  <p>Architecture-Driven Modernization (ADM) restores the value of entrenched systems by capturing and retooling various aspects of existing application environments, allowing old infrastructures to deliver renewed value and align effectively with enterprise strategies and business architectures. </p>  <p>Information Systems Transformation provides a practical guide to organizations seeking ways to understand and leverage existing systems as part of their information management strategies. It includes an introduction to ADM disciplines, tools, and standards as well as a series of scenarios outlining how ADM is applied to various initiatives. Drawing upon lessons learned from real modernization projects, it distills the theory and explains principles, processes, and best practices for every industry.</p> Acts as a one-stop shopping reference and complete guide for implementing various modernization models in myriad industries and departments Every concept is illustrated with real-life examples from various modernization projects, allowing you to immediately apply tested solutions and see results Authored by the Co-chair of the Object Management Group (OMG) Architecture-Driven Modernization (ADM) Task Force, which sets definitive systems modernization standards for the entire IT industry A web site supports the book with up to date coverage of evolving ADM Specifications, Tutorials, and Whitepapers, allowing you to remain up to date on modernization topics as they develop",
                "author": "William M. Ulrich, Philip Newcomb",
                "slug": "information-systems-transformation-282196-9780080957104-william-m-ulrich-philip-newcomb",
                "thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/cover_image/9780080957104.jpg",
                "default_thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/default_book_thumbnail.jpg",
                "product_type": "book",
                "product_id": "282196",
                "product_url": "/app/ecom/book/282196/information-systems-transformation-282196-9780080957104-william-m-ulrich-philip-newcomb",
                "bisac_codes": [
                    "COM032000",
                    "COM051230"
                ],
                "items_count": null,
                "identifiers": {
                    "ISBN13": "9780123749130",
                    "EISBN13": "9780080957104",
                    "EISBN10": "0080957102"
                },
                "drm": null,
                "cover_image": null,
                "default_cover_image": null,
                "book_type": null
            },
            "relationships": {
                "lowest_offering": {
                    "data": {
                        "type": "offerings",
                        "id": "00010026359011"
                    }
                }
            }
        },
        {
            "type": "Product",
            "id": "00010000282194",
            "attributes": {
                "name": "Advances in Geophysics",
                "subtitle": "",
                "description": "The critically acclaimed serialized review journal for over 50 years, Advances in Geophysics is a highly respected publication in the field of geophysics. Since 1952, each volume has been eagerly awaited, frequently consulted, and praised by researchers and reviewers alike. Now in its 51st volume, it contains much material still relevant today--truly an essential publication for researchers in all fields of geophysics.",
                "author": "Renata Dmowska",
                "slug": "advances-in-geophysics-282194-9780080957005",
                "thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/9780080957005.jpg",
                "default_thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/default_book_thumbnail.jpg",
                "product_type": "book",
                "product_id": "282194",
                "product_url": "/app/ecom/book/282194/advances-in-geophysics-282194-9780080957005",
                "bisac_codes": [
                    "SCI019000",
                    "SCI026000"
                ],
                "items_count": null,
                "identifiers": {
                    "ISBN13": "9780123749116",
                    "EISBN13": "9780080957005",
                    "EISBN10": "0080957005"
                },
                "drm": null,
                "cover_image": null,
                "default_cover_image": null,
                "book_type": null
            },
            "relationships": {
                "lowest_offering": {
                    "data": {
                        "type": "offerings",
                        "id": "00010026367903"
                    }
                }
            }
        },
        {
            "type": "Product",
            "id": "00010000282192",
            "attributes": {
                "name": "Green Construction Project Management and Cost Oversight",
                "subtitle": "",
                "description": "<p>Green Construction is a specialized and skilled profession, and the author has extensive experience in this field. With this in mind, the reference is designed to provide practical guidelines and essential insights in preparing competent and professional looking ?Project Analysis Reports? and ?Project Status Reports?. The book also provides numerous tips on how to phrase the language of reports in a manner that is articulate and clearly understood by Real Estate Lenders and investors, as well as being an indispensable companion for both information and stimulus.  Written in a conversational manner, this book will clarify the nuts and bolts of green construction, finance, and cost monitoring? as a profession, and will outline the many attributes required to being successful in this field. Moreover, it will scrutinize the mechanics of organizing monthly meetings, contractor payment certifications, budgets, change orders, construction schedules, code compliance, waivers of lean, and much more.</p>  <p>Drawing on over 30 years of personal experience across the world - both as an employee and as an employer, the reader will learn how to plan and implement sound business strategies and form alliances in a global context. The book also offers important information and penetrating insights into the process of setting up and working as a due-diligence consultant. In a clear, practical style, it will be explained how to identify opportunities for business development and how to maximize return. It will also articulate how to meet new challenges as well as avoid many of the pitfalls along the way.</p>  <p>For the individual professional, this guide provides useful information and tips to help secure a high paying professional position. The book will include amongst other things, up-to-date information on hundreds of useful contacts. Topics covered in this guide include: types of services offered, the consultant's role on the construction loan team, what the lender needs to know, and marketing techniques. The guide will also include a comprehensive appendix that will contain numerous sample letters (e.g. for marketing and certification), building loan agreements, AIA forms, lender/consultant agreement, closeout documents and much more. Likewise included will be an extensive list of useful references from a variety of resources, and much more. Indeed, this handbook will be the most detailed & comprehensive program on the market. It meets all the criteria of a major work and will provide vital and absorbing reading.  </p> Provides a detailed blueprint of how to conduct monthly meetings, investigations, understand typical client/consultant agreements, analyze contractor requisitions Includes sample letters, reports, forms and agreements for easy reference Practical guidelines for preparing Property Analysis and Property Status Reports Includes a glossary of important terms, abbreviations and acronyms",
                "author": "Sam Kubba",
                "slug": "green-construction-project-management-and-cost-oversight-282192-9780080957043-sam-kubba",
                "thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/cover_image/9780080957043.jpg",
                "default_thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/default_book_thumbnail.jpg",
                "product_type": "book",
                "product_id": "282192",
                "product_url": "/app/ecom/book/282192/green-construction-project-management-and-cost-oversight-282192-9780080957043-sam-kubba",
                "bisac_codes": [
                    "TEC009020",
                    "TEC005000"
                ],
                "items_count": null,
                "identifiers": {
                    "ISBN13": "9781856176767",
                    "EISBN13": "9780080957043",
                    "EISBN10": "0080957048"
                },
                "drm": null,
                "cover_image": null,
                "default_cover_image": null,
                "book_type": null
            },
            "relationships": {
                "lowest_offering": {
                    "data": {
                        "type": "offerings",
                        "id": "00010026370316"
                    }
                }
            }
        },
        {
            "type": "Product",
            "id": "00010000282191",
            "attributes": {
                "name": "Advances in Geophysics",
                "subtitle": "",
                "description": "The critically acclaimed serialized review journal for over 50 years, Advances in Geophysics is a highly respected publication in the field of geophysics. Since 1952, each volume has been eagerly awaited, frequently consulted, and praised by researchers and reviewers alike. Now in its 52nd volume, it contains much material still relevant today--truly an essential publication for researchers in all fields of geophysics.",
                "author": "Renata Dmowska",
                "slug": "advances-in-geophysics-282191-9780080956992",
                "thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/9780080956992.jpg",
                "default_thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/default_book_thumbnail.jpg",
                "product_type": "book",
                "product_id": "282191",
                "product_url": "/app/ecom/book/282191/advances-in-geophysics-282191-9780080956992",
                "bisac_codes": [
                    "SCI019000",
                    "SCI026000"
                ],
                "items_count": null,
                "identifiers": {
                    "ISBN13": "9780123749109",
                    "EISBN13": "9780080956992",
                    "EISBN10": "0080956998"
                },
                "drm": null,
                "cover_image": null,
                "default_cover_image": null,
                "book_type": null
            },
            "relationships": {
                "lowest_offering": {
                    "data": {
                        "type": "offerings",
                        "id": "00010026348523"
                    }
                }
            }
        },
        {
            "type": "Product",
            "id": "00010000282189",
            "attributes": {
                "name": "Economic Capital",
                "subtitle": "How It Works, and What Every Manager Needs to Know",
                "description": "Managers can deploy and manage economic capital more effectively when they understand how their decisions add value to their organizations. Economic Capital: How It Works and What Every Manager Needs to Know presents new ways to define, measure, and implement management strategies by using recent examples, many from the sub-prime crisis. The authors also discuss the role of economic capital within the broader context of management responsibilities and activities as well as its relation to other risk management tools that are available to the modern risk manager.  Explains ways to use economic capital in balancing risk and return Evaluates solutions to problems encountered in establishing an economic capital framework  Emphasizes intuition  Draws special attention to embedding risk modelling approaches within economic capital frameworks",
                "author": "Pieter Klaassen, Idzard van Eeghen",
                "slug": "economic-capital-282189-9780080956800-pieter-klaassen-idzard-van-eeghen",
                "thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/cover_image/9780080956800.jpg",
                "default_thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/default_book_thumbnail.jpg",
                "product_type": "book",
                "product_id": "282189",
                "product_url": "/app/ecom/book/282189/economic-capital-282189-9780080956800-pieter-klaassen-idzard-van-eeghen",
                "bisac_codes": [
                    "BUS004000",
                    "BUS027000"
                ],
                "items_count": null,
                "identifiers": {
                    "ISBN13": "9780123749017",
                    "EISBN13": "9780080956800",
                    "EISBN10": "0080956807"
                },
                "drm": null,
                "cover_image": null,
                "default_cover_image": null,
                "book_type": null
            },
            "relationships": {
                "lowest_offering": {
                    "data": {
                        "type": "offerings",
                        "id": "00010026356807"
                    }
                }
            }
        },
        {
            "type": "Product",
            "id": "00010000282190",
            "attributes": {
                "name": "The Real MCTS SQL Server 2008 Exam 70-433 Prep Kit",
                "subtitle": "Database Design",
                "description": "SQL Server 2008 is the latest update to Microsoft's flagship database management system. This is the largest update since SQL Server 2005, and it brings increased ability to deliver data across more platforms, and thus many different types of devices. New functionality also allows for easy storage and retrieval of digitized images and video. These attributes address the recent explosion in the popularity of web-based video and server and desktop virtualization.   The Real MCTS SQL Server 2008 Exam 70-433 Prep Kit prepares readers for the Microsoft Certified Technology Specialist exam: SQL Server 2008, Database Development. This is a new exam in the SQL Server product family, and is comprised of some objectives from exam 70-431 from SQL Server 2005, and covers new, expanded query capabilities in SQL Server 2008. According to Microsoft:    Exam 70-431 for SQL Server 2005 was passed by over 35,000 people.  <p> ~ 150,000 people passed a similar exam for SQL Server 2000.   <p>Additionally, this exam is a pre-requisite for those going on to obtain the MCITP: Database Developer 2008:</p>  <p> Successful candidates for the SQL Server 2005 MCITP ~ 2,500. This is The 'Real' Microsoft Exam Prep Kit, and provides the reader with independent and unbiased exam tips and warnings everything they need to know to ensure certification success. Authored by Mark Horninger, a nationally recognized leader in SQL Server with over 50 Microsoft certifications to his credit; Mark knows what it takes to successfully navigate Microsoft exams.",
                "author": "Mark Horninger",
                "slug": "the-real-mcts-sql-server-2008-exam-70-433-prep-kit-282190-9780080956916",
                "thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/cover_image/9780080956916.jpg",
                "default_thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/default_book_thumbnail.jpg",
                "product_type": "book",
                "product_id": "282190",
                "product_url": "/app/ecom/book/282190/the-real-mcts-sql-server-2008-exam-70-433-prep-kit-282190-9780080956916",
                "bisac_codes": [
                    "COM021000",
                    "077"
                ],
                "items_count": null,
                "identifiers": {
                    "ISBN13": "9781597494212",
                    "EISBN13": "9780080956916",
                    "EISBN10": "0080956912"
                },
                "drm": null,
                "cover_image": null,
                "default_cover_image": null,
                "book_type": null
            },
            "relationships": {
                "lowest_offering": {
                    "data": {
                        "type": "offerings",
                        "id": "00010026352827"
                    }
                }
            }
        },
        {
            "type": "Product",
            "id": "00010000282187",
            "attributes": {
                "name": "The Real MCTS SQL Server 2008 Exam 70-432 Prep Kit",
                "subtitle": "Database Implementation and Maintenance",
                "description": "SQL Server 2008 is the latest update to Microsoft's flagship database management system. This is the largest update since SQL Server 2005. SQL Server 2008 is a much more significant update than SQL Server 2005, because it brings increased ability to deliver data across more platforms, and thus many different types of devices. New functionality also allows for easy storage and retrieval of digitized images and video. These attributes address the recent explosion in the popularity of web-based video and server and desktop virtualization.<br><br>The Real MCTS SQL Server 2008 Exam 70-432 Prep Kit prepares readers for the Microsoft Certified Technology Specialist exam: SQL Server 2008, Implementation and Maintenance. This is The 'Real' Microsoft Exam Prep Kit, and provides the reader with independent and unbiased exam tips and warnings everything they need to know to ensure certification success. Authored by Mark Horninger, a nationally recognized leader in SQL Server with over 50 Microsoft certifications to his credit; Mark knows what it takes to successfully navigate Microsoft exams.",
                "author": "Mark Horninger",
                "slug": "the-real-mcts-sql-server-2008-exam-70-432-prep-kit-282187-9780080956909",
                "thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/cover_image/9780080956909.jpg",
                "default_thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/default_book_thumbnail.jpg",
                "product_type": "book",
                "product_id": "282187",
                "product_url": "/app/ecom/book/282187/the-real-mcts-sql-server-2008-exam-70-432-prep-kit-282187-9780080956909",
                "bisac_codes": [
                    "COM021000",
                    "077"
                ],
                "items_count": null,
                "identifiers": {
                    "ISBN13": "9781597494205",
                    "EISBN13": "9780080956909",
                    "EISBN10": "0080956904"
                },
                "drm": null,
                "cover_image": null,
                "default_cover_image": null,
                "book_type": null
            },
            "relationships": {
                "lowest_offering": {
                    "data": {
                        "type": "offerings",
                        "id": "00010026352704"
                    }
                }
            }
        },
        {
            "type": "Product",
            "id": "00010000282186",
            "attributes": {
                "name": "Mobile Technology for Children",
                "subtitle": "Designing for Interaction and Learning",
                "description": "Children are one of the largest new user groups of mobile technology -- from phones to micro-laptops to electronic toys. These products are both lauded and criticized, especially when it comes to their role in education and learning. The need has never been greater to understand how these technologies are being designed and to evaluate their impact worldwide. Mobile Technology for Children brings together contributions from leaders in industry, non-profit organizations, and academia to offer practical solutions for the design and the future of mobile technology for children. First book to present a multitude of voices on the design, technology, and impact of mobile devices for children and learning Features contributions from leading academics, designers, and policy makers from nine countries, whose affiliations include Sesame Workshop, LeapFrog Enterprises, Intel, the United Nations, and UNICEF Each contribution and case study is followed by a best practice overview to help readers consider their own research and design and for a quick reference",
                "author": "Allison Druin",
                "slug": "mobile-technology-for-children-282186-9780080954097-allison-druin",
                "thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/cover_image/9780080954097.jpg",
                "default_thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/default_book_thumbnail.jpg",
                "product_type": "book",
                "product_id": "282186",
                "product_url": "/app/ecom/book/282186/mobile-technology-for-children-282186-9780080954097-allison-druin",
                "bisac_codes": [
                    "COM070000",
                    "COM060000"
                ],
                "items_count": null,
                "identifiers": {
                    "ISBN13": "9780123749000",
                    "EISBN13": "9780080954097",
                    "EISBN10": "008095409X"
                },
                "drm": null,
                "cover_image": null,
                "default_cover_image": null,
                "book_type": null
            },
            "relationships": {
                "lowest_offering": {
                    "data": {
                        "type": "offerings",
                        "id": "00010026355064"
                    }
                }
            }
        },
        {
            "type": "Product",
            "id": "00010000282185",
            "attributes": {
                "name": "SOA and Web Services Interface Design",
                "subtitle": "Principles, Techniques, and Standards",
                "description": "In SOA and Web Services Interface Design, data architecture guru James Bean teaches you how to design web service interfaces that are capable of being extended to accommodate ever changing business needs and promote incorporation simplicity. The book first provides an overview of critical SOA principles, thereby offering a basic conceptual summary. It then provides explicit, tactical, and real-world techniques for ensuring compliance with these principles. Using a focused, tutorial-based approach the book provides working syntactical examples - described by Web services standards such as XML, XML Schemas, WSDL and SOAP - that can be used to directly implement interface design procedures, thus allowing you immediately generate value from your efforts. In summary, SOA and Web Services Interface Design provides the basic theory, but also design techniques and very specific implementable encoded interface examples that can be immediately employed in your work, making it an invaluable practical guide to any practitioner in today's exploding Web-based service market. Provides chapters on topics of introductory WSDL syntax and XML Schema syntax, taking take the reader through fundamental concepts and into deeper techniques and allowing them to quickly climb the learning curve. Provides working syntactical examples - described by Web services standards such as XML, XML Schemas, WSDL and SOAP - that can be used to directly implement interface design procedures. Real-world examples generated using the Altova XML Spy tooling reinforce applicability, allowing you to immediately generate value from their efforts.",
                "author": "James Bean",
                "slug": "soa-and-web-services-interface-design-282185-9780080953830-james-bean",
                "thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/cover_image/9780080953830.jpg",
                "default_thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/default_book_thumbnail.jpg",
                "product_type": "book",
                "product_id": "282185",
                "product_url": "/app/ecom/book/282185/soa-and-web-services-interface-design-282185-9780080953830-james-bean",
                "bisac_codes": [
                    "COM051010",
                    "COM051230"
                ],
                "items_count": null,
                "identifiers": {
                    "ISBN13": "9780123748911",
                    "EISBN13": "9780080953830",
                    "EISBN10": "0080953832"
                },
                "drm": null,
                "cover_image": null,
                "default_cover_image": null,
                "book_type": null
            },
            "relationships": {
                "lowest_offering": {
                    "data": {
                        "type": "offerings",
                        "id": "00010026353871"
                    }
                }
            }
        },
        {
            "type": "Product",
            "id": "00010000282184",
            "attributes": {
                "name": "Smart Things",
                "subtitle": "Ubiquitous Computing User Experience Design",
                "description": "<p>The world of smart shoes, appliances, and phones is already here, but the practice of user experience (UX) design for ubiquitous computing is still relatively new. Design companies like IDEO and frogdesign are regularly asked to design products that unify software interaction, device design and service design -- which are all the key components of ubiquitous computing UX -- and practicing designers need a way to tackle practical challenges of design. Theory is not enough for them -- luckily the industry is now mature enough to have tried and tested best practices and case studies from the field.</p>  <p>Smart Things presents a problem-solving approach to addressing designers' needs and concentrates on process, rather than technological detail, to keep from being quickly outdated. It pays close attention to the capabilities and limitations of the medium in question and discusses the tradeoffs and challenges of design in a commercial environment. Divided into two sections,  frameworks and techniques, the book discusses broad design methods and case studies that reflect key aspects of these approaches. The book then presents a set of techniques highly valuable to a practicing designer. It is intentionally not a comprehensive tutorial of user-centered design'as that is covered in many other books'but it is a handful of techniques useful when designing ubiquitous computing user experiences.</p>  <p>In short, Smart Things gives its readers both the \"why\" of this kind of design and the \"how,\" in well-defined chunks.</p> Tackles design of products in the post-Web world where computers no longer have to be monolithic, expensive general-purpose devices Features broad frameworks and processes, practical advice to help approach specifics, and techniques for the unique design challenges Presents case studies that describe, in detail, how others have solved problems, managed trade-offs, and met successes",
                "author": "Mike Kuniavsky",
                "slug": "smart-things-282184-9780080954080-mike-kuniavsky",
                "thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/9780080954080.jpg",
                "default_thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/default_book_thumbnail.jpg",
                "product_type": "book",
                "product_id": "282184",
                "product_url": "/app/ecom/book/282184/smart-things-282184-9780080954080-mike-kuniavsky",
                "bisac_codes": [
                    "COM070000",
                    "COM014000"
                ],
                "items_count": null,
                "identifiers": {
                    "ISBN13": "9780123748997",
                    "EISBN13": "9780080954080",
                    "EISBN10": "0080954081"
                },
                "drm": null,
                "cover_image": null,
                "default_cover_image": null,
                "book_type": null
            },
            "relationships": {
                "lowest_offering": {
                    "data": {
                        "type": "offerings",
                        "id": "00010026353754"
                    }
                }
            }
        }
    ],
    "meta": {
        "pagination": {
            "page": 74985,
            "pages": 78445,
            "count": 1568897
        }
    }
}

Response Info

Default: None