Adulthood Rites | 0:e upplagan
- Danskt band, Engelska, 2022
- Författare: Octavia E. Butler
- Betyg:
146
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"
>
Fler utgåvor
Beskrivning
'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
'Her evocative, often troubling, novels explore far-reaching issues of race, sex, power and, ultimately, what it means to be human' NEW YORK TIMES
From the groundbreaking, award-winning author of Parable of the Sower: one young man with extraordinary gifts must reconcile his own heritage before he can change the fate of humanity.
Lilith's son Akin looks like an ordinary child. His family live together on Earth, but not in complete peace. The Oankali saved humanity years before, compelled by the desire to create an extraordinary new race of children. But there are those who resist the Oankali and the salvation they offer.
The first of his kind, Akin is more powerful than any other being. He understands the desire to fight for the independence of humanity. He also fears that, if left alone, humanity will destroy itself again.
And when young Akin is stolen from Lilith and their hybrid family, he soon faces an impossible choice. But first he must reconcile with his own heritage in a world already torn in two.
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
'Butler's prose, always pared back to the bone, delineates the painful paradoxes of metamorphosis with compelling precision' GUARDIAN
'Octavia Butler was a visionary' VIOLA DAVIS
'One of the most significant literary artists of the twentieth century. One cannot exaggerate the impact she has had' JUNOT DIAZ
'An icon of the Afrofuturism world, envisioning literary realms that placed black characters front and center' VANITY FAIR
'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
'Her evocative, often troubling, novels explore far-reaching issues of race, sex, power and, ultimately, what it means to be human' NEW YORK TIMES
From the groundbreaking, award-winning author of Parable of the Sower: one young man with extraordinary gifts must reconcile his own heritage before he can change the fate of humanity.
Lilith's son Akin looks like an ordinary child. His family live together on Earth, but not in complete peace. The Oankali saved humanity years before, compelled by the desire to create an extraordinary new race of children. But there are those who resist the Oankali and the salvation they offer.
The first of his kind, Akin is more powerful than any other being. He understands the desire to fight for the independence of humanity. He also fears that, if left alone, humanity will destroy itself again.
And when young Akin is stolen from Lilith and their hybrid family, he soon faces an impossible choice. But first he must reconcile with his own heritage in a world already torn in two.
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
'Butler's prose, always pared back to the bone, delineates the painful paradoxes of metamorphosis with compelling precision' GUARDIAN
'Octavia Butler was a visionary' VIOLA DAVIS
'One of the most significant literary artists of the twentieth century. One cannot exaggerate the impact she has had' JUNOT DIAZ
'An icon of the Afrofuturism world, envisioning literary realms that placed black characters front and center' VANITY FAIR
'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
Om denna bok
Adulthood Rites av Octavia E. Butler är en Danskt band bok med 336 sidor på Engelska. Den utgavs 2022 av Gardners Books.
Spara pengar – köp begagnad från Campusbokhandeln
Köp Adulthood Rites 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:
9781472281074
Upplaga:
0
Utgiven:
2022-01-20
Förlag:
Gardners Books
Sidantal:
336
$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"
>