Vi flyttar från butik till nätet - så funkar det framåt
Star Splitter | 0:e upplagan
- Häftad, Engelska, 2023
- Författare: Matthew J. Kirby
- Betyg:
181
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
Crash-landed on a desolate planet lightyears from Earth, sixteen-year-old Jessica Mathers must unravel the mystery of the destruction all around her-and the questionable intentions of a familiar stranger. Pulse-pounding YA science fiction from award-winning author Matthew J. Kirby.
For Jessica Mathers, teleportation and planetary colonization in deep space aren't just hypotheticals-they're real. They're also the very real reason her scientist parents left her behind six years ago. Now she is about to be reunited with them, forced to leave behind everyone she knows and loves, to join their research assignment on Carver 1061c, a desolate, post-extinction planet almost 14 lightyears from Earth.
Teleportation is safe and routine in the year 2198, but something seems to have gone very, very wrong. Jessica wakes up in an empty, and utterly destroyed, landing unit from the DS Theseus, the ship where she was supposed to rendezvous with her parents. But Jessica isn't on the Theseus orbiting Carver 1061c. The lander seems to have crashed on the planet's surface. Its corridors are empty and covered in bloody handprints; the machines are silent and dark. And outside, in the alien dirt, are the carefully, and recently, marked graves of strangers.
Questions of self-determination and survival collide in this expertly crafted science fiction novel from Edgar Award-winning author Matthew J. Kirby. Kirby builds spine-tingling tension page-by-page in this imaginative and haunting story that spans both space and time.
For Jessica Mathers, teleportation and planetary colonization in deep space aren't just hypotheticals-they're real. They're also the very real reason her scientist parents left her behind six years ago. Now she is about to be reunited with them, forced to leave behind everyone she knows and loves, to join their research assignment on Carver 1061c, a desolate, post-extinction planet almost 14 lightyears from Earth.
Teleportation is safe and routine in the year 2198, but something seems to have gone very, very wrong. Jessica wakes up in an empty, and utterly destroyed, landing unit from the DS Theseus, the ship where she was supposed to rendezvous with her parents. But Jessica isn't on the Theseus orbiting Carver 1061c. The lander seems to have crashed on the planet's surface. Its corridors are empty and covered in bloody handprints; the machines are silent and dark. And outside, in the alien dirt, are the carefully, and recently, marked graves of strangers.
Questions of self-determination and survival collide in this expertly crafted science fiction novel from Edgar Award-winning author Matthew J. Kirby. Kirby builds spine-tingling tension page-by-page in this imaginative and haunting story that spans both space and time.
Om denna bok
Star Splitter av Matthew J. Kirby är en Häftad bok med 320 sidor på Engelska. Den utgavs 2023 av Penguin UK.
Spara pengar – köp begagnad från Campusbokhandeln
Köp Star Splitter 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:
Häftad
Språk:
Engelska
ISBN:
9780593619643
Upplaga:
0
Utgiven:
2023-04-25
Förlag:
Penguin UK
Sidantal:
320
$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"
>