Vi flyttar från butik till nätet - så funkar det framåt
The Ernest Becker Reader | 0:e upplagan
- Danskt band, Engelska, 2004
- Författare:
- Betyg:
429
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
Ernest Becker (1924-1974) was an astute observer of society and human behavior during America's turbulent 1960s and 1970s. Trained in social anthropology and driven by a transcending curiosity about human motivations, Becker doggedly pursued his basic research question, "What makes people act the way they do?" Dissatisfied with what he saw as narrowly fragmented methods in the contemporary social sciences and impelled by a belief that humankind more than ever needed a disciplined, rational, and empirically based understanding of itself, Becker slowly created a powerful interdisciplinary vision of the human sciences, one in which each discipline is rooted in a basic truth concerning the human condition. That truth became an integral part of Becker's emerging social science. Almost inadvertently, he outlined a perspective on human motivations that is perhaps the most broadly interdisciplinary to date. His perspective traverses not only the biological, psychological, and social sciences but also the humanities and educational, political, and religious studies.
Ernest Becker is best known for the books written in the last few years before his death from cancer, including the highly praised Pulitzer Prize-winning volume The Denial of Death (1974) and Escape from Evil (1975). These late works, however, were built on a distinguished body of earlier books, essays, and reviews. The power and strength of Becker's ideas are fully present in his early works, which underlie his later contributions and give direction for interpreting the development of his ideas.
Although Ernest Becker's life and career were cut short, his major writings have remained continually in print and have captured the interest of subsequent generations of readers. The Ernest Becker Reader makes available for the first time in one volume much of Becker's early work and thus places his later work in proper context. It is a major contribution to the ongoing interest in Becker's ideas.
Ernest Becker is best known for the books written in the last few years before his death from cancer, including the highly praised Pulitzer Prize-winning volume The Denial of Death (1974) and Escape from Evil (1975). These late works, however, were built on a distinguished body of earlier books, essays, and reviews. The power and strength of Becker's ideas are fully present in his early works, which underlie his later contributions and give direction for interpreting the development of his ideas.
Although Ernest Becker's life and career were cut short, his major writings have remained continually in print and have captured the interest of subsequent generations of readers. The Ernest Becker Reader makes available for the first time in one volume much of Becker's early work and thus places his later work in proper context. It is a major contribution to the ongoing interest in Becker's ideas.
Om denna bok
The Ernest Becker Reader är en Danskt band bok med 248 sidor på Engelska. Den utgavs 2004 av University of Washington Press.
Spara pengar – köp begagnad från Campusbokhandeln
Köp The Ernest Becker Reader 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:
9780295984704
Upplaga:
0
Utgiven:
2004-12-01
Förlag:
University of Washington Press
Sidantal:
248
$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"
>