[d869a2]: / Paper / MasterThesis.tex

Download this file

93 lines (60 with data), 1.8 kB

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
\documentclass{report} %[twoside] ?
\usepackage[utf8]{inputenc}
\usepackage[english]{babel}
\usepackage{graphicx}
\usepackage{array}
\usepackage{amssymb, mathtools}
\usepackage{setspace}
\usepackage{multirow}
\usepackage{subcaption}
\usepackage{caption}
\usepackage{changepage}
\usepackage{xurl}
\usepackage{xcolor}
\usepackage{titlesec}
\usepackage{hyperref}
\captionsetup{font=footnotesize}
\titleformat{\chapter}[display]
{\normalfont\huge\bfseries}{\chaptertitlename\ \thechapter}{20pt}{\Huge}
\titlespacing*{\chapter}{0pt}{0pt}{40pt}
\newcommand{\todo}[1]{\textcolor{red}{TODO: #1}}
\title{
Title
}
\author{Julian Hendrik Freiherr Bock von Wülfingen}
\date{23.04.2025}
\begin{document}
\onehalfspacing
\pagenumbering{gobble}
\begin{titlepage}
\begin{center}
\vspace*{\baselineskip}
{\Large Bielefeld University}
\vspace{1.75\baselineskip}
{\LARGE \scshape Title \\ of \\ Thesis\par} % Title
\vspace{5\baselineskip}
{\Large Julian Hendrik Freiherr Bock von Wülfingen}
\vspace{2\baselineskip}
{\Large Master Thesis\vspace{1em}}
\textit{in Intelligent Systems \vspace{1em} \\ AG Machine Learning}
\vfill
\vspace{0.3\baselineskip}
Primary Supervisor: Michiel Straat\\
Secondary Supervisor: Pedro Fonseca\\
Date: XX.XX.2025
\end{center}
\end{titlepage}
\tableofcontents
\cleardoublepage
\pagenumbering{arabic}
\include{ch0-Abstract}
\include{ch1-Introduction}
\include{ch2-Methods}
\include{ch3-Results}
\include{ch4-Discussion}
\include{ch5-Conclusion}
\bibliographystyle{unsrt}
\bibliography{References.bib}
\appendix
\include{ch6-Appendix}
\end{document}