Vi flyttar från butik till nätet - så funkar det framåt
History As Propaganda | 0:e upplagan
- Danskt band, Engelska, 2004
- Författare: John Powers
- Betyg:
669
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
Despite Chinese efforts to stop foreign countries from granting him visas, the Dalai Lama has become one of the most recognizable and best loved people on the planet, drawing enormous crowds wherever he goes. By contrast, China's charismatically-challenged leaders attract crowds of protestors waving Tibetan flags and shouting "Free Tibet!" whenever they visit foreign countries.
By now most Westerners probably think they understand the political situation in Tibet. But, John Powers argues, most Western scholars of Tibet evince a bias in favor of one side or the other in this continuing struggle. Some of the most emotionally charged rhetoric, says Powers, is found in studies of Tibetan history. History is viewed by both sides as crucial to their claims, and both invest a great deal of energy in producing works that purport to tell the "truth" about Tibet's past. Powers shows that the two sides' views are mutually incompatible and that both sides sincerely believe what they say. Both are operating within a particular psychological context in which certain assumptions guide their inquiry and predetermine their conclusions. Both are so thoroughly convinced of the utter rightness of their paradigms that they cannot even imagine that someone might sincerely hold the opposing view, and so they accuse their opponents of deliberately lying and covering up the "facts" and the "truth." Both reflect the vastly different cultural myths of the societies that produced them. Chinese sources begin with the notion that China is at the center of the world and is the only civilized society, with a mandate to rule over all other countries. Tibetan records are thoroughly infused with Buddhist imagery and presuppositions, and the underlying narrative is the diffusion and glorification of religion.
Powers examines works on Tibetan history by Tibetan and Chinese authors that have been produced in English for Western consumption. He finds some of their claims absurd, others highly implausible, some humorous in an unintended way. Both narratives are fraught with internal contradictions and inconsistencies. And even the most ridiculous notions, Powers notes, are often reflected in works by contemporary Western academics. Powers's impartial examination of the competing narratives will help us to better understand the issues involved in debates about Tibetan history-why apparently arcane vestiges of the past are so important to both Tibetan and Chinese nationalist narratives.
By now most Westerners probably think they understand the political situation in Tibet. But, John Powers argues, most Western scholars of Tibet evince a bias in favor of one side or the other in this continuing struggle. Some of the most emotionally charged rhetoric, says Powers, is found in studies of Tibetan history. History is viewed by both sides as crucial to their claims, and both invest a great deal of energy in producing works that purport to tell the "truth" about Tibet's past. Powers shows that the two sides' views are mutually incompatible and that both sides sincerely believe what they say. Both are operating within a particular psychological context in which certain assumptions guide their inquiry and predetermine their conclusions. Both are so thoroughly convinced of the utter rightness of their paradigms that they cannot even imagine that someone might sincerely hold the opposing view, and so they accuse their opponents of deliberately lying and covering up the "facts" and the "truth." Both reflect the vastly different cultural myths of the societies that produced them. Chinese sources begin with the notion that China is at the center of the world and is the only civilized society, with a mandate to rule over all other countries. Tibetan records are thoroughly infused with Buddhist imagery and presuppositions, and the underlying narrative is the diffusion and glorification of religion.
Powers examines works on Tibetan history by Tibetan and Chinese authors that have been produced in English for Western consumption. He finds some of their claims absurd, others highly implausible, some humorous in an unintended way. Both narratives are fraught with internal contradictions and inconsistencies. And even the most ridiculous notions, Powers notes, are often reflected in works by contemporary Western academics. Powers's impartial examination of the competing narratives will help us to better understand the issues involved in debates about Tibetan history-why apparently arcane vestiges of the past are so important to both Tibetan and Chinese nationalist narratives.
Om denna bok
History As Propaganda av John Powers är en Danskt band bok med 224 sidor på Engelska. Den utgavs 2004 av Oxford University Press.
Spara pengar – köp begagnad från Campusbokhandeln
Köp History As Propaganda 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:
9780195174267
Upplaga:
0
Utgiven:
2004-10-28
Förlag:
Oxford University Press
Sidantal:
224
$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"
>