X-Git-Url: https://git.martlubbers.net/?a=blobdiff_plain;f=thesis.tex;h=4158a1b08d6a29294bad0b4761c29c6156979bf4;hb=c3f505fc05f88dd9b36b433b615de6be08977601;hp=df7945a82b0b2b4e51f679b3327a0e214c8beb04;hpb=f69476121f7741d51a7d82725fc6a816f51b5c19;p=msc-thesis1617.git diff --git a/thesis.tex b/thesis.tex index df7945a..4158a1b 100644 --- a/thesis.tex +++ b/thesis.tex @@ -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}