From 39e5c7164ac094a81343033b923ba6936106dc31 Mon Sep 17 00:00:00 2001 From: Mart Lubbers Date: Tue, 23 May 2017 13:15:41 +0200 Subject: [PATCH] restructure appendices --- appendix-planning.tex | 49 ------------------------------------------- thesis.tex | 13 ++++++------ 2 files changed, 7 insertions(+), 55 deletions(-) delete mode 100644 appendix-planning.tex diff --git a/appendix-planning.tex b/appendix-planning.tex deleted file mode 100644 index 2e4e7bf..0000000 --- a/appendix-planning.tex +++ /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} diff --git a/thesis.tex b/thesis.tex index cd0ccd6..44921a8 100644 --- a/thesis.tex +++ b/thesis.tex @@ -109,15 +109,18 @@ \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} @@ -129,14 +132,12 @@ \endgroup \cleardoublepage{} +\phantomsection{} \addcontentsline{toc}{chapter}{Glossaries \& Acronyms} - \begingroup \let\clearpage\relax \let\cleardoublepage\relax \printglossaries% \endgroup -\bibliographystyle{ieeetr} -\bibliography{thesis} \end{document} -- 2.20.1