Vi flyttar från butik till nätet - så funkar det framåt
The Hilltop | 0:e upplagan
- Danskt band, Engelska, 2015
- Författare: Assaf Gavron
- Betyg:
1364
kr
Skickas inom 0-2 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
Mordantly funny and deeply moving, this award-winning novel about life in a West Bank settlement has been hailed as “brilliant” (The New York Times Book Review) and “The Great Israeli Novel [in which] Gavron stakes his claim to be Israel’s Jonathan Franzen” (Tablet).
On a rocky hilltop stands Ma’aleh Hermesh C, a fledgling outpost of Jewish settlers in the West Bank. According to government records it doesn’t exist; according to the military it must be defended. On this contested land, Othniel Assis—under the wary gaze of the Palestinians in the neighboring village—lives on his farm with his ever-expanding family. As Othniel cheerfully manipulates government agencies, more settlers arrive, and a hodge-podge of shipping containers and mobile homes takes root.
One steadfast resident is Gabi Kupper, a former kibbutz dweller who savors the delicate routines of life on the settlement. When Gabi’s prodigal brother, Roni, arrives penniless on his doorstep with a bizarre plan to sell the “artisanal” olive oil from the Palestinian village to Tel Aviv yuppies, Gabi worries his life won’t stay quiet for long. Then a nosy American journalist stumbles into Ma’aleh Hermesh C, and Gabi’s worst fears are confirmed. The settlement becomes the focus of an international diplomatic scandal, facing its greatest threat yet.
This “indispensable novel” (The Wall Street Journal) skewers the complex, often absurd reality of life in Israel. Grappling with one of the most charged geo-political issues of our time, “Gavron’s story gains a foothold in our hearts and minds and stubbornly refuses to leave” (Kirkus Reviews, starred review).
On a rocky hilltop stands Ma’aleh Hermesh C, a fledgling outpost of Jewish settlers in the West Bank. According to government records it doesn’t exist; according to the military it must be defended. On this contested land, Othniel Assis—under the wary gaze of the Palestinians in the neighboring village—lives on his farm with his ever-expanding family. As Othniel cheerfully manipulates government agencies, more settlers arrive, and a hodge-podge of shipping containers and mobile homes takes root.
One steadfast resident is Gabi Kupper, a former kibbutz dweller who savors the delicate routines of life on the settlement. When Gabi’s prodigal brother, Roni, arrives penniless on his doorstep with a bizarre plan to sell the “artisanal” olive oil from the Palestinian village to Tel Aviv yuppies, Gabi worries his life won’t stay quiet for long. Then a nosy American journalist stumbles into Ma’aleh Hermesh C, and Gabi’s worst fears are confirmed. The settlement becomes the focus of an international diplomatic scandal, facing its greatest threat yet.
This “indispensable novel” (The Wall Street Journal) skewers the complex, often absurd reality of life in Israel. Grappling with one of the most charged geo-political issues of our time, “Gavron’s story gains a foothold in our hearts and minds and stubbornly refuses to leave” (Kirkus Reviews, starred review).
Om denna bok
The Hilltop av Assaf Gavron är en Danskt band bok med 464 sidor på Engelska. Den utgavs 2015.
Spara pengar – köp begagnad från Campusbokhandeln
Köp The Hilltop 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:
9781476760445
Upplaga:
0
Utgiven:
2015-10-13
Förlag:
Okänt
Sidantal:
464
$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"
>