From a1d245cfd1979ec78bbc01e5125af80071f8cc42 Mon Sep 17 00:00:00 2001 From: Holden Rohrer Date: Mon, 6 Jul 2020 18:20:32 -0400 Subject: File reorganization More makefile-friendly --- src/results.i | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 src/results.i (limited to 'src/results.i') diff --git a/src/results.i b/src/results.i new file mode 100644 index 0000000..da4d84c --- /dev/null +++ b/src/results.i @@ -0,0 +1,21 @@ +\input gen/tables.i +\font\tablefont=cmr10 at 11pt +\def\table#1#2{ + \vbox{\setbox0=\vbox{\halign{&\vrule\strut\hskip3pt\hfil {\tablefont ##}\hfil\hskip3pt\vrule\cr\noalign{\hrule} + #1 + }}\hsize=\wd0\box0\caption{#2}} +} +\def\vtable#1#2{ + \vbox{\line{\hfil{\hsize=2in\valign{&\hrule\vfil\vskip2pt\tablefont\noindent ##\par\vfil\vskip2pt\hrule\cr\noalign{\vrule} + #1 + }}\hfil}\caption{#2}} +} +\par\line{\picturetop{graph/depth_width.png}{Antlions' pits' depths and widths correlate strongly with square root of trial area, meaning that antlions are aware of how to optimally obtain ants for the group. Bigger dots mean more pits of that size in that trial area}{6in}\hfil + \picturetop{img/pcr.jpg}{DNA Ladder and PCR tests were used to detect Cytochrome-B gene appearance in a primed DNA mixture from crushed antlions.}{4in} +} +\kern-1.3in\hbox{ + \picture{graph/nearest_neighbor.png}{The geometric average of trial edge length correlates closely with nearest neighbor distance, demonstrating consistent spacing by antlions.}{6in} + \deaths{Number of Deaths and Pits Successfully Formed in Each Trial/Subtrial} +} + +\territory{The Pit Depths, Widths, and ``Territory,'' Observed in Each Trial} -- cgit