Vi flyttar från butik till nätet - så funkar det framåt
Open Season | 0:e upplagan
- Häftad, Engelska, 2024
- Författare: Ben Crump
- 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
Genocide—the intent to destroy in whole or in part, a group of people.
TIME's 42 Most Anticipated Books of Fall 2019
Book Riot's 50 of the Best Books to Read This Fall
As seen on CBS This Morning, award-winning attorney Ben Crump exposes a heinous truth in Open Season: Whether with a bullet or a lengthy prison sentence, America is killing black people and justifying it legally. While some deaths make headlines, most are personal tragedies suffered within families and communities. Worse, these killings are done one person at a time, so as not to raise alarm. While it is much more difficult to justify killing many people at once, in dramatic fashion, the result is the same—genocide.
Taking on such high-profile cases as George Floyd, Ahmaud Arbery, Breonna Taylor, Trayvon Martin, Michael Brown, and a host of others, Crump witnessed the disparities within the American legal system firsthand and learned it is dangerous to be a black man in America—and that the justice system indeed only protects wealthy white men.
In this enlightening and enthralling work, he shows that there is a persistent, prevailing, and destructive mindset regarding colored people that is rooted in our history as a slaveowning nation. This biased attitude has given rise to mass incarceration, voter disenfranchisement, unequal educational opportunities, disparate health care practices, job and housing discrimination, police brutality, and an unequal justice system. And all mask the silent and ongoing systematic killing of people of color.
Open Season is more than Crump’s incredible mission to preserve justice, it is a call to action for Americans to begin living up to the promise to protect the rights of its citizens equally and without question.
TIME's 42 Most Anticipated Books of Fall 2019
Book Riot's 50 of the Best Books to Read This Fall
As seen on CBS This Morning, award-winning attorney Ben Crump exposes a heinous truth in Open Season: Whether with a bullet or a lengthy prison sentence, America is killing black people and justifying it legally. While some deaths make headlines, most are personal tragedies suffered within families and communities. Worse, these killings are done one person at a time, so as not to raise alarm. While it is much more difficult to justify killing many people at once, in dramatic fashion, the result is the same—genocide.
Taking on such high-profile cases as George Floyd, Ahmaud Arbery, Breonna Taylor, Trayvon Martin, Michael Brown, and a host of others, Crump witnessed the disparities within the American legal system firsthand and learned it is dangerous to be a black man in America—and that the justice system indeed only protects wealthy white men.
In this enlightening and enthralling work, he shows that there is a persistent, prevailing, and destructive mindset regarding colored people that is rooted in our history as a slaveowning nation. This biased attitude has given rise to mass incarceration, voter disenfranchisement, unequal educational opportunities, disparate health care practices, job and housing discrimination, police brutality, and an unequal justice system. And all mask the silent and ongoing systematic killing of people of color.
Open Season is more than Crump’s incredible mission to preserve justice, it is a call to action for Americans to begin living up to the promise to protect the rights of its citizens equally and without question.
Om denna bok
Open Season av Ben Crump är en Häftad bok på Engelska. Den utgavs 2024 av Gardners Books.
Spara pengar – köp begagnad från Campusbokhandeln
Köp Open Season 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:
Biografier
Bandtyp:
Häftad
Språk:
Engelska
ISBN:
9780062375100
Upplaga:
0
Utgiven:
2024-03-14
Förlag:
Gardners Books
Sidantal:
$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"
>