Vi flyttar från butik till nätet - så funkar det framåt
History of the World Map by Map | 0:e upplagan
- Danskt band, Engelska, 2023
- Författare: DK
- Betyg:
355
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
Witness our incredible human story unfold - from the very first people in Africa to the collapse of Communism and beyond - exquisitely charted map by map. Come on a journey through global history, told in more than 130 specially made maps that each offer a window on a key event. Step into the action and follow Ghengis Khan sweeping through China, Napoleon conquering Europe, or two world wars raging across the globe.
See empires rise and fall - from the Egyptians and the Aztecs to the British Empire and the Soviet Union. History of the World Map by Map also explains how elements of civilization, such as writing, printing, and tool-making, came into being and spread from one country to another. It tells of the rise of the world's great religions and of human endeavour such as the voyages of early explorers.
It charts stories of adversity such as the abolition of slavery, and shows how people have always migrated for a better life, from the very first humans moving across Africa, to millions of 19th-century Europeans crossing the Atlantic in search of the American dream. Journey into the past to discover:- Maps which combine beautiful illustration with satellite relief data for unrivalled accuracy and detail- Maps are overlaid with panels of text and information-rich graphics, for a deeper understanding of each episode- Feature spreads offer a closer look at key people, developments, and turning points in history- 80-page reference section contains a full-colour illustrated timeline of world events from prehistory to the present day- Published in association with the Smithsonian Institution in the USEndorsed by renowned broadcaster, historian, and author Peter Snow, this is an unmissable visual guide to ancient, medieval, and modern history in all corners of the world. This updated edition contains eight pages of brand new maps, and has been reviewed and updated for diversity and inclusion.
See empires rise and fall - from the Egyptians and the Aztecs to the British Empire and the Soviet Union. History of the World Map by Map also explains how elements of civilization, such as writing, printing, and tool-making, came into being and spread from one country to another. It tells of the rise of the world's great religions and of human endeavour such as the voyages of early explorers.
It charts stories of adversity such as the abolition of slavery, and shows how people have always migrated for a better life, from the very first humans moving across Africa, to millions of 19th-century Europeans crossing the Atlantic in search of the American dream. Journey into the past to discover:- Maps which combine beautiful illustration with satellite relief data for unrivalled accuracy and detail- Maps are overlaid with panels of text and information-rich graphics, for a deeper understanding of each episode- Feature spreads offer a closer look at key people, developments, and turning points in history- 80-page reference section contains a full-colour illustrated timeline of world events from prehistory to the present day- Published in association with the Smithsonian Institution in the USEndorsed by renowned broadcaster, historian, and author Peter Snow, this is an unmissable visual guide to ancient, medieval, and modern history in all corners of the world. This updated edition contains eight pages of brand new maps, and has been reviewed and updated for diversity and inclusion.
Om denna bok
History of the World Map by Map av DK är en Danskt band bok med 368 sidor på Engelska. Den utgavs 2023.
Spara pengar – köp begagnad från Campusbokhandeln
Köp History of the World Map by Map 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:
9780241601006
Upplaga:
0
Utgiven:
2023-09-07
Förlag:
Okänt
Sidantal:
368
$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"
>