diff options
-rw-r--r-- | poster/document.tex | 6 | ||||
-rw-r--r-- | poster/imagesfive.tex | 7 | ||||
-rw-r--r-- | poster/imagesfour.tex | 7 | ||||
-rw-r--r-- | poster/imagesthree.tex | 8 |
4 files changed, 27 insertions, 1 deletions
diff --git a/poster/document.tex b/poster/document.tex index 54e48b1..20ded9e 100644 --- a/poster/document.tex +++ b/poster/document.tex @@ -36,6 +36,8 @@ }\hfil\colo{ \include Materials;mats + \input imagesthree + \include Methods;methods \include Voronoi Diagrams;voronoi @@ -45,12 +47,14 @@ \include Variables;vars + \input imagesfour + \include Experiment Notes;notes }\hfil\colo{ \include Data Analysis;analysis - \input imagesthree + \input imagesfive \include Conclusion;conclusion diff --git a/poster/imagesfive.tex b/poster/imagesfive.tex new file mode 100644 index 0000000..49942ab --- /dev/null +++ b/poster/imagesfive.tex @@ -0,0 +1,7 @@ +\hbox{ + \hskip 0pt plus .5fil + \picture{../photos/a.jpg}{Part of the DNA barcoding process for species determination: concentrated mixture after chemicals, centrifuging, and crushing}{5in} + \hfil + \picture{../photos/code.png}{The code used to create Voronoi diagrams with SciPy and Matplotlib}{5in} + \hskip 0pt plus .5fil +} diff --git a/poster/imagesfour.tex b/poster/imagesfour.tex new file mode 100644 index 0000000..c424924 --- /dev/null +++ b/poster/imagesfour.tex @@ -0,0 +1,7 @@ +\hbox{ + \hfil + \picture{../photos/2019-12-02-2.jpg}{A photo of a relatively large trial showing the constancy of trails and establishment of one pit in a 16x17 container}{5in} + \hfil + \picture{../photos/2019-11-21-4.jpg}{7 well-established pits in the 17x16 trial}{5in} + \hfil +} diff --git a/poster/imagesthree.tex b/poster/imagesthree.tex index e69de29..ec574e3 100644 --- a/poster/imagesthree.tex +++ b/poster/imagesthree.tex @@ -0,0 +1,8 @@ +\hbox{ + \hfil + \picture{../photos/2019-12-13-3.jpg}{An antlion in the inter-trial holding containers with native sand}{3in} + \hfil + \picture{../photos/2019-12-13-3.jpg}{THIS PICTURE SHOULD NOT BE HERE}{3in} + \hfil + \picture{../photos/c.jpg}{All of the antlion holding containers in the corner}{3in} +} |