diff options
| author | mjkwiatkowski <mati.rewa@gmail.com> | 2026-02-13 12:46:54 +0100 |
|---|---|---|
| committer | mjkwiatkowski <mati.rewa@gmail.com> | 2026-02-13 12:46:54 +0100 |
| commit | a4102d0252236e85b2813160b4b11e3a19a00d62 (patch) | |
| tree | d76601da26d87bad8b40eeabf1b71e6a6f0fbd69 /appendix | |
| parent | 11626ee425dc307ff1744a357edda72210684c90 (diff) | |
feat: added some refinements to the introduction
Diffstat (limited to 'appendix')
| -rw-r--r-- | appendix/appendix.tex | 16 | ||||
| -rw-r--r-- | appendix/glossary.tex | 6 |
2 files changed, 22 insertions, 0 deletions
diff --git a/appendix/appendix.tex b/appendix/appendix.tex new file mode 100644 index 0000000..cc471e5 --- /dev/null +++ b/appendix/appendix.tex @@ -0,0 +1,16 @@ +% this file is called up by thesis.tex +% content in this file will be fed into the main document + +%: ----------------------- name of chapter ------------------------- +\chapter*{Appendix} % top level followed by section, subsection + + + + + + + +% --------------------------------------------------------------------------- +%: ----------------------- end of thesis sub-document ------------------------ +% --------------------------------------------------------------------------- + diff --git a/appendix/glossary.tex b/appendix/glossary.tex new file mode 100644 index 0000000..c16c2a8 --- /dev/null +++ b/appendix/glossary.tex @@ -0,0 +1,6 @@ +\makeglossaries +\newacronym{oda}{ODA}{Operational Data Analysis} +\newacronym{dt}{DT}{Digital Twin} +\newacronym{nersc}{NERSC}{National Energy Research Scientific Computing Center} +\newacronym{lrz}{LRZ}{Leibniz Supercomputing Centre} +\newacronym{sla}{SLA}{Service Level Agreements} |
