aboutsummaryrefslogtreecommitdiff
path: root/logbook.tex
diff options
context:
space:
mode:
authorHolden Rohrer <hr@hrhr.dev>2020-07-06 18:20:32 -0400
committerHolden Rohrer <hr@hrhr.dev>2020-07-06 18:41:47 -0400
commita1d245cfd1979ec78bbc01e5125af80071f8cc42 (patch)
tree9bf0ec38631e4f0879940dc4a0b133d78fc2f17c /logbook.tex
parent5a18c8a33b90003a2c930a207f766800883c3622 (diff)
File reorganization
More makefile-friendly
Diffstat (limited to 'logbook.tex')
-rw-r--r--logbook.tex69
1 files changed, 69 insertions, 0 deletions
diff --git a/logbook.tex b/logbook.tex
new file mode 100644
index 0000000..1efbc22
--- /dev/null
+++ b/logbook.tex
@@ -0,0 +1,69 @@
+% Should generate a logbook and replace assets/logbook.pdf
+
+\input fmt/doc.h
+\input fmt/com.h
+\let\bf\fourteenbf
+\let\bold\bf
+\def\abreak{\bigbreak\filbreak\medbreak}
+\twelverm\baselineskip=14pt
+
+\noindent{\bf Background Research:}
+
+\input src/research.i
+
+ \abreak
+
+{\input src/biblio.i\relax}
+
+ \abreak
+
+\input src/hypo.i
+
+ \abreak
+
+\noindent{\bf Materials:}
+
+\input src/mats.i
+
+ \abreak
+
+\noindent{\bf Independent and Dependent Variables:}
+
+\input src/vars.i
+
+ \abreak
+
+\noindent{\bf Procedure:}
+
+\input src/methods.i
+
+ \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 report/tables.i
+
+ \abreak
+
+\noindent{\bf Conclusion:}
+
+\input src/conc.i
+
+ \abreak
+
+\noindent{\bf Experimental Notes:}
+
+\input src/bullets.i
+
+\bye