Diff of /thesis/0_Thesis.tex [000000] .. [7e66db]

Switch to unified view

a b/thesis/0_Thesis.tex
1
\documentclass[11pt, a4paper]{article}
2
3
\usepackage[utf8]{inputenc}
4
\usepackage[T1]{fontenc}
5
\usepackage{lmodern}
6
\usepackage[singlespacing]{setspace}
7
\usepackage{parskip}
8
\usepackage{graphicx}
9
\usepackage{amsmath}
10
\usepackage{float}
11
\usepackage{makecell}
12
\usepackage{booktabs}
13
\usepackage{tabularx}
14
\usepackage{hyperref}
15
\hypersetup{
16
    colorlinks,
17
    citecolor=black,
18
    filecolor=black,
19
    linkcolor=black,
20
    urlcolor=black
21
}
22
\usepackage[activate={true,nocompatibility},final,tracking=true,kerning=true,spacing=true,factor=1100,stretch=10,shrink=10]{microtype}
23
24
\widowpenalty = 10000
25
\clubpenalty = 10000
26
\interfootnotelinepenalty = 10000
27
28
\pagenumbering{Roman}
29
30
\title{Automated Segmentation of Bones for the Age Assessment in 3D MR Images using Convolutional Neural Networks}
31
\author{Paul-Louis Pröve}
32
33
\begin{document}
34
35
    \begin{titlepage}
36
    \centering
37
    \includegraphics[width=0.4\textwidth]{imgs/fhw.png}\par
38
    \vspace{1cm}
39
    {\scshape\Large Bachelor Thesis\par}
40
    \vspace{2cm}
41
    {\bfseries\huge Automated Segmentation of Bones \par for the Age Assessment \par in 3D MR Images using \par Convolutional Neural Networks\par}
42
    \vspace{2cm}
43
    {\itshape\Large Paul-Louis Pröve\par}
44
    mail@plpp.de\par
45
    \vfill
46
    supervised by\par
47
    Prof. Dr. Dennis Säring\par
48
    dsg@fh-wedel.de\par
49
    \vspace{1cm}
50
    Hamburg,\par \today\par
51
    \end{titlepage}
52
53
\input{0_abstract.tex}
54
55
\tableofcontents
56
\newpage
57
58
\listoffigures
59
\listoftables
60
\newpage
61
62
\pagenumbering{arabic}
63
64
\input{1_introduction.tex}
65
\input{2_background.tex}
66
\input{3_methods.tex}
67
\input{4_results.tex}
68
\input{5_discussion.tex}
69
\input{6_conclusion.tex}
70
71
\pagenumbering{Roman}
72
\setcounter{page}{5}
73
\bibliography{references.bib}
74
\bibliographystyle{unsrt}
75
\newpage
76
77
\section*{Statutory Declaration} 
78
\vspace{2cm}
79
I declare that I have authored this thesis independently, that I have not used other than the declared sources/resources, and that I have explicitly marked all material which has been quoted either literally or by content from the used sources.
80
81
This thesis was not previously presented to another examination board and has not been published.
82
83
\vspace{4cm}
84
85
\parbox{1.0\linewidth}{\dotfill}\par
86
\hspace{2cm} City, Date \hfill Signature \hspace{2cm}
87
88
89
\end{document}