Vi flyttar från butik till nätet - så funkar det framåt
The Light Eaters | 0:e upplagan
- Häftad, Engelska, 2025
- Författare: Zoe Schlanger
- Betyg:
134
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
“teeming with fascinating and enlightening insights” Observer
A narrative investigation into the new science of plant intelligence and sentience, from National Association of Science Writers Award winner and Livingston Award finalist Zoe Schlanger.
Look at the green organism across the room or through the window: the potted plant, or the grass or a tree. Think how a life spent constantly growing yet rooted in a single spot comes with tremendous challenges. To meet them, plants have come up with some of the most creative methods for surviving of any living thing – us included. Many are so ingenious that they seem nearly impossible.
Did you know plants can communicate when they are being eaten, allowing nearby plants to bolster their defences? They move and that movement stops when they are anaesthetised. They also use electricity for internal communication. They can hear the sounds of caterpillars eating. Plants can remember the last time they have been visited by a bee and how many times they have been visited – so they have a concept of time and can count. Plants can not only communicate with each other, they can also communicate with other species of plants and animals, allowing them to manipulate animals to defend or fertilise them.
So look again at the potted plant, or the grass or the tree and wonder: are plants intelligent?
Or perhaps ask an even more fundamental question: are they conscious?
The Light Eaters will completely redefine how you think about plants. Packed with the most amazing stories of the life of plants it will open your eyes to the extraordinary green life forms we share the planet with.
A narrative investigation into the new science of plant intelligence and sentience, from National Association of Science Writers Award winner and Livingston Award finalist Zoe Schlanger.
Look at the green organism across the room or through the window: the potted plant, or the grass or a tree. Think how a life spent constantly growing yet rooted in a single spot comes with tremendous challenges. To meet them, plants have come up with some of the most creative methods for surviving of any living thing – us included. Many are so ingenious that they seem nearly impossible.
Did you know plants can communicate when they are being eaten, allowing nearby plants to bolster their defences? They move and that movement stops when they are anaesthetised. They also use electricity for internal communication. They can hear the sounds of caterpillars eating. Plants can remember the last time they have been visited by a bee and how many times they have been visited – so they have a concept of time and can count. Plants can not only communicate with each other, they can also communicate with other species of plants and animals, allowing them to manipulate animals to defend or fertilise them.
So look again at the potted plant, or the grass or the tree and wonder: are plants intelligent?
Or perhaps ask an even more fundamental question: are they conscious?
The Light Eaters will completely redefine how you think about plants. Packed with the most amazing stories of the life of plants it will open your eyes to the extraordinary green life forms we share the planet with.
Om denna bok
The Light Eaters av Zoe Schlanger är en Häftad bok med 304 sidor på Engelska. Den utgavs 2025 av Harper Collins UK.
Spara pengar – köp begagnad från Campusbokhandeln
Köp The Light Eaters 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:
Häftad
Språk:
Engelska
ISBN:
9780008445386
Upplaga:
0
Utgiven:
2025-05-08
Förlag:
Harper Collins UK
Sidantal:
304
$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"
>