Vi flyttar från butik till nätet - så funkar det framåt
A Myriad of Tongues | 0:e upplagan
- Danskt band, Engelska, 2023
- Författare: Caleb Everett
- Betyg:
303
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
"An assured guide" (New Scientist) to the relationship between the language we speak and our perception of such fundamentals of experience as time, space, color, and smells.
We tend to assume that all languages categorize ideas and objects similarly, reflecting our common human experience. But this isn’t the case. When we look closely, we find that many basic concepts are not universal, and that speakers of different languages literally see and think about the world differently.
Caleb Everett takes readers around the globe, explaining what linguistic diversity tells us about human culture, overturning conventional wisdom along the way. For instance, though it may seem that everybody refers to time in spatial terms—in English, for example, we speak of time “passing us by”—speakers of the Amazonian language Tupi Kawahib never do. In fact, Tupi Kawahib has no word for “time” at all. And while it has long been understood that languages categorize colors based on those that speakers regularly encounter, evidence suggests that the color words we have at our disposal affect how we discriminate colors themselves: a rose may not appear as rosy by any other name. What’s more, the terms available to us even determine the range of smells we can identify. European languages tend to have just a few abstract odor words, like “floral” or “stinky,” whereas Indigenous languages often have well over a dozen.
Why do some cultures talk anthropocentrically about things being to one’s “left” or “right,” while others use geocentric words like “east” and “west”? What is the connection between what we eat and the sounds we make? A Myriad of Tongues answers these and other questions, yielding profound insights into the fundamentals of human communication and experience.
We tend to assume that all languages categorize ideas and objects similarly, reflecting our common human experience. But this isn’t the case. When we look closely, we find that many basic concepts are not universal, and that speakers of different languages literally see and think about the world differently.
Caleb Everett takes readers around the globe, explaining what linguistic diversity tells us about human culture, overturning conventional wisdom along the way. For instance, though it may seem that everybody refers to time in spatial terms—in English, for example, we speak of time “passing us by”—speakers of the Amazonian language Tupi Kawahib never do. In fact, Tupi Kawahib has no word for “time” at all. And while it has long been understood that languages categorize colors based on those that speakers regularly encounter, evidence suggests that the color words we have at our disposal affect how we discriminate colors themselves: a rose may not appear as rosy by any other name. What’s more, the terms available to us even determine the range of smells we can identify. European languages tend to have just a few abstract odor words, like “floral” or “stinky,” whereas Indigenous languages often have well over a dozen.
Why do some cultures talk anthropocentrically about things being to one’s “left” or “right,” while others use geocentric words like “east” and “west”? What is the connection between what we eat and the sounds we make? A Myriad of Tongues answers these and other questions, yielding profound insights into the fundamentals of human communication and experience.
Om denna bok
A Myriad of Tongues av Caleb Everett är en Danskt band bok med 288 sidor på Engelska. Den utgavs 2023 av Harvard University Press.
Spara pengar – köp begagnad från Campusbokhandeln
Köp A Myriad of Tongues 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:
9780674976580
Upplaga:
0
Utgiven:
2023-09-19
Förlag:
Harvard University Press
Sidantal:
288
$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"
>