1
0
Fork 0
mirror of https://github.com/Findus23/Bachelors-Thesis.git synced 2024-08-27 19:52:12 +02:00
Bachelors-Thesis/main.tex

54 lines
1.2 KiB
TeX
Raw Normal View History

2019-08-01 13:37:48 +02:00
% !TeX spellcheck = en_US
2019-07-08 13:56:14 +02:00
\input{template.tex}
\hypersetup{
2019-08-19 13:28:34 +02:00
pdftitle={Interpolated water retention after two-body collisions using Neural Networks and linear interpolation methods},
2019-07-08 13:56:14 +02:00
pdfauthor={Lukas Winkler}
}
2019-08-19 13:28:34 +02:00
\title{Interpolated water retention after two-body collisions using Neural Networks and linear interpolation methods}
2019-08-26 14:41:31 +02:00
\subtitle{Bachelor's Thesis}
2019-07-08 13:56:14 +02:00
\author{Lukas Winkler\footnote{\texttt{a01505981@unet.univie.ac.at}}}
%\publishers{TEST}
2019-08-14 20:28:42 +02:00
\date{1. September 2019}
2019-07-08 13:56:14 +02:00
\begin{document}
2019-08-20 16:32:22 +02:00
2019-07-08 13:56:14 +02:00
2019-08-26 14:41:31 +02:00
\begin{titlepage}
2019-08-29 10:56:46 +02:00
\vspace*{4cm}
2019-08-26 14:41:31 +02:00
\centering
2019-08-26 17:18:10 +02:00
2019-08-26 14:41:31 +02:00
{\huge\sffamily\bfseries Interpolated water retention after two-body collisions using Neural Networks and linear interpolation methods\par}
{\sffamily\bfseries Bachelor's Thesis\par}
\vspace{2cm}
{\Large Lukas Winkler\par}
\vfill
\textsf{supervised by}\par
{\large Mag.~Dr.~Thomas Maindl\par}
\vfill
{\large 1. September 2019 \hfill\texttt{a01505981@unet.univie.ac.at}\par}
\end{titlepage}
2019-07-08 13:56:14 +02:00
2019-08-26 14:41:31 +02:00
%\maketitle
2019-07-08 13:56:14 +02:00
\tableofcontents
2019-08-12 15:25:37 +02:00
\include{10_introduction}
2019-07-08 13:56:14 +02:00
2019-08-01 13:36:02 +02:00
\include{20_simulations}
2019-07-08 13:56:14 +02:00
2019-08-01 13:36:02 +02:00
\include{30_results}
2019-07-08 13:56:14 +02:00
2019-08-01 13:36:02 +02:00
\include{40_interpolations}
2019-07-08 13:56:14 +02:00
2019-08-12 14:51:04 +02:00
\include{50_conclusion}
2019-08-01 13:36:02 +02:00
\appendix
2019-07-15 13:44:02 +02:00
\input{60_massretention.tex}
2019-08-01 15:40:59 +02:00
2019-07-08 13:56:14 +02:00
\printbibliography
\end{document}