Vi flyttar från butik till nätet - så funkar det framåt
The Jungle | 0:e upplagan
- Danskt band, Engelska, 2016
- Författare: Upton Sinclair
- Betyg:
12956
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
“The Uncle Tom’s Cabin of wage slavery.” —Jack London. Sinclair’s masterpiece is an honest, sometimes brutal, tour de force that opened America’s eyes to the struggles and horrors many immigrants endured.
Welcome to Chicago during the early 1900s. Upton Sinclair’s The Jungle portrays the hardships of the immigrant working class in a way that changed literature and history. The story begins with Lithuanian immigrant Jurgis Rudkus, who takes a job at Brown’s slaughterhouse to try to earn enough money to stay afloat. His life becomes a constant struggle—he, his young wife, Ona, and the rest of his family eventually falling victim to a slew of unfortunate circumstances including exploitation, abuse, and for some even death.
From unsanitary and unsafe working conditions to poverty wages, the novel revealed to the American public the struggles immigrants encountered in Chicago’s meatpacking industry. Sinclair, a muckraking journalist, penned the bestselling narrative in an attempt to expose the evils of capitalism, and bring to light the extreme adversity these people faced not just in Chicago, but in industrialized cities across the country. By detailing numerous health violations in these workplaces, Sinclair’s novel caused public outrage and eventually led to the passing of the Meat Inspection Act and the Pure Food and Drug Act.
Packaged in handsome, affordable trade editions, Clydesdale Classics is a new series of essential literary works. It features literary phenomena with influence and themes so great that, after their publication, they changed literature forever. From the musings of literary geniuses such as Nathaniel Hawthorne in The Scarlet Letter, to the striking personal narratives from Harriet Jacobs in Incidents in the Life of a Slave Girl, this new series is a comprehensive collection of our history through the words of the exceptional few.
Welcome to Chicago during the early 1900s. Upton Sinclair’s The Jungle portrays the hardships of the immigrant working class in a way that changed literature and history. The story begins with Lithuanian immigrant Jurgis Rudkus, who takes a job at Brown’s slaughterhouse to try to earn enough money to stay afloat. His life becomes a constant struggle—he, his young wife, Ona, and the rest of his family eventually falling victim to a slew of unfortunate circumstances including exploitation, abuse, and for some even death.
From unsanitary and unsafe working conditions to poverty wages, the novel revealed to the American public the struggles immigrants encountered in Chicago’s meatpacking industry. Sinclair, a muckraking journalist, penned the bestselling narrative in an attempt to expose the evils of capitalism, and bring to light the extreme adversity these people faced not just in Chicago, but in industrialized cities across the country. By detailing numerous health violations in these workplaces, Sinclair’s novel caused public outrage and eventually led to the passing of the Meat Inspection Act and the Pure Food and Drug Act.
Packaged in handsome, affordable trade editions, Clydesdale Classics is a new series of essential literary works. It features literary phenomena with influence and themes so great that, after their publication, they changed literature forever. From the musings of literary geniuses such as Nathaniel Hawthorne in The Scarlet Letter, to the striking personal narratives from Harriet Jacobs in Incidents in the Life of a Slave Girl, this new series is a comprehensive collection of our history through the words of the exceptional few.
Om denna bok
The Jungle av Upton Sinclair är en Danskt band bok med 344 sidor på Engelska. Den utgavs 2016 av Skyhorse Publishing.
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:
Okänd
Bandtyp:
Danskt band
Språk:
Engelska
ISBN:
9781945186042
Upplaga:
0
Utgiven:
2016-06-02
Förlag:
Skyhorse Publishing
Sidantal:
344
$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"
>