summaryrefslogtreecommitdiffstats
path: root/report/chapters/4-arch-d.tex
diff options
context:
space:
mode:
authorSiddharth Ravikumar <sravik@bgsu.edu>2016-02-02 10:30:13 -0500
committerSiddharth Ravikumar <sravik@bgsu.edu>2016-02-02 10:30:13 -0500
commitf15de3fe273145e79ce4c95a0517c1b9294eebd2 (patch)
tree24768cd8e3a2cf84d778a7eeaaad339677d8183e /report/chapters/4-arch-d.tex
parentd26bb953b7a0c7c591c97aa90803d0bdc00e6b67 (diff)
Added report/chapters/4-arch-d.tex
Just laid down the structure of this chapter.
Diffstat (limited to 'report/chapters/4-arch-d.tex')
-rw-r--r--report/chapters/4-arch-d.tex35
1 files changed, 35 insertions, 0 deletions
diff --git a/report/chapters/4-arch-d.tex b/report/chapters/4-arch-d.tex
new file mode 100644
index 0000000..3a81f12
--- /dev/null
+++ b/report/chapters/4-arch-d.tex
@@ -0,0 +1,35 @@
+\chapter{Structure and Design}
+
+\epigraph{In general, when modeling phenomena in science and
+ engineering, we begin with simplified, incomplete models. As we
+ examine things in greater detail, these simple models become
+ inadequate and must be replaced by more refined
+ models.}{\textit{Structure and Interpretation of Computer Programs,
+ Section 1.1.5}\cite{sicp}}
+
+\section{Structure of combox}
+
+
+\begin{figure}[h]
+\includegraphics[scale=0.6]{4-combox-structure}
+\caption{High level view of combox on two computers.}
+\label{fig:4-combox-structure}
+\end{figure}
+
+\subsection{combox configuration}
+
+\subsection{combox directory monitor}
+
+\subsection{Node directory monitor}
+
+\subsection{Database structure}
+
+\section{combox modules overview}
+
+\section{Language choice and DRY}
+
+\section{Operating system compatibility}
+
+\section{combox as a python package}
+
+\section{With the benefit of hindsight} \ No newline at end of file