Vi flyttar från butik till nätet - så funkar det framåt
The Emotional Construction of Morals | 0:e upplagan
- Danskt band, Engelska, 2009
- Författare: Jesse Prinz
- Betyg:
431
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
Jesse Prinz argues that recent work in philosophy, neuroscience, and anthropology supports two radical hypotheses about the nature of morality: moral values are based on emotional responses, and these emotional responses are inculcated by culture, not hard-wired through natural selection.
In the first half of the book, Jesse Prinz defends the hypothesis that morality has an emotional foundation. Evidence from brain imaging, social psychology, and psychopathology suggest that, when we judge something to be right or wrong, we are merely expressing our emotions. Prinz argues that these emotions do not track objective features of reality; rather, the rightness and wrongness of an act consists in the fact that people are disposed to have certain emotions towards it. In the second half of the book, he turns to a defence of moral relativism. Moral facts depend on emotional responses, and emotional responses vary from culture to culture. Prinz surveys the anthropological record to establish moral variation, and he draws on cultural history to show how attitudes toward practices such as cannibalism and marriage change over time. He also criticizes evidence from animal behaviour and child development that has been taken to support the claim that moral attitudes are hard-wired by natural selection. Prinz concludes that there is no single true morality, but he also argues that some moral values are better than others; moral progress is possible.
Throughout the book, Prinz relates his views to contemporary and historical work in philosophical ethics. His views echo themes in the writings of David Hume and Friedrich Nietzsche, but Prinz supports, extends, and revises these classic theories using the resources of cutting-edge cognitive science. The Emotional Construction of Morals will stimulate and challenge anyone who is curious about the nature and origin of moral values.
In the first half of the book, Jesse Prinz defends the hypothesis that morality has an emotional foundation. Evidence from brain imaging, social psychology, and psychopathology suggest that, when we judge something to be right or wrong, we are merely expressing our emotions. Prinz argues that these emotions do not track objective features of reality; rather, the rightness and wrongness of an act consists in the fact that people are disposed to have certain emotions towards it. In the second half of the book, he turns to a defence of moral relativism. Moral facts depend on emotional responses, and emotional responses vary from culture to culture. Prinz surveys the anthropological record to establish moral variation, and he draws on cultural history to show how attitudes toward practices such as cannibalism and marriage change over time. He also criticizes evidence from animal behaviour and child development that has been taken to support the claim that moral attitudes are hard-wired by natural selection. Prinz concludes that there is no single true morality, but he also argues that some moral values are better than others; moral progress is possible.
Throughout the book, Prinz relates his views to contemporary and historical work in philosophical ethics. His views echo themes in the writings of David Hume and Friedrich Nietzsche, but Prinz supports, extends, and revises these classic theories using the resources of cutting-edge cognitive science. The Emotional Construction of Morals will stimulate and challenge anyone who is curious about the nature and origin of moral values.
Om denna bok
The Emotional Construction of Morals av Jesse Prinz är en Danskt band bok med 348 sidor på Engelska. Den utgavs 2009 av Oxford University Press.
Spara pengar – köp begagnad från Campusbokhandeln
Köp The Emotional Construction of Morals 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:
9780199571543
Upplaga:
0
Utgiven:
2009-08-27
Förlag:
Oxford University Press
Sidantal:
348
$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"
>