Vi flyttar från butik till nätet - så funkar det framåt
Staring | 0:e upplagan
- Danskt band, Engelska, 2009
- Författare: Rosemarie Garland-Thomson
- Betyg:
369
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
From a very young age we are told not to stare, and one hallmark of maturation is the ability to resist (or at least hide) our staring behavior. And yet, rarely do we master the impulse. Despite the complicated role it plays in our development, and its unique brand of visual enticement, staring has not been considered before as a suitable object for socio-cultural analysis. What is it about certain kinds of people that makes it impossible to take our eyes off them? Why are some visual stimuli irresistible? Why does staring produce so much anxiety?
Drawing on examples from art, media, fashion, history and memoir, Garland-Thomson defines staring, explores the factors that motivate it, and considers the targets and the effects of the stare. A bodily inventory then enumerates how stares actually operate in daily life. A section on "Bodies" focuses on the question of size and scale as key indicators of normalcy, while certain body parts show themselves to be disproportionately arresting, as passages on "Faces" "Hands" and "Breasts" reveal. A concluding chapter on "Beholding" considers the frisson at play between starer and staree and offers an alternative way of understanding visual communication between people.
Featuring over forty illustrations, Staring captures the stimulating combination of symbolic, material and emotional factors that make staring so irresistible while endeavoring to shift the usual response to staring, shame, into an engaged self-consideration. Elegant and provocative, this book advances new ways of thinking about visuality and the body that will appeal to readers who are interested in the overlap between the humanities and human behaviors.
Drawing on examples from art, media, fashion, history and memoir, Garland-Thomson defines staring, explores the factors that motivate it, and considers the targets and the effects of the stare. A bodily inventory then enumerates how stares actually operate in daily life. A section on "Bodies" focuses on the question of size and scale as key indicators of normalcy, while certain body parts show themselves to be disproportionately arresting, as passages on "Faces" "Hands" and "Breasts" reveal. A concluding chapter on "Beholding" considers the frisson at play between starer and staree and offers an alternative way of understanding visual communication between people.
Featuring over forty illustrations, Staring captures the stimulating combination of symbolic, material and emotional factors that make staring so irresistible while endeavoring to shift the usual response to staring, shame, into an engaged self-consideration. Elegant and provocative, this book advances new ways of thinking about visuality and the body that will appeal to readers who are interested in the overlap between the humanities and human behaviors.
Om denna bok
Staring av Rosemarie Garland-Thomson är en Danskt band bok med 256 sidor på Engelska. Den utgavs 2009 av Oxford University Press.
Spara pengar – köp begagnad från Campusbokhandeln
Köp Staring 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:
9780195326802
Upplaga:
0
Utgiven:
2009-04-23
Förlag:
Oxford University Press
Sidantal:
256
$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"
>