ignores added
[bsc-thesis1415.git] / thesis / thesis.tex
1 \documentclass{scrbook}
2
3 \usepackage{lipsum}
4
5 \author{Mart Lubbers\\s4109053}
6 \title{Non IT congurable adaptive data mining solution used in transforming raw data to structured data}
7 \subtitle{
8 Bachelor's Thesis in Artificial Intelligence\\
9 Radboud University Nijmegen\\
10 \vspace{15mm}
11 \begin{tabular}{cp{5em}c}
12 Franc Grootjen && Alessandro Paula\\
13 RU && Hyperleap
14 \end{tabular}
15 }
16
17 \date{\today}
18
19 \begin{document}
20 \maketitle
21 \tableofcontents
22 \newpage
23
24 %\begin{abstract}
25 % \input{abstract.tex}
26 %\end{abstract}
27
28 \chapter{Introduction}
29 \input{introduction.tex}
30
31 \chapter{Methods}
32
33 \chapter{Results}
34
35 \chapter{Discussion}
36
37 \chapter{Appendices}
38
39 \end{document}