Vi flyttar från butik till nätet - så funkar det framåt
The Incarcerations | 0:e upplagan
- Danskt band, Engelska, 2024
- Författare: Alpa Shah
- Betyg:
356
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
A FINALIST FOR THE ORWELL PRIZE
A FINALIST FOR THE MOORE PRIZE
A NEW STATESMAN BEST BOOK OF THE YEAR
'A gripping and rigorous crime story about the murder of a once thriving democracy, exposing an arsenal of lethal weapons, some wielded on the streets, others in the courts and press' NAOMI KLEIN
‘Essential reading' YANIS VAROUFAKIS
The world’s largest democracy is facing the greatest challenge since the end of British colonial rule in 1947.
The Incarcerations pulls back the curtain on Indian democracy to tell the remarkable and chilling story of the Bhima Koregaon case, in which 16 human rights defenders (the BK-16) – professors, lawyers, journalists, poets – have been imprisoned, without credible evidence and without trial, as Maoist terrorists.
Alpa Shah unravels how these alleged terrorists were charged with inciting violence at a public commemoration in 2018, accused of waging a war against the Indian state, and plotting to kill the Indian Prime Minister, Narendra Modi. Expertly leading us through the case, Shah exposes some of the world’s most shocking revelations of cyber warfare research, which show not only hacking of emails and mobile phones of the BK-16, but also implantation of the electronic evidence that was used to incarcerate them. Through the life histories of the BK-16, Shah dives deep into the issues they fought for and tells the story of India’s three main minorities – Adivasi, Dalits and Muslims – and what the search for democracy entails for them.
Essential and urgent, The Incarcerations reveals how this case is a bellwether for the collapse of democracy in India, as for the first time in the nation’s history there is a multi-pronged, coordinated attack on key defenders of various pillars of democracy. In so doing, Shah shows that democracy today must be not only about protecting freedom of expression and democratic institutions, but also about supporting and safeguarding the social movements that question our global inequalities.
‘A chilling, meticulously documented account of the arrest and ongoing trial of some of India’s most exceptional citizens. The Incarcerations shows us that the BK-16 pose a danger to the current Hindu Nationalist regime not for what they have done, but for daring to have a different dream about what kind of country India should be. Alpa Shah’s book is about the criminalisation and incarceration of dissent itself. It does us a great service’ Arundhati Roy
A FINALIST FOR THE MOORE PRIZE
A NEW STATESMAN BEST BOOK OF THE YEAR
'A gripping and rigorous crime story about the murder of a once thriving democracy, exposing an arsenal of lethal weapons, some wielded on the streets, others in the courts and press' NAOMI KLEIN
‘Essential reading' YANIS VAROUFAKIS
The world’s largest democracy is facing the greatest challenge since the end of British colonial rule in 1947.
The Incarcerations pulls back the curtain on Indian democracy to tell the remarkable and chilling story of the Bhima Koregaon case, in which 16 human rights defenders (the BK-16) – professors, lawyers, journalists, poets – have been imprisoned, without credible evidence and without trial, as Maoist terrorists.
Alpa Shah unravels how these alleged terrorists were charged with inciting violence at a public commemoration in 2018, accused of waging a war against the Indian state, and plotting to kill the Indian Prime Minister, Narendra Modi. Expertly leading us through the case, Shah exposes some of the world’s most shocking revelations of cyber warfare research, which show not only hacking of emails and mobile phones of the BK-16, but also implantation of the electronic evidence that was used to incarcerate them. Through the life histories of the BK-16, Shah dives deep into the issues they fought for and tells the story of India’s three main minorities – Adivasi, Dalits and Muslims – and what the search for democracy entails for them.
Essential and urgent, The Incarcerations reveals how this case is a bellwether for the collapse of democracy in India, as for the first time in the nation’s history there is a multi-pronged, coordinated attack on key defenders of various pillars of democracy. In so doing, Shah shows that democracy today must be not only about protecting freedom of expression and democratic institutions, but also about supporting and safeguarding the social movements that question our global inequalities.
‘A chilling, meticulously documented account of the arrest and ongoing trial of some of India’s most exceptional citizens. The Incarcerations shows us that the BK-16 pose a danger to the current Hindu Nationalist regime not for what they have done, but for daring to have a different dream about what kind of country India should be. Alpa Shah’s book is about the criminalisation and incarceration of dissent itself. It does us a great service’ Arundhati Roy
Om denna bok
The Incarcerations av Alpa Shah är en Danskt band bok med 672 sidor på Engelska. Den utgavs 2024 av Gardners Books.
Spara pengar – köp begagnad från Campusbokhandeln
Köp The Incarcerations 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:
9780008518806
Upplaga:
0
Utgiven:
2024-03-14
Förlag:
Gardners Books
Sidantal:
672
$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"
>