Vi flyttar från butik till nätet - så funkar det framåt
Beyond the Hallowed Sky | 0:e upplagan
- Danskt band, Engelska, 2021
- Författare: Ken MacLeod
- Betyg:
107
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
'AN EXCEPTIONAL BLEND OF INTERNATIONAL POLITICS, HARD SCIENCE, AND FIRST CONTACT' Michael Mammay, author of the Planetside series
'MACLEOD'S BEST BOOK TO DATE' SFX
Science fiction legend Ken MacLeod begins a new space opera trilogy by imagining humankind on the precipice of discovery - the invention of faster-than-light travel unlocks a universe of new possibilities, and new dangers.
When a brilliant scientist gets a letter from herself about faster-than-light travel, she doesn't know what to believe. The equations work, but her paper is discredited - and soon the criticism is more than scientific. Exiled by the establishment, she gets an offer to build her starship from an unlikely source. But in the heights of Venus and on a planet of another star, a secret is already being uncovered that will shake humanity to its foundations.
Discover this ground-breaking new space opera from multi-award winning author Ken MacLeod
Praise for Ken MacLeod:
'If you like science fiction, you will love this. . . a rollicking good read' Scotsman
'MacLeod is up there with Banks and Hamilton as one of the British sci-fi authors you absolutely have to read' SFX
'Prose as sleek and fast as the technology it describes. . . watch this man go global' Peter F. Hamilton on Star Fraction
'Ken MacLeod has an enviable track record of extrapolating from current trends to produce mind-bending novels of ideas' Guardian
Also by Ken MacLeod:
Lightspeed
Beyond the Hallowed Sky
Fall Revolution
The Star Fraction
The Stone Canal
The Cassini Division
The Sky Road
Engines of Light
Cosmonaut Keep
Dark Light
Engine City
Corporation Wars Trilogy
Dissidence
Insurgence
Emergence
Novels
The Human Front
Newton's Wake
Learning the World
The Execution Channel
The Restoration Game
Intrusion
Descent
'MACLEOD'S BEST BOOK TO DATE' SFX
Science fiction legend Ken MacLeod begins a new space opera trilogy by imagining humankind on the precipice of discovery - the invention of faster-than-light travel unlocks a universe of new possibilities, and new dangers.
When a brilliant scientist gets a letter from herself about faster-than-light travel, she doesn't know what to believe. The equations work, but her paper is discredited - and soon the criticism is more than scientific. Exiled by the establishment, she gets an offer to build her starship from an unlikely source. But in the heights of Venus and on a planet of another star, a secret is already being uncovered that will shake humanity to its foundations.
Discover this ground-breaking new space opera from multi-award winning author Ken MacLeod
Praise for Ken MacLeod:
'If you like science fiction, you will love this. . . a rollicking good read' Scotsman
'MacLeod is up there with Banks and Hamilton as one of the British sci-fi authors you absolutely have to read' SFX
'Prose as sleek and fast as the technology it describes. . . watch this man go global' Peter F. Hamilton on Star Fraction
'Ken MacLeod has an enviable track record of extrapolating from current trends to produce mind-bending novels of ideas' Guardian
Also by Ken MacLeod:
Lightspeed
Beyond the Hallowed Sky
Fall Revolution
The Star Fraction
The Stone Canal
The Cassini Division
The Sky Road
Engines of Light
Cosmonaut Keep
Dark Light
Engine City
Corporation Wars Trilogy
Dissidence
Insurgence
Emergence
Novels
The Human Front
Newton's Wake
Learning the World
The Execution Channel
The Restoration Game
Intrusion
Descent
Om denna bok
Beyond the Hallowed Sky av Ken MacLeod är en Danskt band bok med 368 sidor på Engelska. Den utgavs 2021.
Spara pengar – köp begagnad från Campusbokhandeln
Köp Beyond the Hallowed Sky 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:
9780356514796
Upplaga:
0
Utgiven:
2021-11-25
Förlag:
Okänt
Sidantal:
368
$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"
>