Graphisme en France 2015 (english)


Book Description

Every year since 1994, scholars, critics and graphics professionals share their works on major themes that animate the graphic creation in France. the journal Graphics in France, annual review for all professional graphic design and communication. This 21st edition of Graphisme en France France reviews the topic of artistic direction in press and magazines. Several contributions testify to the rich history of this area , the practices that prevail nowadays and prospects for tomorrow.




Contemporary Graphic Design


Book Description

This work covers graphic design trends and features the work of dozens of contemporary designers. It identifies and discusses the eclectic design styles of the 1980s, and thematically documents contemporary design, thus placing the achievements of these major designers in a meaningful context.




Graphic Design, Referenced


Book Description

Graphic Design, Referenced is a visual and informational guide to the most commonly referenced terms, historical moments, landmark projects, and influential practitioners in the field of graphic design. With more than 2,000 design projects illustrating more than 400 entries, it provides an intense overview of the varied elements that make up the graphic design profession through a unique set of chapters: "principles" defines the very basic foundation of what constitutes graphic design to establish the language, terms, and concepts that govern what we do and how we do it, covering layout, typography, and printing terms; "knowledge" explores the most influential sources through which we learn about graphic design from the educational institutions we attend to the magazines and books we read; "representatives" gathers the designers who over the years have proven the most prominent or have steered the course of graphic design in one way or another; and "practice" highlights some of the most iconic work produced that not only serve as examples of best practices, but also illustrate its potential lasting legacy. Graphic Design, Referenced serves as a comprehensive source of information and inspiration by documenting and chronicling the scope of contemporary graphic design, stemming from the middle of the twentieth century to today.




Value Proposition Design


Book Description

The authors of the international bestseller Business Model Generation explain how to create value propositions customers can’t resist Value Proposition Design helps you tackle the core challenge of every business — creating compelling products and services customers want to buy. This highly practical book, paired with its online companion, will teach you the processes and tools you need to create products that sell. Using the same stunning visual format as the authors’ global bestseller, Business Model Generation, this sequel explains how to use the “Value Proposition Canvas” to design, test, create, and manage products and services customers actually want. Value Proposition Design is for anyone who has been frustrated by new product meetings based on hunches and intuitions; it’s for anyone who has watched an expensive new product launch fail in the market. The book will help you understand the patterns of great value propositions, get closer to customers, and avoid wasting time with ideas that won’t work. You’ll learn the simple process of designing and testing value propositions, that perfectly match customers’ needs and desires. In addition the book gives you exclusive access to an online companion on Strategyzer.com. You will be able to assess your work, learn from peers, and download pdfs, checklists, and more. Value Proposition Design is an essential companion to the ”Business Model Canvas” from Business Model Generation, a tool embraced globally by startups and large corporations such as MasterCard, 3M, Coca Cola, GE, Fujitsu, LEGO, Colgate-Palmolive, and many more. Value Proposition Design gives you a proven methodology for success, with value propositions that sell, embedded in profitable business models."







The Politics of Furniture


Book Description

In many different parts of the world modern furniture elements have served as material expressions of power in the post-war era. They were often meant to express an international and in some respects apolitical modern language, but when placed in a sensitive setting or a meaningful architectural context, they were highly capable of negotiating or manipulating ideological messages. The agency of modern furniture was often less overt than that of political slogans or statements, but as the chapters in this book reveal, it had the potential of becoming a persuasive and malleable ally in very diverse politically charged arenas, including embassies, governmental ministries, showrooms, exhibitions, design schools, libraries, museums and even prisons. This collection of chapters examines the consolidating as well as the disrupting force of modern furniture in the global context between 1945 and the mid-1970s. The volume shows that key to understanding this phenomenon is the study of the national as well as transnational systems through which it was launched, promoted and received. While some chapters squarely focus on individual furniture elements as vehicles communicating political and social meaning, others consider the role of furniture within potent sites that demand careful negotiation, whether between governments, cultures, or buyer and seller. In doing so, the book explicitly engages different scholarly fields: design history, history of interior architecture, architectural history, cultural history, diplomatic and political history, postcolonial studies, tourism studies, material culture studies, furniture history, and heritage and preservation studies. Taken together, the narratives and case studies compiled in this volume offer a better understanding of the political agency of post-war modern furniture in its original historical context. At the same time, they will enrich current debates on reuse, relocation or reproduction of some of these elements.




The Ecology of Human Development


Book Description

Here is a book that challenges the very basis of the way psychologists have studied child development. According to Urie Bronfenbrenner, one of the world's foremost developmental psychologists, laboratory studies of the child's behavior sacrifice too much in order to gain experimental control and analytic rigor. Laboratory observations, he argues, too often lead to "the science of the strange behavior of children in strange situations with strange adults for the briefest possible periods of time." To understand the way children actually develop, Bronfenbrenner believes that it will be necessary to observe their behavior in natural settings, while they are interacting with familiar adults over prolonged periods of time. This book offers an important blueprint for constructing such a new and ecologically valid psychology of development. The blueprint includes a complete conceptual framework for analysing the layers of the environment that have a formative influence on the child. This framework is applied to a variety of settings in which children commonly develop, ranging from the pediatric ward to daycare, school, and various family configurations. The result is a rich set of hypotheses about the developmental consequences of various types of environments. Where current research bears on these hypotheses, Bronfenbrenner marshals the data to show how an ecological theory can be tested. Where no relevant data exist, he suggests new and interesting ecological experiments that might be undertaken to resolve current unknowns. Bronfenbrenner's groundbreaking program for reform in developmental psychology is certain to be controversial. His argument flies in the face of standard psychological procedures and challenges psychology to become more relevant to the ways in which children actually develop. It is a challenge psychology can ill-afford to ignore.




Haskell Design Patterns


Book Description

Take your Haskell and functional programming skills to the next level by exploring new idioms and design patterns About This Book Explore Haskell on a higher level through idioms and patterns Get an in-depth look into the three strongholds of Haskell: higher-order functions, the Type system, and Lazy evaluation Expand your understanding of Haskell and functional programming, one line of executable code at a time Who This Book Is For If you're a Haskell programmer with a firm grasp of the basics and ready to move more deeply into modern idiomatic Haskell programming, then this book is for you. What You Will Learn Understand the relationship between the “Gang of Four” OOP Design Patterns and Haskell Try out three ways of Streaming I/O: imperative, Lazy, and Iteratee based Explore the pervasive pattern of Composition: from function composition through to high-level composition with Lenses Synthesize Functor, Applicative, Arrow and Monad in a single conceptual framework Follow the grand arc of Fold and Map on lists all the way to their culmination in Lenses and Generic Programming Get a taste of Type-level programming in Haskell and how this relates to dependently-typed programming Retrace the evolution, one key language extension at a time, of the Haskell Type and Kind systems Place the elements of modern Haskell in a historical framework In Detail Design patterns and idioms can widen our perspective by showing us where to look, what to look at, and ultimately how to see what we are looking at. At their best, patterns are a shorthand method of communicating better ways to code (writing less, more maintainable, and more efficient code). This book starts with Haskell 98 and through the lens of patterns and idioms investigates the key advances and programming styles that together make "modern Haskell". Your journey begins with the three pillars of Haskell. Then you'll experience the problem with Lazy I/O, together with a solution. You'll also trace the hierarchy formed by Functor, Applicative, Arrow, and Monad. Next you'll explore how Fold and Map are generalized by Foldable and Traversable, which in turn is unified in a broader context by functional Lenses. You'll delve more deeply into the Type system, which will prepare you for an overview of Generic programming. In conclusion you go to the edge of Haskell by investigating the Kind system and how this relates to Dependently-typed programming. Style and approach Using short pieces of executable code, this guide gradually explores the broad pattern landscape of modern Haskell. Ideas are presented in their historical context and arrived at through intuitive derivations, always with a focus on the problems they solve.




A Nervous State


Book Description

In A Nervous State, Nancy Rose Hunt considers the afterlives of violence and harm in King Leopold’s Congo Free State. Discarding catastrophe as narrative form, she instead brings alive a history of colonial nervousness. This mood suffused medical investigations, security operations, and vernacular healing movements. With a heuristic of two colonial states—one "nervous," one biopolitical—the analysis alternates between medical research into birthrates, gonorrhea, and childlessness and the securitization of subaltern "therapeutic insurgencies." By the time of Belgian Congo’s famed postwar developmentalist schemes, a shining infertility clinic stood near a bleak penal colony, both sited where a notorious Leopoldian rubber company once enabled rape and mutilation. Hunt’s history bursts with layers of perceptibility and song, conveying everyday surfaces and daydreams of subalterns and colonials alike. Congolese endured and evaded forced labor and medical and security screening. Quick-witted, they stirred unease through healing, wonder, memory, and dance. This capacious medical history sheds light on Congolese sexual and musical economies, on practices of distraction, urbanity, and hedonism. Drawing on theoretical concepts from Georges Canguilhem, Georges Balandier, and Gaston Bachelard, Hunt provides a bold new framework for teasing out the complexities of colonial history.




The Imaginary Orient


Book Description

In the 18th century the idea of the landscape garden, which had originated in England, spread all over Europe. The geometry of the Baroque park was abandoned in favour of a 'natural' design. At the same time the garden became "The land of illusion": Chinese pagodas, Egyptian tombs, and Turkish mosques, along with Gothic stables and Greek and Roman temples, formed a miniature world in which distance mingled with the past. The keen interest in a fairy-tale China, which was manifested not only in the gardens but also in the chinoiseries of the Rococo, abated in the 19th century. The increasing expansion of the European colonial powers was reflected in new exotic fashions. While in England it was primarily the conquest of the Indian subcontinent that captured the imagination, for France the occupation of Algiers triggered an Orient-inspired fashion that spread from Paris to encompass the entire Continent, and found its expression in paintings, novels, operas, and buildings. This 'Orient', which could not be clearly defined geographically, was characterised by Islamic culture: It extended around the Mediterranean Sea from Constantinople to Granada. There, it was the Alhambra that fascinated writers and architects. The Islamic styles seemed especially appropriate for "buildings of a secular and cheerful character". In contrast to ancient Egyptian building forms, which, being severe and monumental, were preferably used for cemetery buildings, prisons or libraries, they promised earthly sensuous pleasures. The promise of happiness associated with an Orient staged by architectural means was intended to guarantee the commercial success of coffee houses and music halls, amusement parks, and steam baths. But even extravagant summer residences and middle-class villas were often built in faux-Oriental styles: In Brighton, the Prince Regent George (George IV after 1820) built himself an Indian palace; in Bad Cannstatt near Stuttgart, a 'Moorish' refuge was erected for Württemberg's King Wilhelm I; and the French town of Tourcoing was the site of the Palais du Congo, a bombastic villa in the Indian Moghul style that belonged to a wealthy perfume and soap manufacturer.