aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xassets/logbook.pdfbin385049 -> 0 bytes
-rw-r--r--logbook.tex68
-rwxr-xr-xmake4
3 files changed, 71 insertions, 1 deletions
diff --git a/assets/logbook.pdf b/assets/logbook.pdf
deleted file mode 100755
index b566768..0000000
--- a/assets/logbook.pdf
+++ /dev/null
Binary files differ
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
diff --git a/make b/make
index 4ca0662..0ce1470 100755
--- a/make
+++ b/make
@@ -33,7 +33,9 @@ cd poster
pdftex document.tex
mv document.pdf ../outputs/posterboard.pdf
cd ..
-rm format.tex pageno.tex document/pageno.tex pageno2.tex document/pageno2.tex document.log
+pdftex logbook.tex
+mv logbook.pdf outputs/
+rm format.tex pageno.tex document/pageno.tex pageno2.tex document/pageno2.tex document.log logbook.log
}
export orig="$(pwd)"