From e68d321c143ca10f03f062310644d2c19e551099 Mon Sep 17 00:00:00 2001 From: Georgios Varnavides Date: Mon, 29 Jul 2024 14:00:56 -0700 Subject: [PATCH] live demo github --- 01_intro.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/01_intro.md b/01_intro.md index 357b0a6..046b60a 100644 --- a/01_intro.md +++ b/01_intro.md @@ -4,6 +4,8 @@ numbering: enumerator: 1.%s --- +Hello, Steve! + This article covers everything you need to know to simulate images for [transmission electron microscopy](wiki:Transmission_electron_microscopy) (TEM) and [scanning TEM](wiki:Scanning_transmission_electron_microscopy) (STEM) experiments [@pennycook2011scanning; @carter2016transmission]. We focus on modern [Python](wiki:Python_(programming_language)) implementations centered around the [numpy](wiki:NumPy) {cite:p}`harris2020array` and [cupy](wiki:CuPy) {cite:p}`nishino2017cupy` libraries, for CPU and GPU calculations respectively.