Vi flyttar från butik till nätet - så funkar det framåt
Treasure Neverland | 0:e upplagan
- Danskt band, Engelska, 2013
- Författare: Neil Rennie
- Betyg:
451
kr
Skickas inom 5-9 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
Treasure Neverland is about factual and fictional pirates. Swashbuckling eighteenth-century pirates were the ideal pirates of all time and tales of their exploits are still popular today. Most people have heard of Blackbeard and Captain Kidd even though they lived about three hundred years ago, but most have also heard of other pirates, such as Long John Silver and Captain Hook, even though these pirates never lived at all, except in literature. The differences between these two types of pirates - real and imaginary - are not quite as stark as we might think as the real, historical pirates are themselves somewhat legendary, somewhat fictional, belonging on the page and the stage rather than on the high seas.
Based on extensive research of fascninating primary material, including testimonials, narratives, legal statements, colonial and mercantile records, Neil Rennie describes the ascertainable facts of real eighteenth-century pirate lives and then investigates how such facts were subsequently transformed artistically, by writers like Defoe and Stevenson, into realistic and fantastic fictions of various kinds: historical novels, popular melodramas, boyish adventures, Hollywood films. Rennie's aim is to watch, in other words, the long dissolve from Captain Kidd to Johnny Depp.
There are surprisingly few scholarly studies of the factual pirates - properly analysing the basic manuscript sources and separating those documents from popular legends - and there are even fewer literary-historical studies of the whole crew of fictional pirates, although those imaginary pirates form a distinct and coherent literary tradition. Treasure Neverland is a study of this Scots-American literary tradition and also of the interrelations between the factual and fictional pirates - pirates who are intimately related, as the nineteenth-century writings about fictional pirates began with the eighteenth-century writings about supposedly real pirates. 'What I want is the best book about the Buccaneers', wrote Stevenson when he began Treasure Island in 1881. What he received, rightly, was indeed the best book: the sensational and unreliable History of the Pyrates (1724).
Based on extensive research of fascninating primary material, including testimonials, narratives, legal statements, colonial and mercantile records, Neil Rennie describes the ascertainable facts of real eighteenth-century pirate lives and then investigates how such facts were subsequently transformed artistically, by writers like Defoe and Stevenson, into realistic and fantastic fictions of various kinds: historical novels, popular melodramas, boyish adventures, Hollywood films. Rennie's aim is to watch, in other words, the long dissolve from Captain Kidd to Johnny Depp.
There are surprisingly few scholarly studies of the factual pirates - properly analysing the basic manuscript sources and separating those documents from popular legends - and there are even fewer literary-historical studies of the whole crew of fictional pirates, although those imaginary pirates form a distinct and coherent literary tradition. Treasure Neverland is a study of this Scots-American literary tradition and also of the interrelations between the factual and fictional pirates - pirates who are intimately related, as the nineteenth-century writings about fictional pirates began with the eighteenth-century writings about supposedly real pirates. 'What I want is the best book about the Buccaneers', wrote Stevenson when he began Treasure Island in 1881. What he received, rightly, was indeed the best book: the sensational and unreliable History of the Pyrates (1724).
Om denna bok
Treasure Neverland av Neil Rennie är en Danskt band bok med 376 sidor på Engelska. Den utgavs 2013 av Oxford University Press.
Spara pengar – köp begagnad från Campusbokhandeln
Köp Treasure Neverland 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:
9780199679331
Upplaga:
0
Utgiven:
2013-09-12
Förlag:
Oxford University Press
Sidantal:
376
$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"
>