Funerary Epigrams of Ancient Greece, Gonzalez Gonzalez Marta
Автор: Gonzalez Hermoso, A. et al. Название: Competencia Gramatical en USO B1 Ed 2015 ISBN: 8490816123 ISBN-13(EAN): 9788490816127 Издательство: Edelsa Рейтинг: Цена: 2031.00 р. Наличие на складе: Нет в наличии.
Описание: What is the source of Norway`s culture of environmental harmony in our troubled world? Exploring the role of Norwegian scholar-activists of the late twentieth century, Anker shows how their portrayal of Norway as a pristine natural environment of the periphery led to it being fashioned as an idealised ecological microcosm. This title is also available as Open Access on Cambridge Core.
Автор: Gonzalez Ana Marta Название: The Emotions and Cultural Analysis ISBN: 1409453170 ISBN-13(EAN): 9781409453178 Издательство: Taylor&Francis Рейтинг: Цена: 24499.00 р. Наличие на складе: Есть у поставщика Поставка под заказ.
Описание: Amidst prevailing debates that construe rationality and emotionality as polar opposites, this book explores the manner in which emotions shape not only prevailing conceptions of rationality, but also culture in general terms, making room for us to speak of an `emotional culture` specific to late-modern societies.
Автор: Gonzalez Christina Diaz Название: Spirit Animals: Fall of the Beasts: Book 7 ISBN: 133811669X ISBN-13(EAN): 9781338116694 Издательство: Scholastic Рейтинг: Цена: 1527.00 р. Наличие на складе: Нет в наличии.
Описание: Follow the four heroes of Erdas in this new chapter of the New York Times bestselling series!
Автор: Ruben C. Lois-gonzalez, Xose M. Santos-solla Название: New Tourism in the 21st Century ISBN: 1443858927 ISBN-13(EAN): 9781443858922 Издательство: Cambridge Scholars Рейтинг: Цена: 6176.00 р. Наличие на складе: Нет в наличии.
Описание: This book analyses the cultural elements of 21st-century tourism. The structure of the book is based on four main issues, which will help further the reader’s understanding of present-day experiential tourism: namely urban and cultural tourism on a global scale; specific studies of new products linked to reappraising the landscape; heritage; and nature. It also examines the influence of branding and of the images projected in order to promote this new type of tourism, using both theoretical and general approaches. Finally, the Camino de Santiago is analysed as a paradigm of the new pilgrimage routes all over the world, with their implications and polysemic nature.Culture, nature, spirituality and urbanism are brought together in a series of studies of contemporary tourist activities. Tourism is, in short, an activity that marks the return of slow movement, of calm and relaxation, of the landscape and of self-rediscovery as a reappraised counterpoint to the frenetic pace of life in modern-day societies.
Автор: Gonzalez-Pell Cintia Название: Make in a Day: Crafts for Kids ISBN: 0486813738 ISBN-13(EAN): 9780486813738 Издательство: Dover Рейтинг: Цена: 1855.00 р. Наличие на складе: Нет в наличии.
Описание: These colorful and easy projects for kids can be made in a single day Suitable for ages 7 to 12, with the help of an adult, the crafts will appeal to boys and girls alike. Projects include a dreamcatcher, painted plant pot, leather treasure pouch, and felt pennant flag. Children can also learn how to paint their pillowcases, personalize their sneakers, recycle a sweater into a gadget cozy, and make other decorative and practical items. Each book in Dover's Make in a Day series presents 15 projects with illustrated step-by-step instructions. The beginner-friendly projects are ideal for anyone wishing to whip up something simple but special. Supplies are easy to obtain and readily available at major craft stores.
Автор: 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.
Автор: 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.
Автор: Gonzalez Seara, C. Название: Gramatica explicada: para niveles intermedios ISBN: 8415299427 ISBN-13(EAN): 9788415299424 Издательство: En Clave-Ele Рейтинг: Цена: 2269.00 р. Наличие на складе: Нет в наличии.
Описание: Contiene 50 unidades. Incluye un librito con las soluciones. Permite consultar todos los puntos gramaticales estudiados en los niveles comprendidos desde el A1 hasta el B2.
Do doctors fix patients? Or do they heal them? For all of modern medicine’s many successes, discontent with the quality of patient care has combined with a host of new developments, from aging populations to the resurgence of infectious diseases, which challenge medicine’s overreliance on narrowly mechanistic and technical methods of explanation and intervention, or “fixing’ patients. The need for a better balance, for more humane “healing” rationales and practices that attend to the social and environmental aspects of health and illness and the experiencing person, is more urgent than ever. Yet, in public health and bioethics, the fields best positioned to offer countervailing values and orientations, the dominant approaches largely extend and reinforce the reductionism and individualism of biomedicine. The collected essays in To Fix or To Heal do more than document the persistence of reductionist approaches and the attendant extension of medicalization to more and more aspects of our lives. The contributors also shed valuable light on why reductionism has persisted and why more holistic models, incorporating social and environmental factors, have gained so little traction. The contributors examine the moral appeal of reductionism, the larger rationalist dream of technological mastery, the growing valuation of health, and the enshrining of individual responsibility as the seemingly non-coercive means of intervention and control. This paradigm-challenging volume advances new lines of criticism of our dominant medical regime, even while proposing ways of bringing medical practice, bioethics, and public health more closely into line with their original goals. Precisely because of the centrality of the biomedical approach to our society, the contributors argue, challenging the reductionist model and its ever-widening effects is perhaps the best way to press for a much-needed renewal of our ethical and political discourse.
Описание: A practical guide for teachers on how to translate the theoretical principles of Task-Based Language Teaching (Tibold) into daily classroom use and to develop technology-mediated materials for a TBLT curriculum.
Автор: Gonzalez Seara, C. Название: Dale a la gramatica B1 + D ISBN: 8415299532 ISBN-13(EAN): 9788415299530 Издательство: En Clave-Ele Рейтинг: Цена: от 1816.00 р. Наличие на складе: Есть
Описание: What is the source of Norway`s culture of environmental harmony in our troubled world? Exploring the role of Norwegian scholar-activists of the late twentieth century, Anker shows how their portrayal of Norway as a pristine natural environment of the periphery led to it being fashioned as an idealised ecological microcosm. This title is also available as Open Access on Cambridge Core.
Описание: This book introduces North Americans and other general readers to 1) the role of Afro-Cubans in Cuban history and culture, particularly in the 20th century, and 2) librarianship in the context of the Cuban revolution. Considering these two related subjects through the life and work of Marta Terry, Cuba will serve as an example for other Africans in the Americas and for all library workers in times of social change. Marta Terry directed three centrally important Cuban libraries. Beginning in 1961 she was Che Guevara's librarian when he organized the National Planning Board (JUCEPLAN) that set the post-1958 course for Cuba's development. From 1967-1987, she was library director at the Casa de Las Americas, the organization built and led by Haydee Santamaria that published and connected writers and their readers from across Latin America and set a model for combining liberation politics and innovative cultural production. From 1987-1997, she was director of the Jos Mart National Library, at which time the library was assigned responsibility for all public library development on the Island and then managed through the collapse of the Soviet Union, then Cuba's #1 trading partner and source of hard currency. A participant in international library gatherings since the 1950s, Marta Terry was also the point person in establishing Cuba's international library reputation and connections through IFLA, bringing their annual meeting to Latin America for the first time in Havana in 1994. She was then also point person in defending Cuba from the US-government sponsored attack that followed, under the guise of the so-called "independent libraries."
ООО "Логосфера " Тел:+7(495) 980-12-10 www.logobook.ru