Vi flyttar från butik till nätet - så funkar det framåt
France in the Enlightenment | 0:e upplagan
- Danskt band, Engelska, 2000
- Författare: Daniel Roche
- 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"
>
Fler utgåvor
Beskrivning
A panorama of a whole civilization, a world on the verge of cataclysm, unfolds in this magisterial work by the foremost historian of eighteenth-century France. Since Tocqueville’s account of the Old Regime, historians have struggled to understand the social, cultural, and political intricacies of this efflorescence of French society before the Revolution. France in the Enlightenment is a brilliant addition to this historical interest.
France in the Enlightenment brings the Old Regime to life by showing how its institutions operated and how they were understood by the people who worked within them. Daniel Roche begins with a map of space and time, depicting France as a mosaic of overlapping geographical units, with people and goods traversing it to the rhythms of everyday life. He fills this frame with the patterns of rural life, urban culture, and government institutions. Here as never before we see the eighteenth-century French “culture of appearances”: the organization of social life, the diffusion of ideas, the accoutrements of ordinary people in the folkways of ordinary living—their food and clothing, living quarters, reading material. Roche shows us the eighteenth-century France of the peasant, the merchant, the noble, the King, from Paris to the provinces, from the public space to the private home.
By placing politics and material culture at the heart of historical change, Roche captures the complexity and depth of the Enlightenment. From the finest detail to the widest view, from the isolated event to the sweeping trend, his masterly book offers an unparalleled picture of a society in motion, flush with the transformation that will be its own demise.
France in the Enlightenment brings the Old Regime to life by showing how its institutions operated and how they were understood by the people who worked within them. Daniel Roche begins with a map of space and time, depicting France as a mosaic of overlapping geographical units, with people and goods traversing it to the rhythms of everyday life. He fills this frame with the patterns of rural life, urban culture, and government institutions. Here as never before we see the eighteenth-century French “culture of appearances”: the organization of social life, the diffusion of ideas, the accoutrements of ordinary people in the folkways of ordinary living—their food and clothing, living quarters, reading material. Roche shows us the eighteenth-century France of the peasant, the merchant, the noble, the King, from Paris to the provinces, from the public space to the private home.
By placing politics and material culture at the heart of historical change, Roche captures the complexity and depth of the Enlightenment. From the finest detail to the widest view, from the isolated event to the sweeping trend, his masterly book offers an unparalleled picture of a society in motion, flush with the transformation that will be its own demise.
Om denna bok
France in the Enlightenment av Daniel Roche är en Danskt band bok med 736 sidor på Engelska. Den utgavs 2000 av Harvard University Press.
Spara pengar – köp begagnad från Campusbokhandeln
Köp France in the Enlightenment 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:
9780674001992
Upplaga:
0
Utgiven:
2000-04-10
Förlag:
Harvard University Press
Sidantal:
736
$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"
>