Vi flyttar från butik till nätet - så funkar det framåt
Simulacra and Simulation | 0:e upplagan
- Danskt band, Engelska, 1994
- Författare: Jean Baudrillard
- Betyg:
241
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
The first full-length translation in English of an essential work of postmodernist thought
The publication in France of Simulacra et Simulation in 1981 marked Jean Baudrillard’s first important step toward theorizing the postmodern. Moving away from the Marxist/Freudian approaches that had concerned him earlier, Baudrillard developed in this book a theory of contemporary culture that replies on displacing economic notions of cultural production with notions of cultural expenditure.
Baudrillard uses the concepts of the simulacrum¬—the copy without an original—and simulation, crucial to an understanding of the postmodern, to address the concept of mass reproduction and reproducibility that characterizes our electronic media culture. Translator Sheila Faria Glaser provides the first complete English edition of Baudrillard’s rich speculations on the simulacrum: from the hologram to Apocalypse Now, clones to Crash, and Disneyland to Three Mile Island. Simulacra and Simulation represents a unique and original effort to rethink cultural theory from the perspective of a new concept of cultural materialism, one that radically redefines postmodern formulations of the body.
Jean Baudrillard (1929-2007), one of France’s leading intellectuals, began teaching in 1966 at Nanterre in Paris, where he spent most of his teaching career. His works in English translation include The Mirror of Production (1975), For a Critique of the Political Economy of the Sign (1976), The Ecstasy of Communication (1988), America (1988), Cool Memories (1990), Fatal Strategies (1993), The Transparency of Evil (1993), Symbolic Exchange and Death (1993), The Art of Disappearance (1994), The Gulf War Did Not Take Place (1995), The Consumer Society (1998), The Vital Illusion (2000) and The Spirit of Terrorism and Requiem for the Twin Towers (2002).
The publication in France of Simulacra et Simulation in 1981 marked Jean Baudrillard’s first important step toward theorizing the postmodern. Moving away from the Marxist/Freudian approaches that had concerned him earlier, Baudrillard developed in this book a theory of contemporary culture that replies on displacing economic notions of cultural production with notions of cultural expenditure.
Baudrillard uses the concepts of the simulacrum¬—the copy without an original—and simulation, crucial to an understanding of the postmodern, to address the concept of mass reproduction and reproducibility that characterizes our electronic media culture. Translator Sheila Faria Glaser provides the first complete English edition of Baudrillard’s rich speculations on the simulacrum: from the hologram to Apocalypse Now, clones to Crash, and Disneyland to Three Mile Island. Simulacra and Simulation represents a unique and original effort to rethink cultural theory from the perspective of a new concept of cultural materialism, one that radically redefines postmodern formulations of the body.
Jean Baudrillard (1929-2007), one of France’s leading intellectuals, began teaching in 1966 at Nanterre in Paris, where he spent most of his teaching career. His works in English translation include The Mirror of Production (1975), For a Critique of the Political Economy of the Sign (1976), The Ecstasy of Communication (1988), America (1988), Cool Memories (1990), Fatal Strategies (1993), The Transparency of Evil (1993), Symbolic Exchange and Death (1993), The Art of Disappearance (1994), The Gulf War Did Not Take Place (1995), The Consumer Society (1998), The Vital Illusion (2000) and The Spirit of Terrorism and Requiem for the Twin Towers (2002).
Om denna bok
Simulacra and Simulation av Jean Baudrillard är en Danskt band bok med 176 sidor på Engelska. Den utgavs 1994 av Turpin.
Spara pengar – köp begagnad från Campusbokhandeln
Köp Simulacra and Simulation 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:
Samhälle & politik
Bandtyp:
Danskt band
Språk:
Engelska
ISBN:
9780472065219
Upplaga:
0
Utgiven:
1994-12-22
Förlag:
Turpin
Sidantal:
176
$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"
>