Vi flyttar från butik till nätet - så funkar det framåt
The Arts of the Microbial World | 0:e upplagan
- Danskt band, Engelska, 2021
- Författare: Victoria Lee
- Betyg:
538
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
The first in-depth study of Japanese fermentation science in the twentieth century.
The Arts of the Microbial World explores the significance of fermentation phenomena, both as life processes and as technologies, in Japanese scientific culture. Victoria Lee’s careful study documents how Japanese scientists and skilled workers sought to use the microbe’s natural processes to create new products, from soy-sauce mold starters to MSG, vitamins to statins. In traditional brewing houses as well as in the food, fine chemical, and pharmaceutical industries across Japan, they showcased their ability to deal with the enormous sensitivity and variety of the microbial world.
Charting developments in fermentation science from the turn of the twentieth century, when Japan was an industrializing country on the periphery of the world economy, to 1980 when it had emerged as a global technological and economic power, Lee highlights the role of indigenous techniques in modern science as it took shape in Japan. In doing so, she reveals how knowledge of microbes lay at the heart of some of Japan’s most prominent technological breakthroughs in the global economy.
At a moment when twenty-first-century developments in the fields of antibiotic resistance, the microbiome, and green chemistry suggest that the traditional eradication-based approach to the microbial world is unsustainable, twentieth-century Japanese microbiology provides a new, broader vantage for understanding and managing microbial interactions with society.
The Arts of the Microbial World explores the significance of fermentation phenomena, both as life processes and as technologies, in Japanese scientific culture. Victoria Lee’s careful study documents how Japanese scientists and skilled workers sought to use the microbe’s natural processes to create new products, from soy-sauce mold starters to MSG, vitamins to statins. In traditional brewing houses as well as in the food, fine chemical, and pharmaceutical industries across Japan, they showcased their ability to deal with the enormous sensitivity and variety of the microbial world.
Charting developments in fermentation science from the turn of the twentieth century, when Japan was an industrializing country on the periphery of the world economy, to 1980 when it had emerged as a global technological and economic power, Lee highlights the role of indigenous techniques in modern science as it took shape in Japan. In doing so, she reveals how knowledge of microbes lay at the heart of some of Japan’s most prominent technological breakthroughs in the global economy.
At a moment when twenty-first-century developments in the fields of antibiotic resistance, the microbiome, and green chemistry suggest that the traditional eradication-based approach to the microbial world is unsustainable, twentieth-century Japanese microbiology provides a new, broader vantage for understanding and managing microbial interactions with society.
Om denna bok
The Arts of the Microbial World av Victoria Lee är en Danskt band bok med 304 sidor på Engelska. Den utgavs 2021 av John Wiley And Sons Ltd.
Spara pengar – köp begagnad från Campusbokhandeln
Köp The Arts of the Microbial World 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:
9780226812748
Upplaga:
0
Utgiven:
2021-12-01
Förlag:
John Wiley And Sons Ltd
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"
>