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

Fevered Measures: Public Health and Race at the Texas-Mexico Border, 1848–1942, John Mckiernan-Gonzalez


Варианты приобретения
Цена: 4288.00р.
Кол-во:
Наличие: Поставка под заказ.  Есть в наличии на складе поставщика.
Склад Америка: Есть  
При оформлении заказа до: 2025-08-04
Ориентировочная дата поставки: Август-начало Сентября
При условии наличия книги у поставщика.

Добавить в корзину
в Мои желания

Автор: John Mckiernan-Gonzalez
Название:  Fevered Measures: Public Health and Race at the Texas-Mexico Border, 1848–1942
ISBN: 9780822352761
Издательство: Wiley EDC
Классификация:


ISBN-10: 0822352761
Обложка/Формат: Paperback
Страницы: 440
Вес: 0.61 кг.
Дата издания: 29.08.2012
Язык: English
Иллюстрации: 17 illustrations, 9 tables
Размер: 231 x 159 x 26
Читательская аудитория: Professional & vocational
Ключевые слова: History of the Americas,Public health & preventive medicine, HISTORY / Latin America / Mexico,HISTORY / United States / General,MEDICAL / Public Health
Подзаголовок: Public health and race at the texas-mexico border, 1848-1942
Рейтинг:
Поставляется из: Англии
Описание:
In Fevered Measures, John Mckiernan-González examines public health campaigns along the Texas-Mexico border between 1848 and 1942 and reveals the changing medical and political frameworks U.S. health authorities used when facing the threat of epidemic disease. The medical borders created by these officials changed with each contagion and sometimes varied from the existing national borders. Federal officers sought to distinguish Mexican citizens from U.S. citizens, a process troubled by the deeply interconnected nature of border communities. Mckiernan-González uncovers forgotten or ignored cases in which Mexicans, Mexican Americans, African Americans, and other groups were subject to—and sometimes agents of—quarantines, inspections, detentions, and forced-treatment regimens. These cases illustrate the ways that medical encounters shaped border identities before and after the Mexican Revolution. Mckiernan-González also maintains that the threat of disease provided a venue to destabilize identity at the border, enacted processes of racialization, and re-legitimized the power of U.S. policymakers. He demonstrates how this complex history continues to shape and frame contemporary perceptions of the Latino body today.

Дополнительное описание: Notes on Labeling Places, Peoples, and Diseases ix
Introduction 1
1. From the U.S.-Mexican War to the Mexican-Texas Epidemic: Fevers, Race, and the Making of a Medical Border 18
2. The Promise of Progress: Quarantines and the Medical Fusion




Once Upon a Winter`s Night

Автор: Mckiernan, Dennis L.
Название: Once Upon a Winter`s Night
ISBN: 0451458540 ISBN-13(EAN): 9780451458544
Издательство: Random House (USA)
Рейтинг:
Цена: 735.00 р.
Наличие на складе: Нет в наличии.

Gramatica explicada: para niveles intermedios

Автор: 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.

New Tourism in the 21st Century

Автор: 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.

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.

Dale a la gramatica B1 + D

Автор: 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.

Make in a Day: Crafts for Kids

Автор: 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.

Dragondoom

Автор: Mckiernan, Dennis L.
Название: Dragondoom
ISBN: 0451458818 ISBN-13(EAN): 9780451458810
Издательство: Random House (USA)
Рейтинг:
Цена: 735.00 р.
Наличие на складе: Нет в наличии.

Spirit Animals: Fall of the Beasts: Book 7

Автор: 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!

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.


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