Vi flyttar från butik till nätet - så funkar det framåt
The Unwomanly Face of War | 0:e upplagan
- Danskt band, Engelska, 2018
- Författare: Svetlana Alexievich
- Betyg:
109
kr
Skickas inom 1-3 vardagar
Butikslager
Onlinelager
I lager hos leverantör
$event.detail.name === 'store-selector' ? isOpen = true : ''"
@close-drawer.window="() => $event.detail.name === 'store-selector' ? isOpen = false : ''"
@keydown.escape.window="isOpen = false"
x-init="$watch('isOpen', value => {
if (value) {
$refs.dialog.showModal();
document.body.style.overflow = 'hidden';
//emit onDrawerOpen event
$dispatch('drawer-opened', {
name: 'store-selector'
});
} else {
setTimeout(() => {
$refs.dialog.showModal();
$refs.dialog.close();
}, 300);
document.body.style.overflow = '';
$dispatch('drawer-closed', {
name: 'store-selector'
});
}
});"
class="h-full"
>
Beskrivning
'A must read' - Margaret Atwood
'It would be hard to find a book that feels more important or original' - Viv Groskop, Observer
Extraordinary stories from Soviet women who fought in the Second World War - from the winner of the Nobel Prize in Literature
"Why, having stood up for and held their own place in a once absolutely male world, have women not stood up for their history? Their words and feelings? A whole world is hidden from us. Their war remains unknown... I want to write the history of that war. A women's history."
In the late 1970s, Svetlana Alexievich set out to write her first book, The Unwomanly Face of War, when she realized that she grew up surrounded by women who had fought in the Second World War but whose stories were absent from official narratives. Travelling thousands of miles, she spent years interviewing hundreds of Soviet women - captains, tank drivers, snipers, pilots, nurses and doctors - who had experienced the war on the front lines, on the home front and in occupied territories. As it brings to light their most harrowing memories, this symphony of voices reveals a different side of war, a new range of feelings, smells and colours.
After completing the manuscript in 1983, Alexievich was not allowed to publish it because it went against the state-sanctioned history of the war. With the dawn of Perestroika, a heavily censored edition came out in 1985 and it became a huge bestseller in the Soviet Union - the first in five books that have established her as the conscience of the twentieth century.
'It would be hard to find a book that feels more important or original' - Viv Groskop, Observer
Extraordinary stories from Soviet women who fought in the Second World War - from the winner of the Nobel Prize in Literature
"Why, having stood up for and held their own place in a once absolutely male world, have women not stood up for their history? Their words and feelings? A whole world is hidden from us. Their war remains unknown... I want to write the history of that war. A women's history."
In the late 1970s, Svetlana Alexievich set out to write her first book, The Unwomanly Face of War, when she realized that she grew up surrounded by women who had fought in the Second World War but whose stories were absent from official narratives. Travelling thousands of miles, she spent years interviewing hundreds of Soviet women - captains, tank drivers, snipers, pilots, nurses and doctors - who had experienced the war on the front lines, on the home front and in occupied territories. As it brings to light their most harrowing memories, this symphony of voices reveals a different side of war, a new range of feelings, smells and colours.
After completing the manuscript in 1983, Alexievich was not allowed to publish it because it went against the state-sanctioned history of the war. With the dawn of Perestroika, a heavily censored edition came out in 1985 and it became a huge bestseller in the Soviet Union - the first in five books that have established her as the conscience of the twentieth century.
Om denna bok
The Unwomanly Face of War av Svetlana Alexievich är en Danskt band bok med 384 sidor på Engelska. Den utgavs 2018 av Penguin UK.
Spara pengar – köp begagnad från Campusbokhandeln
Köp The Unwomanly Face of War begagnad från Campusbokhandeln och spara upp till 25% jämfört med nypris. Du kan bevaka den här boken så får du ett mail så fort vi får in den i lager som begagnad.
Genom att köpa & sälja begagnat sänker du kostnaden för studier både för dig och nästa student samtidigt som du gör nytta för klimatet.
Produktinformation
Kategori:
Historia & arkeologi
Bandtyp:
Danskt band
Språk:
Engelska
ISBN:
9780141983530
Upplaga:
0
Utgiven:
2018-09-06
Förlag:
Penguin UK
Sidantal:
384
$event.detail.name === 'primary-menu' ? isOpen = true : ''"
@close-drawer.window="() => $event.detail.name === 'primary-menu' ? isOpen = false : ''"
@keydown.escape.window="isOpen = false"
x-init="$watch('isOpen', value => {
if (value) {
$refs.dialog.showModal();
document.body.style.overflow = 'hidden';
//emit onDrawerOpen event
$dispatch('drawer-opened', {
name: 'primary-menu'
});
} else {
setTimeout(() => {
$refs.dialog.showModal();
$refs.dialog.close();
}, 300);
document.body.style.overflow = '';
$dispatch('drawer-closed', {
name: 'primary-menu'
});
}
});"
class="h-full"
>
$event.detail.name === 'mobile-search' ? isOpen = true : ''"
@close-drawer.window="() => $event.detail.name === 'mobile-search' ? isOpen = false : ''"
@keydown.escape.window="isOpen = false"
x-init="$watch('isOpen', value => {
if (value) {
$refs.dialog.showModal();
document.body.style.overflow = 'hidden';
//emit onDrawerOpen event
$dispatch('drawer-opened', {
name: 'mobile-search'
});
} else {
setTimeout(() => {
$refs.dialog.showModal();
$refs.dialog.close();
}, 300);
document.body.style.overflow = '';
$dispatch('drawer-closed', {
name: 'mobile-search'
});
}
});"
class="h-full"
>
$event.detail.name === 'mini-cart' ? isOpen = true : ''"
@close-drawer.window="() => $event.detail.name === 'mini-cart' ? isOpen = false : ''"
@keydown.escape.window="isOpen = false"
x-init="$watch('isOpen', value => {
if (value) {
$refs.dialog.showModal();
document.body.style.overflow = 'hidden';
//emit onDrawerOpen event
$dispatch('drawer-opened', {
name: 'mini-cart'
});
} else {
setTimeout(() => {
$refs.dialog.showModal();
$refs.dialog.close();
}, 300);
document.body.style.overflow = '';
$dispatch('drawer-closed', {
name: 'mini-cart'
});
}
});"
class="h-full"
>
$event.detail.name === 'add-to-cart' ? isOpen = true : ''"
@close-drawer.window="() => $event.detail.name === 'add-to-cart' ? isOpen = false : ''"
@keydown.escape.window="isOpen = false"
x-init="$watch('isOpen', value => {
if (value) {
$refs.dialog.showModal();
document.body.style.overflow = 'hidden';
//emit onDrawerOpen event
$dispatch('drawer-opened', {
name: 'add-to-cart'
});
} else {
setTimeout(() => {
$refs.dialog.showModal();
$refs.dialog.close();
}, 300);
document.body.style.overflow = '';
$dispatch('drawer-closed', {
name: 'add-to-cart'
});
}
});"
class="h-full"
>