diff options
author | Holden Rohrer <hr@hrhr.dev> | 2020-01-26 01:53:46 -0500 |
---|---|---|
committer | Holden Rohrer <hr@hrhr.dev> | 2020-01-26 01:53:46 -0500 |
commit | 0178eb71aa56b187970b47b4c0cea601be2bbad5 (patch) | |
tree | fb0e9c1ac374467a0d9d631d0390b1f3b3566ed4 /logbook.tex | |
parent | 70cda68229fb5e5e3d2b32c714e0df0a20879243 (diff) |
switched logbook over to TeX
Diffstat (limited to 'logbook.tex')
-rw-r--r-- | logbook.tex | 68 |
1 files changed, 68 insertions, 0 deletions
diff --git a/logbook.tex b/logbook.tex new file mode 100644 index 0000000..6506a27 --- /dev/null +++ b/logbook.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 document/research + + \abreak + +{\input document/biblio\relax} + + \abreak + +\input poster/hypothesis + + \abreak + +\noindent{\bf Materials:} + +\input poster/mats + + \abreak + +\noindent{\bf Independent and Dependent Variables:} + +\input poster/vars + + \abreak + +\noindent{\bf Procedure:} + +\input poster/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} +\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 document/tables + + \abreak + +\noindent{\bf Conclusion:} + +\input poster/conclusion + + \abreak + +\noindent{\bf Experimental Notes:} + +\input data/bulletnotes + +\bye |