Pular para conteúdo
Greta Livraria
Livraria
Clube
Edições
Sobre
0
0
Greta Livraria
Livraria
Clube
Edições
Sobre
0
0
Livraria
Clube
Edições
Sobre
Livraria A short history of trans misoginy
9781804291566.jpeg Imagem 1 de
9781804291566.jpeg
9781804291566.jpeg

A short history of trans misoginy

€ 18,75

Jules Gill-Peterson

Why are trans women the most targeted of LGBT people? Why are they in the crosshairs of a resurgent anti-trans politics around the world? And what is to be done about it by activists, organizers, and allies?A Short History of Transmisogyny is the first book-length study to answer these urgent but long overdue questions. Combining new historical analysis with political and activist accessibility, the book shows why it matters to understand trans misogyny as a specific form of violence with a documentable history. Ironically, it is through attending to the specificity of trans misogyny that trans women are no longer treated as inevitably tragic figures. They emerge instead as embattled but tenacious, locked in a struggle over the meaning and material stakes of gender, labor, race, and freedom. The book travels across bustling port cities like New York, New Orleans, London and Paris, the colonial and military districts of the British Raj, the Philippines, and Hawai'i, and the lively travesti communities of Latin America. The book shows how trans femininity has become legible as a fault line of broader global histories, including colonial government, the sex work industry, the policing of urban public space, and the line between the formal and informal economy. This transnational and intersectional approach reinforces that trans women are not isolated social subjects who appear alone; they are in fact central to the modern social world.

Adicionar ao carrinho

Jules Gill-Peterson

Why are trans women the most targeted of LGBT people? Why are they in the crosshairs of a resurgent anti-trans politics around the world? And what is to be done about it by activists, organizers, and allies?A Short History of Transmisogyny is the first book-length study to answer these urgent but long overdue questions. Combining new historical analysis with political and activist accessibility, the book shows why it matters to understand trans misogyny as a specific form of violence with a documentable history. Ironically, it is through attending to the specificity of trans misogyny that trans women are no longer treated as inevitably tragic figures. They emerge instead as embattled but tenacious, locked in a struggle over the meaning and material stakes of gender, labor, race, and freedom. The book travels across bustling port cities like New York, New Orleans, London and Paris, the colonial and military districts of the British Raj, the Philippines, and Hawai'i, and the lively travesti communities of Latin America. The book shows how trans femininity has become legible as a fault line of broader global histories, including colonial government, the sex work industry, the policing of urban public space, and the line between the formal and informal economy. This transnational and intersectional approach reinforces that trans women are not isolated social subjects who appear alone; they are in fact central to the modern social world.

Jules Gill-Peterson

Why are trans women the most targeted of LGBT people? Why are they in the crosshairs of a resurgent anti-trans politics around the world? And what is to be done about it by activists, organizers, and allies?A Short History of Transmisogyny is the first book-length study to answer these urgent but long overdue questions. Combining new historical analysis with political and activist accessibility, the book shows why it matters to understand trans misogyny as a specific form of violence with a documentable history. Ironically, it is through attending to the specificity of trans misogyny that trans women are no longer treated as inevitably tragic figures. They emerge instead as embattled but tenacious, locked in a struggle over the meaning and material stakes of gender, labor, race, and freedom. The book travels across bustling port cities like New York, New Orleans, London and Paris, the colonial and military districts of the British Raj, the Philippines, and Hawai'i, and the lively travesti communities of Latin America. The book shows how trans femininity has become legible as a fault line of broader global histories, including colonial government, the sex work industry, the policing of urban public space, and the line between the formal and informal economy. This transnational and intersectional approach reinforces that trans women are not isolated social subjects who appear alone; they are in fact central to the modern social world.

Você também pode gostar

E Deixei de Te Chamar Papá
E Deixei de Te Chamar Papá
€ 17,00
Feminismo terapéutico - Psicología empoderadora para mujeres que buscan su propia voz
Feminismo terapéutico - Psicología empoderadora para mujeres que buscan su propia voz
€ 10,70
Amy e Isabele
Amy e Isabele
€ 20,95
Violet Syrup
Violet Syrup
€ 20,00
Água viva
Água viva
€ 14,95
 

Endereço

Rua Palmira 66C, Lisboa | 1170-287

Busca

pesquise por autora, título ou ISBN

 

Newsletter

Inscreva-se com seu endereço de e-mail para receber novidades e atualizações.

Obrigada!

 

Feito com carinho pelas designers do Estúdio Claraboia

 

document.addEventListener("DOMContentLoaded", function () { const addToCartButtons = document.querySelectorAll('[data-action="add-to-cart"]'); addToCartButtons.forEach(button => { button.addEventListener("click", function (event) { event.preventDefault(); // Impede o redirecionamento padrão const form = button.closest("form"); fetch(form.action, { method: form.method, body: new FormData(form) }) .then(response => response.json()) .then(data => { // Exibe uma notificação de sucesso const notification = document.createElement("div"); notification.classList.add("added-to-cart-notification"); notification.innerText = "Item adicionado ao carrinho!"; document.body.appendChild(notification); setTimeout(() => { notification.classList.add("show"); setTimeout(() => { notification.classList.remove("show"); notification.remove(); }, 3000); // Oculta após 3 segundos }, 100); }) .catch(error => console.error("Erro ao adicionar ao carrinho:", error)); }); }); });