Vi flyttar från butik till nätet - så funkar det framåt
Nonviolent Revolutions | 0:e upplagan
- Danskt band, Engelska, 2011
- Författare: Sharon Erickson Nepstad
- Betyg:
277
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
In the spring of 1989, Chinese workers and students captured global attention as they occupied Tiananmen Square, demanded political change, and then experienced a tragic crackdown at the hands of the Chinese army. Months later, East German civilians rose up nonviolently, bringing down the Berlin Wall and dismantling their regime. Although both movements used the tactics of civil resistance, their outcomes were different.
In Nonviolent Revolutions, Sharon Erickson Nepstad examines these two movements, along with citizen uprisings in Panama, Chile, Kenya, and the Philippines. Through a comparative approach that includes both successful and failed cases, she analyzes the effects of movements' strategies along with the counter-strategies that regimes developed to retain power. Nepstad concludes that security force defections have a significant influence on revolutionary outcomes since those regimes that maintained troop loyalty were the least likely to collapse. Through a close analysis of these cases, she explores the reasons why soldiers defect or remain loyal and the conditions that increase the likelihood of mutiny. She also examines the impact of international sanctions, arguing that they sometimes harm movements by generating new allies for authoritarian leaders or by shifting the locus of power from local civil resisters to international actors. In conclusion, Nepstad finds that the dynamics of nonviolent revolution are not adequately captured by theories that have largely been derived from studies of armed struggles.
Nonviolent Revolutions offers insights into the distinctive challenges that civil resisters face and it explores the reasons why some of these insurrectionary movements failed. As this form of struggle has increased in recent years--with the explosion of "color revolutions " in Serbia, Georgia, Ukraine, Lebanon, Kyrgyzstan and Burma--this book provides a valuable new framework for understanding civil resistance and nonviolent revolt.
In Nonviolent Revolutions, Sharon Erickson Nepstad examines these two movements, along with citizen uprisings in Panama, Chile, Kenya, and the Philippines. Through a comparative approach that includes both successful and failed cases, she analyzes the effects of movements' strategies along with the counter-strategies that regimes developed to retain power. Nepstad concludes that security force defections have a significant influence on revolutionary outcomes since those regimes that maintained troop loyalty were the least likely to collapse. Through a close analysis of these cases, she explores the reasons why soldiers defect or remain loyal and the conditions that increase the likelihood of mutiny. She also examines the impact of international sanctions, arguing that they sometimes harm movements by generating new allies for authoritarian leaders or by shifting the locus of power from local civil resisters to international actors. In conclusion, Nepstad finds that the dynamics of nonviolent revolution are not adequately captured by theories that have largely been derived from studies of armed struggles.
Nonviolent Revolutions offers insights into the distinctive challenges that civil resisters face and it explores the reasons why some of these insurrectionary movements failed. As this form of struggle has increased in recent years--with the explosion of "color revolutions " in Serbia, Georgia, Ukraine, Lebanon, Kyrgyzstan and Burma--this book provides a valuable new framework for understanding civil resistance and nonviolent revolt.
Om denna bok
Nonviolent Revolutions av Sharon Erickson Nepstad är en Danskt band bok med 200 sidor på Engelska. Den utgavs 2011 av Oxford University Press.
Spara pengar – köp begagnad från Campusbokhandeln
Köp Nonviolent Revolutions 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:
9780199778218
Upplaga:
0
Utgiven:
2011-08-04
Förlag:
Oxford University Press
Sidantal:
200
$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"
>