Vi flyttar från butik till nätet - så funkar det framåt
Breaking Through: My Life in Science | 0:e upplagan
- Häftad, Engelska, 2024
- Författare: Katalin Karikó
- Betyg:
194
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
A powerful memoir from Katalin Karikó, winner of the 2023 Nobel Prize in Physiology or Medicine, whose decades-long research led to the COVID-19 vaccines
“Katalin Karikó’s story is an inspiration.”—Bill Gates
“Riveting . . . a true story of a brilliant biochemist who never gave up or gave in.”—Bonnie Garmus, author of Lessons in Chemistry
A KIRKUS REVIEWS BEST BOOK OF THE YEAR
Katalin Karikó has had an unlikely journey. The daughter of a butcher in postwar communist Hungary, Karikó grew up in an adobe home that lacked running water, and her family grew their own vegetables. She saw the wonders of nature all around her and was determined to become a scientist. That determination eventually brought her to the United States, where she arrived as a postdoctoral fellow in 1985 with $1,200 sewn into her toddler’s teddy bear and a dream to remake medicine.
Karikó worked in obscurity, battled cockroaches in a windowless lab, and faced outright derision and even deportation threats from her bosses and colleagues. She balked as prestigious research institutions increasingly conflated science and money. Despite setbacks, she never wavered in her belief that an ephemeral and underappreciated molecule called messenger RNA could change the world. Karikó believed that someday mRNA would transform ordinary cells into tiny factories capable of producing their own medicines on demand. She sacrificed nearly everything for this dream, but the obstacles she faced only motivated her, and eventually she succeeded.
Karikó’s three-decade-long investigation into mRNA would lead to a staggering achievement: vaccines that protected millions of people from the most dire consequences of COVID-19. These vaccines are just the beginning of mRNA’s potential. Today, the medical community eagerly awaits more mRNA vaccines—for the flu, HIV, and other emerging infectious diseases.
Breaking Through isn’t just the story of an extraordinary woman. It’s an indictment of closed-minded thinking and a testament to one woman’s commitment to laboring intensely in obscurity—knowing she might never be recognized in a culture that is driven by prestige, power, and privilege—because she believed her work would save lives.
“Katalin Karikó’s story is an inspiration.”—Bill Gates
“Riveting . . . a true story of a brilliant biochemist who never gave up or gave in.”—Bonnie Garmus, author of Lessons in Chemistry
A KIRKUS REVIEWS BEST BOOK OF THE YEAR
Katalin Karikó has had an unlikely journey. The daughter of a butcher in postwar communist Hungary, Karikó grew up in an adobe home that lacked running water, and her family grew their own vegetables. She saw the wonders of nature all around her and was determined to become a scientist. That determination eventually brought her to the United States, where she arrived as a postdoctoral fellow in 1985 with $1,200 sewn into her toddler’s teddy bear and a dream to remake medicine.
Karikó worked in obscurity, battled cockroaches in a windowless lab, and faced outright derision and even deportation threats from her bosses and colleagues. She balked as prestigious research institutions increasingly conflated science and money. Despite setbacks, she never wavered in her belief that an ephemeral and underappreciated molecule called messenger RNA could change the world. Karikó believed that someday mRNA would transform ordinary cells into tiny factories capable of producing their own medicines on demand. She sacrificed nearly everything for this dream, but the obstacles she faced only motivated her, and eventually she succeeded.
Karikó’s three-decade-long investigation into mRNA would lead to a staggering achievement: vaccines that protected millions of people from the most dire consequences of COVID-19. These vaccines are just the beginning of mRNA’s potential. Today, the medical community eagerly awaits more mRNA vaccines—for the flu, HIV, and other emerging infectious diseases.
Breaking Through isn’t just the story of an extraordinary woman. It’s an indictment of closed-minded thinking and a testament to one woman’s commitment to laboring intensely in obscurity—knowing she might never be recognized in a culture that is driven by prestige, power, and privilege—because she believed her work would save lives.
Om denna bok
Breaking Through: My Life in Science av Katalin Karikó är en Häftad bok med 336 sidor på Engelska. Den utgavs 2024 av The Book Services TBS.
Spara pengar – köp begagnad från Campusbokhandeln
Köp Breaking Through: My Life in Science 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:
Biografier
Bandtyp:
Häftad
Språk:
Engelska
ISBN:
9780593443187
Upplaga:
0
Utgiven:
2024-10-08
Förlag:
The Book Services TBS
Sidantal:
336
$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"
>