Vi flyttar från butik till nätet - så funkar det framåt
To See Paris and Die | 0:e upplagan
- Danskt band, Engelska, 2018
- Författare: Eleonory Gilburd
- Betyg:
494
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
The Soviet Union was a notoriously closed society until Stalin's death in 1953. Then, in the mid-1950s, a torrent of Western novels, films, and paintings invaded Soviet streets and homes, acquiring heightened emotional significance. To See Paris and Die is a history of this momentous opening to the West.
At the heart of this history is a process of translation, in which Western figures took on Soviet roles: Pablo Picasso as a political rabble-rouser; Rockwell Kent as a quintessential American painter; Erich Maria Remarque and Ernest Hemingway as teachers of love and courage under fire; J. D. Salinger and Giuseppe De Santis as saviors from Soviet cliches. Imported novels challenged fundamental tenets of Soviet ethics, while modernist paintings tested deep-seated notions of culture. Western films were eroticized even before viewers took their seats. The drama of cultural exchange and translation encompassed discovery as well as loss.
Eleonory Gilburd explores the pleasure, longing, humiliation, and anger that Soviet citizens felt as they found themselves in the midst of this cross-cultural encounter. The main protagonists of To See Paris and Die are small-town teachers daydreaming of faraway places, college students vicariously discovering a wider world, and factory engineers striving for self-improvement. They invested Western imports with political and personal significance, transforming foreign texts into intimate belongings.
With the end of the Soviet Union, the Soviet West disappeared from the cultural map. Gilburd's history reveals how domesticated Western imports defined the last three decades of the Soviet Union, as well as its death and afterlife.
At the heart of this history is a process of translation, in which Western figures took on Soviet roles: Pablo Picasso as a political rabble-rouser; Rockwell Kent as a quintessential American painter; Erich Maria Remarque and Ernest Hemingway as teachers of love and courage under fire; J. D. Salinger and Giuseppe De Santis as saviors from Soviet cliches. Imported novels challenged fundamental tenets of Soviet ethics, while modernist paintings tested deep-seated notions of culture. Western films were eroticized even before viewers took their seats. The drama of cultural exchange and translation encompassed discovery as well as loss.
Eleonory Gilburd explores the pleasure, longing, humiliation, and anger that Soviet citizens felt as they found themselves in the midst of this cross-cultural encounter. The main protagonists of To See Paris and Die are small-town teachers daydreaming of faraway places, college students vicariously discovering a wider world, and factory engineers striving for self-improvement. They invested Western imports with political and personal significance, transforming foreign texts into intimate belongings.
With the end of the Soviet Union, the Soviet West disappeared from the cultural map. Gilburd's history reveals how domesticated Western imports defined the last three decades of the Soviet Union, as well as its death and afterlife.
Om denna bok
To See Paris and Die av Eleonory Gilburd är en Danskt band bok med 480 sidor på Engelska. Den utgavs 2018 av Harvard University Press.
Spara pengar – köp begagnad från Campusbokhandeln
Köp To See Paris and Die 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:
9780674980716
Upplaga:
0
Utgiven:
2018-11-30
Förlag:
Harvard University Press
Sidantal:
480
$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"
>