Vi flyttar från butik till nätet - så funkar det framåt
Oxygen | 0:e upplagan
- Danskt band, Engelska, 2016
- Författare: Nick Lane
- Betyg:
136
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
Oxygen has had extraordinary effects on life.
Three hundred million years ago, in Carboniferous times, dragonflies grew as big as seagulls, with wingspans of
nearly a metre. Researchers claim they could have flown only if the air had contained more oxygen than today -
probably as much as 35 per cent. Giant spiders, tree-ferns, marine rock formations and fossil charcoals
all tell the same story. High oxygen levels may also explain the global firestorm that contributed to the
demise of the dinosaurs after the asteroid impact.
The strange and profound effects that oxygen has had on the evolution of life pose a riddle, which this book
sets out to answer. Oxygen is a toxic gas. Divers breathing pure oxygen at depth suffer from convulsions
and lung injury. Fruit flies raised at twice normal atmospheric levels of oxygen live half as long as their
siblings. Reactive forms of oxygen, known as free radicals, are thought to cause ageing in people. Yet if
atmospheric oxygen reached 35 per cent in the Carboniferous, why did it promote exuberant growth,
instead of rapid ageing and death?
Oxygen takes the reader on an enthralling journey, as gripping as a thriller, as it unravels the unexpected
ways in which oxygen spurred the evolution of life and death. The book explains far more than the size of
ancient insects: it shows how oxygen underpins the origin of biological complexity, the birth of photosynthesis, the sudden evolution of animals, the need for two sexes, the accelerated ageing of cloned animals like Dolly the sheep, and the surprisingly long lives of bats and birds.
Drawing on this grand evolutionary canvas, Oxygen offers fresh perspectives on our own lives and deaths,
explaining modern killer diseases, why we age, and what we can do about it. Advancing revelatory new ideas,
following chains of evidence, the book ranges through many disciplines, from environmental sciences to
molecular medicine. The result is a captivating vision of contemporary science and a humane synthesis of our
place in nature. This remarkable book might just redefine the way we think about the world.
Oxford Landmark Science books are 'must-read' classics of modern science writing which have crystallized big ideas, and shaped the way we think.
Three hundred million years ago, in Carboniferous times, dragonflies grew as big as seagulls, with wingspans of
nearly a metre. Researchers claim they could have flown only if the air had contained more oxygen than today -
probably as much as 35 per cent. Giant spiders, tree-ferns, marine rock formations and fossil charcoals
all tell the same story. High oxygen levels may also explain the global firestorm that contributed to the
demise of the dinosaurs after the asteroid impact.
The strange and profound effects that oxygen has had on the evolution of life pose a riddle, which this book
sets out to answer. Oxygen is a toxic gas. Divers breathing pure oxygen at depth suffer from convulsions
and lung injury. Fruit flies raised at twice normal atmospheric levels of oxygen live half as long as their
siblings. Reactive forms of oxygen, known as free radicals, are thought to cause ageing in people. Yet if
atmospheric oxygen reached 35 per cent in the Carboniferous, why did it promote exuberant growth,
instead of rapid ageing and death?
Oxygen takes the reader on an enthralling journey, as gripping as a thriller, as it unravels the unexpected
ways in which oxygen spurred the evolution of life and death. The book explains far more than the size of
ancient insects: it shows how oxygen underpins the origin of biological complexity, the birth of photosynthesis, the sudden evolution of animals, the need for two sexes, the accelerated ageing of cloned animals like Dolly the sheep, and the surprisingly long lives of bats and birds.
Drawing on this grand evolutionary canvas, Oxygen offers fresh perspectives on our own lives and deaths,
explaining modern killer diseases, why we age, and what we can do about it. Advancing revelatory new ideas,
following chains of evidence, the book ranges through many disciplines, from environmental sciences to
molecular medicine. The result is a captivating vision of contemporary science and a humane synthesis of our
place in nature. This remarkable book might just redefine the way we think about the world.
Oxford Landmark Science books are 'must-read' classics of modern science writing which have crystallized big ideas, and shaped the way we think.
Om denna bok
Oxygen av Nick Lane är en Danskt band bok med 400 sidor på Engelska. Den utgavs 2016 av Oxford University Press.
Spara pengar – köp begagnad från Campusbokhandeln
Köp Oxygen 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:
Naturvetenskap & teknik
Bandtyp:
Danskt band
Språk:
Engelska
ISBN:
9780198784937
Upplaga:
0
Utgiven:
2016-12-01
Förlag:
Oxford University Press
Sidantal:
400
$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"
>