From a4102d0252236e85b2813160b4b11e3a19a00d62 Mon Sep 17 00:00:00 2001 From: mjkwiatkowski Date: Fri, 13 Feb 2026 12:46:54 +0100 Subject: feat: added some refinements to the introduction --- appendix/appendix.tex | 16 ++++++++++++++++ appendix/glossary.tex | 6 ++++++ 2 files changed, 22 insertions(+) create mode 100644 appendix/appendix.tex create mode 100644 appendix/glossary.tex (limited to 'appendix') 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} -- cgit v1.2.3