Vi flyttar från butik till nätet - så funkar det framåt
On Xi Jinping | 0:e upplagan
- Danskt band, Engelska, 2025
- Författare: Kevin Rudd
- Betyg:
376
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 authoritative account of Xi Jinping's worldview and how it drives Chinese behaviour both domestically and on the world stage.
In his new book, On Xi Jinping, former Australian Prime Minister Kevin Rudd provides an authoritative account of the ideological worldview driving Chinese behaviour both domestically and on the world stage--that of President Xi Jinping, who now hold near-total control over the Chinese Communist Party and is now, in effect, president-for-life. Rudd argues that Xi's worldview differs significantly from those of the leaders who preceded him, and that this ideological shift is reflected in the real world of Chinese policy and behaviour.
Focusing on China's domestic politics, political economy, and foreign policy, Rudd characterises Xi Jinping's ideological framing of the world as "Marxist-Leninist nationalism." According to Rudd, Xi's notion of Leninism has taken the party and Chinese politics further to the left in comparison to his predecessors. Also, his Marxism has also taken Chinese economic thinking to the left-in a more decisively more statist direction and away from the historical dynamism of the private sector. However, Chinese nationalism under Xi has moved further to the right- towards a much, harder-edged, foreign policy vision of China and a new determination to change the international status quo. Xi's worldview is an integrated one, where his national ideological vision for China's future is ultimately inseparable from his view on China's position in the region and the world. These changes in worldview are also reflected in Xi's broader rehabilitation of the concept of "struggle" as a legitimate concept for the conduct of both Chinese domestic and foreign policy--a struggle that need not necessarily always be peaceful.
Finally, Xi's ideological worldview also exhibits a new level of nationalist self-confidence about China's future--derived from China's historical and civilizational strengths but reinforced by his Marxist-Leninist concept of historical determinism and the belief that the tides of history are now on firmly China's side. A powerful analysis of the worldview of arguably the most consequential world leader of our era, this will be essential reading for anyone interested in how Xi is transforming both China and the international order, and, most importantly, why?
In his new book, On Xi Jinping, former Australian Prime Minister Kevin Rudd provides an authoritative account of the ideological worldview driving Chinese behaviour both domestically and on the world stage--that of President Xi Jinping, who now hold near-total control over the Chinese Communist Party and is now, in effect, president-for-life. Rudd argues that Xi's worldview differs significantly from those of the leaders who preceded him, and that this ideological shift is reflected in the real world of Chinese policy and behaviour.
Focusing on China's domestic politics, political economy, and foreign policy, Rudd characterises Xi Jinping's ideological framing of the world as "Marxist-Leninist nationalism." According to Rudd, Xi's notion of Leninism has taken the party and Chinese politics further to the left in comparison to his predecessors. Also, his Marxism has also taken Chinese economic thinking to the left-in a more decisively more statist direction and away from the historical dynamism of the private sector. However, Chinese nationalism under Xi has moved further to the right- towards a much, harder-edged, foreign policy vision of China and a new determination to change the international status quo. Xi's worldview is an integrated one, where his national ideological vision for China's future is ultimately inseparable from his view on China's position in the region and the world. These changes in worldview are also reflected in Xi's broader rehabilitation of the concept of "struggle" as a legitimate concept for the conduct of both Chinese domestic and foreign policy--a struggle that need not necessarily always be peaceful.
Finally, Xi's ideological worldview also exhibits a new level of nationalist self-confidence about China's future--derived from China's historical and civilizational strengths but reinforced by his Marxist-Leninist concept of historical determinism and the belief that the tides of history are now on firmly China's side. A powerful analysis of the worldview of arguably the most consequential world leader of our era, this will be essential reading for anyone interested in how Xi is transforming both China and the international order, and, most importantly, why?
Om denna bok
On Xi Jinping av Kevin Rudd är en Danskt band bok med 624 sidor på Engelska. Den utgavs 2025 av Oxford University Press.
Spara pengar – köp begagnad från Campusbokhandeln
Köp On Xi Jinping 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:
9780197766033
Upplaga:
0
Utgiven:
2025-01-23
Förlag:
Oxford University Press
Sidantal:
624
$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"
>