diff options
author | Holden Rohrer <hr@hrhr.dev> | 2020-02-07 00:31:57 -0500 |
---|---|---|
committer | Holden Rohrer <hr@hrhr.dev> | 2020-02-07 00:31:57 -0500 |
commit | 276879e8f8b34463dba0791c0834eddb6483bc32 (patch) | |
tree | 8c0e9af922f0be55feb8f864c66d7ac9cd56f693 /logbook/document.tex | |
parent | 230eafed9aefda8688c8b9269e600b7289326a52 (diff) |
added more symlinking; logbook in own dir
Diffstat (limited to 'logbook/document.tex')
-rw-r--r-- | logbook/document.tex | 68 |
1 files changed, 68 insertions, 0 deletions
diff --git a/logbook/document.tex b/logbook/document.tex new file mode 100644 index 0000000..a6bd206 --- /dev/null +++ b/logbook/document.tex @@ -0,0 +1,68 @@ +% Should generate a logbook and replace assets/logbook.pdf + +\input ../generic +\let\bf\fourteenbf +\let\bold\bf +\def\abreak{\bigbreak\filbreak\medbreak} +\twelverm\baselineskip=14pt + +\noindent{\bf Background Research:} + +\input research + + \abreak + +{\input biblio\relax} + + \abreak + +\input hypothesis + + \abreak + +\noindent{\bf Materials:} + +\input mats + + \abreak + +\noindent{\bf Independent and Dependent Variables:} + +\input vars + + \abreak + +\noindent{\bf Procedure:} + +\input methods + + \abreak + +\noindent{\bf Graphs:} + +\twopicture{../imgs/2019-10-16.png}{../imgs/2019-10-30.png}{} +\twopicture{../imgs/2019-12-3.png}{../imgs/2019-12-5.png}{} +\twopicture{../imgs/2019-12-19.png}{../imgs/2019-12-20.png}{Voronoi diagrams showing the territory of each antlion that formed a pit and well as the location, depth, and width of each pit} + +\picture{../graph/depth_width.png}{Shows pit depth and width in relation to the square root of the trial area (bigger dots mean more pits of that size)} +\picture{../graph/nearest_neighbor.png}{Shows the average nearest neighbor calculation for each trial group in relation to the square root of trial area, to create a ratio} + + \abreak + +\noindent{\bf Tables:} + +\input tables + + \abreak + +\noindent{\bf Conclusion:} + +\input conclusion + + \abreak + +\noindent{\bf Experimental Notes:} + +\input bulletnotes + +\bye |