4158a1b08d6a29294bad0b4761c29c6156979bf4
[msc-thesis1617.git] / thesis.tex
1 %&thesis
2 \usepackage[nonumberlist,acronyms]{glossaries}
3 \makeglossaries%
4
5 \newacronym{SDS}{SDS}{Shared Data Source}
6 \newacronym{IoT}{IoT}{Internet of Things}
7 \newacronym{TOP}{TOP}{Task Oriented Programming}
8 \newglossaryentry{Clean}{%
9 name=Clean,
10 description={is a pure lazy functional programming language based on graph
11 rewriting}
12 }
13 \newglossaryentry{iTasks}{
14 name=iTasks,
15 description={is a \acrshort{TOP} implementation written in the \gls{Clean}
16 programming language}
17 }
18
19
20 \begin{document}
21 \frontmatter{}
22
23 %Titlepage
24 \maketitleru[
25 pagenr=1,
26 course={Master Thesis},
27 institute={Radboud University Nijmegen},
28 authorstext={Author:},
29 righttextheader={Supervisors:},
30 righttext={prof.~dr.~dr.h.c.~ir.~M.J.~Plasmeijer\\dr.~P.W.M.~Koopman}]
31 \listoftodos[Todo]
32
33 %Abstract
34 \chapter*{\centering Abstract}
35 \begin{quotation}
36 \centering\it\noindent
37 \input{abstract.tex}
38 \end{quotation}
39
40 %Table of contents
41 \tableofcontents
42
43 %Glossaries
44 \glsaddall{}
45 \printglossaries%
46
47 \mainmatter{}
48 \chapter{Introduction}
49 \input{introduction.tex}
50
51 \chapter{Methods}
52 \input{methods.tex}
53
54 \chapter{Results}
55 \chapter{Conclusion \& Discussion}
56
57 \appendix
58 \chapter{Communication protocol}
59 \input{appendix-protocol.tex}
60
61 \bibliographystyle{ieeetr}
62 \bibliography{thesis}
63 \end{document}