Vi flyttar från butik till nätet - så funkar det framåt
High Vaultage | 0:e upplagan
- Danskt band, Engelska, 2024
- Författare: Chris Sugden, Jen Sugden
- Betyg:
290
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"
>
Beskrivning
THE INSTANT SUNDAY TIMES BESTSELLER
⭐ ⭐ SHORTLISTED FOR THE 2024 BOLLINGER EVERYMAN WODEHOUSE PRIZE FOR COMIC FICTION ⭐ ⭐
'A joyously funny and absurd steampunk frolic that satirises both the era in which it is set and our own age'
FINANCIAL TIMES
From the creators of the acclaimed audio drama podcast Victoriocity comes a cozy scifi mystery set in the chaotic metropolis of Even Greater London - unmissable for fans of Ben Aaronovitch's Rivers of London series and Terry Pratchett's Discworld.
EVEN GREATER LONDON, 1887: a vast, uninterrupted urban plane encompassing the entire lower half of England and, for complex reasons, only the upper third of the Isle of Wight... The immense Tower casts electricity across the sky itself, powering the mind-boggling mechanisms of the city below; the notorious engineer-army swarms through its very veins, building, demolishing, and rebuilding whatever they see fit; and - at the heart of it all - sits the country's first ever private detective agency.
Archibald Fleet and Clara Entwhistle hoped things would pick up quickly for their new enterprise. No one is taking them seriously, but their break will come soon. Definitely... Probably.
Meanwhile, police are baffled by a series of impossible bank robberies, their resources wholly absorbed by the case. Which means that when a woman witnesses a kidnapping, Fleet-Entwhistle Private Investigations is the only place she can turn for help. Luckily they're more than happy to oblige.
But what's the motive behind the kidnap? As Clara and Fleet investigate, they find more than they could ever have imagined...
READERS ARE LOVING HIGH VAULTAGE:
'One of the most original stories I've read' NetGalley review
'Clever, original, funny, sharp, satirical and incredibly entertaining' NetGalley review
'My favourite steampunk/humorous alt history novel' NetGalley review
'A wonderful escape from real life' NetGalley review
'Great fun and endlessly inventive. This was a riotously imaginative read' NetGalley review
'Reminds me of the Discworld books, which is NOT a comparison I use lightly' NetGalley review
__________________
Chris and Jen Sugden's book 'High Vaultage' was a No. 5 Sunday Times bestseller w/c 18-03-2024.
⭐ ⭐ SHORTLISTED FOR THE 2024 BOLLINGER EVERYMAN WODEHOUSE PRIZE FOR COMIC FICTION ⭐ ⭐
'A joyously funny and absurd steampunk frolic that satirises both the era in which it is set and our own age'
FINANCIAL TIMES
From the creators of the acclaimed audio drama podcast Victoriocity comes a cozy scifi mystery set in the chaotic metropolis of Even Greater London - unmissable for fans of Ben Aaronovitch's Rivers of London series and Terry Pratchett's Discworld.
EVEN GREATER LONDON, 1887: a vast, uninterrupted urban plane encompassing the entire lower half of England and, for complex reasons, only the upper third of the Isle of Wight... The immense Tower casts electricity across the sky itself, powering the mind-boggling mechanisms of the city below; the notorious engineer-army swarms through its very veins, building, demolishing, and rebuilding whatever they see fit; and - at the heart of it all - sits the country's first ever private detective agency.
Archibald Fleet and Clara Entwhistle hoped things would pick up quickly for their new enterprise. No one is taking them seriously, but their break will come soon. Definitely... Probably.
Meanwhile, police are baffled by a series of impossible bank robberies, their resources wholly absorbed by the case. Which means that when a woman witnesses a kidnapping, Fleet-Entwhistle Private Investigations is the only place she can turn for help. Luckily they're more than happy to oblige.
But what's the motive behind the kidnap? As Clara and Fleet investigate, they find more than they could ever have imagined...
READERS ARE LOVING HIGH VAULTAGE:
'One of the most original stories I've read' NetGalley review
'Clever, original, funny, sharp, satirical and incredibly entertaining' NetGalley review
'My favourite steampunk/humorous alt history novel' NetGalley review
'A wonderful escape from real life' NetGalley review
'Great fun and endlessly inventive. This was a riotously imaginative read' NetGalley review
'Reminds me of the Discworld books, which is NOT a comparison I use lightly' NetGalley review
__________________
Chris and Jen Sugden's book 'High Vaultage' was a No. 5 Sunday Times bestseller w/c 18-03-2024.
Om denna bok
High Vaultage av Chris Sugden och Jen Sugden är en Danskt band bok med 400 sidor på Engelska. Den utgavs 2024 av Orion Publishing Co.
Spara pengar – köp begagnad från Campusbokhandeln
Köp High Vaultage 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:
9781399604161
Upplaga:
0
Utgiven:
2024-03-14
Förlag:
Orion Publishing Co
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"
>