Vi flyttar från butik till nätet - så funkar det framåt
The Soviet Century | 0:e upplagan
- Danskt band, Engelska, 2023
- Författare: Karl Schlögel
- Betyg:
356
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"
>
Fler utgåvor
Beskrivning
An encyclopedic and richly detailed history of everyday life in the Soviet Union
The Soviet Union is gone, but its ghostly traces remain, not least in the material vestiges left behind in its turbulent wake. What was it really like to live in the USSR? What did it look, feel, smell, and sound like? In The Soviet Century, Karl Schlögel, one of the world’s leading historians of the Soviet Union, presents a spellbinding epic that brings to life the everyday world of a unique lost civilization.
A museum of—and travel guide to—the Soviet past, The Soviet Century explores in evocative detail both the largest and smallest aspects of life in the USSR, from the Gulag, the planned economy, the railway system, and the steel city of Magnitogorsk to cookbooks, military medals, prison camp tattoos, and the ubiquitous perfume Red Moscow. The book examines iconic aspects of Soviet life, including long queues outside shops, cramped communal apartments, parades, and the Lenin mausoleum, as well as less famous but important parts of the USSR, including the Great Soviet Encyclopedia, the voice of Radio Moscow, graffiti, and even the typical toilet, which became a pervasive social and cultural topic. Throughout, the book shows how Soviet life simultaneously combined utopian fantasies, humdrum routine, and a pervasive terror symbolized by the Lubyanka, then as now the headquarters of the secret police.
Drawing on Schlögel’s decades of travel in the Soviet and post-Soviet world, and featuring more than eighty illustrations, The Soviet Century is vivid, immediate, and grounded in firsthand encounters with the places and objects it describes. The result is an unforgettable account of the Soviet Century.
The Soviet Union is gone, but its ghostly traces remain, not least in the material vestiges left behind in its turbulent wake. What was it really like to live in the USSR? What did it look, feel, smell, and sound like? In The Soviet Century, Karl Schlögel, one of the world’s leading historians of the Soviet Union, presents a spellbinding epic that brings to life the everyday world of a unique lost civilization.
A museum of—and travel guide to—the Soviet past, The Soviet Century explores in evocative detail both the largest and smallest aspects of life in the USSR, from the Gulag, the planned economy, the railway system, and the steel city of Magnitogorsk to cookbooks, military medals, prison camp tattoos, and the ubiquitous perfume Red Moscow. The book examines iconic aspects of Soviet life, including long queues outside shops, cramped communal apartments, parades, and the Lenin mausoleum, as well as less famous but important parts of the USSR, including the Great Soviet Encyclopedia, the voice of Radio Moscow, graffiti, and even the typical toilet, which became a pervasive social and cultural topic. Throughout, the book shows how Soviet life simultaneously combined utopian fantasies, humdrum routine, and a pervasive terror symbolized by the Lubyanka, then as now the headquarters of the secret police.
Drawing on Schlögel’s decades of travel in the Soviet and post-Soviet world, and featuring more than eighty illustrations, The Soviet Century is vivid, immediate, and grounded in firsthand encounters with the places and objects it describes. The result is an unforgettable account of the Soviet Century.
Om denna bok
The Soviet Century av Karl Schlögel är en Danskt band bok med 928 sidor på Engelska. Den utgavs 2023 av John Wiley And Sons Ltd.
Spara pengar – köp begagnad från Campusbokhandeln
Köp The Soviet Century 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:
9780691183749
Upplaga:
0
Utgiven:
2023-03-14
Förlag:
John Wiley And Sons Ltd
Sidantal:
928
$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"
>