Vi flyttar från butik till nätet - så funkar det framåt
Revelation Space | 0:e upplagan
- Danskt band, Engelska, 2008
- Författare: Alastair Reynolds
- Betyg:
179
kr
Skickas inom 0-2 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"
>
Fler utgåvor
Beskrivning
The legendary space opera that kicked off the ground-breaking, universe-spanning series.
Nine hundred thousand years ago, something wiped out the Amarantin. For the human colonists now settling the Amarantin homeworld Resurgam, it's of little more than academic interest, even after the discovery of a long-hidden, almost perfect Amarantin city and a colossal statue of a winged Amarantin. For brilliant but ruthless scientist Dan Sylveste, it's more than merelty intellectual curiosity - and he will stop at nothing to get at the truth. Even if the truth costs him everything. But the Amarantin were wiped out for a reason, and that danger is closer and greater than even Syveste imagines ...
REVELATION SPACE: a huge, magnificent space opera that ranges across the known and unknown universe ... towards the most terrifying of destinations.
Readers are hooked on Revelation Space:
'An amazing blend of space opera, hard SF, and gothic horror that reads like a cross between Frank Herbert's "Dune" and Ridley Scott's film "Alien"' Goodreads reviewer, ⭐ ⭐ ⭐ ⭐ ⭐
'Marvellous hard space opera. Slowly built, with three story lines which at some point merge together, it depicts a very dark universe, full of technological wonders, both human and alien' Goodreads reviewer, ⭐ ⭐ ⭐ ⭐ ⭐
'Revelation Space series is one of the favouritest favourites . . . Reynolds held me in thrall with his vision' Goodreads reviewer, ⭐ ⭐ ⭐ ⭐ ⭐
'The setting is a gritty, desolate, and unforgiving universe in which humanity finds itself in imminent danger of extinction . . . I highly recommend it to all adult fans of space opera, cyberpunk, and horror genres' Goodreads reviewer, ⭐ ⭐ ⭐ ⭐ ⭐
'A darn good, solid, well executed work of hard sci-fi . . . I really appreciate that Revelation Space ends in a satisfying and self-contained way' Goodreads reviewer, ⭐ ⭐ ⭐ ⭐ ⭐
'Awesome characters, awesome setting, awesome ideas, awesome awesome awesome . . .' Goodreads reviewer, ⭐ ⭐ ⭐ ⭐ ⭐
Nine hundred thousand years ago, something wiped out the Amarantin. For the human colonists now settling the Amarantin homeworld Resurgam, it's of little more than academic interest, even after the discovery of a long-hidden, almost perfect Amarantin city and a colossal statue of a winged Amarantin. For brilliant but ruthless scientist Dan Sylveste, it's more than merelty intellectual curiosity - and he will stop at nothing to get at the truth. Even if the truth costs him everything. But the Amarantin were wiped out for a reason, and that danger is closer and greater than even Syveste imagines ...
REVELATION SPACE: a huge, magnificent space opera that ranges across the known and unknown universe ... towards the most terrifying of destinations.
Readers are hooked on Revelation Space:
'An amazing blend of space opera, hard SF, and gothic horror that reads like a cross between Frank Herbert's "Dune" and Ridley Scott's film "Alien"' Goodreads reviewer, ⭐ ⭐ ⭐ ⭐ ⭐
'Marvellous hard space opera. Slowly built, with three story lines which at some point merge together, it depicts a very dark universe, full of technological wonders, both human and alien' Goodreads reviewer, ⭐ ⭐ ⭐ ⭐ ⭐
'Revelation Space series is one of the favouritest favourites . . . Reynolds held me in thrall with his vision' Goodreads reviewer, ⭐ ⭐ ⭐ ⭐ ⭐
'The setting is a gritty, desolate, and unforgiving universe in which humanity finds itself in imminent danger of extinction . . . I highly recommend it to all adult fans of space opera, cyberpunk, and horror genres' Goodreads reviewer, ⭐ ⭐ ⭐ ⭐ ⭐
'A darn good, solid, well executed work of hard sci-fi . . . I really appreciate that Revelation Space ends in a satisfying and self-contained way' Goodreads reviewer, ⭐ ⭐ ⭐ ⭐ ⭐
'Awesome characters, awesome setting, awesome ideas, awesome awesome awesome . . .' Goodreads reviewer, ⭐ ⭐ ⭐ ⭐ ⭐
Om denna bok
Revelation Space av Alastair Reynolds är en Danskt band bok med 576 sidor på Engelska. Den utgavs 2008 av Orion Publishing Co.
Spara pengar – köp begagnad från Campusbokhandeln
Köp Revelation Space 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:
9780575083097
Upplaga:
0
Utgiven:
2008-12-11
Förlag:
Orion Publishing Co
Sidantal:
576
$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"
>