Vi flyttar från butik till nätet - så funkar det framåt
Zoontologies | 0:e upplagan
- Danskt band, Engelska, 2003
- Författare: Cary Wolfe
- Betyg:
246
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
Explores the boundaries between the animal and the human-includes an original essay by Jacques Derrida
Those nonhuman beings called animals pose philosophical and ethical questions that go to the root not just of what we think but of who we are. Their presence asks: what happens when the Other can no longer safely be assumed to be human? This collection offers a set of incitements and coordinates for exploring how these issues have been represented in contemporary culture and theory, from Jurassic Park and the “horse whisperer” Monty Roberts, to the work of artists such as Joseph Beuys and William Wegman; from foundational texts on the animal in the works of Heidegger and Freud, to the postmodern rethinking of ethics and animals in figures such as Singer, Deleuze, Lyotard, and Levinas; from the New York Times investigation of a North Carolina slaughterhouse, to the first appearance in any language of Jacques Derrida’s recent detailed critique of Lacan’s rendering of the human/animal divide.
Contributors: Steve Baker, U of Central Lancashire; Jacques Derrida, École des Hautes Études en Sciences Sociales, Paris; Ursula K. Heise, Columbia U; Charlie LeDuff, New York Times; Alphonso Lingis, Pennsylvania State U; Paul Patton, U of Sydney; Judith Roof, Michigan State U; David Wills, SUNY, Albany.
Those nonhuman beings called animals pose philosophical and ethical questions that go to the root not just of what we think but of who we are. Their presence asks: what happens when the Other can no longer safely be assumed to be human? This collection offers a set of incitements and coordinates for exploring how these issues have been represented in contemporary culture and theory, from Jurassic Park and the “horse whisperer” Monty Roberts, to the work of artists such as Joseph Beuys and William Wegman; from foundational texts on the animal in the works of Heidegger and Freud, to the postmodern rethinking of ethics and animals in figures such as Singer, Deleuze, Lyotard, and Levinas; from the New York Times investigation of a North Carolina slaughterhouse, to the first appearance in any language of Jacques Derrida’s recent detailed critique of Lacan’s rendering of the human/animal divide.
Contributors: Steve Baker, U of Central Lancashire; Jacques Derrida, École des Hautes Études en Sciences Sociales, Paris; Ursula K. Heise, Columbia U; Charlie LeDuff, New York Times; Alphonso Lingis, Pennsylvania State U; Paul Patton, U of Sydney; Judith Roof, Michigan State U; David Wills, SUNY, Albany.
Om denna bok
Zoontologies av Cary Wolfe är en Danskt band bok med 232 sidor på Engelska. Den utgavs 2003 av University of Minnesota Press.
Spara pengar – köp begagnad från Campusbokhandeln
Köp Zoontologies 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:
Filosofi & idéhistoria
Bandtyp:
Danskt band
Språk:
Engelska
ISBN:
9780816641062
Upplaga:
0
Utgiven:
2003-01-29
Förlag:
University of Minnesota Press
Sidantal:
232
$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"
>