Vi flyttar från butik till nätet - så funkar det framåt
The Unwilding | 0:e upplagan
- Danskt band, Engelska, 2024
- Författare: Marina Kemp
- Betyg:
213
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
‘Compelling and fine and rich, I devoured it' TESSA HADLEY
'Powerfully compelling'
GUARDIAN
‘Unbelievably good' ELIZABETH DAY
'Complex and nuanced… the perfect definition of summer reading' LUCY CALDWELL
'Subtle, complex, ambitious'
THE TIMES
A Guardian Book of the Year
A stunning new novel of power, desire and the secrets all families carry, from the acclaimed author of Nightingale, Marina Kemp.
When fledgling writer Zoe arrives at the Sicilian holiday home of famed novelist Don Travers, she feels that she has made it. And yet as the week unfolds it is not Don but his children and unknowable wife, Lydia, who come to intrigue Zoe most. On the fringes, Don’s youngest, Nemony, watches as her older siblings begin to navigate the treacherous waters of the adult world. When her adored oldest sister makes a terrible mistake, the holiday ends suddenly, shattering the fragile balance of their parents’ marriage and the siblings’ lives.
Many years later and in the wake of loss, the events of that summer continue to haunt. Nemony, now a lonely new mother herself, strikes up a chance friendship with Zoe. With her support, Nemony attempts to grapple with the casual damage enacted by her father. But as their relationship deepens, she is soon forced to question the true extent of Zoe’s fascination with the Travers family.
Tracing their lives through Sicily, London and the old mining towns of Appalachia, Nemony must uncover the stories untold – about her implacable father, her troubled mother, and the siblings she might still do anything for.
'Exquisitely written, subtle and transporting' SUSSIE ANIE, author of To Fill a Yellow House
'Ambitious, immersive' OLIVIA SUDJIC, author of Sympathy
'Unflinching, magnificent' KAREN POWELL, author of Fifteen Wild Decembers
‘A writer to watch’ FRANCIS SPUFFORD
'Powerfully compelling'
GUARDIAN
‘Unbelievably good' ELIZABETH DAY
'Complex and nuanced… the perfect definition of summer reading' LUCY CALDWELL
'Subtle, complex, ambitious'
THE TIMES
A Guardian Book of the Year
A stunning new novel of power, desire and the secrets all families carry, from the acclaimed author of Nightingale, Marina Kemp.
When fledgling writer Zoe arrives at the Sicilian holiday home of famed novelist Don Travers, she feels that she has made it. And yet as the week unfolds it is not Don but his children and unknowable wife, Lydia, who come to intrigue Zoe most. On the fringes, Don’s youngest, Nemony, watches as her older siblings begin to navigate the treacherous waters of the adult world. When her adored oldest sister makes a terrible mistake, the holiday ends suddenly, shattering the fragile balance of their parents’ marriage and the siblings’ lives.
Many years later and in the wake of loss, the events of that summer continue to haunt. Nemony, now a lonely new mother herself, strikes up a chance friendship with Zoe. With her support, Nemony attempts to grapple with the casual damage enacted by her father. But as their relationship deepens, she is soon forced to question the true extent of Zoe’s fascination with the Travers family.
Tracing their lives through Sicily, London and the old mining towns of Appalachia, Nemony must uncover the stories untold – about her implacable father, her troubled mother, and the siblings she might still do anything for.
'Exquisitely written, subtle and transporting' SUSSIE ANIE, author of To Fill a Yellow House
'Ambitious, immersive' OLIVIA SUDJIC, author of Sympathy
'Unflinching, magnificent' KAREN POWELL, author of Fifteen Wild Decembers
‘A writer to watch’ FRANCIS SPUFFORD
Om denna bok
The Unwilding av Marina Kemp är en Danskt band bok med 416 sidor på Engelska. Den utgavs 2024 av Gardners Books.
Spara pengar – köp begagnad från Campusbokhandeln
Köp The Unwilding 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:
9780008637859
Upplaga:
0
Utgiven:
2024-07-04
Förlag:
Gardners Books
Sidantal:
416
$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"
>