Files
temperature-based-fertility…/thesis/main.tex
T
2025-08-12 14:33:31 +02:00

91 lines
2.5 KiB
TeX
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
%! Author = alex
%! Date = 3/6/25
% Preamble
\documentclass[a4paper, 12pt]{article}
\usepackage[utf8]{inputenc}
% Packages
\usepackage{amsmath}
\usepackage{array}
\usepackage{amsfonts}
\usepackage[a4paper, margin=1in]{geometry}
\usepackage{graphicx}
\graphicspath{{resources/figures/}}
\usepackage{blindtext}
\usepackage[style=ieee, backend=biber]{biblatex}
\addbibresource{../main.bib}
\usepackage{booktabs}
\usepackage{tabularx}
\usepackage{pdflscape}
\usepackage{adjustbox}
\usepackage{multirow}
% Document
\begin{document}
\begin{titlepage}
\centering
{\large \textbf{Leipzig University}}\\[1.5cm]
{\large Faculty of Mathematics and Computer Science}\\[2cm]
\includegraphics[width=7cm]{leipzig_university_logo}\\[1cm] % Adjust size as needed
{\huge \textbf{Body-Core Temperature based Fertility Prediction with Machine Learning}}\\[1.5cm]
\textbf{Masters Thesis}\\[1cm]
\textbf{Author:}\\
Alexander Blank\\[0.5cm]
\textbf{Supervisor:}\\
Prof. Bogdan Franczyk\\[1.5cm]
\textbf{Date:} September 2025\\[2cm]
\textbf{Master of Science: Data Science}\\
\textbf{Leipzig University}\\
\textit{In collaboration with VivoSensMedical GmbH}
\end{titlepage}
\pagebreak
\begin{abstract}
This could be your abstract - call 0800 - ABSTRACT to get your personal quote.
\end{abstract}
\pagebreak
\tableofcontents
\include{sections/introduction}
\include{sections/background}
\include{sections/related_work}
\include{sections/methodology}
\include{sections/results}
\include{sections/discussion}
\include{sections/conclusion}
\section*{Declaration of Use of AI-Assisted Writing Tools}
Parts of this thesis were prepared with the assistance of generative AI tools, including OpenAIs ChatGPT .
These tools were used to improve clarity, coherence, and fluency of the written language,
to rephrase technical explanations for greater precision, and to support structural editing.
At no point were generative models used to produce scientific content, generate results, or conduct analysis.
All AI-generated suggestions were critically reviewed, adapted, and verified by me to ensure their accuracy and relevance.
The outputs served solely as editorial support and did not replace my own academic work or authorship.
Responsibility for the content, structure, and conclusions of this thesis remains entirely my own.
\pagebreak
\printbibliography
\end{document}