Vi flyttar från butik till nätet - så funkar det framåt
In the Land of Ninkasi | 0:e upplagan
- Danskt band, Engelska, 2024
- Författare: Tate Paulette
- Betyg:
357
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 feast for beer geeks and history buffs alike, In the Land of Ninkasi tells the story of the world's first great beer culture.
In this authoritative but light-hearted account of beers gone by, archaeologist Tate Paulette brings the famous "land between the rivers" back to life in vivid detail. We meet not only the beers of ancient Mesopotamia, but also the people who brewed them and drank them, the places where these people lived and worked, the taverns and temples and tombs where they did their drinking, the stories they told about beer, their preferred styles of drinking, their brewing equipment and drinking paraphernalia, the gods and goddesses who governed their lives and who were also partial to a drink.
Rigorous in its scholarship, yet staunchly unpretentious in style, this beer-centered travel guide for a trip back in time offers a clear roadmap into the ancient source material for those who are new to Mesopotamia. Paulette weaves together insights drawn from archaeological remains, ancient works of art, and cuneiform texts. He uses a series of narrative vignettes and thought experiments to interrogate specific pieces of evidence and pull the reader, step-by-step, into the process of analysis and interpretation, explaining exactly what we know and how we know it.
Readers will come away with a new appreciation for the depth of our knowledge about this early beer-drinking culture, painstakingly pieced together by generations of dedicated scholars. They will also encounter plenty of unknowns: enigmatic evidence that defies explanation, unresolved debates, puzzles that remain to be solved. For those who prefer their history in liquid form, Paulette also recounts some of his own experiences recreating ancient beer and provides a brew-it-yourself recipe to try at home.
In this authoritative but light-hearted account of beers gone by, archaeologist Tate Paulette brings the famous "land between the rivers" back to life in vivid detail. We meet not only the beers of ancient Mesopotamia, but also the people who brewed them and drank them, the places where these people lived and worked, the taverns and temples and tombs where they did their drinking, the stories they told about beer, their preferred styles of drinking, their brewing equipment and drinking paraphernalia, the gods and goddesses who governed their lives and who were also partial to a drink.
Rigorous in its scholarship, yet staunchly unpretentious in style, this beer-centered travel guide for a trip back in time offers a clear roadmap into the ancient source material for those who are new to Mesopotamia. Paulette weaves together insights drawn from archaeological remains, ancient works of art, and cuneiform texts. He uses a series of narrative vignettes and thought experiments to interrogate specific pieces of evidence and pull the reader, step-by-step, into the process of analysis and interpretation, explaining exactly what we know and how we know it.
Readers will come away with a new appreciation for the depth of our knowledge about this early beer-drinking culture, painstakingly pieced together by generations of dedicated scholars. They will also encounter plenty of unknowns: enigmatic evidence that defies explanation, unresolved debates, puzzles that remain to be solved. For those who prefer their history in liquid form, Paulette also recounts some of his own experiences recreating ancient beer and provides a brew-it-yourself recipe to try at home.
Om denna bok
In the Land of Ninkasi av Tate Paulette är en Danskt band bok med 392 sidor på Engelska. Den utgavs 2024 av Oxford University Press.
Spara pengar – köp begagnad från Campusbokhandeln
Köp In the Land of Ninkasi 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:
9780197682449
Upplaga:
0
Utgiven:
2024-11-27
Förlag:
Oxford University Press
Sidantal:
392
$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"
>