Vi flyttar från butik till nätet - så funkar det framåt
The Jungle | 0:e upplagan
- Danskt band, Engelska, 1985
- Författare: Upton Sinclair
- Betyg:
138
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
One of the most powerful, provocative and enduring novels to expose social injustice ever published in the United States, Upton Sinclair's The Jungle contains an introduction by Ronald Gottesman in Penguin Classics.
Upton Sinclair's dramatic and deeply moving story exposed the brutal conditions in the Chicago stockyards at the turn of the nineteenth century and brought into sharp moral focus the appalling odds against which immigrants and other working people struggled for their share of the American Dream. Denounced by the conservative press as an un-American libel on the meatpacking industry, and condemned for Sinclair's unabashed promotion of Socialism and unionisation as a solution to the exploitation of workers, the book was championed by more progressive thinkers, including then President Theodore Roosevelt, and was a major catalyst to the passing of the Pure Food and Meat Inspection act, which has tremendous impact to this day.
Upton Sinclair (1878-1968) was born into an impoverished Baltimore family, the son of an alcoholic liquor salesman. At fifteen, he began writing a series of dime novels to pay for his education at the City College of New York, and he was later accepted to do graduate work at Columbia. While there, he published a number of novels, but his breakthrough was The Jungle (1906), a scathing indictment of the vile health and working conditions of the Chicago meat-packing industry. After a dalliance with politics, Sinclair returned to novel-writing, winning the Pulitzer Prize for his account of the Nazi takeover of Germany in Dragon's Teeth (1942).
If you enjoyed The Jungle, you might like Saul Bellow's The Adventures of Augie March, also available in Penguin Classics.
Upton Sinclair's dramatic and deeply moving story exposed the brutal conditions in the Chicago stockyards at the turn of the nineteenth century and brought into sharp moral focus the appalling odds against which immigrants and other working people struggled for their share of the American Dream. Denounced by the conservative press as an un-American libel on the meatpacking industry, and condemned for Sinclair's unabashed promotion of Socialism and unionisation as a solution to the exploitation of workers, the book was championed by more progressive thinkers, including then President Theodore Roosevelt, and was a major catalyst to the passing of the Pure Food and Meat Inspection act, which has tremendous impact to this day.
Upton Sinclair (1878-1968) was born into an impoverished Baltimore family, the son of an alcoholic liquor salesman. At fifteen, he began writing a series of dime novels to pay for his education at the City College of New York, and he was later accepted to do graduate work at Columbia. While there, he published a number of novels, but his breakthrough was The Jungle (1906), a scathing indictment of the vile health and working conditions of the Chicago meat-packing industry. After a dalliance with politics, Sinclair returned to novel-writing, winning the Pulitzer Prize for his account of the Nazi takeover of Germany in Dragon's Teeth (1942).
If you enjoyed The Jungle, you might like Saul Bellow's The Adventures of Augie March, also available in Penguin Classics.
Om denna bok
The Jungle av Upton Sinclair är en Danskt band bok med 448 sidor på Engelska. Den utgavs 1985.
Spara pengar – köp begagnad från Campusbokhandeln
Köp The Jungle 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:
9780140390315
Upplaga:
0
Utgiven:
1985-07-25
Förlag:
Okänt
Sidantal:
448
$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"
>