restructure appendices
authorMart Lubbers <mart@martlubbers.net>
Tue, 23 May 2017 11:15:41 +0000 (13:15 +0200)
committerMart Lubbers <mart@martlubbers.net>
Tue, 23 May 2017 11:15:41 +0000 (13:15 +0200)
appendix-planning.tex [deleted file]
thesis.tex

diff --git a/appendix-planning.tex b/appendix-planning.tex
deleted file mode 100644 (file)
index 2e4e7bf..0000000
+++ /dev/null
@@ -1,49 +0,0 @@
-\begin{table}[ht]
-       \centering
-       \begin{tabular}{lll}
-               \toprule
-               Date & Activities\\
-               \midrule
-               \multicolumn{2}{c}{Internship}\\
-               \midrule
-               7 September & Kickoff for the research internship\\
-               30 Januari & Presented internship work\\
-               1 Februari & Final internship review handed in, started with thesis\\
-               \midrule
-               \multicolumn{2}{c}{Past thesis work}\\
-               \midrule
-               2 Februari & Adapt code to work with \texttt{ui-reorg} branch\\
-               9 Februari & Integrated system with iTasks admin like interface\\
-               19 Februari & Modularize devices, shares and tasks\\
-               26 Februari & Task deletion and acknowledgements\\
-               3 March & Fix shares.\\
-               7 March & Rewrite \gls{mTask} backend with a \texttt{RWS}.\\
-               12 March & Try to store shares as dynamic.\\
-               13 March & Make share values existential.\\
-               15 March & Device handshakes and device deletion fixed\\
-               20 March & Clean up interfaces with \texttt{ifdefs}.\\
-               21 March & Add share update and polish up demo.\\
-               22 March & Trip to Den Helder\\
-               31 March & Proposed planning submitted\\
-               \midrule
-               \multicolumn{2}{c}{Future thesis work}\\
-               \midrule
-               3{-}9 April & Dynamic task and share allocation, NodeMCU support\\
-               10{-}16 April & Functions, finish up dynamic allocation\\
-               & come up with nice demo\\
-               17{-}23 April & Not much, my wedding\\
-               24{-}30 April & Start writing introduction and literatu embedding.\\
-               & Use real shares and share shares between tasks\\
-               1{-}7 May & Have hardware for demo working\\
-               8{-}14 May & Introduction done\\
-               15{-}21 May & Method section done\\
-               22{-}28 May & Demo done\\
-               29 May {-} 4 June & Results and discussion done\\
-               5{-}11 June & Preliminary thesis version finished\\
-               12{-}18 June & Polish demo and thesis\\
-               19{-}25 June & Finished demo and thesis\\
-               26 June & Finished\\
-               \bottomrule
-       \end{tabular}
-       \caption{Preliminary planning}
-\end{table}
index cd0ccd6..44921a8 100644 (file)
 
 \appendix\label{chp:appendix}
 
-\chapter{Planning}\label{app:planning}
-\input{appendix-planning.tex}
-
 \chapter{Communication protocol}\label{app:communication-protocol}
 \input{appendix-protocol.tex}
 
 \chapter{Device client interface}\label{app:device-interface}
 \input{appendix-device-interface.tex}
 
+\cleardoublepage{}
+\phantomsection{}
+\addcontentsline{toc}{chapter}{Bibliography}
+\bibliographystyle{ieeetr}
+\bibliography{thesis}
+
 \cleardoublepage{}
 \phantomsection{}
 \addcontentsline{toc}{chapter}{Lists of \ldots}
 \endgroup
 
 \cleardoublepage{}
+\phantomsection{}
 \addcontentsline{toc}{chapter}{Glossaries \& Acronyms}
-
 \begingroup
 \let\clearpage\relax
 \let\cleardoublepage\relax
 \printglossaries%
 \endgroup
 
-\bibliographystyle{ieeetr}
-\bibliography{thesis}
 \end{document}