Vi flyttar från butik till nätet - så funkar det framåt
Abbott Awaits | 0:e upplagan
- Danskt band, Engelska, 2011
- Författare: Chris Bachelder
- Betyg:
295
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
A quiet tour de force, Chris Bachelder's Abbott Awaits transforms the ordinary into the extraordinary, startlingly depicting the intense and poignant challenges of a vulnerable, imaginative father as he lives his everyday American existence.
In Abbott we see a modern-day Sisyphus: he is the exhausted father of a lively two-year old, the ruminative husband of a pregnant insomniac, and the confused owner of a terrified dog. Confronted by a flooded basement, a broken refrigerator, a urine-soaked carpet, and a literal snake in the woodpile, Abbott endures the beauty and hopelessness of each moment, often while contemplating evolutionary history, altruism, or the passage of time.
An expectant father and university teacher on summer break, Abbott tackles the agonizing chores of each day, laboring for peace in his household and struggling to keep his daughter clean and happy, all while staving off a fear of failure as a parent, and even as a human being. As he cleans car seats, forgets to apply sun block, clips his dog's nails, dresses his daughter out of season, and makes unsuccessful furniture-buying trips with his wife, his mind plays out an unrelenting series of paradoxical reflections. Abbott's pensive self-doubt comes to a head one day in late June as he cleans vomited raspberries out of his daughter's car seat and realises: ""The following propositions are both true: (A) Abbott would not, given the opportunity, change one significant element of his life, but (B) Abbott cannot stand his life.""
Composed of small moments of domestic wonder and terror, Abbott Awaits is a charming story of misadventure, anxiety, and the everyday battles and triumphs of parenthood.
In Abbott we see a modern-day Sisyphus: he is the exhausted father of a lively two-year old, the ruminative husband of a pregnant insomniac, and the confused owner of a terrified dog. Confronted by a flooded basement, a broken refrigerator, a urine-soaked carpet, and a literal snake in the woodpile, Abbott endures the beauty and hopelessness of each moment, often while contemplating evolutionary history, altruism, or the passage of time.
An expectant father and university teacher on summer break, Abbott tackles the agonizing chores of each day, laboring for peace in his household and struggling to keep his daughter clean and happy, all while staving off a fear of failure as a parent, and even as a human being. As he cleans car seats, forgets to apply sun block, clips his dog's nails, dresses his daughter out of season, and makes unsuccessful furniture-buying trips with his wife, his mind plays out an unrelenting series of paradoxical reflections. Abbott's pensive self-doubt comes to a head one day in late June as he cleans vomited raspberries out of his daughter's car seat and realises: ""The following propositions are both true: (A) Abbott would not, given the opportunity, change one significant element of his life, but (B) Abbott cannot stand his life.""
Composed of small moments of domestic wonder and terror, Abbott Awaits is a charming story of misadventure, anxiety, and the everyday battles and triumphs of parenthood.
Om denna bok
Abbott Awaits av Chris Bachelder är en Danskt band bok med 192 sidor på Engelska. Den utgavs 2011 av Louisiana State University Press.
Spara pengar – köp begagnad från Campusbokhandeln
Köp Abbott Awaits 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:
9780807137222
Upplaga:
0
Utgiven:
2011-03-30
Förlag:
Louisiana State University Press
Sidantal:
192
$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"
>