Imago | 0:e upplagan
- Danskt band, Engelska, 2022
- Författare: Octavia E. Butler
- Betyg:
146
kr
Skickas inom 6-8 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"
>
Fler utgåvor
Beskrivning
'Butler writes with such a familiarity that the alien is welcome and intriguing. She really artfully exposes our human impulse to self-destruct' LUPITA NYONG'O
'An icon of the Afrofuturism world, envisioning literary realms that placed black characters front and center' VANITY FAIR
From literary pioneer Octavia E. Butler, the acclaimed Lilith's Brood trilogy concludes with the story of Jodah, child of the Earth and stars, who risks the future of humanity just by growing up.
Jodahs is a child of the Earth and stars, born from the union between humans and the Oankali, who saved humanity from destruction centuries before.
But Jodahs is approaching adulthood, a metamorphosis that will take him beyond gender and family, and into a great but dangerous unknown.
Frightened and alone, Jodahs must come to terms with this new identity, learn to master lifechanging powers and bring together what's left of humankind - or become the biggest threat to their survival.
PRAISE FOR OCTAVIA E. BUTLER, THE NEW YORK TIMES BESTSELLING AUTHOR
'In the ongoing contest over which dystopian classic is most applicable to our time... for sheer peculiar prescience, Butler's novel may be unmatched' NEW YORKER
'Octavia Butler was playing out our very real possibilities as humans. I think she can help each of us to do the same' GLORIA STEINEM
'Butler's prose, always pared back to the bone, delineates the painful paradoxes of metamorphosis with compelling precision' GUARDIAN
'One of the most significant literary artists of the twentieth century' JUNOT DIAZ
'Octavia Butler was a visionary' VIOLA DAVIS
'Her evocative, often troubling, novels explore far-reaching issues of race, sex, power and, ultimately, what it means to be human' NEW YORK TIMES
'An icon of the Afrofuturism world, envisioning literary realms that placed black characters front and center' VANITY FAIR
From literary pioneer Octavia E. Butler, the acclaimed Lilith's Brood trilogy concludes with the story of Jodah, child of the Earth and stars, who risks the future of humanity just by growing up.
Jodahs is a child of the Earth and stars, born from the union between humans and the Oankali, who saved humanity from destruction centuries before.
But Jodahs is approaching adulthood, a metamorphosis that will take him beyond gender and family, and into a great but dangerous unknown.
Frightened and alone, Jodahs must come to terms with this new identity, learn to master lifechanging powers and bring together what's left of humankind - or become the biggest threat to their survival.
PRAISE FOR OCTAVIA E. BUTLER, THE NEW YORK TIMES BESTSELLING AUTHOR
'In the ongoing contest over which dystopian classic is most applicable to our time... for sheer peculiar prescience, Butler's novel may be unmatched' NEW YORKER
'Octavia Butler was playing out our very real possibilities as humans. I think she can help each of us to do the same' GLORIA STEINEM
'Butler's prose, always pared back to the bone, delineates the painful paradoxes of metamorphosis with compelling precision' GUARDIAN
'One of the most significant literary artists of the twentieth century' JUNOT DIAZ
'Octavia Butler was a visionary' VIOLA DAVIS
'Her evocative, often troubling, novels explore far-reaching issues of race, sex, power and, ultimately, what it means to be human' NEW YORK TIMES
Om denna bok
Imago av Octavia E. Butler är en Danskt band bok med 304 sidor på Engelska. Den utgavs 2022 av Gardners Books.
Spara pengar – köp begagnad från Campusbokhandeln
Köp Imago 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:
Pedagogik & psykologi
Bandtyp:
Danskt band
Språk:
Engelska
ISBN:
9781472281081
Upplaga:
0
Utgiven:
2022-01-20
Förlag:
Gardners Books
Sidantal:
304
$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"
>