Vi flyttar från butik till nätet - så funkar det framåt
Moshe Dayan | 0:e upplagan
- Danskt band, Engelska, 2012
- Författare: Mordechai Bar-On
- Betyg:
296
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
From the prizewinning Jewish Lives series, a vivid portrait of one of the most powerful leaders in Israel’s first decades of statehood
Instantly recognizable with his iconic eye patch, Moshe Dayan (1915–1981) was one of Israel's most charismatic—and controversial—personalities. As a youth he earned the reputation of a fearless warrior, and in later years as a leading military tactician, admired by peers and enemies alike. As chief of staff during the 1956 Sinai Campaign and as minister of defense during the 1967 Six Day War, Dayan led the Israel Defense Forces to stunning military victories. But in the aftermath of the bungled 1973 Yom Kippur War, he shared the blame for operational mistakes and retired from the government. He later proved himself a principled and talented diplomat, playing an integral role in peace negotiations with Egypt.
In this memorable biography, Mordechai Bar-On, Dayan's IDF bureau chief, offers an intimate view of Dayan's private life, public career, and political controversies, set against an original analysis of Israel's political environment from pre-Mandate Palestine through the early 1980s. Drawing on a wealth of Israeli archives, accounts by Dayan and members of his circle, and firsthand experiences, Bar-On reveals Dayan as a man unwavering in his devotion to Zionism and the Land of Israel. Moshe Dayan makes a unique contribution to the history of Israel and the complexities of the Arab-Israeli conflict.
About Jewish Lives:
Jewish Lives is a prizewinning series of interpretative biography designed to explore the many facets of Jewish identity. Individual volumes illuminate the imprint of Jewish figures upon literature, religion, philosophy, politics, cultural and economic life, and the arts and sciences. Subjects are paired with authors to elicit lively, deeply informed books that explore the range and depth of the Jewish experience from antiquity to the present.
In 2014, the Jewish Book Council named Jewish Lives the winner of its Jewish Book of the Year Award, the first series ever to receive this award.
More praise for Jewish Lives:
"Excellent." –New York Times
"Exemplary." –Wall Street Journal
"Distinguished." –New Yorker
"Superb." –The Guardian
Instantly recognizable with his iconic eye patch, Moshe Dayan (1915–1981) was one of Israel's most charismatic—and controversial—personalities. As a youth he earned the reputation of a fearless warrior, and in later years as a leading military tactician, admired by peers and enemies alike. As chief of staff during the 1956 Sinai Campaign and as minister of defense during the 1967 Six Day War, Dayan led the Israel Defense Forces to stunning military victories. But in the aftermath of the bungled 1973 Yom Kippur War, he shared the blame for operational mistakes and retired from the government. He later proved himself a principled and talented diplomat, playing an integral role in peace negotiations with Egypt.
In this memorable biography, Mordechai Bar-On, Dayan's IDF bureau chief, offers an intimate view of Dayan's private life, public career, and political controversies, set against an original analysis of Israel's political environment from pre-Mandate Palestine through the early 1980s. Drawing on a wealth of Israeli archives, accounts by Dayan and members of his circle, and firsthand experiences, Bar-On reveals Dayan as a man unwavering in his devotion to Zionism and the Land of Israel. Moshe Dayan makes a unique contribution to the history of Israel and the complexities of the Arab-Israeli conflict.
About Jewish Lives:
Jewish Lives is a prizewinning series of interpretative biography designed to explore the many facets of Jewish identity. Individual volumes illuminate the imprint of Jewish figures upon literature, religion, philosophy, politics, cultural and economic life, and the arts and sciences. Subjects are paired with authors to elicit lively, deeply informed books that explore the range and depth of the Jewish experience from antiquity to the present.
In 2014, the Jewish Book Council named Jewish Lives the winner of its Jewish Book of the Year Award, the first series ever to receive this award.
More praise for Jewish Lives:
"Excellent." –New York Times
"Exemplary." –Wall Street Journal
"Distinguished." –New Yorker
"Superb." –The Guardian
Om denna bok
Moshe Dayan av Mordechai Bar-On är en Danskt band bok med 264 sidor på Engelska. Den utgavs 2012 av John Wiley And Sons Ltd.
Spara pengar – köp begagnad från Campusbokhandeln
Köp Moshe Dayan 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:
Okänd
Bandtyp:
Danskt band
Språk:
Engelska
ISBN:
9780300149418
Upplaga:
0
Utgiven:
2012-07-17
Förlag:
John Wiley And Sons Ltd
Sidantal:
264
$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"
>