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 Feminisms - A Global History
Captura de ecrã 2023-08-09, às 18.02.03.png Imagem 1 de
Captura de ecrã 2023-08-09, às 18.02.03.png
Captura de ecrã 2023-08-09, às 18.02.03.png

Feminisms - A Global History

€ 17,00

Lucy Delap

How has feminism developed? What have feminists achieved? What can we learn from the global history of feminism?

Feminism is the ongoing story of a profound historical transformation. Despite being repeatedly written off as a political movement that has achieved its aim of female liberation, it has been continually redefined as new generations of women campaign against the gender inequity of their age.

In this absorbing book, historian Lucy Delap challenges the simplistic narrative of 'feminist waves' - a sequence of ever more progressive updates ­- showing instead that feminists have been motivated by the specific concerns of their historical moment. Drawing on an extraordinary range of examples from Japan to Russia, Egypt to Germany, Delap explores different feminist projects to show that those who are part of this movement have not always agreed on a single programme. This diverse history of feminism, she argues, can help us better navigate current debates and controversies.

A tour de force from an award-winning expert, Feminisms shows that a rich relationship to the past can infuse today's activism with a sense possibility and inspiration.

Quantidade:
Adicionar ao carrinho

Lucy Delap

How has feminism developed? What have feminists achieved? What can we learn from the global history of feminism?

Feminism is the ongoing story of a profound historical transformation. Despite being repeatedly written off as a political movement that has achieved its aim of female liberation, it has been continually redefined as new generations of women campaign against the gender inequity of their age.

In this absorbing book, historian Lucy Delap challenges the simplistic narrative of 'feminist waves' - a sequence of ever more progressive updates ­- showing instead that feminists have been motivated by the specific concerns of their historical moment. Drawing on an extraordinary range of examples from Japan to Russia, Egypt to Germany, Delap explores different feminist projects to show that those who are part of this movement have not always agreed on a single programme. This diverse history of feminism, she argues, can help us better navigate current debates and controversies.

A tour de force from an award-winning expert, Feminisms shows that a rich relationship to the past can infuse today's activism with a sense possibility and inspiration.

Lucy Delap

How has feminism developed? What have feminists achieved? What can we learn from the global history of feminism?

Feminism is the ongoing story of a profound historical transformation. Despite being repeatedly written off as a political movement that has achieved its aim of female liberation, it has been continually redefined as new generations of women campaign against the gender inequity of their age.

In this absorbing book, historian Lucy Delap challenges the simplistic narrative of 'feminist waves' - a sequence of ever more progressive updates ­- showing instead that feminists have been motivated by the specific concerns of their historical moment. Drawing on an extraordinary range of examples from Japan to Russia, Egypt to Germany, Delap explores different feminist projects to show that those who are part of this movement have not always agreed on a single programme. This diverse history of feminism, she argues, can help us better navigate current debates and controversies.

A tour de force from an award-winning expert, Feminisms shows that a rich relationship to the past can infuse today's activism with a sense possibility and inspiration.

Você também pode gostar

ORBITAL
ORBITAL
€ 15,00
Bad Feminist (Tenth Anniversary)
Bad Feminist (Tenth Anniversary)
€ 21,75
Volta para tua terra: não há abril sem imigrantes (Vol 3)
Volta para tua terra: não há abril sem imigrantes (Vol 3)
€ 14,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
O corpo dela e outras partes
O corpo dela e outras partes
€ 18,90
 

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