Vi flyttar från butik till nätet - så funkar det framåt
Magna Carta | 0:e upplagan
- Danskt band, Engelska, 2015
- Författare: David Carpenter
- Betyg:
138
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
'David Carpenter deserves to replace Sir James Holt as the standard authority, and an unfailingly readable one too.' Ferdinand Mount, TLS
'An invaluable new commentary' Jill Leopore, New Yorker
With a new commentary by David Carpenter
"No free man shall be seized or imprisoned, or stripped of his rights or possessions, or outlawed or exiled, or deprived of his standing in any other way, nor will we proceed with force against him, or send others to do so, except by the lawful judgment of his equals or by the law of the land."
Magna Carta, forced on King John in 1215 by rebellion, is one of the most famous documents in world history. It asserts a fundamental principle: that the ruler is subject to the law. Alongside a new text and translation of the Charter, David Carpenter's commentary draws on new discoveries to give an entirely fresh account of Magna Carta's text, origins, survival and enforcement, showing how it quickly gained a central place in English political life. It also uses Magna Carta as a lens through which to view thirteenth-century society, focusing on women and peasants as well as barons and knights. The book is a landmark in Magna Carta studies.
2015 is the 800th anniversary of Magna Carta's creation - an event which will be marked with exhibitions, commemorations and debates in all the countries over whose constitutions and legal assumptions the shadow of Magna Carta hangs.
'An invaluable new commentary' Jill Leopore, New Yorker
With a new commentary by David Carpenter
"No free man shall be seized or imprisoned, or stripped of his rights or possessions, or outlawed or exiled, or deprived of his standing in any other way, nor will we proceed with force against him, or send others to do so, except by the lawful judgment of his equals or by the law of the land."
Magna Carta, forced on King John in 1215 by rebellion, is one of the most famous documents in world history. It asserts a fundamental principle: that the ruler is subject to the law. Alongside a new text and translation of the Charter, David Carpenter's commentary draws on new discoveries to give an entirely fresh account of Magna Carta's text, origins, survival and enforcement, showing how it quickly gained a central place in English political life. It also uses Magna Carta as a lens through which to view thirteenth-century society, focusing on women and peasants as well as barons and knights. The book is a landmark in Magna Carta studies.
2015 is the 800th anniversary of Magna Carta's creation - an event which will be marked with exhibitions, commemorations and debates in all the countries over whose constitutions and legal assumptions the shadow of Magna Carta hangs.
Om denna bok
Magna Carta av David Carpenter är en Danskt band bok med 624 sidor på Engelska. Den utgavs 2015.
Spara pengar – köp begagnad från Campusbokhandeln
Köp Magna Carta 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:
9780241953372
Upplaga:
0
Utgiven:
2015-01-01
Förlag:
Okänt
Sidantal:
624
$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"
>