Vi flyttar från butik till nätet - så funkar det framåt
Fundamentals of Picoscience | 1:a upplagan
- Danskt band, Engelska, 2020
- Författare: Klaus D. Sattler
- Betyg:
567
kr
Skickas inom 0-2 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
Now ubiquitous in public discussions about cutting-edge science and technology, nanoscience has generated many advances and inventions, from the development of new quantum mechanical methods to far-reaching applications in electronics and medical diagnostics. Ushering in the next technological era, Fundamentals of Picoscience focuses on the instrumentation and experiments emerging at the picometer scale.
One picometer is the length of a trillionth of a meter. Compared to a human cell of typically ten microns, this is roughly ten million times smaller. In this state-of-the-art book, international scientists and researchers at the forefront of the field present the materials and methods used at the picoscale. They address the key challenges in developing new instrumentation and techniques to visualize and measure structures at this sub-nanometer level. With numerous figures, the book will help you:
Understand how picoscience is an extension of nanoscience
Determine which experimental technique to use in your research
Connect basic studies to the development of next-generation picoelectronic devices
The book covers various approaches for detecting, characterizing, and imaging at the picoscale. It then presents picoscale methods ranging from scanning tunneling microscopy (STM) to spectroscopic approaches at sub-nanometer spatial and energy resolutions. It also covers novel picoscale structures and picometer positioning systems. The book concludes with picoscale device applications, including single molecule electronics and optical computers. Introductions in each chapter explain basic concepts, define technical terms, and give context to the main material.
One picometer is the length of a trillionth of a meter. Compared to a human cell of typically ten microns, this is roughly ten million times smaller. In this state-of-the-art book, international scientists and researchers at the forefront of the field present the materials and methods used at the picoscale. They address the key challenges in developing new instrumentation and techniques to visualize and measure structures at this sub-nanometer level. With numerous figures, the book will help you:
Understand how picoscience is an extension of nanoscience
Determine which experimental technique to use in your research
Connect basic studies to the development of next-generation picoelectronic devices
The book covers various approaches for detecting, characterizing, and imaging at the picoscale. It then presents picoscale methods ranging from scanning tunneling microscopy (STM) to spectroscopic approaches at sub-nanometer spatial and energy resolutions. It also covers novel picoscale structures and picometer positioning systems. The book concludes with picoscale device applications, including single molecule electronics and optical computers. Introductions in each chapter explain basic concepts, define technical terms, and give context to the main material.
Om denna bok
Fundamentals of Picoscience av Klaus D. Sattler är en Danskt band bok med 764 sidor på Engelska. Detta är den 1:a upplagan som utgavs 2020.
Spara pengar – köp begagnad från Campusbokhandeln
Köp Fundamentals of Picoscience 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:
9780367576301
Upplaga:
1
Utgiven:
2020-06-30
Förlag:
Okänt
Sidantal:
764
$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"
>