Vi flyttar från butik till nätet - så funkar det framåt
Manhattan Transfer | 0:e upplagan
- Danskt band, Engelska, 2000
- Författare: John Dos Passos
- Betyg:
142
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
'My literary hero is John Dos Passos' - Adam Curtis (filmmaker)
'A modernist masterpiece, capturing ... the fragmented lives it sketches, in a dazzling kaleidoscope of New York City in the 1920s' Christopher Hudson, Evening Standard
'Dos Passos has invented only one thing, an art of story-telling. But that is enough to create a universe' Jean-Paul Sartre
'The best modern book about New York'
D.H. Lawrence
A modernist masterwork that has more in common with films than traditional novels, John Dos Passos' Manhattan Transfer includes an introduction by Jay McInerney in Penguin Modern Classics.
A colourful, multi-faceted chronicle of New York in the early 1920s, Manhattan Transfer ranks with James Joyce's Ulysses as a powerful and often lyrical meditation on the modern city. Using experimental montage techniques borrowed from the cinema, vivid descriptions and bursts of overheard conversation, and the jumbled case histories of a picaresque cast of characters from dockside crapshooters to high-society flappers, Dos Passos constructs a brilliant impressionistic portrait of New York City as a great futuristic machine filled with motion, drama and human tragedy.
John Dos Passos (1896-1970) was born in Chicago, the son of an eminent lawyer. After graduating from Harvard he served in the US Army Medical Corps during the First World War, and dabbled in journalism before embarking on life as a writer. In 1925 he published Manhattan Transfer, his first experimental novel in what was to become his peculiar style - a mixture of fact and fiction. His began a series of panoramic epics of American life with the USA trilogy, using the same technique and tracing, through interwoven biographies, the story of America from the early twentieth century to the onset of the Great Depression in 1929.
'A modernist masterpiece, capturing ... the fragmented lives it sketches, in a dazzling kaleidoscope of New York City in the 1920s' Christopher Hudson, Evening Standard
'Dos Passos has invented only one thing, an art of story-telling. But that is enough to create a universe' Jean-Paul Sartre
'The best modern book about New York'
D.H. Lawrence
A modernist masterwork that has more in common with films than traditional novels, John Dos Passos' Manhattan Transfer includes an introduction by Jay McInerney in Penguin Modern Classics.
A colourful, multi-faceted chronicle of New York in the early 1920s, Manhattan Transfer ranks with James Joyce's Ulysses as a powerful and often lyrical meditation on the modern city. Using experimental montage techniques borrowed from the cinema, vivid descriptions and bursts of overheard conversation, and the jumbled case histories of a picaresque cast of characters from dockside crapshooters to high-society flappers, Dos Passos constructs a brilliant impressionistic portrait of New York City as a great futuristic machine filled with motion, drama and human tragedy.
John Dos Passos (1896-1970) was born in Chicago, the son of an eminent lawyer. After graduating from Harvard he served in the US Army Medical Corps during the First World War, and dabbled in journalism before embarking on life as a writer. In 1925 he published Manhattan Transfer, his first experimental novel in what was to become his peculiar style - a mixture of fact and fiction. His began a series of panoramic epics of American life with the USA trilogy, using the same technique and tracing, through interwoven biographies, the story of America from the early twentieth century to the onset of the Great Depression in 1929.
Om denna bok
Manhattan Transfer av John Dos Passos är en Danskt band bok med 368 sidor på Engelska. Den utgavs 2000.
Spara pengar – köp begagnad från Campusbokhandeln
Köp Manhattan Transfer 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:
9780141184487
Upplaga:
0
Utgiven:
2000-08-31
Förlag:
Okänt
Sidantal:
368
$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"
>