Vi flyttar från butik till nätet - så funkar det framåt
Conquistadors and Aztecs | 0:e upplagan
- Danskt band, Engelska, 2023
- Författare: Stefan Rinke
- Betyg:
378
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
A highly readable narrative of the causes, course, and consequences of the Spanish Conquest, incorporating the perspectives of many Native groups, Black slaves, and the conquistadors, timed with the 500th anniversary of the fall of the Aztec capital of Tenochtitlan.
Five hundred years ago, a flotilla landed on the coast of Yucatán under the command of the Spanish conquistador Hérnan Cortés. While the official goal of the expedition was to explore and to expand the Christian faith, everyone involved knew that it was primarily about gold and the hunt for slaves.
That a few hundred Spaniards destroyed the Aztec empire--a highly developed culture--is an old chestnut, because the conquistadors, who had every means to make a profit, did not succeed alone. They encountered groups such as the Tlaxcaltecs, who suffered from the Aztec rule and were ready to enter into alliances with the foreigners to overthrow their old enemy. In addition, the conquerors benefited from the diseases brought from Europe, which killed hundreds of thousands of locals. Drawing on both Spanish and indigenous sources, this account of the conquest of Mexico from 1519 to 1521 not only offers a dramatic narrative of these events--including the fall of the Aztec capital of Tenochtitlan and the flight of the conquerors--but also represents the individual protagonists on both sides, their backgrounds, their diplomacy, and their struggles. It vividly portrays the tens of thousands of local warriors who faced off against each other during the fighting as they attempted to free themselves from tribute payments to the Aztecs.
Written by a leading historian of Latin America, Conquistadors and Aztecs offers a timely portrayal of the fall of Tenochtitlan and the founding of an empire that would last for centuries.
Five hundred years ago, a flotilla landed on the coast of Yucatán under the command of the Spanish conquistador Hérnan Cortés. While the official goal of the expedition was to explore and to expand the Christian faith, everyone involved knew that it was primarily about gold and the hunt for slaves.
That a few hundred Spaniards destroyed the Aztec empire--a highly developed culture--is an old chestnut, because the conquistadors, who had every means to make a profit, did not succeed alone. They encountered groups such as the Tlaxcaltecs, who suffered from the Aztec rule and were ready to enter into alliances with the foreigners to overthrow their old enemy. In addition, the conquerors benefited from the diseases brought from Europe, which killed hundreds of thousands of locals. Drawing on both Spanish and indigenous sources, this account of the conquest of Mexico from 1519 to 1521 not only offers a dramatic narrative of these events--including the fall of the Aztec capital of Tenochtitlan and the flight of the conquerors--but also represents the individual protagonists on both sides, their backgrounds, their diplomacy, and their struggles. It vividly portrays the tens of thousands of local warriors who faced off against each other during the fighting as they attempted to free themselves from tribute payments to the Aztecs.
Written by a leading historian of Latin America, Conquistadors and Aztecs offers a timely portrayal of the fall of Tenochtitlan and the founding of an empire that would last for centuries.
Om denna bok
Conquistadors and Aztecs av Stefan Rinke är en Danskt band bok med 328 sidor på Engelska. Den utgavs 2023 av Oxford University Press.
Spara pengar – köp begagnad från Campusbokhandeln
Köp Conquistadors and Aztecs 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:
9780197552469
Upplaga:
0
Utgiven:
2023-07-13
Förlag:
Oxford University Press
Sidantal:
328
$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"
>