Vi flyttar från butik till nätet - så funkar det framåt
Viruses | 0:e upplagan
- Häftad, Engelska, 2026
- Författare: Göran Ahrne, Dorothy H. Crawford
- Betyg:
163
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
For all our hubris, humans can be felled rapidly by an invisible enemy - viruses.
All around us are minute entities that can damage and kill: the millions of viruses that pervade the natural world. Our bodies harbour many that we have long tolerated, but a new one, that jumps into humans from another species, can be lethal - as we have seen most recently with the virus responsible for COVID-19. But what are viruses, how do they cause disease, and how can we fight them?
In Viruses: The Invisible Enemy, a brand new edition of her classic work, virologist Dorothy Crawford explores these questions. She takes the reader on a journey through the past to show how, as the human race evolved from hunter gatherer to farmer to our present urban, industrialised society, viruses have taken advantage of each lifestyle change to promote their own survival.
We have acquired many new viruses along the way, some spreading globally and causing killer diseases. But now, in the 21st century, as humans increasingly encroach into and exploit the natural world, the rate of emergence of novel viruses is accelerating. Already we've had a flu pandemic, large epidemics from SARS, Ebola and Zika viruses, and most devastating of all, SARS-CoV-2, which swept around the world in 2020-21, causing the COVID-19 pandemic. The response of scientists has been rapid, producing vaccines in record time. But we can expect more such challenges in the future. This book discusses why and how SARS-CoV-2 and other killer viruses emerged, and how we can win the battle against such an enemy.
All around us are minute entities that can damage and kill: the millions of viruses that pervade the natural world. Our bodies harbour many that we have long tolerated, but a new one, that jumps into humans from another species, can be lethal - as we have seen most recently with the virus responsible for COVID-19. But what are viruses, how do they cause disease, and how can we fight them?
In Viruses: The Invisible Enemy, a brand new edition of her classic work, virologist Dorothy Crawford explores these questions. She takes the reader on a journey through the past to show how, as the human race evolved from hunter gatherer to farmer to our present urban, industrialised society, viruses have taken advantage of each lifestyle change to promote their own survival.
We have acquired many new viruses along the way, some spreading globally and causing killer diseases. But now, in the 21st century, as humans increasingly encroach into and exploit the natural world, the rate of emergence of novel viruses is accelerating. Already we've had a flu pandemic, large epidemics from SARS, Ebola and Zika viruses, and most devastating of all, SARS-CoV-2, which swept around the world in 2020-21, causing the COVID-19 pandemic. The response of scientists has been rapid, producing vaccines in record time. But we can expect more such challenges in the future. This book discusses why and how SARS-CoV-2 and other killer viruses emerged, and how we can win the battle against such an enemy.
Om denna bok
Viruses av Göran Ahrne och Dorothy H. Crawford är en Häftad bok på Engelska. Den utgavs 2026 av Oxford University Press.
Spara pengar – köp begagnad från Campusbokhandeln
Köp Viruses 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:
Medicin, vård & fysiologi
Bandtyp:
Häftad
Språk:
Engelska
ISBN:
9780192845030
Upplaga:
0
Utgiven:
2026-04-03
Förlag:
Oxford University Press
Sidantal:
$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"
>