Vi flyttar från butik till nätet - så funkar det framåt
The Fire Is upon Us | 0:e upplagan
- Danskt band, Engelska, 2019
- Författare: Nicholas Buccola
- Betyg:
346
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
"A great read."—Whoopi Goldberg, The View
How the clash between the civil rights firebrand and the father of modern conservatism continues to illuminate America's racial divide
On February 18, 1965, an overflowing crowd packed the Cambridge Union in Cambridge, England, to witness a historic televised debate between James Baldwin, the leading literary voice of the civil rights movement, and William F. Buckley Jr., a fierce critic of the movement and America's most influential conservative intellectual. The topic was "the American dream is at the expense of the American Negro," and no one who has seen the debate can soon forget it. Nicholas Buccola's The Fire Is upon Us is the first book to tell the full story of the event, the radically different paths that led Baldwin and Buckley to it, the controversies that followed, and how the debate and the decades-long clash between the men continues to illuminate America's racial divide today.
Born in New York City only fifteen months apart, the Harlem-raised Baldwin and the privileged Buckley could not have been more different, but they both rose to the height of American intellectual life during the civil rights movement. By the time they met in Cambridge, Buckley was determined to sound the alarm about a man he considered an "eloquent menace." For his part, Baldwin viewed Buckley as a deluded reactionary whose popularity revealed the sickness of the American soul. The stage was set for an epic confrontation that pitted Baldwin's call for a moral revolution in race relations against Buckley's unabashed elitism and implicit commitment to white supremacy.
A remarkable story of race and the American dream, The Fire Is upon Us reveals the deep roots and lasting legacy of a conflict that continues to haunt our politics.
How the clash between the civil rights firebrand and the father of modern conservatism continues to illuminate America's racial divide
On February 18, 1965, an overflowing crowd packed the Cambridge Union in Cambridge, England, to witness a historic televised debate between James Baldwin, the leading literary voice of the civil rights movement, and William F. Buckley Jr., a fierce critic of the movement and America's most influential conservative intellectual. The topic was "the American dream is at the expense of the American Negro," and no one who has seen the debate can soon forget it. Nicholas Buccola's The Fire Is upon Us is the first book to tell the full story of the event, the radically different paths that led Baldwin and Buckley to it, the controversies that followed, and how the debate and the decades-long clash between the men continues to illuminate America's racial divide today.
Born in New York City only fifteen months apart, the Harlem-raised Baldwin and the privileged Buckley could not have been more different, but they both rose to the height of American intellectual life during the civil rights movement. By the time they met in Cambridge, Buckley was determined to sound the alarm about a man he considered an "eloquent menace." For his part, Baldwin viewed Buckley as a deluded reactionary whose popularity revealed the sickness of the American soul. The stage was set for an epic confrontation that pitted Baldwin's call for a moral revolution in race relations against Buckley's unabashed elitism and implicit commitment to white supremacy.
A remarkable story of race and the American dream, The Fire Is upon Us reveals the deep roots and lasting legacy of a conflict that continues to haunt our politics.
Om denna bok
The Fire Is upon Us av Nicholas Buccola är en Danskt band bok med 496 sidor på Engelska. Den utgavs 2019 av John Wiley And Sons Ltd.
Spara pengar – köp begagnad från Campusbokhandeln
Köp The Fire Is upon Us 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:
Historia & arkeologi
Bandtyp:
Danskt band
Språk:
Engelska
ISBN:
9780691181547
Upplaga:
0
Utgiven:
2019-10-01
Förlag:
John Wiley And Sons Ltd
Sidantal:
496
$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"
>