Vi flyttar från butik till nätet - så funkar det framåt
The First Fifteen Lives of Harry August | 0:e upplagan
- Danskt band, Engelska, 2014
- Författare: Claire North
- Betyg:
148
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
'ONE OF THE FICTION HIGHLIGHTS OF THE DECADE' Judy Finnigan, Richard and Judy Book Club
Featured in the Richard and Judy Book Club, the BBC Radio 2 Book Club and the Waterstones Book Club
Winner of the John W. Campbell Award
Shortlisted for the Arthur C. Clarke Award
SOME STORIES CANNOT BE TOLD IN JUST ONE LIFETIME
No matter what he does or the decisions he makes, when death comes, Harry always returns to where he began, a child with all the knowledge of a life he has already lived a dozen times before.
Nothing ever changes - until now.
As Harry nears the end of his eleventh life, a little girl appears at his bedside. 'I nearly missed you, Doctor August,' she says. 'I need to send a message.'
This is the story of what Harry does next, and what he did before, and how he tries to save a past he cannot change and a future he cannot allow.
This is the extraordinary journey of one unforgettable character - a story of friendship and betrayal, loyalty and redemption, love and loneliness and the inevitable march of time. Perfect for readers of How to Stop Time by Matt Haig, The Keeper of Lost Things by Ruth Hogan and Eleanor Oliphant is Completely Fine by Gail Honeyman.
'Utterly readable, utterly believable and compelling' Judy Finnigan, Richard and Judy Book Club
'Beautiful and gripping' Guardian
'An astonishing re-invention of the time-travel narrative. Bold, magical and masterful' M. R. Carey, author of THE GIRL WITH ALL THE GIFTS
'Terrific, smart and entertaining' Patrick Ness
'The writing is impeccable . . Plus Harry is a fascinating main character' Heat
'I don't say this lightly but The First Fifteen Lives of Harry August is one of the top ten books I've ever read' James Dashner, bestselling author of THE MAZE RUNNER
Also by Claire North
Novels:
Touch
The Sudden Appearance of Hope (winner of the World Fantasy Award)
The End of the Day (shortlisted for the Sunday Times/PFD Young Writer of the Year Award)
84K (shortlisted for the Philip K. Dick Award)
The Gameshouse
The Pursuit of William Abbey
Notes from the Burning Age
Ithaca (a Sunday Times Historical Fiction Book of the Year)
House of Odysseus
The Last Song of Penelope
Novella:
Sweet Harmony
Featured in the Richard and Judy Book Club, the BBC Radio 2 Book Club and the Waterstones Book Club
Winner of the John W. Campbell Award
Shortlisted for the Arthur C. Clarke Award
SOME STORIES CANNOT BE TOLD IN JUST ONE LIFETIME
No matter what he does or the decisions he makes, when death comes, Harry always returns to where he began, a child with all the knowledge of a life he has already lived a dozen times before.
Nothing ever changes - until now.
As Harry nears the end of his eleventh life, a little girl appears at his bedside. 'I nearly missed you, Doctor August,' she says. 'I need to send a message.'
This is the story of what Harry does next, and what he did before, and how he tries to save a past he cannot change and a future he cannot allow.
This is the extraordinary journey of one unforgettable character - a story of friendship and betrayal, loyalty and redemption, love and loneliness and the inevitable march of time. Perfect for readers of How to Stop Time by Matt Haig, The Keeper of Lost Things by Ruth Hogan and Eleanor Oliphant is Completely Fine by Gail Honeyman.
'Utterly readable, utterly believable and compelling' Judy Finnigan, Richard and Judy Book Club
'Beautiful and gripping' Guardian
'An astonishing re-invention of the time-travel narrative. Bold, magical and masterful' M. R. Carey, author of THE GIRL WITH ALL THE GIFTS
'Terrific, smart and entertaining' Patrick Ness
'The writing is impeccable . . Plus Harry is a fascinating main character' Heat
'I don't say this lightly but The First Fifteen Lives of Harry August is one of the top ten books I've ever read' James Dashner, bestselling author of THE MAZE RUNNER
Also by Claire North
Novels:
Touch
The Sudden Appearance of Hope (winner of the World Fantasy Award)
The End of the Day (shortlisted for the Sunday Times/PFD Young Writer of the Year Award)
84K (shortlisted for the Philip K. Dick Award)
The Gameshouse
The Pursuit of William Abbey
Notes from the Burning Age
Ithaca (a Sunday Times Historical Fiction Book of the Year)
House of Odysseus
The Last Song of Penelope
Novella:
Sweet Harmony
Om denna bok
The First Fifteen Lives of Harry August av Claire North är en Danskt band bok med 448 sidor på Engelska. Den utgavs 2014.
Spara pengar – köp begagnad från Campusbokhandeln
Köp The First Fifteen Lives of Harry August 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:
9780356502588
Upplaga:
0
Utgiven:
2014-08-26
Förlag:
Okänt
Sidantal:
448
$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"
>