Vi flyttar från butik till nätet - så funkar det framåt
The Golden Road | 0:e upplagan
- Danskt band, Engelska, 2024
- Författare: William Dalrymple
- Betyg:
367
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 INSTANT SUNDAY TIMES BESTSELLER
A Waterstones and TIMES HISTORY BOOK OF THE YEAR
A SPECTATOR and History Today BOOK OF THE YEAR
A revolutionary new history of the diffusion of Indian ideas, from the award-winning, bestselling author and co-host of the chart-topping Empire podcast
‘Richly woven, highly readable ... Written with passion and verve’ Spectator
‘Dazzling ... Not just a historical study but also a love letter’ Guardian
‘An outstanding new account ... The most compelling retelling we have had for generations’ Financial Times
India is the forgotten heart of the ancient world
For a millennium and a half, India was a confident exporter of its diverse civilisation, creating around it a vast empire of ideas. Indian art, religions, technology, astronomy, music, dance, literature, mathematics and mythology blazed a trail across the world, along a Golden Road that stretched from the Red Sea to the Pacific.
William Dalrymple draws from a lifetime of scholarship to highlight India’s oft-forgotten position as the heart of ancient Eurasia. For the first time, he gives a name to this spread of Indian ideas that transformed the world. From the largest Hindu temple in the world at Angkor Wat to the Buddhism of China, from the trade that helped fund the Roman Empire to the creation of the numerals we use today (including zero), India transformed the culture and technology of its ancient world – and our world today as we know it.
Praise for William Dalrymple and The Anarchy
‘A superb historian with a visceral understanding of India’ The Times
‘Magnificently readable, deeply researched and richly atmospheric’ Francis Wheen, Mail on Sunday
A Waterstones and TIMES HISTORY BOOK OF THE YEAR
A SPECTATOR and History Today BOOK OF THE YEAR
A revolutionary new history of the diffusion of Indian ideas, from the award-winning, bestselling author and co-host of the chart-topping Empire podcast
‘Richly woven, highly readable ... Written with passion and verve’ Spectator
‘Dazzling ... Not just a historical study but also a love letter’ Guardian
‘An outstanding new account ... The most compelling retelling we have had for generations’ Financial Times
India is the forgotten heart of the ancient world
For a millennium and a half, India was a confident exporter of its diverse civilisation, creating around it a vast empire of ideas. Indian art, religions, technology, astronomy, music, dance, literature, mathematics and mythology blazed a trail across the world, along a Golden Road that stretched from the Red Sea to the Pacific.
William Dalrymple draws from a lifetime of scholarship to highlight India’s oft-forgotten position as the heart of ancient Eurasia. For the first time, he gives a name to this spread of Indian ideas that transformed the world. From the largest Hindu temple in the world at Angkor Wat to the Buddhism of China, from the trade that helped fund the Roman Empire to the creation of the numerals we use today (including zero), India transformed the culture and technology of its ancient world – and our world today as we know it.
Praise for William Dalrymple and The Anarchy
‘A superb historian with a visceral understanding of India’ The Times
‘Magnificently readable, deeply researched and richly atmospheric’ Francis Wheen, Mail on Sunday
Om denna bok
The Golden Road av William Dalrymple är en Danskt band bok med 496 sidor på Engelska. Den utgavs 2024 av Bloomsbury Publishing PLC.
Spara pengar – köp begagnad från Campusbokhandeln
Köp The Golden Road 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:
9781408864418
Upplaga:
0
Utgiven:
2024-09-05
Förlag:
Bloomsbury Publishing PLC
Sidantal:
496
$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"
>