diff options
author | Nao Pross <np@0hm.ch> | 2022-05-19 18:58:44 +0200 |
---|---|---|
committer | Nao Pross <np@0hm.ch> | 2022-05-19 18:58:44 +0200 |
commit | cfd03547b8f392701471bd25aa98926494c923c0 (patch) | |
tree | 087145951b3fb505116f63ad90670eb215c87dac /presentation/figures/hydrogen.svg | |
parent | derivation of the orthogonal basis functions using the laplacian operator (diff) | |
download | FourierOnS2-cfd03547b8f392701471bd25aa98926494c923c0.tar.gz FourierOnS2-cfd03547b8f392701471bd25aa98926494c923c0.zip |
Add BSc presentation
Diffstat (limited to '')
-rw-r--r-- | presentation/figures/hydrogen.svg | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/presentation/figures/hydrogen.svg b/presentation/figures/hydrogen.svg new file mode 100644 index 0000000..98cb369 --- /dev/null +++ b/presentation/figures/hydrogen.svg @@ -0,0 +1,20 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!DOCTYPE svg> +<svg version="1.1" baseProfile="full" xmlns:ev="http://www.w3.org/2001/xml-events" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMidYMid meet" zoomAndPan="magnify" id="Electron shell Hydrogen" viewBox="-400 -400 800 800" width="800" height="800"> +<title id="title">Electron shells for element: Z=001 H (Hydrogen): 1</title> +<desc id="element_description">001 H (Hydrogen) Legend_color:#e7ff8f</desc> +<desc id="element_electron_configuration">1</desc> + +<defs> +<circle id="electron" fill="#77868b" stroke="none" r="30"/> +</defs> + +<circle fill="#e7ff8f" r="200" stroke="#343434" stroke-width="10"/> +<g font-weight="bold" font="DejaVu Sans"> +<text x="0" y="50" font-size="150" text-anchor="middle">H</text> +</g> + +<g stroke="#77868b" stroke-width="8" fill="none"><circle id="shell_1" r="300"/> +<use id="electron_0_shell_1" xlink:href="#electron" y="-300"/> +</g> +</svg>
\ No newline at end of file |