Annotated Chaucer bibliography


Book Description

An extremely thorough, expertly compiled and crisply annotated comprehensive bibliography of Chaucer scholarship between 1997 and 2010







Cambodge


Book Description

This strikingly original study of Cambodian nationalism brings to life eight turbulent decades of cultural change and sheds new light on the colonial ancestry of Pol Pot’s murderous dystopia. Penny Edwards recreates the intellectual milieux and cultural traffic linking Europe and empire, interweaving analysis of key movements and ideas in the French Protectorate of Cambodge with contemporary developments in the Métropole. From the naturalist Henri Mouhot’s expedition to Angkor in 1860 to the nationalist Son Ngoc Thanh’s short-lived premiership in 1945, this history of ideas tracks the talented Cambodian and French men and women who shaped the contours of the modern Khmer nation. Their visions and ambitions played out within a shifting landscape of Angkorean temples, Parisian museums, Khmer printing presses, world’s fairs, Buddhist monasteries, and Cambodian youth hostels. This is cross-cultural history at its best. With its fresh take on the dynamics of colonialism and nationalism, Cambodge: The Cultivation of a Nation will become essential reading for scholars of history, politics, and society in Southeast Asia. Edwards’ nuanced analysis of Buddhism and her consideration of Angkor’s emergence as a national monument will be of particular interest to students of Asian and European religion, museology, heritage studies, and art history. As a highly readable guide to Cambodia’s recent past, it will also appeal to specialists in modern French history, cultural studies, and colonialism, as well as readers with a general interest in Cambodia.




Re-Scripting Walt Whitman


Book Description

This introductory guide to Walt Whitman weaves together thewriter’s life with an examination of his works. · An innovative introductory guide to Walt Whitman. · Weaves together the writer’s life with anexamination of his works. · Focuses especially on Whitman’s evolvingmasterpiece Leaves of Grass. · Examines the material conditions and products ofWhitman’s “scripted life”, including his originalmanuscripts. · Investigates Whitman’s “life in print”– his belief that he could literally embody himself in hisbooks. · Linked to a large electronic archive of Whitman’swork at www.whitmanarchive.org




A Companion to Textile Culture


Book Description

A lively and innovative collection of new and recent writings on the cultural contexts of textiles The study of textile culture is a dynamic field of scholarship which spans disciplines and crosses traditional academic boundaries. A Companion to Textile Culture is an expertly curated compendium of new scholarship on both the historical and contemporary cultural dimensions of textiles, bringing together the work of an interdisciplinary team of recognized experts in the field. The Companion provides an expansive examination of textiles within the broader area of visual and material culture, and addresses key issues central to the contemporary study of the subject. A wide range of methodological and theoretical approaches to the subject are explored—technological, anthropological, philosophical, and psychoanalytical, amongst others—and developments that have influenced academic writing about textiles over the past decade are discussed in detail. Uniquely, the text embraces archaeological textiles from the first millennium AD as well as contemporary art and performance work that is still ongoing. This authoritative volume: Offers a balanced presentation of writings from academics, artists, and curators Presents writings from disciplines including histories of art and design, world history, anthropology, archaeology, and literary studies Covers an exceptionally broad chronological and geographical range Provides diverse global, transnational, and narrative perspectives Included numerous images throughout the text to illustrate key concepts A Companion to Textile Culture is an essential resource for undergraduate and postgraduate students, instructors, and researchers of textile history, contemporary textiles, art and design, visual and material culture, textile crafts, and museology.




The Wealth of Networks


Book Description

Describes how patterns of information, knowledge, and cultural production are changing. The author shows that the way information and knowledge are made available can either limit or enlarge the ways people create and express themselves. He describes the range of legal and policy choices that confront.




Data-Intensive Text Processing with MapReduce


Book Description

Our world is being revolutionized by data-driven methods: access to large amounts of data has generated new insights and opened exciting new opportunities in commerce, science, and computing applications. Processing the enormous quantities of data necessary for these advances requires large clusters, making distributed computing paradigms more crucial than ever. MapReduce is a programming model for expressing distributed computations on massive datasets and an execution framework for large-scale data processing on clusters of commodity servers. The programming model provides an easy-to-understand abstraction for designing scalable algorithms, while the execution framework transparently handles many system-level details, ranging from scheduling to synchronization to fault tolerance. This book focuses on MapReduce algorithm design, with an emphasis on text processing algorithms common in natural language processing, information retrieval, and machine learning. We introduce the notion of MapReduce design patterns, which represent general reusable solutions to commonly occurring problems across a variety of problem domains. This book not only intends to help the reader "think in MapReduce", but also discusses limitations of the programming model as well. Table of Contents: Introduction / MapReduce Basics / MapReduce Algorithm Design / Inverted Indexing for Text Retrieval / Graph Algorithms / EM Algorithms for Text Processing / Closing Remarks




Systems Archetype Basics


Book Description




Statistical Rethinking


Book Description

Statistical Rethinking: A Bayesian Course with Examples in R and Stan builds readers’ knowledge of and confidence in statistical modeling. Reflecting the need for even minor programming in today’s model-based statistics, the book pushes readers to perform step-by-step calculations that are usually automated. This unique computational approach ensures that readers understand enough of the details to make reasonable choices and interpretations in their own modeling work. The text presents generalized linear multilevel models from a Bayesian perspective, relying on a simple logical interpretation of Bayesian probability and maximum entropy. It covers from the basics of regression to multilevel models. The author also discusses measurement error, missing data, and Gaussian process models for spatial and network autocorrelation. By using complete R code examples throughout, this book provides a practical foundation for performing statistical inference. Designed for both PhD students and seasoned professionals in the natural and social sciences, it prepares them for more advanced or specialized statistical modeling. Web Resource The book is accompanied by an R package (rethinking) that is available on the author’s website and GitHub. The two core functions (map and map2stan) of this package allow a variety of statistical models to be constructed from standard model formulas.