Vi flyttar från butik till nätet - så funkar det framåt
Democracy | 0:e upplagan
- Danskt band, Engelska, 2018
- Författare: Paul Cartledge
- Betyg:
187
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
Democracy is either aspired to as a goal or cherished as a birthright by billions of people throughout the world today -- and has been been for over a century. But what does it mean? And how has its meaning changed since it was first coined in ancient Greece?
Democracy: A Life is a biography of the concept, looking at its many different manifestations and showing how it has changed over its long life, from ancient times right through to the present. For instance, how did the 'people power' of the Athenians emerge in the first place? Once it had emerged, what enabled it to survive? And how did the Athenian version of democracy differ from the many other forms that developed among the myriad cities of the Greek world?
Paul Cartledge answers all these questions and more, following the development of ancient political thinking about democracy from the sixth century BC onwards, not least the many arguments that were advanced against it over the centuries. As Cartledge shows, after a golden age in the fourth century BC, there was a long, slow degradation of the original Greek conception and practice of democracy, from the Hellenistic era, through late Republican and early Imperial Rome, down to early Byzantium in the sixth century CE.
For many centuries after that, from late Antiquity, through the Middle Ages, to the Renaissance, democracy was effectively eclipsed by other forms of government, in both theory and practice. But as we know, this was by no means the end of the story. For democracy was eventually to enjoy a re-florescence, over two thousand years after its first flowering in the ancient world: initially revived in seventeenth-century England, it was to undergo a further renaissance in the revolutionary climate of late-eighteenth-century North America and France -- and has been constantly reconstituted and reinvented ever since.
Democracy: A Life is a biography of the concept, looking at its many different manifestations and showing how it has changed over its long life, from ancient times right through to the present. For instance, how did the 'people power' of the Athenians emerge in the first place? Once it had emerged, what enabled it to survive? And how did the Athenian version of democracy differ from the many other forms that developed among the myriad cities of the Greek world?
Paul Cartledge answers all these questions and more, following the development of ancient political thinking about democracy from the sixth century BC onwards, not least the many arguments that were advanced against it over the centuries. As Cartledge shows, after a golden age in the fourth century BC, there was a long, slow degradation of the original Greek conception and practice of democracy, from the Hellenistic era, through late Republican and early Imperial Rome, down to early Byzantium in the sixth century CE.
For many centuries after that, from late Antiquity, through the Middle Ages, to the Renaissance, democracy was effectively eclipsed by other forms of government, in both theory and practice. But as we know, this was by no means the end of the story. For democracy was eventually to enjoy a re-florescence, over two thousand years after its first flowering in the ancient world: initially revived in seventeenth-century England, it was to undergo a further renaissance in the revolutionary climate of late-eighteenth-century North America and France -- and has been constantly reconstituted and reinvented ever since.
Om denna bok
Democracy av Paul Cartledge är en Danskt band bok med 416 sidor på Engelska. Den utgavs 2018 av Oxford University Press.
Spara pengar – köp begagnad från Campusbokhandeln
Köp Democracy 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:
9780198815136
Upplaga:
0
Utgiven:
2018-04-12
Förlag:
Oxford University Press
Sidantal:
416
$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"
>