further work on methodology

This commit is contained in:
2025-07-09 16:46:11 +02:00
parent 215ff94401
commit de49e8e992
7 changed files with 184 additions and 18 deletions
+18 -3
View File
@@ -11,8 +11,8 @@
\usepackage{graphicx}
\graphicspath{{resources/figures/}}
\usepackage[style=ieee, backend=biber]{biblatex}
\usepackage{blindtext}
\usepackage[style=ieee, backend=biber]{biblatex}
\addbibresource{../main.bib}
\usepackage{booktabs}
@@ -25,7 +25,7 @@
\includegraphics[width=7cm]{leipzig_university_logo}\\[1cm] % Adjust size as needed
{\huge \textbf{Ovulation Prediction with Machine Learning}}\\[1.5cm]
{\huge \textbf{Body-Core Temperature based Ovulation Prediction with Machine Learning}}\\[1.5cm]
\textbf{Masters Thesis}\\[1cm]
@@ -38,7 +38,8 @@
\textbf{Date:} September 2025\\[2cm]
\textbf{Master of Science: Data Science}\\
\textbf{Leipzig University}
\textbf{Leipzig University}\\
\textit{In collaboration with VivoSensMedical GmbH}
\end{titlepage}
\pagebreak
@@ -47,6 +48,7 @@
\end{abstract}
\pagebreak
\tableofcontents
\include{sections/introduction}
@@ -63,6 +65,19 @@
\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}