From 6a76f57432dd942cc68b248486a28c523c4dd382 Mon Sep 17 00:00:00 2001 From: mjkwiatkowski Date: Thu, 5 Feb 2026 19:30:08 +0100 Subject: initial commit --- content/preamble/abstract.tex | 27 +++++++++++++++++++++++++++ content/preamble/acknowledgement.tex | 13 +++++++++++++ content/preamble/dedication.tex | 9 +++++++++ content/preamble/glossary.tex | 21 +++++++++++++++++++++ 4 files changed, 70 insertions(+) create mode 100644 content/preamble/abstract.tex create mode 100644 content/preamble/acknowledgement.tex create mode 100644 content/preamble/dedication.tex create mode 100644 content/preamble/glossary.tex (limited to 'content/preamble') diff --git a/content/preamble/abstract.tex b/content/preamble/abstract.tex new file mode 100644 index 0000000..63e5e13 --- /dev/null +++ b/content/preamble/abstract.tex @@ -0,0 +1,27 @@ + +% Thesis Abstract ----------------------------------------------------- + + +%\begin{abstractslong} %uncommenting this line, gives a different abstract heading +\begin{abstracts} %this creates the heading for the abstract page + +\noindent \textit{Context}. +\todo{at the end} + +\noindent \textit{Goal}. +\todo{at the end} + +\noindent \textit{Method}. +\todo{at the end} + +\noindent \textit{Results}. +\todo{at the end} + +\noindent \textit{Conclusions}. +\todo{at the end} + +\end{abstracts} +%\end{abstractlongs} + + +% ---------------------------------------------------------------------- diff --git a/content/preamble/acknowledgement.tex b/content/preamble/acknowledgement.tex new file mode 100644 index 0000000..4efb21e --- /dev/null +++ b/content/preamble/acknowledgement.tex @@ -0,0 +1,13 @@ +% Thesis Acknowledgements ------------------------------------------------ + + +%\begin{acknowledgementslong} %uncommenting this line, gives a different acknowledgements heading +%\begin{acknowledgements} %this creates the heading for the acknowlegments + + +%\end{acknowledgements} +%\end{acknowledgmentslong} + +% ------------------------------------------------------------------------ + + diff --git a/content/preamble/dedication.tex b/content/preamble/dedication.tex new file mode 100644 index 0000000..9bc75a8 --- /dev/null +++ b/content/preamble/dedication.tex @@ -0,0 +1,9 @@ +% Thesis Dedication --------------------------------------------------- + +%\begin{dedication} %this creates the heading for the dedication page + +%To ... + +%\end{dedication} + +% ---------------------------------------------------------------------- \ No newline at end of file diff --git a/content/preamble/glossary.tex b/content/preamble/glossary.tex new file mode 100644 index 0000000..91df2b6 --- /dev/null +++ b/content/preamble/glossary.tex @@ -0,0 +1,21 @@ +% this file is called up by thesis.tex +% content in this file will be fed into the main document + +% Glossary entries are defined with the command \nomenclature{1}{2} +% 1 = Entry name, e.g. abbreviation; 2 = Explanation +% You can place all explanations in this separate file or declare them in the middle of the text. Either way they will be collected in the glossary. + +% required to print nomenclature name to page header +%\markboth{\MakeUppercase{\nomname}}{\MakeUppercase{\nomname}} + + +% ----------------------- contents from here ------------------------ + + +%\nomenclature{LSY}{ehbfuefebbfbjkjkebfjbfbfw} +%\nomenclature{DEPC}{diethyl-pyro-carbonate; used to remove RNA-degrading enzymes (RNAases) from water and laboratory utensils} +%\nomenclature{DMSO}{dimethyl sulfoxide; organic solvent, readily passes through skin, cryoprotectant in cell culture} +%\nomenclature{EDTA}{Ethylene-diamine-tetraacetic acid; a chelating (two-pronged) molecule used to sequester most divalent (or trivalent) metal ions, such as calcium (Ca$^{2+}$) and magnesium (Mg$^{2+}$), copper (Cu$^{2+}$), or iron (Fe$^{2+}$ / Fe$^{3+}$)} + + + -- cgit v1.2.3