started to write some things and populate the bibtex db
[msc-thesis1617.git] / thesis.tex
index df7945a..4158a1b 100644 (file)
@@ -1,19 +1,63 @@
 %&thesis
+\usepackage[nonumberlist,acronyms]{glossaries}
+\makeglossaries%
+
+\newacronym{SDS}{SDS}{Shared Data Source}
+\newacronym{IoT}{IoT}{Internet of Things}
+\newacronym{TOP}{TOP}{Task Oriented Programming}
+\newglossaryentry{Clean}{%
+       name=Clean,
+       description={is a pure lazy functional programming language based on graph
+               rewriting}
+}
+\newglossaryentry{iTasks}{
+       name=iTasks,
+       description={is a \acrshort{TOP} implementation written in the \gls{Clean}
+               programming language}
+}
+
+
 \begin{document}
+\frontmatter{}
+
+%Titlepage
 \maketitleru[
+       pagenr=1,
        course={Master Thesis},
        institute={Radboud University Nijmegen},
        authorstext={Author:},
        righttextheader={Supervisors:},
        righttext={prof.~dr.~dr.h.c.~ir.~M.J.~Plasmeijer\\dr.~P.W.M.~Koopman}]
-%\listoftodos[Todo]
+\listoftodos[Todo]
+
+%Abstract
+\chapter*{\centering Abstract}
+\begin{quotation}
+       \centering\it\noindent
+       \input{abstract.tex}
+\end{quotation}
+
+%Table of contents
 \tableofcontents
 
+%Glossaries
+\glsaddall{}
+\printglossaries%
+
+\mainmatter{}
 \chapter{Introduction}
+\input{introduction.tex}
+
 \chapter{Methods}
+\input{methods.tex}
+
 \chapter{Results}
 \chapter{Conclusion \& Discussion}
 
+\appendix
+\chapter{Communication protocol}
+\input{appendix-protocol.tex}
+
 \bibliographystyle{ieeetr}
 \bibliography{thesis}
 \end{document}