blob: 9b019f349544932af9d433d984fb1006089db6c9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
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 datatables
\abreak
\noindent{\bf Conclusion:}
\input conclusion
\abreak
\noindent{\bf Experimental Notes:}
\input bulletnotes
\bye
|