Vi flyttar från butik till nätet - så funkar det framåt
Fieldwork in Familiar Places | 0:e upplagan
- Danskt band, Engelska, 2002
- Författare: Michele M. Moody-Adams
- Betyg:
514
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
The persistence of deep moral disagreements—across cultures as well as within them—has created widespread skepticism about the objectivity of morality. Moral relativism, moral pessimism, and the denigration of ethics in comparison with science are the results. Fieldwork in Familiar Places challenges the misconceptions about morality, culture, and objectivity that support these skepticisms, to show that we can take moral disagreement seriously and yet retain our aspirations for moral objectivity.
Michele Moody-Adams critically scrutinizes the anthropological evidence commonly used to support moral relativism. Drawing on extensive knowledge of the relevant anthropological literature, she dismantles the mystical conceptions of “culture” that underwrite relativism. She demonstrates that cultures are not hermetically sealed from each other, but are rather the product of eclectic mixtures and borrowings rich with contradictions and possibilities for change. The internal complexity of cultures is not only crucial for cultural survival, but will always thwart relativist efforts to confine moral judgments to a single culture. Fieldwork in Familiar Places will forever change the way we think about relativism: anthropologists, psychologists, historians, and philosophers alike will be forced to reconsider many of their theoretical presuppositions.
Moody-Adams also challenges the notion that ethics is methodologically deficient because it does not meet standards set by natural science. She contends that ethics is an interpretive enterprise, not a failed naturalistic one: genuine ethical inquiry, including philosophical ethics, is a species of interpretive ethnography. We have reason for moral optimism, Moody-Adams argues. Even the most serious moral disagreements take place against a background of moral agreement, and thus genuine ethical inquiry will be fieldwork in familiar places. Philosophers can contribute to this enterprise, she believes, if they return to a Socratic conception of themselves as members of a rich and complex community of moral inquirers.
Michele Moody-Adams critically scrutinizes the anthropological evidence commonly used to support moral relativism. Drawing on extensive knowledge of the relevant anthropological literature, she dismantles the mystical conceptions of “culture” that underwrite relativism. She demonstrates that cultures are not hermetically sealed from each other, but are rather the product of eclectic mixtures and borrowings rich with contradictions and possibilities for change. The internal complexity of cultures is not only crucial for cultural survival, but will always thwart relativist efforts to confine moral judgments to a single culture. Fieldwork in Familiar Places will forever change the way we think about relativism: anthropologists, psychologists, historians, and philosophers alike will be forced to reconsider many of their theoretical presuppositions.
Moody-Adams also challenges the notion that ethics is methodologically deficient because it does not meet standards set by natural science. She contends that ethics is an interpretive enterprise, not a failed naturalistic one: genuine ethical inquiry, including philosophical ethics, is a species of interpretive ethnography. We have reason for moral optimism, Moody-Adams argues. Even the most serious moral disagreements take place against a background of moral agreement, and thus genuine ethical inquiry will be fieldwork in familiar places. Philosophers can contribute to this enterprise, she believes, if they return to a Socratic conception of themselves as members of a rich and complex community of moral inquirers.
Om denna bok
Fieldwork in Familiar Places av Michele M. Moody-Adams är en Danskt band bok med 272 sidor på Engelska. Den utgavs 2002 av Harvard University Press.
Spara pengar – köp begagnad från Campusbokhandeln
Köp Fieldwork in Familiar Places 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:
9780674007949
Upplaga:
0
Utgiven:
2002-05-31
Förlag:
Harvard University Press
Sidantal:
272
$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"
>