From: Sam Moore Date: Tue, 22 Oct 2013 06:28:12 +0000 (+0800) Subject: Add chapters and draft outline X-Git-Url: https://git.ucc.asn.au/?a=commitdiff_plain;ds=sidebyside;h=9e559934d64b5dad9251fcb9e0a7e056620d7f13;p=matches%2FMCTX3420.git Add chapters and draft outline --- diff --git a/reports/final/chapters/Approach.tex b/reports/final/chapters/Approach.tex new file mode 100644 index 0000000..909baf0 --- /dev/null +++ b/reports/final/chapters/Approach.tex @@ -0,0 +1,13 @@ +\chapter{Approach} + +\section{Goals} + +\section{Team Organisation} + +\section{Development Process} + +\section{Resources} + +\section{Cost Calculation} + + diff --git a/reports/final/chapters/Design.tex b/reports/final/chapters/Design.tex new file mode 100644 index 0000000..cd92319 --- /dev/null +++ b/reports/final/chapters/Design.tex @@ -0,0 +1,34 @@ +\chapter{Design Implementation} + +\section{Overview} + +\section{Server Program} + +\subsection{Safety Mechanisms} + +\subsection{Sensors} + +\subsection{Actuators} + +\subsection{Data Storage and Retrieval} + +\subsection{Authentication} + +\subsection{Server API} + +\section{Image Processing} + +\section{Client Program} + +\subsection{Human Computer Interaction} + +\subsection{Interaction with API} + + + + + + + + + diff --git a/reports/final/chapters/Introduction.tex b/reports/final/chapters/Introduction.tex new file mode 100644 index 0000000..a5ebc87 --- /dev/null +++ b/reports/final/chapters/Introduction.tex @@ -0,0 +1,19 @@ +\chapter{Introduction} + +\section*{Abstract} + +\section{Objectives} + +\section{Constraints} + +\section{System Overview} + + +\subsection{Pneumatics} +\subsection{Electronics} +\subsection{Sensors} +\subsection{Mounting} +\subsection{Case} +\subsection{Software} + +The remainder of this report will focus on the software design. diff --git a/reports/final/chapters/Results.tex b/reports/final/chapters/Results.tex new file mode 100644 index 0000000..b0d7e5c --- /dev/null +++ b/reports/final/chapters/Results.tex @@ -0,0 +1,9 @@ +\chapter{Results} + +\section{Results} + +\section{Conclusion} + +\section{Recommendations} + + diff --git a/reports/final/report.pdf b/reports/final/report.pdf index 002ae80..54afd0c 100644 Binary files a/reports/final/report.pdf and b/reports/final/report.pdf differ diff --git a/reports/final/report.tex b/reports/final/report.tex index e1dfa2d..474c888 100644 --- a/reports/final/report.tex +++ b/reports/final/report.tex @@ -77,7 +77,10 @@ %Include the chapters! %\include{chapters/Demonstration} - +\include{chapters/Introduction} +\include{chapters/Approach} +\include{chapters/Design} +\include{chapters/Results} %\newpage %--------------------------------------------------------- \renewcommand{\bibname}{References}