Vi flyttar från butik till nätet - så funkar det framåt
The Celtic Tribes | 0:e upplagan
- Danskt band, Engelska, 2024
- Författare: John Moss
- Betyg:
300
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
The people we know as the Celts were an Iron Age culture that originated in central Europe, probably around modern-day Hungary, Southern Germany and the Czech Republic, some three thousand years ago. They were groups of distinct tribal peoples who shared a common language and culture that thrived until they were confronted by an aggressive and expansionist Roman Empire set on conquest.
This book traces their many migrations westward over the following centuries, and their advances into the Atlantic coastal regions, especially into countries like France, Spain, Portugal, Belgium, Britain and Ireland, largely replacing the Neolithic people that formerly occupied these territories. These migrations were rarely peaceful and as a result the Celts were widely regarded as warlike and inherently aggressive.
The book describes the many inter-tribal and territorial confrontations that occurred during the Roman period. It explains the fighting methods, tactics and style of Celtic warfare as well as the warrior leaders like Boudicca, Brennus, Ambiorix and Vercingetorix, and others who emerged to resist Roman incursions. Despite fierce resistance, in the end, little of that great culture survived intact. Many of these tribes were savagely and purposely exterminated as a matter of policy, others were Romanised to become reluctant citizens of the Roman Republic, and only those whose territories lay in the northern and western extremities of the Empire – in the British islands, Ireland and Brittany in North-West France, avoided total subjugation.
Several hundred of these ancient Celtic and other related tribes are included here. Although each had its own distinct identity, they shared a common culture with a widespread and unifying system of religious belief largely held together by Druids. The tribes described in the book include Gauls, Germans, Galatians, Lusitanians, Britons, Picts, Cambrians and Caledonians, among many others.
This book traces their many migrations westward over the following centuries, and their advances into the Atlantic coastal regions, especially into countries like France, Spain, Portugal, Belgium, Britain and Ireland, largely replacing the Neolithic people that formerly occupied these territories. These migrations were rarely peaceful and as a result the Celts were widely regarded as warlike and inherently aggressive.
The book describes the many inter-tribal and territorial confrontations that occurred during the Roman period. It explains the fighting methods, tactics and style of Celtic warfare as well as the warrior leaders like Boudicca, Brennus, Ambiorix and Vercingetorix, and others who emerged to resist Roman incursions. Despite fierce resistance, in the end, little of that great culture survived intact. Many of these tribes were savagely and purposely exterminated as a matter of policy, others were Romanised to become reluctant citizens of the Roman Republic, and only those whose territories lay in the northern and western extremities of the Empire – in the British islands, Ireland and Brittany in North-West France, avoided total subjugation.
Several hundred of these ancient Celtic and other related tribes are included here. Although each had its own distinct identity, they shared a common culture with a widespread and unifying system of religious belief largely held together by Druids. The tribes described in the book include Gauls, Germans, Galatians, Lusitanians, Britons, Picts, Cambrians and Caledonians, among many others.
Om denna bok
The Celtic Tribes av John Moss är en Danskt band bok med 256 sidor på Engelska. Den utgavs 2024.
Spara pengar – köp begagnad från Campusbokhandeln
Köp The Celtic Tribes 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:
9781399056861
Upplaga:
0
Utgiven:
2024-11-05
Förlag:
Okänt
Sidantal:
256
$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"
>