History Meets Fiction | 0:e upplagan
- Häftad, Engelska, 2009
- Författare:
- Betyg:
492
kr
Skickas inom 6-8 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
Is history factual, or just another form of fiction? Are there distinct boundaries between the two, or just extensive borderlands? How do novelists represent historians and history? The relationship between history and fiction has always been contentious and sometimes turbulent, not least because the two have traditionally been seen as mutually exclusive opposites. However, new hybrid forms of writing - from historical fiction to docudramas to fictionalised biographies - have led to the blurring of boundaries, and given rise to the claim that history itself is just another form of fiction. In his thought-provoking new book, Beverley Southgate untangles this knotty relationship, setting his discussion in a broad historical and philosophical context. Throughout, Southgate invokes a variety of writers to illuminate his arguments, from Dickens and Proust, through Virginia Woolf and Daphne du Maurier, to such contemporary novelists as Tim O'Brien, Penelope Lively, and Graham Swift. Anyone interested in the many meeting points between history and fiction will find this an engaging, accessible and stimulating read.
Produktinformation
Kategori:
Okänd
Bandtyp:
Häftad
Språk:
Engelska
ISBN:
9781408220122
Upplaga:
0
Utgiven:
2009-10-01
Förlag:
Pearson Education
Sidantal:
240
Hur man citerar History Meets Fiction
Klicka på -knappen för att kopiera citatet till urklipp. Kom ihåg att alltid dubbelkolla dina referenser.
Harvard
Okänd författare (2009) History Meets Fiction. Pearson Education
Okänd författare (2009) History Meets Fiction. Pearson Education
APA (7:e upplagan)
Okänd författare (2009). History Meets Fiction. Pearson Education
Okänd författare (2009). History Meets Fiction. Pearson Education
MLA
Okänd författare. History Meets Fiction. Pearson Education, 2009.
Okänd författare. History Meets Fiction. Pearson Education, 2009.
Vancouver
Okänd författare. History Meets Fiction. Pearson Education; 2009.
Okänd författare. History Meets Fiction. Pearson Education; 2009.
IEEE
Okänd författare, History Meets Fiction. Pearson Education, 2009.
Okänd författare, History Meets Fiction. Pearson Education, 2009.
Behöver du hjälp med referenser?
Dessa citat genereras automatiskt från bokens metadata. Kontrollera alltid att informationen är korrekt innan du använder den i ditt arbete.
$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"
>