Vi flyttar från butik till nätet - så funkar det framåt
All of the Marvels | 0:e upplagan
- Häftad, Engelska, 2023
- Författare: Douglas Wolk
- Betyg:
243
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
Winner of the 2022 Eisner Award for Best Comics-Related Book
The first-ever full reckoning with Marvel Comics interconnected, half-million-page story, a revelatory guide to the epic of epics and to the past sixty years of American culture from a beloved authority on the subject who read all 27,000+ Marvel superhero comics and lived to tell the tale
Brilliant, eccentric, moving and wholly wonderful. . . . Wolk proves to be the perfect guide for this type of adventure: nimble, learned, funny and sincere. . . . All of the Marvels is magnificently marvelous. Wolk s work will invite many more alliterative superlatives. It deserves them all. Junot Díaz, New York Times Book Review
The superhero comic books that Marvel Comics has published since 1961 are, as Douglas Wolk notes, the longest continuous, self-contained work of fiction ever created: over half a million pages to date, and still growing. The Marvel story is a gigantic mountain smack in the middle of contemporary culture. Thousands of writers and artists have contributed to it. Everyone recognizes its protagonists: Spider-Man, the Avengers, the X-Men. Eighteen of the hundred highest-grossing movies of all time are based on parts of it. Yet not even the people telling the story have read the whole thing nobody s supposed to. So, of course, that s what Wolk did: he read all 27,000+ comics that make up the Marvel Universe thus far, from Alpha Flight to Omega the Unknown.
And then he made sense of it seeing into the ever-expanding story, in its parts and as a whole, and seeing through it, as a prism through which to view the landscape of American culture. In Wolk s hands, the mammoth Marvel narrative becomes a fun-house-mirror history of the past sixty years, from the atomic night terrors of the Cold War to the technocracy and political division of the present day a boisterous, tragicomic, magnificently filigreed epic about power and ethics, set in a world transformed by wonders.
As a work of cultural exegesis, this is sneakily significant, even a landmark; it s also ludicrously fun. Wolk sees fascinating patterns the rise and fall of particular cultural aspirations, and of the storytelling modes that conveyed them. He observes the Marvel story s progressive visions and its painful stereotypes, its patches of woeful hackwork and stretches of luminous creativity, and the way it all feeds into a potent cosmology that echoes our deepest hopes and fears. This is a huge treat for Marvel fans, but it s also a revelation for readers who don t know Doctor Strange from Doctor Doom. Here, truly, are all of the marvels.
The first-ever full reckoning with Marvel Comics interconnected, half-million-page story, a revelatory guide to the epic of epics and to the past sixty years of American culture from a beloved authority on the subject who read all 27,000+ Marvel superhero comics and lived to tell the tale
Brilliant, eccentric, moving and wholly wonderful. . . . Wolk proves to be the perfect guide for this type of adventure: nimble, learned, funny and sincere. . . . All of the Marvels is magnificently marvelous. Wolk s work will invite many more alliterative superlatives. It deserves them all. Junot Díaz, New York Times Book Review
The superhero comic books that Marvel Comics has published since 1961 are, as Douglas Wolk notes, the longest continuous, self-contained work of fiction ever created: over half a million pages to date, and still growing. The Marvel story is a gigantic mountain smack in the middle of contemporary culture. Thousands of writers and artists have contributed to it. Everyone recognizes its protagonists: Spider-Man, the Avengers, the X-Men. Eighteen of the hundred highest-grossing movies of all time are based on parts of it. Yet not even the people telling the story have read the whole thing nobody s supposed to. So, of course, that s what Wolk did: he read all 27,000+ comics that make up the Marvel Universe thus far, from Alpha Flight to Omega the Unknown.
And then he made sense of it seeing into the ever-expanding story, in its parts and as a whole, and seeing through it, as a prism through which to view the landscape of American culture. In Wolk s hands, the mammoth Marvel narrative becomes a fun-house-mirror history of the past sixty years, from the atomic night terrors of the Cold War to the technocracy and political division of the present day a boisterous, tragicomic, magnificently filigreed epic about power and ethics, set in a world transformed by wonders.
As a work of cultural exegesis, this is sneakily significant, even a landmark; it s also ludicrously fun. Wolk sees fascinating patterns the rise and fall of particular cultural aspirations, and of the storytelling modes that conveyed them. He observes the Marvel story s progressive visions and its painful stereotypes, its patches of woeful hackwork and stretches of luminous creativity, and the way it all feeds into a potent cosmology that echoes our deepest hopes and fears. This is a huge treat for Marvel fans, but it s also a revelation for readers who don t know Doctor Strange from Doctor Doom. Here, truly, are all of the marvels.
Om denna bok
All of the Marvels av Douglas Wolk är en Häftad bok med 384 sidor på Engelska. Den utgavs 2023 av Penguin UK.
Spara pengar – köp begagnad från Campusbokhandeln
Köp All of the Marvels 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:
Biografier
Bandtyp:
Häftad
Språk:
Engelska
ISBN:
9780735222182
Upplaga:
0
Utgiven:
2023-10-03
Förlag:
Penguin UK
Sidantal:
384
$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"
>