Vi flyttar från butik till nätet - så funkar det framåt
The Curator | 0:e upplagan
- Danskt band, Engelska, 2020
- Författare: M. W. Craven
- Betyg:
131
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
'Dark, sharp and compelling' PETER JAMES
'Fantastic' MARTINA COLE
'Britain's answer to Harry Bosch' MATT HILTON
'If you haven't read M W Craven yet, now is the time to start' Abir Mukherjee
______________________
It's Christmas and a serial killer is leaving displayed body parts all over Cumbria. A strange message is left at each scene: #BSC6
Called in to investigate, the National Crime Agency's Washington Poe and Tilly Bradshaw are faced with a case that makes no sense. Why were some victims anaesthetized, while others died in appalling agony? Why is their only suspect denying what they can irrefutably prove but admitting to things they weren't even aware of? And why did the victims all take the same two weeks off work three years earlier?
And when a disgraced FBI agent gets in touch things take an even darker turn. Because she doesn't think Poe is dealing with a serial killer at all; she thinks he's dealing with someone far, far worse - a man who calls himself the Curator.
And nothing will ever be the same again . . .
Praise for Black Summer:
'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, bringing back the inimitable Washington Poe and Tilly Bradshaw' Colin Falconer
'Dark and twisted in all the right places. Poe is a great mix of compelling, complex & charismatic, and well on his way to becoming one of the standout characters in crime fiction' 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. They deserve to join the ranks of Holmes and Watson, Rebus and Clarke, Hill and Jordan . . .' Fiona Cummins
'Dark, thrilling and unputdownable with sharply drawn characters that stride off the page' Victoria Selman
'Gleefully gory and witty, with a terrific sense of place' Sunday Times
'Fantastic' MARTINA COLE
'Britain's answer to Harry Bosch' MATT HILTON
'If you haven't read M W Craven yet, now is the time to start' Abir Mukherjee
______________________
It's Christmas and a serial killer is leaving displayed body parts all over Cumbria. A strange message is left at each scene: #BSC6
Called in to investigate, the National Crime Agency's Washington Poe and Tilly Bradshaw are faced with a case that makes no sense. Why were some victims anaesthetized, while others died in appalling agony? Why is their only suspect denying what they can irrefutably prove but admitting to things they weren't even aware of? And why did the victims all take the same two weeks off work three years earlier?
And when a disgraced FBI agent gets in touch things take an even darker turn. Because she doesn't think Poe is dealing with a serial killer at all; she thinks he's dealing with someone far, far worse - a man who calls himself the Curator.
And nothing will ever be the same again . . .
Praise for Black Summer:
'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, bringing back the inimitable Washington Poe and Tilly Bradshaw' Colin Falconer
'Dark and twisted in all the right places. Poe is a great mix of compelling, complex & charismatic, and well on his way to becoming one of the standout characters in crime fiction' 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. They deserve to join the ranks of Holmes and Watson, Rebus and Clarke, Hill and Jordan . . .' Fiona Cummins
'Dark, thrilling and unputdownable with sharply drawn characters that stride off the page' Victoria Selman
'Gleefully gory and witty, with a terrific sense of place' Sunday Times
Om denna bok
The Curator av M. W. Craven är en Danskt band bok med 400 sidor på Engelska. Den utgavs 2020.
Spara pengar – köp begagnad från Campusbokhandeln
Köp The Curator 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:
9781472131942
Upplaga:
0
Utgiven:
2020-12-10
Förlag:
Okänt
Sidantal:
400
$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"
>