Vi flyttar från butik till nätet - så funkar det framåt
Our Accidental Universe | 0:e upplagan
- Danskt band, Engelska, 2025
- Författare: Chris Lintott
- Betyg:
122
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
An astonishing tour of the key astronomical events of the past century, and of all the accidents and human error involved in our pursuit of asteroids, radio waves, new stars and alien life. *Now updated to include a new Afterword.*
'A riveting real-life Hitchhiker's Guide to the Galaxy.' Telegraph
'‘An enjoyable tour of astronomical discoveries…His excellent book is a layman’s guide to the surprises’ - Daily Mail
'Lintott's boundless enthusiasm for everything cosmic makes it hard to put this book away once you start reading.' BBC Sky at Night Magazine
'Entertaining and enlightening' - The Idler
.....................................................................................................................................................................................................
The BBC presenter of 'Sky at Night', and Gresham Professor of Astronomy, Chris Lintott, takes us on an astonishing tour of bizarre accidents, big characters, and human error to tell the story of some of the most important astronomical events of the past hundred years.
- Our first views of the earliest galaxies were brought to us by the Hubble Space Telescope when it was pointed at absolutely nothing.
- The ice-covered Enceladus, one of Saturn's nearly one hundred moons, was revealed as a possible habitat for life after a by-chance fly by of NASA's Cassini probe on a mission elsewhere.
- Pulsars, the spectacular remnants of long-dead massive stars, were discovered as 'scruff' in the data for measurements of the twinkling of possible radio stars.
As new telescopes are built on mountaintops and in deserts around the world, aiming to transform our view of the universe once more, Chris Lintott shows us that keeping an open mind will benefit us all - whatever might still be out there for us to find.
........................................................................................................................
Praise for Our Accidental Universe
'A scientific tour de force.' Dr Becky Smethurst
'Highly recommended.' Tristan Gooley
'Extravagantly entertaining ... warmly informative.' Lev Parikian
'A fascinating look at the strange and alien side of space.' Dr Lucy Rogers
More praise for Chris Lintott
'Superbly written insights.' - Professor Brian Cox
'Chris Lintott is a modest genius. He has quietly revolutionized modern astronomy.' Brian May
'Lintott deftly interweaves personal experience and more philosophical ruminations.' Michael West, Nature
'A riveting real-life Hitchhiker's Guide to the Galaxy.' Telegraph
'‘An enjoyable tour of astronomical discoveries…His excellent book is a layman’s guide to the surprises’ - Daily Mail
'Lintott's boundless enthusiasm for everything cosmic makes it hard to put this book away once you start reading.' BBC Sky at Night Magazine
'Entertaining and enlightening' - The Idler
.....................................................................................................................................................................................................
The BBC presenter of 'Sky at Night', and Gresham Professor of Astronomy, Chris Lintott, takes us on an astonishing tour of bizarre accidents, big characters, and human error to tell the story of some of the most important astronomical events of the past hundred years.
- Our first views of the earliest galaxies were brought to us by the Hubble Space Telescope when it was pointed at absolutely nothing.
- The ice-covered Enceladus, one of Saturn's nearly one hundred moons, was revealed as a possible habitat for life after a by-chance fly by of NASA's Cassini probe on a mission elsewhere.
- Pulsars, the spectacular remnants of long-dead massive stars, were discovered as 'scruff' in the data for measurements of the twinkling of possible radio stars.
As new telescopes are built on mountaintops and in deserts around the world, aiming to transform our view of the universe once more, Chris Lintott shows us that keeping an open mind will benefit us all - whatever might still be out there for us to find.
........................................................................................................................
Praise for Our Accidental Universe
'A scientific tour de force.' Dr Becky Smethurst
'Highly recommended.' Tristan Gooley
'Extravagantly entertaining ... warmly informative.' Lev Parikian
'A fascinating look at the strange and alien side of space.' Dr Lucy Rogers
More praise for Chris Lintott
'Superbly written insights.' - Professor Brian Cox
'Chris Lintott is a modest genius. He has quietly revolutionized modern astronomy.' Brian May
'Lintott deftly interweaves personal experience and more philosophical ruminations.' Michael West, Nature
Om denna bok
Our Accidental Universe av Chris Lintott är en Danskt band bok med 272 sidor på Engelska. Den utgavs 2025.
Spara pengar – köp begagnad från Campusbokhandeln
Köp Our Accidental Universe 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:
Okänd
Bandtyp:
Danskt band
Språk:
Engelska
ISBN:
9781804995914
Upplaga:
0
Utgiven:
2025-01-09
Förlag:
Okänt
Sidantal:
272
$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"
>