Vi flyttar från butik till nätet - så funkar det framåt
Hirohito and the Making of Modern Japan | 0:e upplagan
- Danskt band, Engelska, 2016
- Författare: Herbert P. Bix
- Betyg:
213
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
Winner of the Pulitzer Prize
“A startling work -- awesomely ambitious, faultlessly researched, daring in its thesis, and profound in its implications." — Business Week
"Magnificent. . . . everything a political biography should be." — Richmond Times-Dispatch
This rich and powerful biography is now given fresh relevance with a new introduction by the author that explores how Hirohito’s legacy persists in Japan to this day, and how US foreign policy in the region in the last ten years is informed by our troubled past with Japan and with Hirohito as a ruler specifically.
Trained since childhood to lead his nation as a living deity, Japan’s Emperor Hirohito cultivated the image of a reluctant, detached monarch, a façade which masked a fierce cunning and powerful ambition. Historian Herbert P. Bix has unearned hundreds of previously untapped documents including the unpublished letters and diaries of Hirohito’s royal court, tracing the key events of his sixty-three-year reign (1926 – 1989), and shedding light on his uniquely active yet self-effacing stewardship. Debunking the common image of Hirohito as a pawn in the hands of the military, Bix exposes the emperor’s personal involvement in every stage of the Pacific War. With rare insight, he shows how Hirohito avoided punishment for his nation’s defeat and how the Japanese people have struggled to come to terms with this dark chapter in their history.
“A startling work -- awesomely ambitious, faultlessly researched, daring in its thesis, and profound in its implications." — Business Week
"Magnificent. . . . everything a political biography should be." — Richmond Times-Dispatch
This rich and powerful biography is now given fresh relevance with a new introduction by the author that explores how Hirohito’s legacy persists in Japan to this day, and how US foreign policy in the region in the last ten years is informed by our troubled past with Japan and with Hirohito as a ruler specifically.
Trained since childhood to lead his nation as a living deity, Japan’s Emperor Hirohito cultivated the image of a reluctant, detached monarch, a façade which masked a fierce cunning and powerful ambition. Historian Herbert P. Bix has unearned hundreds of previously untapped documents including the unpublished letters and diaries of Hirohito’s royal court, tracing the key events of his sixty-three-year reign (1926 – 1989), and shedding light on his uniquely active yet self-effacing stewardship. Debunking the common image of Hirohito as a pawn in the hands of the military, Bix exposes the emperor’s personal involvement in every stage of the Pacific War. With rare insight, he shows how Hirohito avoided punishment for his nation’s defeat and how the Japanese people have struggled to come to terms with this dark chapter in their history.
Om denna bok
Hirohito and the Making of Modern Japan av Herbert P. Bix är en Danskt band bok med 880 sidor på Engelska. Den utgavs 2016 av Gardners Books.
Spara pengar – köp begagnad från Campusbokhandeln
Köp Hirohito and the Making of Modern Japan 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:
9780062560513
Upplaga:
0
Utgiven:
2016-09-27
Förlag:
Gardners Books
Sidantal:
880
$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"
>