Vi flyttar från butik till nätet - så funkar det framåt
Karl Marx | 0:e upplagan
- Danskt band, Engelska, 2019
- Författare: Shlomo Avineri
- Betyg:
12970
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 new exploration of Karl Marx's life through his intellectual contributions to modern thought
"A perceptive and fair-minded corrective to superficial treatments of the man."—Jonathan Rose, Wall Street Journal
Karl Marx (1818–1883)—philosopher, historian, sociologist, economist, current affairs journalist, and editor—was one of the most influential and revolutionary thinkers of modern history, but he is rarely thought of as a Jewish thinker, and his Jewish background is either overlooked or misrepresented. Here, distinguished scholar Shlomo Avineri argues that Marx’s Jewish origins did leave a significant impression on his work. Marx was born in Trier, then part of Prussia, and his family had enjoyed equal rights and emancipation under earlier French control of the area. But then its annexation to Prussia deprived the Jewish population of its equal rights. These developments led to the reluctant conversion of Marx’s father, and similar tribulations radicalized many young intellectuals of that time who came from a Jewish background.
Avineri puts Marx’s Jewish background in its proper and balanced perspective, and traces Marx’s intellectual development in light of the historical, intellectual, and political contexts in which he lived.
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 St. Journal
“Distinguished.” – New Yorker
“Superb.” – The Guardian
"A perceptive and fair-minded corrective to superficial treatments of the man."—Jonathan Rose, Wall Street Journal
Karl Marx (1818–1883)—philosopher, historian, sociologist, economist, current affairs journalist, and editor—was one of the most influential and revolutionary thinkers of modern history, but he is rarely thought of as a Jewish thinker, and his Jewish background is either overlooked or misrepresented. Here, distinguished scholar Shlomo Avineri argues that Marx’s Jewish origins did leave a significant impression on his work. Marx was born in Trier, then part of Prussia, and his family had enjoyed equal rights and emancipation under earlier French control of the area. But then its annexation to Prussia deprived the Jewish population of its equal rights. These developments led to the reluctant conversion of Marx’s father, and similar tribulations radicalized many young intellectuals of that time who came from a Jewish background.
Avineri puts Marx’s Jewish background in its proper and balanced perspective, and traces Marx’s intellectual development in light of the historical, intellectual, and political contexts in which he lived.
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 St. Journal
“Distinguished.” – New Yorker
“Superb.” – The Guardian
Om denna bok
Karl Marx av Shlomo Avineri är en Danskt band bok med 240 sidor på Engelska. Den utgavs 2019 av John Wiley And Sons Ltd.
Spara pengar – köp begagnad från Campusbokhandeln
Köp Karl Marx 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:
Filosofi & idéhistoria
Bandtyp:
Danskt band
Språk:
Engelska
ISBN:
9780300211702
Upplaga:
0
Utgiven:
2019-09-10
Förlag:
John Wiley And Sons Ltd
Sidantal:
240
$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"
>