Vi flyttar från butik till nätet - så funkar det framåt
The Tender Cut | 0:e upplagan
- Danskt band, Engelska, 2011
- Författare: Peter Adler, Patricia A. Adler
- Betyg:
382
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
Choice's Outstanding Academic Title list for 2013
2013 Honorable Mention for the Distinguished Book Award presented by the Midwest Sociological Society
Honorable Mention for the Charles H. Cooley Award for Outstanding Book from the Society for the Study of Symbolic Interaction
Illuminates the misunderstood meaning of self-injury in the 21st century
Cutting, burning, branding, and bone-breaking are all types of self-injury, or the deliberate, non-suicidal destruction of one's own body tissue, a practice that emerged from obscurity in the 1990s and spread dramatically as a typical behavior among adolescents. Long considered a suicidal gesture, The Tender Cut argues instead that self-injury is often a coping mechanism, a form of teenage angst, an expression of group membership, and a type of rebellion, converting unbearable emotional pain into manageable physical pain.
Based on the largest, qualitative, non-clinical population of self-injurers ever gathered, noted ethnographers Patricia and Peter Adler draw on 150 interviews with self-injurers from all over the world, along with 30,000-40,000 internet posts in chat rooms and communiqués. Their 10-year longitudinal research follows the practice of self-injury from its early days when people engaged in it alone and did not know others, to the present, where a subculture has formed via cyberspace that shares similar norms, values, lore, vocabulary, and interests. An important portrait of a troubling behavior, The Tender Cut illuminates the meaning of self-injury in the 21st century, its effects on current and former users, and its future as a practice for self-discovery or a cry for help.
2013 Honorable Mention for the Distinguished Book Award presented by the Midwest Sociological Society
Honorable Mention for the Charles H. Cooley Award for Outstanding Book from the Society for the Study of Symbolic Interaction
Illuminates the misunderstood meaning of self-injury in the 21st century
Cutting, burning, branding, and bone-breaking are all types of self-injury, or the deliberate, non-suicidal destruction of one's own body tissue, a practice that emerged from obscurity in the 1990s and spread dramatically as a typical behavior among adolescents. Long considered a suicidal gesture, The Tender Cut argues instead that self-injury is often a coping mechanism, a form of teenage angst, an expression of group membership, and a type of rebellion, converting unbearable emotional pain into manageable physical pain.
Based on the largest, qualitative, non-clinical population of self-injurers ever gathered, noted ethnographers Patricia and Peter Adler draw on 150 interviews with self-injurers from all over the world, along with 30,000-40,000 internet posts in chat rooms and communiqués. Their 10-year longitudinal research follows the practice of self-injury from its early days when people engaged in it alone and did not know others, to the present, where a subculture has formed via cyberspace that shares similar norms, values, lore, vocabulary, and interests. An important portrait of a troubling behavior, The Tender Cut illuminates the meaning of self-injury in the 21st century, its effects on current and former users, and its future as a practice for self-discovery or a cry for help.
Om denna bok
The Tender Cut av Peter Adler och Patricia A. Adler är en Danskt band bok med 277 sidor på Engelska. Den utgavs 2011 av New York University Press.
Spara pengar – köp begagnad från Campusbokhandeln
Köp The Tender Cut 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:
9780814705070
Upplaga:
0
Utgiven:
2011-08-22
Förlag:
New York University Press
Sidantal:
277
$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"
>