The work for my Master-Thesis is split into multiple repositories (links for quick access, it may be possible that the repo is private).
- Latex Documents, Reports and Notes
- Final Code to produce Measurements
- The MATH-MANIPULATOR project, developed in conjunction with the thesis/practical training
- A repository that holds calculations done with the MATH-MANIPULATOR tool
The pre-compiled version of the thesis is available Here. It has been submitted on the 13th of February 2025.
Furthermore, the respective folders contain the Report and Presentation held at the University of Augsburg on the 15th of May 2024.
The code that gets referenced in the thesis is managed via git-submodules and needed for building the document. Make sure to initialize the submodules before building
git submodule init
git pull --recurse-submodules
To compile the documents, run
PUID=`id -u` PGID=`id -g` docker compose up