The Proof of My Innocence | 0:e upplagan
- Danskt band, Engelska, 2024
- Författare: Jonathan Coe
- Betyg:
242
kr
Skickas inom 9-12 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 premier satirist of great British crapness is on killer form in this gag-a-minute mystery' Observer
'A new Jonathan Coe is always a treat... Coe is a master at exploring the pains of modern life' The Times
---
Post-university life doesn’t suit Phyl. Time passes slowly living back home with her parents, working a zero-hour contract serving Japanese food to holidaymakers at Heathrow’s Terminal 5. As for her budding plans of becoming a writer, those are going nowhere.
That is, until family friend Chris comes to stay. He’s been on the path to uncover a sinister think-tank, founded at Cambridge University in the 1980s, that’s been scheming to push the British government in a more extreme direction. One that’s finally poised to put their plans into action.
But speaking truth to power can be dangerous - and power will stop at nothing to stay on top.
As Britain finds itself under the leadership of a new Prime Minister whose tenure will only last for seven weeks, Chris pursues his story to a conference being held deep in the Cotswolds, where events take a sinister turn and a murder enquiry is soon in progress. But will the solution to the mystery lie in contemporary politics, or in a literary enigma that is almost forty years old?
Darting between decades and genres, THE PROOF OF MY INNOCENCE is a wickedly funny and razor-sharp new novel from one of Britain’s most beloved novelists, showing how the key to understanding the present can often be found in the murkiest corners of the past.
---
'Full of energy... a madcap caper, a sideways memoir, a tricky jeu d'esprit that is also a quiet defence of fiction in a post-truth age, and enormous fun to read' Guardian
'Deeply pleasurable, and a lot of fun. You emerge from it glowing' iPaper
'Fantastic, wickedly funny and gripping. Coe has written a beautifully crafted mystery that dovetails as a sharp, smart, state of the nation' Simon McCleave
'I was delighted... it's clever and political - while also being very funny' John Self
'A new Jonathan Coe is always a treat... Coe is a master at exploring the pains of modern life' The Times
---
Post-university life doesn’t suit Phyl. Time passes slowly living back home with her parents, working a zero-hour contract serving Japanese food to holidaymakers at Heathrow’s Terminal 5. As for her budding plans of becoming a writer, those are going nowhere.
That is, until family friend Chris comes to stay. He’s been on the path to uncover a sinister think-tank, founded at Cambridge University in the 1980s, that’s been scheming to push the British government in a more extreme direction. One that’s finally poised to put their plans into action.
But speaking truth to power can be dangerous - and power will stop at nothing to stay on top.
As Britain finds itself under the leadership of a new Prime Minister whose tenure will only last for seven weeks, Chris pursues his story to a conference being held deep in the Cotswolds, where events take a sinister turn and a murder enquiry is soon in progress. But will the solution to the mystery lie in contemporary politics, or in a literary enigma that is almost forty years old?
Darting between decades and genres, THE PROOF OF MY INNOCENCE is a wickedly funny and razor-sharp new novel from one of Britain’s most beloved novelists, showing how the key to understanding the present can often be found in the murkiest corners of the past.
---
'Full of energy... a madcap caper, a sideways memoir, a tricky jeu d'esprit that is also a quiet defence of fiction in a post-truth age, and enormous fun to read' Guardian
'Deeply pleasurable, and a lot of fun. You emerge from it glowing' iPaper
'Fantastic, wickedly funny and gripping. Coe has written a beautifully crafted mystery that dovetails as a sharp, smart, state of the nation' Simon McCleave
'I was delighted... it's clever and political - while also being very funny' John Self
Produktinformation
Kategori:
Skönlitteratur
Bandtyp:
Danskt band
Språk:
Engelska
Förlag:
Okänt
Upplaga:
0
Utgiven:
2024-11-07
ISBN:
9780241678411
Sidantal:
352
$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"
>