Контакты/Проезд  Доставка и Оплата Помощь/Возврат
История
  +7(495) 980-12-10
  пн-пт: 10-18 сб,вс: 11-18
  shop@logobook.ru
   
    Поиск книг                    Поиск по списку ISBN Расширенный поиск    
Найти
  Зарубежные издательства Российские издательства  
Авторы | Каталог книг | Издательства | Новинки | Учебная литература | Акции | Хиты | |
 

Picasso`s Women: Fernande to Jacqueline, 


Сейчас книги нет в продаже.
Возможно появится в будущем.


Название:  Picasso`s Women: Fernande to Jacqueline
Перевод названия: Женщины Пикассо. От Фернанды к Жаклин
ISBN: 9780847868179
Издательство: Rizzoli
Классификация:





ISBN-10: 0847868176
Обложка/Формат: Hardcover
Страницы: 188
Вес: 0.57 кг.
Дата издания: 17.03.2020
Язык: English
Иллюстрации: 100 colour and black and white illustrations
Размер: 258 x 308 x 20
Читательская аудитория: General (us: trade)
Рейтинг:
Поставляется из: Англии
Описание: A tribute to the renowned Picasso biographer Sir John Richardson (1924-2019), whose intimate account of the artist`s life forever changed the understanding of Picasso`s art.


Автор: Bucalo-Mussely, Serena
Название: Picasso Giacometti
ISBN: 2080203150 ISBN-13(EAN): 9782080203151
Издательство: Thames & Hudson
Рейтинг:
Цена: 3297.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: This comprehensive volume examines the little-known relationship--both artistic and personal--between two of the greatest avant-garde artists of the twentieth century.
Pablo Picasso and Alberto Giacometti, each in their own way, deeply disrupted existing artistic codes and pushed the barriers of established aesthetic canons in the domains of painting and sculpture. This tome reveals their friendship and the little-known artistic dialogue between them on the subjects and questions central to their work. Richly illustrated, this volume establishes clear correlations in their artistic production and provides new insight into the Picasso and Giacometti ateliers through incisive essays from art historians, which draw on previously unpublished documents. An anthology of historical texts offers the intimate perspective of the master artists' contemporaries including Man Ray, whose descriptions reveal fascinating portraits of the characters and working habits of his two friends.

Picasso: From Minotour To Guernica 1927-1939

Автор: Josep Palau I Fabre
Название: Picasso: From Minotour To Guernica 1927-1939
ISBN: 8434312735 ISBN-13(EAN): 9788434312739
Издательство: ACC-distribution titles
Рейтинг:
Цена: 20625.00 р.
Наличие на складе: Поставка под заказ.

Описание: Picasso 1926-1939: From Minotaur to Guernica focuses on a key phase of transition in Picasso's art, from his numerous depictions of the Minotaur myth in the late 1920s and early 1930s to his majestic and tragic 1937 masterpiece, "Guernica." The Minotaur, contained in a labyrinth where it was fed Athenian youths, serves in part as a metaphor for destructive bestial drives under containment, but in Picasso's works on the theme, the Minotaur is set free into the world, where it frequently finds itself stumbling and dumbstruck. This expression of destructive drives finally culminates in the terrible aerial bombing recorded in "Guernica." From Minotaur to Guernica is authored by Catalan poet Josep Palau i Fabre (1917-2008), one of the artist's earliest admirers and experts, who has made several close analyses of other phases in Picasso's prolific career. The volume is housed in a printed slipcase.

A Wildlife Guide to Chile: Continental Chile, Chilean Antarctica, Easter Island, Juan Fernandez Archipelago

Автор: Chester Sharon
Название: A Wildlife Guide to Chile: Continental Chile, Chilean Antarctica, Easter Island, Juan Fernandez Archipelago
ISBN: 0691129762 ISBN-13(EAN): 9780691129761
Издательство: Wiley
Рейтинг:
Цена: 2850.00 р.
Наличие на складе: Поставка под заказ.

Описание:

This is the first comprehensive English-language field guide to the wildlife of Chile and its territories--Chilean Antarctica, Easter Island, Juan Fernandez, and San Felix y San Ambrosio. From bats to butterflies, lizards to llamas, and ferns to flamingos, "A Wildlife Guide to Chile" covers the country's common plants and animals. The color plates depict species in their natural environments with unmatched vividness and realism. The combination of detailed illustrations and engaging, succinct, and authoritative text make field identification quick, easy, and accurate. Maps, charts, and diagrams provide information about landforms, submarine topography, marine environment, climate, vegetation zones, and the best places to view wildlife. This is an essential guide to Chile's remarkable biodiversity. The only comprehensive English-language guide to Chile's common flora and fauna The first guide to cover Chile and its territories--Chilean Antarctica, Easter Island, Juan Fernandez, and San Felix y San Ambrosio 120 full-color plates allow quick identification of more than 800 species Accompanying text describes species size, shape, color, habitat, and range Descriptions list size, distribution, and English, Spanish, and scientific names Information on the best spots to view wildlife, including major national parks Compact and lightweight--a perfect field guide "

Mastering concurrency programming with java 9 -

Автор: Gonzalez, Javier Fernandez
Название: Mastering concurrency programming with java 9 -
ISBN: 1785887947 ISBN-13(EAN): 9781785887949
Издательство: Неизвестно
Цена: 10114.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: Master the principles to make applications robust, scalable and responsiveAbout This Book* Implement concurrent applications using the Java 9 Concurrency API and its new components* Improve the performance of your applications and process more data at the same time, taking advantage of all of your resources* Construct real-world examples related to machine learning, data mining, natural language processing, and moreWho This Book Is ForThis book is for competent Java developers who have basic understanding of concurrency, but knowledge of effective implementation of concurrent programs or usage of streams for making processes more efficient is not requiredWhat You Will Learn* Master the principles that every concurrent application must follow* See how to parallelize a sequential algorithm to obtain better performance without data inconsistencies and deadlocks* Get the most from the Java Concurrency API components* Separate the thread management from the rest of the application with the Executor component* Execute phased-based tasks in an efficient way with the Phaser components* Solve problems using a parallelized version of the divide and conquer paradigm with the Fork / Join framework* Find out how to use parallel Streams and Reactive Streams* Implement the "map and reduce" and "map and collect" programming models* Control the concurrent data structures and synchronization mechanisms provided by the Java Concurrency API* Implement efficient solutions for some actual problems such as data mining, machine learning, and moreIn DetailConcurrency programming allows several large tasks to be divided into smaller sub-tasks, which are further processed as individual tasks that run in parallel. Java 9 includes a comprehensive API with lots of ready-to-use components for easily implementing powerful concurrency applications, but with high flexibility so you can adapt these components to your needs. The book starts with a full description of the design principles of concurrent applications and explains how to parallelize a sequential algorithm.

You will then be introduced to Threads and Runnables, which are an integral part of Java 9's concurrency API. You will see how to use all the components of the Java concurrency API, from the basics to the most advanced techniques, and will implement them in powerful real-world concurrency applications. The book ends with a detailed description of the tools and techniques you can use to test a concurrent Java application, along with a brief insight into other concurrency mechanisms in JVM.

Style and approachThis is a complete guide that implements real-world examples of algorithms related to machine learning, data mining, and natural language processing in client/server environments. All the examples are explained using a step-by-step approach.

Spain`s Martyred Cities: From the Battle of Madrid to Picasso`s Guernica

Автор: Minchom Martin
Название: Spain`s Martyred Cities: From the Battle of Madrid to Picasso`s Guernica
ISBN: 1845196600 ISBN-13(EAN): 9781845196608
Издательство: Gazelle Book Services
Рейтинг:
Цена: 20378.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: Spain's Martyred Cities studies international reactions to the Spanish Civil War between the Battle of Madrid in November 1936 and the bombing of Guernica in April 1937. Many of the iconic events of the war belong to this key period, when international perceptions of the conflict were decisively shaped. The subject is approached through French and British newspapers and pamphlets, and events are linked to both their immediate press coverage and subsequent literary and artistic representations. For contemporaries, the aerial bombardments of Madrid, Guernica and other cities formed part of a single unbroken narrative. It was only later that Guernica acquired its perceived symbolic primacy. The language of 'martyrdom' was sometimes evoked in pro-Republican writing as a means of challenging Francoist claims to the religious and moral high ground. But the ur-text was The Martyrdom of Madrid (1937), a compilation of the posthumous, censored reports of the French correspondent Louis Delapree on the bombing of Madrid. Delapree's earliest reporting (July-October 1936) was from both the Nationalist and Republican zones, and is used to provide an introductory overview of the early stages of the war; he was an eyewitness of the aerial bombardments of Madrid in November 1936; subsequently, the posthumous publication of his writings created a major stir in Paris. Delapree's powerful and emotive writing provides a platform from which to discuss issues of press censorship and journalistic practice. It is notable for its initial impact, when publication in no less than five languages enabled it to reach writers as different as Virginia Woolf and Andre Malraux. This book shows that Delapree's reports were also an important catalyst in Picasso's artistic involvement in the war, culminating in his Guernica. Published in association with the Canada Blanch Centre for Contemporary Spanish Studies

Fernande

Автор: Alexandre Dumas
Название: Fernande
ISBN: 2011858658 ISBN-13(EAN): 9782011858658
Издательство: Неизвестно
Рейтинг:
Цена: 2578.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: Fernande, par Alexandre Dumas
Date de l'edition originale: 1844

Ce livre est la reproduction fidele d'une oeuvre publiee avant 1920 et fait partie d'une collection de livres reimprimes a la demande editee par Hachette Livre, dans le cadre d'un partenariat avec la Bibliotheque nationale de France, offrant l'opportunite d'acceder a des ouvrages anciens et souvent rares issus des fonds patrimoniaux de la BnF.
Les oeuvres faisant partie de cette collection ont ete numerisees par la BnF et sont presentes sur Gallica, sa bibliotheque numerique.

En entreprenant de redonner vie a ces ouvrages au travers d'une collection de livres reimprimes a la demande, nous leur donnons la possibilite de rencontrer un public elargi et participons a la transmission de connaissances et de savoirs parfois difficilement accessibles.
Nous avons cherche a concilier la reproduction fidele d'un livre ancien a partir de sa version numerisee avec le souci d'un confort de lecture optimal. Nous esperons que les ouvrages de cette nouvelle collection vous apporteront entiere satisfaction.

Pour plus d'informations, rendez-vous sur www.hachettebnf.fr

Picasso the Late Work: From the Collection of Jacqueline Picasso

Автор: Westheider Ortrud, Philipp Michael
Название: Picasso the Late Work: From the Collection of Jacqueline Picasso
ISBN: 3791358111 ISBN-13(EAN): 9783791358116
Издательство: Prestel Publishing Limited
Рейтинг:
Цена: 6334.00 р.
Наличие на складе: Поставка под заказ.

Описание: In his late years, Picasso embraced painting, drawing, and sculpture with renewed vigor. His obsession with the female form grew more intense as he portrayed Jacqueline Picasso, his second wife, in hundreds of works, more than any of his other muses. This book offers the public the first chance to view never-before exhibited works and many that are rarely seen, all dating from the late period of Picasso's career. Beautifully reproduced images reveal the ways Picasso continued to reinvent his art as he aged. This book also features fascinating insights into how Picasso's contemporaries reacted to this stage of his oeuvre, his relationships with younger artists and with popular culture, and the pivotal role played by Jacqueline Picasso within the artist's enduring legacy.

Java 9 concurrency cookbook -

Автор: Gonzalez, Javier Fernandez
Название: Java 9 concurrency cookbook -
ISBN: 178712441X ISBN-13(EAN): 9781787124417
Издательство: Неизвестно
Цена: 10114.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: Master the art of fast, effective Java development with the power of concurrent and parallel programmingAbout This Book* Get detailed coverage of important recipes on multi-threading and parallel programming* This book takes a close look at the Java 9 APIs and their impact on concurrency* See practical examples on thread safety, high-performance classes, safe sharing, and a whole lot moreWho This Book Is ForThe book is for Java developers and programmers at an intermediate to advanced level. It will be especially useful for developers who want to take advantage of task-based recipes using Java 9's concurrent API to program thread-safe solutions. What You Will Learn* Find out to manage the basic components of the Java Concurrency API* Use synchronization mechanisms to avoid data race conditions and other problems of concurrent applications* Separate the thread management from the rest of the application with the Executor framework* Solve problems using a parallelized version of the divide and conquer paradigm with the Fork / Join framework* Process massive data sets in an optimized way using streams and reactive streams* See which data structures we can use in concurrent applications and how to use them* Practice efficient techniques to test concurrent applications* Get to know tips and tricks to design concurrent applicationsIn DetailWriting concurrent and parallel programming applications is an integral skill for any Java programmer.

Java 9 comes with a host of fantastic features, including significant performance improvements and new APIs. This book will take you through all the new APIs, showing you how to build parallel and multi-threaded applications. The book covers all the elements of the Java Concurrency API, with essential recipes that will help you take advantage of the exciting new capabilities.

You will learn how to use parallel and reactive streams to process massive data sets. Next, you will move on to create streams and use all their intermediate and terminal operations to process big collections of data in a parallel and functional way. Further, you'll discover a whole range of recipes for almost everything, such as thread management, synchronization, executors, parallel and reactive streams, and many more.

At the end of the book, you will learn how to obtain information about the status of some of the most useful components of the Java Concurrency API and how to test concurrent applications using different tools. Style and approachThis recipe-based book will allow you to explore the exciting capabilities of concurrency in Java. After reading this book, you will be able to comfortably build parallel applications in Java 9.

Picasso Portraits

Автор: Elizabeth Cowling
Название: Picasso Portraits
ISBN: 1855147602 ISBN-13(EAN): 9781855147607
Издательство: Thames & Hudson
Рейтинг:
Цена: 4117.00 р.
Наличие на складе: Поставка под заказ.

Описание: From first to last, Picasso's prime subject was the human figure and portraiture remained a favourite genre. His earliest portraits were done from life and reveal a precocious ability to catch likeness and suggest character and state of mind. B y 1900 Picasso was producing portraits of astonishing variety and thereafter they reflected the full range of his innovative styles - symbolist, cubist, neoclassica l, surrealist, expressionist.

B ut however extreme his departur e from representational conventions, Picasso never wholly abandoned drawing from the sitter or ceased producing portraits of classic beauty and naturalism. For all his radical originality, Picasso remained in constant dialogue with the art of the past and his portraits often alluded to canonical masterpieces, chosen for their appropriateness to the looks and personality of his subject. Treating favourite Old Masters as indecorously as his intimate friends, he enjoyed caricaturing them and indulging in fant asies about their sex lives that mirrored his own obsession with the interaction of eroticism and creativity.

His late suites of free ` variations ' after Velazquez's Las Meninas and Rembrandt's The Prodigal Son , both of which involve self - portraiture, allow ed him to ruminate on the complex psychological relationship of artist and sitter, and continu ities between past and present. When Picasso depicted people in his intimate circle, the nature of his bond with them inevitably influenced his interpretation. T he focus of this book is not, however, Picasso's life story but his creative process, and, although following a broadly chronological path, its chapters are structured thematically.

Issues addressed in depth include Picasso's exploitation of familiar pose s and formats, his sources of inspiration and identification with favourite Old Masters, the role of caricature in his expressive conception of portraiture, the relationship between observation, memory and fantasy, critical differences between his portray al of men and women, and the motivation behind his defiance of decorum and the extreme transformation of his sitter's appearance.


ООО "Логосфера " Тел:+7(495) 980-12-10 www.logobook.ru
   В Контакте     В Контакте Мед  Мобильная версия