Vi flyttar från butik till nätet - så funkar det framåt
The Red Emperor | 0:e upplagan
- Danskt band, Engelska, 2024
- Författare: Michael Sheridan
- Betyg:
302
kr
Skickas inom 0-2 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
'Michael Sheridan is one of the best informed and wisest writers on China' - Chris Patten, last governor of Hong Kong
The Red Emperor presents an eye-opening portrait of Xi Jinping, the man who presides over 1.4 billion people and the second largest economy on earth. Born a 'princeling' to one of Communist China's ruling families, the young Xi was exiled to the countryside during the Cultural Revolution. He fought his way back to the top by stealth, privilege and guile. In 2012, following the spectacular fall of his rival Bo Xilai, Xi Jinping became the leader of China.
In a compulsively readable narrative, veteran foreign correspondent Michael Sheridan takes the reader from the poor, isolated country of Xi's youth to the military and economic superpower of today. In Xi's new China, family mafias struggle for power amid murder, corruption and sex scandals as ministers and generals vanish in purges. No one is safe in his techno-security state. Xi is an absolute ruler whose word is law on everything from war and peace to the ruthless campaign against Covid-19. He aims to dominate world trade, to defeat Western democracy and to make China the supreme power in the East. A loner and a risk-taker, he is the most consequential leader of our time.
Drawing on intimate stories from the closed world of China's leading families and two decades of first-hand reporting, Michael Sheridan sheds new light on the history and politics of China. The book reveals that behind the façade of the Chinese Communist Party there is a modern dynasty and a new emperor.
The Red Emperor presents an eye-opening portrait of Xi Jinping, the man who presides over 1.4 billion people and the second largest economy on earth. Born a 'princeling' to one of Communist China's ruling families, the young Xi was exiled to the countryside during the Cultural Revolution. He fought his way back to the top by stealth, privilege and guile. In 2012, following the spectacular fall of his rival Bo Xilai, Xi Jinping became the leader of China.
In a compulsively readable narrative, veteran foreign correspondent Michael Sheridan takes the reader from the poor, isolated country of Xi's youth to the military and economic superpower of today. In Xi's new China, family mafias struggle for power amid murder, corruption and sex scandals as ministers and generals vanish in purges. No one is safe in his techno-security state. Xi is an absolute ruler whose word is law on everything from war and peace to the ruthless campaign against Covid-19. He aims to dominate world trade, to defeat Western democracy and to make China the supreme power in the East. A loner and a risk-taker, he is the most consequential leader of our time.
Drawing on intimate stories from the closed world of China's leading families and two decades of first-hand reporting, Michael Sheridan sheds new light on the history and politics of China. The book reveals that behind the façade of the Chinese Communist Party there is a modern dynasty and a new emperor.
Om denna bok
The Red Emperor av Michael Sheridan är en Danskt band bok med 368 sidor på Engelska. Den utgavs 2024 av Gardners Books.
Spara pengar – köp begagnad från Campusbokhandeln
Köp The Red Emperor 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:
9781035413478
Upplaga:
0
Utgiven:
2024-08-29
Förlag:
Gardners Books
Sidantal:
368
$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"
>