Vi flyttar från butik till nätet - så funkar det framåt
The Devil and Sherlock Holmes | 0:e upplagan
- Pocket, Engelska, 2024
- Författare: David Grann
- Betyg:
154
kr
Skickas nästa vardag
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
By the author of the international Number One bestsellers KILLERS OF THE FLOWER MOON and THE WAGER
As Sherlock Holmes once conceded to Dr. Watson, 'If we could fly out of that window hand in hand, hover over this great city, gently remove the roofs and peep in at the queer things which are going on, the strange coincidences, the planning, the cross-purposes, the wonderful chain of events, working through generations and leading to the most outreresults, it would make all fiction with its conventionalities and foreseen conclusions most stale and unprofitable.' And with such a spirit for investigation and discovery does David Grann set out in The Devil and Sherlock Holmes to unravel the truth of twelve great, real-life mysteries.
Although Holmes is the subject of just one of the mesmerizing true stories in this collection, all twelve contain elements of intrigue. Many of the protagonists are sleuths: a Polish detective trying to determine whether an author planted clues to a real murder in his post-modern novel; an arson investigator racing to prove whether a man about to be executed is innocent; a legendary French con man questioning whether he is the one who is suddenly being conned; and scientists stalking a sea monster.
Unlike the adventures of Sherlock Holmes, these tales are all true. The protagonists are mortal and pieces of the puzzle often elude them. Some of the characters are driven to deception and murder. Others go mad.
But ultimately the stories contained in The Devil and Sherlock Holmes shed light on the human condition, and why some people on this earth devote themselves to good and others to evil. As Holmes put it, 'Life is infinitely stranger than anything which the mind of man could invent'.
As Sherlock Holmes once conceded to Dr. Watson, 'If we could fly out of that window hand in hand, hover over this great city, gently remove the roofs and peep in at the queer things which are going on, the strange coincidences, the planning, the cross-purposes, the wonderful chain of events, working through generations and leading to the most outreresults, it would make all fiction with its conventionalities and foreseen conclusions most stale and unprofitable.' And with such a spirit for investigation and discovery does David Grann set out in The Devil and Sherlock Holmes to unravel the truth of twelve great, real-life mysteries.
Although Holmes is the subject of just one of the mesmerizing true stories in this collection, all twelve contain elements of intrigue. Many of the protagonists are sleuths: a Polish detective trying to determine whether an author planted clues to a real murder in his post-modern novel; an arson investigator racing to prove whether a man about to be executed is innocent; a legendary French con man questioning whether he is the one who is suddenly being conned; and scientists stalking a sea monster.
Unlike the adventures of Sherlock Holmes, these tales are all true. The protagonists are mortal and pieces of the puzzle often elude them. Some of the characters are driven to deception and murder. Others go mad.
But ultimately the stories contained in The Devil and Sherlock Holmes shed light on the human condition, and why some people on this earth devote themselves to good and others to evil. As Holmes put it, 'Life is infinitely stranger than anything which the mind of man could invent'.
Om denna bok
The Devil and Sherlock Holmes av David Grann är en Pocket bok med 352 sidor på Engelska. Den utgavs 2024 av Simon & Schuster.
Spara pengar – köp begagnad från Campusbokhandeln
Köp The Devil and Sherlock Holmes 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:
Historia & arkeologi
Bandtyp:
Pocket
Språk:
Engelska
ISBN:
9781398540644
Upplaga:
0
Utgiven:
2024-06-13
Förlag:
Simon & Schuster
Sidantal:
352
$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"
>