Vi flyttar från butik till nätet - så funkar det framåt
Black Summer | 0:e upplagan
- Danskt band, Engelska, 2019
- Författare: M. W. Craven
- Betyg:
147
kr
Skickas inom 1-3 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 brutal and thrilling page-turner' The Sun
'Compelling' Heat
'The best pure mystery plot of the year' Morning Star
'Gleefully gory and witty, with a terrific sense of place' Sunday Mirror
______________________
After The Puppet Show, a new storm is coming . . .
Jared Keaton, chef to the stars. Charming. Charismatic. Psychopath . . . He's currently serving a life sentence for the brutal murder of his daughter, Elizabeth. Her body was never found and Keaton was convicted largely on the testimony of Detective Sergeant Washington Poe.
So when a young woman staggers into a remote police station with irrefutable evidence that she is Elizabeth Keaton, Poe finds himself on the wrong end of an investigation, one that could cost him much more than his career.
Helped by the only person he trusts, the brilliant but socially awkward Tilly Bradshaw, Poe races to answer the only question that matters: how can someone be both dead and alive at the same time?
And then Elizabeth goes missing again - and all paths of investigation lead back to Poe.
The gripping new thriller in the Washington Poe series from M. W. Craven, winner of the CWA Gold Dagger Award for best crime novel of 2019.
*Longlisted for the Crime Writers Association Gold Dagger 2020*
Praise for MIKE CRAVEN
'Dark, sharp and compelling' PETER JAMES
'Fantastic' MARTINA COLE
'Britain's answer to Harry Bosch' MATT HILTON
'A powerful thriller from an explosive new talent' DAVID MARK
'Truly mind-blowing' A. A. Dhand
'A book that shines with tension, wit and invention' William Shaw
'Washington Poe - a rising giant in detective fiction' Alison Bruce
'A twisty thriller with a killer plot Ed James
'I loved this book!' Jo Jakeman
'One of the best British crime novels I've read in a long time . . . Simply an unputdownable page-turner' Nick Oldham
'Grabs you from the very first page. A dark and brilliantly twisted crime thriller' Colin Falconer
'Dark and twisted in all the right places' Robert Scragg
'In Tilly and Poe, MW Craven has created a stand-out duo who are two of the most compelling characters in crime fiction in recent years' Fiona Cummins
'Dark, thrilling and unputdownable' Victoria Selman
'Compelling' Heat
'The best pure mystery plot of the year' Morning Star
'Gleefully gory and witty, with a terrific sense of place' Sunday Mirror
______________________
After The Puppet Show, a new storm is coming . . .
Jared Keaton, chef to the stars. Charming. Charismatic. Psychopath . . . He's currently serving a life sentence for the brutal murder of his daughter, Elizabeth. Her body was never found and Keaton was convicted largely on the testimony of Detective Sergeant Washington Poe.
So when a young woman staggers into a remote police station with irrefutable evidence that she is Elizabeth Keaton, Poe finds himself on the wrong end of an investigation, one that could cost him much more than his career.
Helped by the only person he trusts, the brilliant but socially awkward Tilly Bradshaw, Poe races to answer the only question that matters: how can someone be both dead and alive at the same time?
And then Elizabeth goes missing again - and all paths of investigation lead back to Poe.
The gripping new thriller in the Washington Poe series from M. W. Craven, winner of the CWA Gold Dagger Award for best crime novel of 2019.
*Longlisted for the Crime Writers Association Gold Dagger 2020*
Praise for MIKE CRAVEN
'Dark, sharp and compelling' PETER JAMES
'Fantastic' MARTINA COLE
'Britain's answer to Harry Bosch' MATT HILTON
'A powerful thriller from an explosive new talent' DAVID MARK
'Truly mind-blowing' A. A. Dhand
'A book that shines with tension, wit and invention' William Shaw
'Washington Poe - a rising giant in detective fiction' Alison Bruce
'A twisty thriller with a killer plot Ed James
'I loved this book!' Jo Jakeman
'One of the best British crime novels I've read in a long time . . . Simply an unputdownable page-turner' Nick Oldham
'Grabs you from the very first page. A dark and brilliantly twisted crime thriller' Colin Falconer
'Dark and twisted in all the right places' Robert Scragg
'In Tilly and Poe, MW Craven has created a stand-out duo who are two of the most compelling characters in crime fiction in recent years' Fiona Cummins
'Dark, thrilling and unputdownable' Victoria Selman
Om denna bok
Black Summer av M. W. Craven är en Danskt band bok med 416 sidor på Engelska. Den utgavs 2019.
Spara pengar – köp begagnad från Campusbokhandeln
Köp Black Summer 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:
Skönlitteratur
Bandtyp:
Danskt band
Språk:
Engelska
ISBN:
9781472127495
Upplaga:
0
Utgiven:
2019-12-12
Förlag:
Okänt
Sidantal:
416
$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"
>