Vi flyttar från butik till nätet - så funkar det framåt
Imagining the Witch | 0:e upplagan
- Danskt band, Engelska, 2018
- Författare: Laura Kounine
- Betyg:
1056
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
Imagining the Witch explores emotions, gender, and selfhood through the lens of witch-trials in early modern Germany. Witch-trials were clearly a gendered phenomenon, but witchcraft was not a uniquely female crime. While women constituted approximately three quarters of those tried for witchcraft in the Holy Roman Empire, a significant minority were men. Witchcraft was also a crime of unbridled passion: it centred on the notion that one person's emotions could have tangible and deadly physical consequences. Yet it is also true that not all suspicions of witchcraft led to a formal accusation, and not all witch-trials led to the stake. Indeed, just over half the total number put on trial for witchcraft in early modern Europe were executed. In order to understand how early modern people imagined the witch, we must first begin to understand how people understood themselves and each other; this can help us to understand how the witch could be a member of the community, living alongside their accusers, yet inspire such visceral fear.
Through an examination of case studies of witch-trials that took place in the early modern Lutheran duchy of Württemberg in southwestern Germany, Laura Kounine examines how the community, church, and the agents of the law sought to identify the witch, and the ways in which ordinary men and women fought for their lives in an attempt to avoid the stake. The study further explores the visual and intellectual imagination of witchcraft in this period in order to piece together why witchcraft could be aligned with such strong female stereotypes on the one hand, but also be imagined as a crime that could be committed by any human, whether young or old, male or female. By moving beyond stereotypes of the witch, Imagining the Witch argues that understandings of what constituted witchcraft and the 'witch' appear far more contested and unstable than has previously been suggested. It also suggests new ways of thinking about early modern selfhood which moves beyond teleological arguments about the development of the 'modern' self. Indeed, it is the trial process itself that created the conditions for a diverse range of people to reflect on, and give meaning, to emotions, gender, and the self in early modern Lutheran Germany.
Through an examination of case studies of witch-trials that took place in the early modern Lutheran duchy of Württemberg in southwestern Germany, Laura Kounine examines how the community, church, and the agents of the law sought to identify the witch, and the ways in which ordinary men and women fought for their lives in an attempt to avoid the stake. The study further explores the visual and intellectual imagination of witchcraft in this period in order to piece together why witchcraft could be aligned with such strong female stereotypes on the one hand, but also be imagined as a crime that could be committed by any human, whether young or old, male or female. By moving beyond stereotypes of the witch, Imagining the Witch argues that understandings of what constituted witchcraft and the 'witch' appear far more contested and unstable than has previously been suggested. It also suggests new ways of thinking about early modern selfhood which moves beyond teleological arguments about the development of the 'modern' self. Indeed, it is the trial process itself that created the conditions for a diverse range of people to reflect on, and give meaning, to emotions, gender, and the self in early modern Lutheran Germany.
Om denna bok
Imagining the Witch av Laura Kounine är en Danskt band bok med 292 sidor på Engelska. Den utgavs 2018 av Oxford University Press.
Spara pengar – köp begagnad från Campusbokhandeln
Köp Imagining the Witch 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:
9780198799085
Upplaga:
0
Utgiven:
2018-11-13
Förlag:
Oxford University Press
Sidantal:
292
$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"
>