Vi flyttar från butik till nätet - så funkar det framåt
Mirrors of Destruction | 0:e upplagan
- Danskt band, Engelska, 2002
- Författare: Omer Bartov
- Betyg:
354
kr
Skickas inom 0-2 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
Mirrors of Destruction examines the relationship between total war, state-organized genocide, and the emergence of modern identity. Here, Omer Bartov demonstrates that in the twentieth century there have been intimate links between military conflict, mass murder of civilian populations, and the definition and categorization of groups and individuals.
These connections were most clearly manifested in the Holocaust, as the Nazis attempted to exterminate European Jewry under cover of a brutal war and with the stated goal of creating a racially pure Aryan population and Germanic empire. The Holocaust, however, can only be understood within the context of the century's predilection for applying massive and systematic methods of destruction to resolve conflicts over identity. To provide the context for the "Final Solution," Bartov examines the changing relationships between Jews and non-Jews in France and Germany from the outbreak of World War I to the present.
Rather than presenting a comprehensive history, or a narrative from a single perspective, Bartov views the past century through four interrelated prisms. He begins with an analysis of the glorification of war and violence, from its modern birth in the trenches of World War I to its horrifying culmination in the presentation of genocide by the SS as a glorious undertaking. He then examines the pacifist reaction in interwar France to show how it contributed to a climate of collaboration with dictatorship and mass murder. The book goes on to argue that much of the discourse on identity throughout the century has had to do with identifying and eliminating society's "elusive enemies" or "enemies from within." Bartov concludes with an investigation of modern apocalyptic visions, showing how they have both encouraged mass destructions and opened a way for the reconstruction of individual and collective identifies after a catastrophe.
Written with verve, Mirrors of Destruction is rich in interpretations and theoretical tools and provides a new framework for understanding a central trait of modern history.
These connections were most clearly manifested in the Holocaust, as the Nazis attempted to exterminate European Jewry under cover of a brutal war and with the stated goal of creating a racially pure Aryan population and Germanic empire. The Holocaust, however, can only be understood within the context of the century's predilection for applying massive and systematic methods of destruction to resolve conflicts over identity. To provide the context for the "Final Solution," Bartov examines the changing relationships between Jews and non-Jews in France and Germany from the outbreak of World War I to the present.
Rather than presenting a comprehensive history, or a narrative from a single perspective, Bartov views the past century through four interrelated prisms. He begins with an analysis of the glorification of war and violence, from its modern birth in the trenches of World War I to its horrifying culmination in the presentation of genocide by the SS as a glorious undertaking. He then examines the pacifist reaction in interwar France to show how it contributed to a climate of collaboration with dictatorship and mass murder. The book goes on to argue that much of the discourse on identity throughout the century has had to do with identifying and eliminating society's "elusive enemies" or "enemies from within." Bartov concludes with an investigation of modern apocalyptic visions, showing how they have both encouraged mass destructions and opened a way for the reconstruction of individual and collective identifies after a catastrophe.
Written with verve, Mirrors of Destruction is rich in interpretations and theoretical tools and provides a new framework for understanding a central trait of modern history.
Om denna bok
Mirrors of Destruction av Omer Bartov är en Danskt band bok med 320 sidor på Engelska. Den utgavs 2002 av Oxford University Press.
Spara pengar – köp begagnad från Campusbokhandeln
Köp Mirrors of Destruction 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:
Okänd
Bandtyp:
Danskt band
Språk:
Engelska
ISBN:
9780195151848
Upplaga:
0
Utgiven:
2002-02-28
Förlag:
Oxford University Press
Sidantal:
320
$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"
>