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 Abolition Geography: Essays Towards Liberation
Captura de ecrã 2024-03-28, às 09.59.14.png Imagem 1 de
Captura de ecrã 2024-03-28, às 09.59.14.png
Captura de ecrã 2024-03-28, às 09.59.14.png

Abolition Geography: Essays Towards Liberation

€ 18,50
Sold Out

Ruth Wilson Gilmore

First collection of writings from one of the foremost contemporary critical thinkers on racism, geography and incarceration.

Gathering together Ruth Wilson Gilmore's work from over three decades, Abolition Geography presents her singular contribution to the politics of abolition as theorist, researcher, and organizer, offering scholars and activists ways of seeing and doing to help navigate our turbulent present.

Abolition Geography moves us away from explanations of mass incarceration and racist violence focused on uninterrupted histories of prejudice or the dull compulsion of neoliberal economics. Instead, Gilmore offers a geographical grasp of how contemporary racial capitalism operates through an "anti-state state" that answers crises with the organized abandonment of people and environments deemed surplus to requirement. Gilmore escapes one-dimensional conceptions of what liberation demands, who demands liberation, or what indeed is to be abolished. Drawing on the lessons of grassroots organizing and internationalist imaginaries, Abolition Geography undoes the identification of abolition with mere decarceration, and reminds us that freedom is not a mere principle but a place.

Edited with an introduction by Brenna Bhandar and Alberto Toscano.

Seja avisado por e-mail quando o produto estiver com estoque.
Adicionar ao carrinho

Ruth Wilson Gilmore

First collection of writings from one of the foremost contemporary critical thinkers on racism, geography and incarceration.

Gathering together Ruth Wilson Gilmore's work from over three decades, Abolition Geography presents her singular contribution to the politics of abolition as theorist, researcher, and organizer, offering scholars and activists ways of seeing and doing to help navigate our turbulent present.

Abolition Geography moves us away from explanations of mass incarceration and racist violence focused on uninterrupted histories of prejudice or the dull compulsion of neoliberal economics. Instead, Gilmore offers a geographical grasp of how contemporary racial capitalism operates through an "anti-state state" that answers crises with the organized abandonment of people and environments deemed surplus to requirement. Gilmore escapes one-dimensional conceptions of what liberation demands, who demands liberation, or what indeed is to be abolished. Drawing on the lessons of grassroots organizing and internationalist imaginaries, Abolition Geography undoes the identification of abolition with mere decarceration, and reminds us that freedom is not a mere principle but a place.

Edited with an introduction by Brenna Bhandar and Alberto Toscano.

Ruth Wilson Gilmore

First collection of writings from one of the foremost contemporary critical thinkers on racism, geography and incarceration.

Gathering together Ruth Wilson Gilmore's work from over three decades, Abolition Geography presents her singular contribution to the politics of abolition as theorist, researcher, and organizer, offering scholars and activists ways of seeing and doing to help navigate our turbulent present.

Abolition Geography moves us away from explanations of mass incarceration and racist violence focused on uninterrupted histories of prejudice or the dull compulsion of neoliberal economics. Instead, Gilmore offers a geographical grasp of how contemporary racial capitalism operates through an "anti-state state" that answers crises with the organized abandonment of people and environments deemed surplus to requirement. Gilmore escapes one-dimensional conceptions of what liberation demands, who demands liberation, or what indeed is to be abolished. Drawing on the lessons of grassroots organizing and internationalist imaginaries, Abolition Geography undoes the identification of abolition with mere decarceration, and reminds us that freedom is not a mere principle but a place.

Edited with an introduction by Brenna Bhandar and Alberto Toscano.

Você também pode gostar

Consentimento
Consentimento
€ 17,45
BFFs: The Radical Potential of Female Friendship
BFFs: The Radical Potential of Female Friendship
€ 11,00
A Book of Days
A Book of Days
€ 19,75
Spillovers (EN+PT)
Spillovers (EN+PT)
€ 14,00
Frankenstein: ou o Prometeu Moderno
Frankenstein: ou o Prometeu Moderno
€ 12,15
 

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)); }); }); });