Vi flyttar från butik till nätet - så funkar det framåt
God | 0:e upplagan
- Danskt band, Engelska, 2021
- Författare: Francesca Stavrakopoulou
- Betyg:
248
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"
>
Fler utgåvor
Beskrivning
Winner of The PEN Hessell-Tiltman Prize 2022
Shortlisted for The Wolfson History Prize 2022
A The Times Books of the Year 2022
Three thousand years ago, in the Southwest Asian lands we now call Israel and Palestine, a group of people worshipped a complex pantheon of deities, led by a father god called El. El had seventy children, who were gods in their own right. One of them was a minor storm deity, known as Yahweh. Yahweh had a body, a wife, offspring and colleagues. He fought monsters and mortals. He gorged on food and wine, wrote books, and took walks and naps. But he would become something far larger and far more abstract: the God of the great monotheistic religions.
But as Professor Francesca Stavrakopoulou reveals, God’s cultural DNA stretches back centuries before the Bible was written, and persists in the tics and twitches of our own society, whether we are believers or not. The Bible has shaped our ideas about God and religion, but also our cultural preferences about human existence and experience; our concept of life and death; our attitude to sex and gender; our habits of eating and drinking; our understanding of history. Examining God’s body, from his head to his hands, feet and genitals, she shows how the Western idea of God developed. She explores the places and artefacts that shaped our view of this singular God and the ancient religions and societies of the biblical world. And in doing so she analyses not only the origins of our oldest monotheistic religions, but also the origins of Western culture.
Beautifully written, passionately argued and frequently controversial, God: An Anatomy is cultural history on a grand scale.
'Rivetingly fresh and stunning' – Sunday Times
'One of the most remarkable historians and communicators working today' – Dan Snow
Shortlisted for The Wolfson History Prize 2022
A The Times Books of the Year 2022
Three thousand years ago, in the Southwest Asian lands we now call Israel and Palestine, a group of people worshipped a complex pantheon of deities, led by a father god called El. El had seventy children, who were gods in their own right. One of them was a minor storm deity, known as Yahweh. Yahweh had a body, a wife, offspring and colleagues. He fought monsters and mortals. He gorged on food and wine, wrote books, and took walks and naps. But he would become something far larger and far more abstract: the God of the great monotheistic religions.
But as Professor Francesca Stavrakopoulou reveals, God’s cultural DNA stretches back centuries before the Bible was written, and persists in the tics and twitches of our own society, whether we are believers or not. The Bible has shaped our ideas about God and religion, but also our cultural preferences about human existence and experience; our concept of life and death; our attitude to sex and gender; our habits of eating and drinking; our understanding of history. Examining God’s body, from his head to his hands, feet and genitals, she shows how the Western idea of God developed. She explores the places and artefacts that shaped our view of this singular God and the ancient religions and societies of the biblical world. And in doing so she analyses not only the origins of our oldest monotheistic religions, but also the origins of Western culture.
Beautifully written, passionately argued and frequently controversial, God: An Anatomy is cultural history on a grand scale.
'Rivetingly fresh and stunning' – Sunday Times
'One of the most remarkable historians and communicators working today' – Dan Snow
Om denna bok
God av Francesca Stavrakopoulou är en Danskt band bok med 608 sidor på Engelska. Den utgavs 2021 av Macmillan Distribution.
Spara pengar – köp begagnad från Campusbokhandeln
Köp God 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:
Skönlitteratur
Bandtyp:
Danskt band
Språk:
Engelska
ISBN:
9781509867332
Upplaga:
0
Utgiven:
2021-09-16
Förlag:
Macmillan Distribution
Sidantal:
608
$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"
>