Product List
GET /services/catalog/products?format=api&page=76119
{ "links": { "first": "https://redshelf.com/services/catalog/products?format=api&page=1", "last": "https://redshelf.com/services/catalog/products?format=api&page=78408", "next": "https://redshelf.com/services/catalog/products?format=api&page=76120", "prev": "https://redshelf.com/services/catalog/products?format=api&page=76118" }, "data": [ { "type": "Product", "id": "00010000195350", "attributes": { "name": "Elliptic Functions", "subtitle": "", "description": "In its first six chapters this 2006 text seeks to present the basic ideas and properties of the Jacobi elliptic functions as an historical essay, an attempt to answer the fascinating question: 'what would the treatment of elliptic functions have been like if Abel had developed the ideas, rather than Jacobi?' Accordingly, it is based on the idea of inverting integrals which arise in the theory of differential equations and, in particular, the differential equation that describes the motion of a simple pendulum. The later chapters present a more conventional approach to the Weierstrass functions and to elliptic integrals, and then the reader is introduced to the richly varied applications of the elliptic and related functions. Applications spanning arithmetic (solution of the general quintic, the functional equation of the Riemann zeta function), dynamics (orbits, Euler's equations, Green's functions), and also probability and statistics, are discussed.", "author": "J. V. Armitage, W. F. Eberlein", "slug": "elliptic-functions-195350-9781107263970-j-v-armitage-w-f-eberlein", "thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/9781107263970.jpg", "default_thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/default_book_thumbnail.jpg", "product_type": "book", "product_id": "195350", "product_url": "/app/ecom/book/195350/elliptic-functions-195350-9781107263970-j-v-armitage-w-f-eberlein", "bisac_codes": [ "MAT022000" ], "items_count": null, "identifiers": { "ISBN13": "9780521780780", "EISBN13": "9781107263970", "EISBN10": "1107263972" }, "drm": null, "cover_image": null, "default_cover_image": null, "book_type": null }, "relationships": { "lowest_offering": { "data": { "type": "offerings", "id": "00010033310748" } } } }, { "type": "Product", "id": "00010000195348", "attributes": { "name": "The Art of Being a Scientist", "subtitle": "A Guide for Graduate Students and their Mentors", "description": "This is a hands-on guide for graduate students and young researchers wishing to perfect the practical skills needed for a successful research career. By teaching junior scientists to develop effective research habits, the book helps to make the experience of graduate study a more efficient and rewarding one. The authors have taught a graduate course on the topics covered for many years, and provide a sample curriculum for instructors in graduate schools wanting to teach a similar course. Topics covered include choosing a research topic, department, and advisor; making workplans; the ethics of research; using scientific literature; perfecting oral and written communication; publishing papers; writing proposals; managing time effectively; and planning a scientific career and applying for jobs in research and industry. The wealth of advice is invaluable to students, junior researchers and mentors in all fields of science, engineering, and the humanities. The authors have taught a graduate course on the topics covered for many years, and provide a sample curriculum for instructors in graduate schools wanting to teach a similar course. The sample curriculum is available in the book as Appendix B, and as an online resource.", "author": "Roel Snieder, Ken Larner", "slug": "the-art-of-being-a-scientist-195348-9781107263956-roel-snieder-ken-larner", "thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/9781107263956.jpg", "default_thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/default_book_thumbnail.jpg", "product_type": "book", "product_id": "195348", "product_url": "/app/ecom/book/195348/the-art-of-being-a-scientist-195348-9781107263956-roel-snieder-ken-larner", "bisac_codes": [ "SCI019000" ], "items_count": null, "identifiers": { "ISBN13": "9780521743525", "EISBN13": "9781107263956" }, "drm": null, "cover_image": null, "default_cover_image": null, "book_type": null }, "relationships": { "lowest_offering": { "data": { "type": "offerings", "id": "00010033303843" } } } }, { "type": "Product", "id": "00010000195347", "attributes": { "name": "Handbook of the International Phonetic Association", "subtitle": "A Guide to the Use of the International Phonetic Alphabet", "description": "This book is a comprehensive guide to the International Phonetic Alphabet, whose aim is to provide a universally agreed system of notation for the sounds of languages, and which has been widely used for over a century. The Handbook presents the basics of phonetic analysis so that the principles underlying the Alphabet can be readily understood, and gives examples of the use of each of the phonetic symbols. The application of the Alphabet is then demonstrated in nearly 30 'Illustrations' - concise analyses of the sound systems of a range of languages, each of them accompanied by a phonetic transcription of a passage of speech. The Handbook also includes the 'Extensions' to the Alphabet, covering speech sounds beyond the sound-systems of languages, and a listing of the internationally agreed computer codings for phonetic symbols. It is an essential reference work for all those involved in the analysis of speech.", "author": "International Phonetic Association", "slug": "handbook-of-the-international-phonetic-association-195347-9781107263932-international-phonetic-association", "thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/9781107263932.jpg", "default_thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/default_book_thumbnail.jpg", "product_type": "book", "product_id": "195347", "product_url": "/app/ecom/book/195347/handbook-of-the-international-phonetic-association-195347-9781107263932-international-phonetic-association", "bisac_codes": [ "LAN011000" ], "items_count": null, "identifiers": { "ISBN13": "9780521652360", "EISBN13": "9781107263932", "EISBN10": "110726393X" }, "drm": null, "cover_image": null, "default_cover_image": null, "book_type": null }, "relationships": { "lowest_offering": { "data": { "type": "offerings", "id": "00010033297173" } } } }, { "type": "Product", "id": "00010000195346", "attributes": { "name": "Computational Geometry in C", "subtitle": "", "description": "This is the revised and expanded 1998 edition of a popular introduction to the design and implementation of geometry algorithms arising in areas such as computer graphics, robotics, and engineering design. The basic techniques used in computational geometry are all covered: polygon triangulations, convex hulls, Voronoi diagrams, arrangements, geometric searching, and motion planning. The self-contained treatment presumes only an elementary knowledge of mathematics, but reaches topics on the frontier of current research, making it a useful reference for practitioners at all levels. The second edition contains material on several new topics, such as randomized algorithms for polygon triangulation, planar point location, 3D convex hull construction, intersection algorithms for ray-segment and ray-triangle, and point-in-polyhedron. The code in this edition is significantly improved from the first edition (more efficient and more robust), and four new routines are included. Java versions for this new edition are also available. All code is accessible from the book's Web site (http://cs.smith.edu/~orourke/) or by anonymous ftp.", "author": "Joseph O'Rourke", "slug": "computational-geometry-in-c-195346-9781107263901-joseph-orourke", "thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/9781107263901.jpg", "default_thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/default_book_thumbnail.jpg", "product_type": "book", "product_id": "195346", "product_url": "/app/ecom/book/195346/computational-geometry-in-c-195346-9781107263901-joseph-orourke", "bisac_codes": [ "COM000000" ], "items_count": null, "identifiers": { "ISBN13": "9780521649766", "EISBN13": "9781107263901", "EISBN10": "1107263905" }, "drm": null, "cover_image": null, "default_cover_image": null, "book_type": null }, "relationships": { "lowest_offering": { "data": { "type": "offerings", "id": "00010033300831" } } } }, { "type": "Product", "id": "00010000195345", "attributes": { "name": "The Haskell School of Expression", "subtitle": "Learning Functional Programming through Multimedia", "description": "Functional programming is a style of programming that emphasizes the use of functions (in contrast to object-oriented programming, which emphasizes the use of objects). It has become popular in recent years because of its simplicity, conciseness, and clarity. This book teaches functional programming as a way of thinking and problem solving, using Haskell, the most popular purely functional language. Rather than using the conventional (boring) mathematical examples commonly found in other programming language textbooks, the author uses examples drawn from multimedia applications, including graphics, animation, and computer music, thus rewarding the reader with working programs for inherently more interesting applications. Aimed at both beginning and advanced programmers, this tutorial begins with a gentle introduction to functional programming and moves rapidly on to more advanced topics. Details about progamming in Haskell are presented in boxes throughout the text so they can be easily found and referred to.", "author": "Paul Hudak", "slug": "the-haskell-school-of-expression-195345-9781107263925-paul-hudak", "thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/9781107263925.jpg", "default_thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/default_book_thumbnail.jpg", "product_type": "book", "product_id": "195345", "product_url": "/app/ecom/book/195345/the-haskell-school-of-expression-195345-9781107263925-paul-hudak", "bisac_codes": [ "COM051010" ], "items_count": null, "identifiers": { "ISBN13": "9780521643382", "EISBN13": "9781107263925", "EISBN10": "1107263921" }, "drm": null, "cover_image": null, "default_cover_image": null, "book_type": null }, "relationships": { "lowest_offering": { "data": { "type": "offerings", "id": "00010033308206" } } } }, { "type": "Product", "id": "00010000195344", "attributes": { "name": "Nietzsche: Untimely Meditations", "subtitle": "", "description": "The four short works in Untimely Meditations were published by Nietzsche between 1873 and 1876.They deal with such broad topics as the relationship between popular and genuine culture, strategies for cultural reform, the task of philosophy, the nature of education, and the relationship between art, science and life. They also include Nietzsche's earliest statement of his own understanding of human selfhood as a process of endlessly 'becoming who one is'. As Daniel Breazeale shows in his introduction to this new edition of R. J. Hollingdale's translation of the essays, these four early texts are key documents for understanding the development of Nietzsche's thought and clearly anticipate many of the themes of his later writings. Nietzsche himself always cherished his Untimely Meditations and believed that they provide valuable evidence of his 'becoming and self-overcoming' and constitute a 'public pledge' concerning his own distinctive task as a philosopher.", "author": "Friedrich Nietzsche, Daniel Breazeale, R. J. Hollingdale", "slug": "nietzsche-untimely-meditations-195344-9781107263857-friedrich-nietzsche", "thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/9781107263857.jpg", "default_thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/default_book_thumbnail.jpg", "product_type": "book", "product_id": "195344", "product_url": "/app/ecom/book/195344/nietzsche-untimely-meditations-195344-9781107263857-friedrich-nietzsche", "bisac_codes": [ "PHI000000" ], "items_count": null, "identifiers": { "ISBN13": "9780521584586", "EISBN13": "9781107263857", "EISBN10": "1107263859" }, "drm": null, "cover_image": null, "default_cover_image": null, "book_type": null }, "relationships": { "lowest_offering": { "data": { "type": "offerings", "id": "00010033309145" } } } }, { "type": "Product", "id": "00010000195343", "attributes": { "name": "A Course of Modern Analysis", "subtitle": "", "description": "This classic text is known to and used by thousands of mathematicians and students of mathematics throughout the world. It gives an introduction to the general theory of infinite processes and of analytic functions together with an account of the principal transcendental functions.", "author": "E. T. Whittaker, G. N. Watson", "slug": "a-course-of-modern-analysis-195343-9781107263864-e-t-whittaker-g-n-watson", "thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/9781107263864.jpg", "default_thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/default_book_thumbnail.jpg", "product_type": "book", "product_id": "195343", "product_url": "/app/ecom/book/195343/a-course-of-modern-analysis-195343-9781107263864-e-t-whittaker-g-n-watson", "bisac_codes": [ "MAT034000" ], "items_count": null, "identifiers": { "ISBN13": "9780521588072", "EISBN13": "9781107263864", "EISBN10": "1107263867" }, "drm": null, "cover_image": null, "default_cover_image": null, "book_type": null }, "relationships": { "lowest_offering": { "data": { "type": "offerings", "id": "00010033312405" } } } }, { "type": "Product", "id": "00010000195342", "attributes": { "name": "Modern Compiler Implementation in C", "subtitle": "", "description": "This new, expanded textbook describes all phases of a modern compiler: lexical analysis, parsing, abstract syntax, semantic actions, intermediate representations, instruction selection via tree matching, dataflow analysis, graph-coloring register allocation, and runtime systems. It includes good coverage of current techniques in code generation and register allocation, as well as functional and object-oriented languages, that are missing from most books. In addition, more advanced chapters are now included so that it can be used as the basis for a two-semester or graduate course. The most accepted and successful techniques are described in a concise way, rather than as an exhaustive catalog of every possible variant. Detailed descriptions of the interfaces between modules of a compiler are illustrated with actual C header files. The first part of the book, Fundamentals of Compilation, is suitable for a one-semester first course in compiler design. The second part, Advanced Topics, which includes the advanced chapters, covers the compilation of object-oriented and functional languages, garbage collection, loop optimizations, SSA form, loop scheduling, and optimization for cache-memory hierarchies.", "author": "Andrew W. Appel, Maia Ginsburg", "slug": "modern-compiler-implementation-in-c-195342-9781107263840-andrew-w-appel", "thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/9781107263840.jpg", "default_thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/default_book_thumbnail.jpg", "product_type": "book", "product_id": "195342", "product_url": "/app/ecom/book/195342/modern-compiler-implementation-in-c-195342-9781107263840-andrew-w-appel", "bisac_codes": [ "COM051010" ], "items_count": null, "identifiers": { "ISBN13": "9780521607650", "EISBN13": "9781107263840", "EISBN10": "1107263840" }, "drm": null, "cover_image": null, "default_cover_image": null, "book_type": null }, "relationships": { "lowest_offering": { "data": { "type": "offerings", "id": "00010033301451" } } } }, { "type": "Product", "id": "00010000195341", "attributes": { "name": "Modern Compiler Implementation in ML", "subtitle": "", "description": "This new, expanded textbook describes all phases of a modern compiler: lexical analysis, parsing, abstract syntax, semantic actions, intermediate representations, instruction selection via tree matching, dataflow analysis, graph-coloring register allocation, and runtime systems. It includes good coverage of current techniques in code generation and register allocation, as well as functional and object-oriented languages, that are missing from most books. In addition, more advanced chapters are now included so that it can be used as the basis for two-semester or graduate course. The most accepted and successful techniques are described in a concise way, rather than as an exhaustive catalog of every possible variant. Detailed descriptions of the interfaces between modules of a compiler are illustrated with actual C header files. The first part of the book, Fundamentals of Compilation, is suitable for a one-semester first course in compiler design. The second part, Advanced Topics, which includes the advanced chapters, covers the compilation of object-oriented and functional languages, garbage collection, loop optimizations, SSA form, loop scheduling, and optimization for cache-memory hierarchies.", "author": "Andrew W. Appel", "slug": "modern-compiler-implementation-in-ml-195341-9781107263826-andrew-w-appel", "thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/9781107263826.jpg", "default_thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/default_book_thumbnail.jpg", "product_type": "book", "product_id": "195341", "product_url": "/app/ecom/book/195341/modern-compiler-implementation-in-ml-195341-9781107263826-andrew-w-appel", "bisac_codes": [ "COM051010" ], "items_count": null, "identifiers": { "ISBN13": "9780521607643", "EISBN13": "9781107263826", "EISBN10": "1107263824" }, "drm": null, "cover_image": null, "default_cover_image": null, "book_type": null }, "relationships": { "lowest_offering": { "data": { "type": "offerings", "id": "00010033313934" } } } }, { "type": "Product", "id": "00010000195340", "attributes": { "name": "Handbook of Creativity", "subtitle": "", "description": "The goal of the Handbook of Creativity is to provide the most comprehensive, definitive, and authoritative single-volume review available in the field of creativity. To this end, the book contains 22 chapters covering a wide range of issues and topics in the field of creativity, all written by distinguished leaders in the field. The chapters have been written to be accessible to all educated readers with an interest in creative thinking. Although the authors are leading behavioral scientists, people in all disciplines will find the coverage of creativity divided in the arts and sciences to be of interest. The volume is divided into six parts. Part I, the Introduction, sets out the major themes and reviews the history of thinking about creativity. Subsequent parts deal with methods, origins, self and environment, special topics and conclusions.", "author": "Robert J. Sternberg", "slug": "handbook-of-creativity-195340-9781107263802", "thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/9781107263802.jpg", "default_thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/default_book_thumbnail.jpg", "product_type": "book", "product_id": "195340", "product_url": "/app/ecom/book/195340/handbook-of-creativity-195340-9781107263802", "bisac_codes": [ "PSY008000" ], "items_count": null, "identifiers": { "ISBN13": "9780521572859", "EISBN13": "9781107263802", "EISBN10": "1107263808" }, "drm": null, "cover_image": null, "default_cover_image": null, "book_type": null }, "relationships": { "lowest_offering": { "data": { "type": "offerings", "id": "00010033302627" } } } }, { "type": "Product", "id": "00010000195338", "attributes": { "name": "The Functional Approach to Programming", "subtitle": "", "description": "A programming course should concentrate as much as possible on a program's logical structure and design rather than simply show how to write code. The Functional Approach to Programming achieves this aim because logical concepts are evident and programs are transparent so can be written quickly and cleanly. In this book the authors emphasise the notions of function and function application which relate programming to familiar concepts from mathematics and logic. They introduce functional programming via examples but also explain what programs compute and how to reason about them. They show how the ideas can be implemented in the Caml language, a dialect of the ML family, and give examples of how complex programs from a variety of areas (such as arithmetic, tree algorithms, graph algorithms, text parsing and geometry) can be developed in close agreement with their specifications. Many exercises and examples are included throughout the book; solutions are also available.", "author": "Guy Cousineau, Michel Mauny, K. Callaway", "slug": "the-functional-approach-to-programming-195338-9781107263796-guy-cousineau-michel-mauny", "thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/9781107263796.jpg", "default_thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/default_book_thumbnail.jpg", "product_type": "book", "product_id": "195338", "product_url": "/app/ecom/book/195338/the-functional-approach-to-programming-195338-9781107263796-guy-cousineau-michel-mauny", "bisac_codes": [ "COM051010" ], "items_count": null, "identifiers": { "ISBN13": "9780521576819", "EISBN13": "9781107263796", "EISBN10": "1107263794" }, "drm": null, "cover_image": null, "default_cover_image": null, "book_type": null }, "relationships": { "lowest_offering": { "data": { "type": "offerings", "id": "00010033316866" } } } }, { "type": "Product", "id": "00010000195339", "attributes": { "name": "Animal Physiology", "subtitle": "Adaptation and Environment", "description": "How do dolphins catch fish in murky water? Why do moths drink from puddles? How do birds' eggs breathe? How do animals work? In this revised and updated edition of the acclaimed text Animal Physiology, the answers are revealed. In clear and stimulating style, Knut Schmidt-Nielsen introduces and develops the fundamental principles of animal physiology according to major environmental features - oxygen, food and energy, temperature, and water. The structure of the book is unchanged from the previous edition, but every chapter has been updated to take into account recent developments, with numerous new references and figures. Animal Physiology is suitable as a text for undergraduate and beginning graduate courses in physiology. As with previous editions, students, teachers as well as researchers will find this book a valuable and enjoyable companion to course work and research.", "author": "Knut Schmidt-Nielsen", "slug": "animal-physiology-195339-9781107263789-knut-schmidt-nielsen", "thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/9781107263789.jpg", "default_thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/default_book_thumbnail.jpg", "product_type": "book", "product_id": "195339", "product_url": "/app/ecom/book/195339/animal-physiology-195339-9781107263789-knut-schmidt-nielsen", "bisac_codes": [ "SCI070000" ], "items_count": null, "identifiers": { "EISBN13": "9781107263789" }, "drm": null, "cover_image": null, "default_cover_image": null, "book_type": null }, "relationships": { "lowest_offering": { "data": { "type": "offerings", "id": "00010018463853" } } } }, { "type": "Product", "id": "00010000195337", "attributes": { "name": "ML for the Working Programmer", "subtitle": "", "description": "The new edition of this successful and established textbook retains its two original intentions of explaining how to program in the ML language, and teaching the fundamentals of functional programming. The major change is the early and prominent coverage of modules, which are extensively used throughout. In addition, the first chapter has been totally rewritten to make the book more accessible to those without experience of programming languages. The main features of new Standard Library for the revised version of ML are described and many new examples are given, while references have also been updated. Dr Paulson has extensive practical experience of ML and has stressed its use as a tool for software engineering; the book contains many useful pieces of code, which are freely available (via the Internet) from the author. He shows how to use lists, trees, higher-order functions and infinite data structures. Many illustrative and practical examples are included.. Efficient functional implementations of arrays, queues, priority queues, etc. are described. Larger examples include a general top-down parser, a lambda-calculus reducer and a theorem prover. The combination of careful explanation and practical advice will ensure that this textbook continues to be the preferred text for many courses on ML.", "author": "Larry C. Paulson", "slug": "ml-for-the-working-programmer-195337-9781107263772-larry-c-paulson", "thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/9781107263772.jpg", "default_thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/default_book_thumbnail.jpg", "product_type": "book", "product_id": "195337", "product_url": "/app/ecom/book/195337/ml-for-the-working-programmer-195337-9781107263772-larry-c-paulson", "bisac_codes": [ "COM051010" ], "items_count": null, "identifiers": { "ISBN13": "9780521565431", "EISBN13": "9781107263772", "EISBN10": "1107263778" }, "drm": null, "cover_image": null, "default_cover_image": null, "book_type": null }, "relationships": { "lowest_offering": { "data": { "type": "offerings", "id": "00010033301712" } } } }, { "type": "Product", "id": "00010000195334", "attributes": { "name": "Asymptotic Statistics", "subtitle": "", "description": "This book is an introduction to the field of asymptotic statistics. The treatment is both practical and mathematically rigorous. In addition to most of the standard topics of an asymptotics course, including likelihood inference, M-estimation, the theory of asymptotic efficiency, U-statistics, and rank procedures, the book also presents recent research topics such as semiparametric models, the bootstrap, and empirical processes and their applications. The topics are organized from the central idea of approximation by limit experiments, which gives the book one of its unifying themes. This entails mainly the local approximation of the classical i.i.d. set up with smooth parameters by location experiments involving a single, normally distributed observation. Thus, even the standard subjects of asymptotic statistics are presented in a novel way. Suitable as a graduate or Master's level statistics text, this book will also give researchers an overview of research in asymptotic statistics.", "author": "A. W. van der Vaart", "slug": "asymptotic-statistics-195334-9781107263727-a-w-van-der-vaart", "thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/9781107263727.jpg", "default_thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/default_book_thumbnail.jpg", "product_type": "book", "product_id": "195334", "product_url": "/app/ecom/book/195334/asymptotic-statistics-195334-9781107263727-a-w-van-der-vaart", "bisac_codes": [ "MAT029000" ], "items_count": null, "identifiers": { "ISBN13": "9780521784504", "EISBN13": "9781107263727", "EISBN10": "1107263727" }, "drm": null, "cover_image": null, "default_cover_image": null, "book_type": null }, "relationships": { "lowest_offering": { "data": { "type": "offerings", "id": "00010033303277" } } } }, { "type": "Product", "id": "00010000195333", "attributes": { "name": "Social Theory of International Politics", "subtitle": "", "description": "Drawing upon philosophy and social theory, Social Theory of International Politics develops a theory of the international system as a social construction. Alexander Wendt clarifies the central claims of the constructivist approach, presenting a structural and idealist worldview which contrasts with the individualism and materialism which underpins much mainstream international relations theory. He builds a cultural theory of international politics, which takes whether states view each other as enemies, rivals or friends as a fundamental determinant. Wendt characterises these roles as 'cultures of anarchy', described as Hobbesian, Lockean and Kantian respectively. These cultures are shared ideas which help shape state interests and capabilities, and generate tendencies in the international system. The book describes four factors which can drive structural change from one culture to another - interdependence, common fate, homogenization, and self-restraint - and examines the effects of capitalism and democracy in the emergence of a Kantian culture in the West.", "author": "Alexander Wendt", "slug": "social-theory-of-international-politics-195333-9781107263710-alexander-wendt", "thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/9781107263710.jpg", "default_thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/default_book_thumbnail.jpg", "product_type": "book", "product_id": "195333", "product_url": "/app/ecom/book/195333/social-theory-of-international-politics-195333-9781107263710-alexander-wendt", "bisac_codes": [ "POL011000" ], "items_count": null, "identifiers": { "ISBN13": "9780521465571", "EISBN13": "9781107263710", "EISBN10": "1107263719" }, "drm": null, "cover_image": null, "default_cover_image": null, "book_type": null }, "relationships": { "lowest_offering": { "data": { "type": "offerings", "id": "00010033303429" } } } }, { "type": "Product", "id": "00010000195332", "attributes": { "name": "Communities of Practice", "subtitle": "Learning, Meaning, and Identity", "description": "This book presents a theory of learning that starts with the assumption that engagement in social practice is the fundamental process by which we get to know what we know and by which we become who we are. The primary unit of analysis of this process is neither the individual nor social institutions, but the informal 'communities of practice' that people form as they pursue shared enterprises over time. To give a social account of learning, the theory explores in a systematic way the intersection of issues of community, social practice, meaning, and identity. The result is a broad framework for thinking about learning as a process of social participation. This ambitious but thoroughly accessible framework has relevance for the practitioner as well as the theoretician, presented with all the breadth, depth, and rigor necessary to address such a complex and yet profoundly human topic.", "author": "Etienne Wenger", "slug": "communities-of-practice-195332-9781107263673-etienne-wenger", "thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/9781107263673.jpg", "default_thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/default_book_thumbnail.jpg", "product_type": "book", "product_id": "195332", "product_url": "/app/ecom/book/195332/communities-of-practice-195332-9781107263673-etienne-wenger", "bisac_codes": [ "PSY031000" ], "items_count": null, "identifiers": { "ISBN13": "9780521663632", "EISBN13": "9781107263673", "EISBN10": "1107263670" }, "drm": null, "cover_image": null, "default_cover_image": null, "book_type": null }, "relationships": { "lowest_offering": { "data": { "type": "offerings", "id": "00010033294938" } } } }, { "type": "Product", "id": "00010000195331", "attributes": { "name": "J. S. Mill: 'On Liberty' and Other Writings", "subtitle": "", "description": "On Liberty has become celebrated as the most powerful defence of the freedom of the individual, and is now widely regarded as the most important theoretical foundation for Liberalism as a political creed. The Subjection of Women is a powerful indictment of the political, social, and economic position of women. This edition, first published in 1989, brings together these two classic texts, plus Mill's posthumous Chapters on Socialism, his somewhat neglected examination of the strengths and weaknesses of various forms of socialism. The editor's substantial introduction places these three works in the context both of Mill's life and of nineteenth-century intellectual and political history. There is also a chronology of Mill's life, a bibliographical guide, and a biographical appendix of names cited in the texts.", "author": "John Stuart Mill, Stefan Collini", "slug": "j-s-mill-on-liberty-and-other-writings-195331-9781107263659-john-stuart-mill", "thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/9781107263659.jpg", "default_thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/default_book_thumbnail.jpg", "product_type": "book", "product_id": "195331", "product_url": "/app/ecom/book/195331/j-s-mill-on-liberty-and-other-writings-195331-9781107263659-john-stuart-mill", "bisac_codes": [ "POL000000" ], "items_count": null, "identifiers": { "ISBN13": "9780521379175", "EISBN13": "9781107263659", "EISBN10": "1107263654" }, "drm": null, "cover_image": null, "default_cover_image": null, "book_type": null }, "relationships": { "lowest_offering": { "data": { "type": "offerings", "id": "00010033317125" } } } }, { "type": "Product", "id": "00010000195330", "attributes": { "name": "Kant: Political Writings", "subtitle": "", "description": "The original edition of Kant: Political Writings was first published in 1970, and has long been established as the principal English-language edition of this important body of writing. In this new, expanded edition, two important texts illustrating Kants's view of history are included for the first time: his reviews of Herder's Ideas on the Philosophy of The History of Mankind and Conjectures on the Beginning of Human History; as well as the essay What is Orientation in Thinking. In addition to a general introduction assessing Kant's political thought in terms of his fundamental principles of politics, this edition also contains such useful student aids as notes on the texts, a comprehensive bibliography, and a new postscript, looking at some of the principal issues in Kantian scholarship that have arisen since first publication.", "author": "Immanuel Kant, H. S. Reiss, H. B. Nisbet", "slug": "kant-political-writings-195330-9781107263666-immanuel-kant", "thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/9781107263666.jpg", "default_thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/default_book_thumbnail.jpg", "product_type": "book", "product_id": "195330", "product_url": "/app/ecom/book/195330/kant-political-writings-195330-9781107263666-immanuel-kant", "bisac_codes": [ "POL000000" ], "items_count": null, "identifiers": { "ISBN13": "9780521398374", "EISBN13": "9781107263666", "EISBN10": "1107263662" }, "drm": null, "cover_image": null, "default_cover_image": null, "book_type": null }, "relationships": { "lowest_offering": { "data": { "type": "offerings", "id": "00010033312568" } } } }, { "type": "Product", "id": "00010000195329", "attributes": { "name": "Critique of Pure Reason", "subtitle": "", "description": "This entirely new translation of Critique of Pure Reason is the most accurate and informative English translation ever produced of this epochal philosophical text. Though its simple and direct style will make it suitable for all new readers of Kant, the translation displays an unprecedented philosophical and textual sophistication that will enlighten Kant scholars as well. This translation recreates as far as possible a text with the same interpretative nuances and richness as the original. The extensive editorial apparatus includes informative annotation, detailed glossaries, an index, and a large-scale general introduction in which two of the world's preeminent Kant scholars provide both a succinct summary of the structure and argument of the Critique and a detailed account of its long and complex genesis.", "author": "Immanuel Kant, Paul Guyer, Allen W. Wood", "slug": "critique-of-pure-reason-195329-9781107263642-immanuel-kant", "thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/9781107263642.jpg", "default_thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/default_book_thumbnail.jpg", "product_type": "book", "product_id": "195329", "product_url": "/app/ecom/book/195329/critique-of-pure-reason-195329-9781107263642-immanuel-kant", "bisac_codes": [ "PHI016000" ], "items_count": null, "identifiers": { "ISBN13": "9780521657297", "EISBN13": "9781107263642", "EISBN10": "1107263646" }, "drm": null, "cover_image": null, "default_cover_image": null, "book_type": null }, "relationships": { "lowest_offering": { "data": { "type": "offerings", "id": "00010033317086" } } } }, { "type": "Product", "id": "00010000195328", "attributes": { "name": "Descartes: Selected Philosophical Writings", "subtitle": "", "description": "Based on the new and much acclaimed two-volume Cambridge edition of The Philosophical Writings of Descartes by Cottingham, Stoothoff and Murdoch, this anthology of essential texts contains the most important and widely studied of those writings, including the Discourse and Meditations and substantial extracts from the Regulae, Optics, Principles, Objectives and Replies, Comments on a Broadsheet, and Passions of the Soul. In clear, readable, modern English, with a full text and running references to the standard Franco-Latin edition of Descartes, this book is planned as the definitive one-volume reader for all English-speaking students of Descartes.", "author": "René Descartes, John Cottingham, Robert Stoothoff, Dugald Murdoch, Anthony Kenny", "slug": "descartes-selected-philosophical-writings-195328-9781107263635-rene-descartes", "thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/9781107263635.jpg", "default_thumbnail_image": "//redshelf-images.s3-external-1.amazonaws.com/thumbnail/default_book_thumbnail.jpg", "product_type": "book", "product_id": "195328", "product_url": "/app/ecom/book/195328/descartes-selected-philosophical-writings-195328-9781107263635-rene-descartes", "bisac_codes": [ "PHI000000" ], "items_count": null, "identifiers": { "ISBN13": "9780521358125", "EISBN13": "9781107263635", "EISBN10": "1107263638" }, "drm": null, "cover_image": null, "default_cover_image": null, "book_type": null }, "relationships": { "lowest_offering": { "data": { "type": "offerings", "id": "00010033315674" } } } } ], "meta": { "pagination": { "page": 76119, "pages": 78408, "count": 1568150 } } }
Response Info
Default: None