diff options
Diffstat (limited to 'logbook')
l--------- | logbook/biblio.tex | 1 | ||||
l--------- | logbook/bulletnotes.tex | 1 | ||||
l--------- | logbook/conclusion.tex | 1 | ||||
-rw-r--r-- | logbook/document.tex | 68 | ||||
l--------- | logbook/hypothesis.tex | 1 | ||||
l--------- | logbook/mats.tex | 1 | ||||
l--------- | logbook/methods.tex | 1 | ||||
l--------- | logbook/research.tex | 1 | ||||
l--------- | logbook/tables.tex | 1 | ||||
l--------- | logbook/vars.tex | 1 |
10 files changed, 77 insertions, 0 deletions
diff --git a/logbook/biblio.tex b/logbook/biblio.tex new file mode 120000 index 0000000..6af3002 --- /dev/null +++ b/logbook/biblio.tex @@ -0,0 +1 @@ +../data/biblio.tex
\ No newline at end of file diff --git a/logbook/bulletnotes.tex b/logbook/bulletnotes.tex new file mode 120000 index 0000000..6700a16 --- /dev/null +++ b/logbook/bulletnotes.tex @@ -0,0 +1 @@ +../data/bulletnotes.tex
\ No newline at end of file diff --git a/logbook/conclusion.tex b/logbook/conclusion.tex new file mode 120000 index 0000000..a48f6b7 --- /dev/null +++ b/logbook/conclusion.tex @@ -0,0 +1 @@ +../data/conclusion.tex
\ No newline at end of file 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 diff --git a/logbook/hypothesis.tex b/logbook/hypothesis.tex new file mode 120000 index 0000000..e68c480 --- /dev/null +++ b/logbook/hypothesis.tex @@ -0,0 +1 @@ +../data/hypothesis.tex
\ No newline at end of file diff --git a/logbook/mats.tex b/logbook/mats.tex new file mode 120000 index 0000000..a26eab7 --- /dev/null +++ b/logbook/mats.tex @@ -0,0 +1 @@ +../data/mats.tex
\ No newline at end of file diff --git a/logbook/methods.tex b/logbook/methods.tex new file mode 120000 index 0000000..0c21b77 --- /dev/null +++ b/logbook/methods.tex @@ -0,0 +1 @@ +../data/methods.tex
\ No newline at end of file diff --git a/logbook/research.tex b/logbook/research.tex new file mode 120000 index 0000000..c2dc7cd --- /dev/null +++ b/logbook/research.tex @@ -0,0 +1 @@ +../data/research.tex
\ No newline at end of file diff --git a/logbook/tables.tex b/logbook/tables.tex new file mode 120000 index 0000000..16a5b5f --- /dev/null +++ b/logbook/tables.tex @@ -0,0 +1 @@ +../data/tables.tex
\ No newline at end of file diff --git a/logbook/vars.tex b/logbook/vars.tex new file mode 120000 index 0000000..1e97452 --- /dev/null +++ b/logbook/vars.tex @@ -0,0 +1 @@ +../data/vars.tex
\ No newline at end of file |