Vi flyttar från butik till nätet - så funkar det framåt
One Way | 0:e upplagan
- Danskt band, Engelska, 2018
- Författare: S J Morden
- Betyg:
234
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
EIGHT ASTRONAUTS. ONE KILLER. NO WAY HOME.
A blend of classic mystery, Orange is the New Black and Andy Weir's The Martian, One Way is a science-fiction thriller like no other.
'A rip-roaring thriller of a book that hits the ground running and doesn't stop until the final chapter' John Marrs, author of the bestselling/Radio 2 Book Club choice THE ONE
'S.J. Morden's Agatha-Christie-in-space thriller accelerates to warp speed and becomes an engrossing whodunnit' Financial Times
* * * * *
There's a murderer amongst them, and everyone's a suspect . . .
Frank Kittridge is serving life for murdering his son's drug dealer, so when he's offered a deal by Xenosystems Operations - the corporation that owns the prison - he takes it.
He's been selected to help build the first permanent base on Mars. Unfortunately, his crewmates are just as guilty of their crimes as he is.
As the convicts set to work on the frozen wastes of Mars, the accidents multiply.
Until Frank begins to suspect they might not be accidents at all . . .
* * * * *
'A claustrophobic, high-tension, survival-against-the-odds thriller. It paints a convincing picture of the lethal Martian envrionment as well as the growing terror of being incarcerated in a deadly prison with no way out' Guardian
'A tense and claustrophobic murder-mystery-on-Mars' James Swallow, Sunday Times bestselling author of NOMAD
'ONE WAY is what would happen if the crime and sci-fi genres got together and had a baby. Deeply immersive, chilling and atmospheric. An utterly fabulous book!' Emma Kavanagh, bestselling author of FALLING and HIDDEN
'A cracking read. A compelling vision of the near future inhabited by well motivated characters. It's a thrilling tale that grabs you and whips along to the very last breathless page' Adam Hamdy, author of PENDULUM
'Twisty and gripping . . . the Red Planet was never bloodier' Financial Times
A blend of classic mystery, Orange is the New Black and Andy Weir's The Martian, One Way is a science-fiction thriller like no other.
'A rip-roaring thriller of a book that hits the ground running and doesn't stop until the final chapter' John Marrs, author of the bestselling/Radio 2 Book Club choice THE ONE
'S.J. Morden's Agatha-Christie-in-space thriller accelerates to warp speed and becomes an engrossing whodunnit' Financial Times
* * * * *
There's a murderer amongst them, and everyone's a suspect . . .
Frank Kittridge is serving life for murdering his son's drug dealer, so when he's offered a deal by Xenosystems Operations - the corporation that owns the prison - he takes it.
He's been selected to help build the first permanent base on Mars. Unfortunately, his crewmates are just as guilty of their crimes as he is.
As the convicts set to work on the frozen wastes of Mars, the accidents multiply.
Until Frank begins to suspect they might not be accidents at all . . .
* * * * *
'A claustrophobic, high-tension, survival-against-the-odds thriller. It paints a convincing picture of the lethal Martian envrionment as well as the growing terror of being incarcerated in a deadly prison with no way out' Guardian
'A tense and claustrophobic murder-mystery-on-Mars' James Swallow, Sunday Times bestselling author of NOMAD
'ONE WAY is what would happen if the crime and sci-fi genres got together and had a baby. Deeply immersive, chilling and atmospheric. An utterly fabulous book!' Emma Kavanagh, bestselling author of FALLING and HIDDEN
'A cracking read. A compelling vision of the near future inhabited by well motivated characters. It's a thrilling tale that grabs you and whips along to the very last breathless page' Adam Hamdy, author of PENDULUM
'Twisty and gripping . . . the Red Planet was never bloodier' Financial Times
Om denna bok
One Way av S J Morden är en Danskt band bok med 336 sidor på Engelska. Den utgavs 2018 av Orion Publishing Co.
Spara pengar – köp begagnad från Campusbokhandeln
Köp One Way 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:
9781473222571
Upplaga:
0
Utgiven:
2018-08-23
Förlag:
Orion Publishing Co
Sidantal:
336
$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"
>