Vi flyttar från butik till nätet - så funkar det framåt
The Age of Questions | 0:e upplagan
- Danskt band, Engelska, 2018
- Författare: Holly Case
- Betyg:
504
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 groundbreaking history of the Big Questions that dominated the nineteenth century
In the early nineteenth century, a new age began: the age of questions. In the Eastern and Belgian questions, as much as in the slavery, worker, social, woman, and Jewish questions, contemporaries saw not interrogatives to be answered but problems to be solved. Alexis de Tocqueville, Victor Hugo, Karl Marx, Frederick Douglass, Fyodor Dostoevsky, Rosa Luxemburg, and Adolf Hitler were among the many who put their pens to the task. The Age of Questions asks how the question form arose, what trajectory it followed, and why it provoked such feverish excitement for over a century. Was there a family resemblance between questions? Have they disappeared, or are they on the rise again in our time?
In this pioneering book, Holly Case undertakes a stunningly original analysis, presenting, chapter by chapter, seven distinct arguments and frameworks for understanding the age. She considers whether it was marked by a progressive quest for emancipation (of women, slaves, Jews, laborers, and others); a steady, inexorable march toward genocide and the "Final Solution"; or a movement toward federation and the dissolution of boundaries. Or was it simply a farce, a false frenzy dreamed up by publicists eager to sell subscriptions? As the arguments clash, patterns emerge and sharpen until the age reveals its full and peculiar nature.
Turning convention on its head with meticulous and astonishingly broad scholarship, The Age of Questions illuminates how patterns of thinking move history.
In the early nineteenth century, a new age began: the age of questions. In the Eastern and Belgian questions, as much as in the slavery, worker, social, woman, and Jewish questions, contemporaries saw not interrogatives to be answered but problems to be solved. Alexis de Tocqueville, Victor Hugo, Karl Marx, Frederick Douglass, Fyodor Dostoevsky, Rosa Luxemburg, and Adolf Hitler were among the many who put their pens to the task. The Age of Questions asks how the question form arose, what trajectory it followed, and why it provoked such feverish excitement for over a century. Was there a family resemblance between questions? Have they disappeared, or are they on the rise again in our time?
In this pioneering book, Holly Case undertakes a stunningly original analysis, presenting, chapter by chapter, seven distinct arguments and frameworks for understanding the age. She considers whether it was marked by a progressive quest for emancipation (of women, slaves, Jews, laborers, and others); a steady, inexorable march toward genocide and the "Final Solution"; or a movement toward federation and the dissolution of boundaries. Or was it simply a farce, a false frenzy dreamed up by publicists eager to sell subscriptions? As the arguments clash, patterns emerge and sharpen until the age reveals its full and peculiar nature.
Turning convention on its head with meticulous and astonishingly broad scholarship, The Age of Questions illuminates how patterns of thinking move history.
Om denna bok
The Age of Questions av Holly Case är en Danskt band bok med 360 sidor på Engelska. Den utgavs 2018 av John Wiley And Sons Ltd.
Spara pengar – köp begagnad från Campusbokhandeln
Köp The Age of Questions 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:
9780691131153
Upplaga:
0
Utgiven:
2018-07-10
Förlag:
John Wiley And Sons Ltd
Sidantal:
360
$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"
>