Vi flyttar från butik till nätet - så funkar det framåt
To Infinity and Beyond | 0:e upplagan
- Danskt band, Engelska, 2023
- Författare: Neil deGrasse Tyson
- Betyg:
293
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
This enlightening illustrated narrative by the world's most celebrated astrophysicist explains the universe from the solar system to the farthest reaches of space with authority and humor.
No one can make the mysteries of the universe more comprehensible and fun than Neil deGrasse Tyson. Drawing on mythology, history, and literature-alongside his trademark wit and charm-Tyson and StarTalk senior producer Lindsey Nyx Walker bring planetary science down to Earth and principles of astrophysics within reach. In this entertaining book, illustrated with vivid photographs and art, readers travel through space and time, starting with the Big Bang and voyaging to the far reaches of the universe and beyond. Along the way, science greets pop culture as Tyson explains the triumphs-and bloopers-in Hollywood's blockbusters: all part of an entertaining ride through the cosmos.
The book begins as we leave Earth, encountering new truths about our planet's atmosphere, the nature of sunlight, and the many missions that have demystified our galactic neighbors. But the farther out we travel, the weirder things get. What's a void and what's a vacuum? How can light be a wave and a particle at the same time? When we finally arrive in the blackness of outer space, Tyson takes on the spookiest phenomena of the cosmos: parallel worlds, black holes, time travel, and more.
For science junkies and fans of the conundrums that astrophysicists often ponder, To Infinity and Beyond is an enlightening adventure into the farthest reaches of the cosmos.
No one can make the mysteries of the universe more comprehensible and fun than Neil deGrasse Tyson. Drawing on mythology, history, and literature-alongside his trademark wit and charm-Tyson and StarTalk senior producer Lindsey Nyx Walker bring planetary science down to Earth and principles of astrophysics within reach. In this entertaining book, illustrated with vivid photographs and art, readers travel through space and time, starting with the Big Bang and voyaging to the far reaches of the universe and beyond. Along the way, science greets pop culture as Tyson explains the triumphs-and bloopers-in Hollywood's blockbusters: all part of an entertaining ride through the cosmos.
The book begins as we leave Earth, encountering new truths about our planet's atmosphere, the nature of sunlight, and the many missions that have demystified our galactic neighbors. But the farther out we travel, the weirder things get. What's a void and what's a vacuum? How can light be a wave and a particle at the same time? When we finally arrive in the blackness of outer space, Tyson takes on the spookiest phenomena of the cosmos: parallel worlds, black holes, time travel, and more.
For science junkies and fans of the conundrums that astrophysicists often ponder, To Infinity and Beyond is an enlightening adventure into the farthest reaches of the cosmos.
Om denna bok
To Infinity and Beyond av Neil deGrasse Tyson är en Danskt band bok med 320 sidor på Engelska. Den utgavs 2023 av Penguin USA.
Spara pengar – köp begagnad från Campusbokhandeln
Köp To Infinity and Beyond 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:
9781426223303
Upplaga:
0
Utgiven:
2023-09-12
Förlag:
Penguin USA
Sidantal:
320
$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"
>