aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitignore1
-rw-r--r--Makefile8
-rw-r--r--data/biblio.tex19
-rw-r--r--data/conclusion.tex8
-rw-r--r--data/hypothesis.tex8
-rw-r--r--data/methods.tex26
l---------data/research.tex1
-rw-r--r--data/vars.tex3
-rw-r--r--logbook.tex68
l---------logbook/biblio.tex1
l---------logbook/bulletnotes.tex1
l---------logbook/conclusion.tex1
-rw-r--r--logbook/document.tex68
l---------logbook/hypothesis.tex1
l---------logbook/mats.tex1
l---------logbook/methods.tex1
l---------logbook/research.tex1
l---------logbook/tables.tex1
l---------logbook/vars.tex1
l---------[-rw-r--r--]poster/conclusion.tex9
l---------[-rw-r--r--]poster/hypothesis.tex9
l---------[-rw-r--r--]poster/methods.tex27
l---------[-rw-r--r--]poster/vars.tex4
l---------[-rw-r--r--]report/biblio.tex20
l---------report/research.tex2
25 files changed, 153 insertions, 137 deletions
diff --git a/.gitignore b/.gitignore
index 0a1b157..652f852 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,3 +5,4 @@
*.csv
__pycache__
outputs/*
+data/tables.tex
diff --git a/Makefile b/Makefile
index dade053..e2cbc1b 100644
--- a/Makefile
+++ b/Makefile
@@ -30,10 +30,10 @@ outputs/posterboard.pdf: $(wildcard poster/*.tex) outputs/qr-source.png outputs/
rm poster/document.log
mv poster/document.pdf outputs/posterboard.pdf
-outputs/logbook.pdf: logbook.tex report/research.tex report/biblio.tex poster/hypothesis.tex data/mats.tex poster/vars.tex poster/methods.tex report/tables.tex poster/conclusion.tex data/bulletnotes.tex $(ASSETS)
- pdftex logbook.tex >/dev/null
- rm logbook.log
- mv logbook.pdf outputs
+outputs/logbook.pdf: data/tables.tex $(wildcard logbook/*.tex) $(ASSETS)
+ cd logbook && pdftex document.tex >/dev/null
+ rm logbook/document.log
+ mv logbook/document.pdf outputs/logbook.pdf
outputs/report.pdf: $(wildcard document/*.tex) $(ASSETS)
cd report && pdftex document.tex >/dev/null
diff --git a/data/biblio.tex b/data/biblio.tex
new file mode 100644
index 0000000..5f672fb
--- /dev/null
+++ b/data/biblio.tex
@@ -0,0 +1,19 @@
+\parindent=0pt
+\baselineskip=24pt
+\hangindent=.5in
+
+\centerline{Works Cited}
+{\everypar{\hangindent=.5in\hangafter=-1}
+\parskip=\baselineskip
+Muvengwi, J., Davies, A. B., Parrini, F., \& Witkowski, E. T. F. (2018). Geology drives the spatial patterning and structure of termite mounds in an African savanna. Ecosphere, 9(3), e02148. \link{https://doi.org/10.1002/ecs2.2148}
+
+Bowen*, T., Cabello*, G., Gidden*, T., Schlueter, M., \& Cain, P. (2019). BIOTIC AND ABIOTIC FACTORS INFLUENCING ANTLION PIT PLACEMENT **. Georgia Journal of Science, 77(1). Retrieved from \link{https://digitalcommons.gaacademy.org/gjs/vol77/iss1/72}
+
+Barkae, E. D., Golan, O., \& Ovadia, O. (2014). Dangerous neighbors: Interactive effects of factors influencing cannibalism in pit-building antlion larvae. Behavioral Ecology, 25(6), 1311--1319. \link{https://doi.org/10.1093/beheco/aru123}
+
+Scharf, I., Hollender, Y., Subach, A., \& Ovadia, O. (2008). Effect of spatial pattern and microhabitat on pit construction and relocation in Myrmeleon hyalinus (Neuroptera: Myrmeleontidae) larvae. Ecological Entomology, 33(3), 337--345. \link{https://doi.org/10.1111/j.1365-2311.2007.00967.x}
+
+Crowley, P. H., \& Linton, M. C. (1999). Antlion Foraging: Tracking Prey Across Space and Time. Ecology, 80(7), 2271--2282. \link{https://doi.org/10.1890/0012-9658(1999)080[2271:AFTPAS]2.0.CO;2}
+
+A. S Erasmus, B. F. N. *. (2000). A modelling approach to antlion (Neuroptera: Myrmeleontidae) distribution patterns. African Entomology, 8(2), 157--168.
+}
diff --git a/data/conclusion.tex b/data/conclusion.tex
new file mode 100644
index 0000000..b39208c
--- /dev/null
+++ b/data/conclusion.tex
@@ -0,0 +1,8 @@
+Pit depth and width correlate strongly with trial area, as demonstrated by graph one, which relates the two.
+The pit positioning of antlions (as a group and as individuals) likely varies solely to maximize ant capture.
+Therefore, this phenomenon is observed because antlions' (myrmeleon immaculatus) pits don't need to be as big when the main constraint on ants falling into the pit is simply having a pit available for them to fall into.
+This is also observable by the trials' decreasing number of visible pits (versus total antlions introduced) with respect to size: they start to hide underground because rather than simply having smaller pits than stronger antlions, they have to rest underground, possibly to preserve group wellbeing.
+Graph 2 indicates a similar trend---antlions' territory as described by the nearest neighbor calculation is much lower in smaller containers.
+This is the natural consequence of less area being available but demonstrates that the effects of hiding don't completely level the density of antlion pits based on population per area.
+Additionally, deaths remain minimal even in highly crowded conditions like the 8x7, which means that deaths are probably accidental at worst and antlions work to preserve the group's chances of surviving.
+The earlier hypothesis was proven to be correct, as the correlation between a smaller trial size and more extreme behaviors (such as cannibalism and reclusiveness) is supported by the data, as an increase in cannibalism was seen in lower treatment groups, hinting towards more aggressive behavior at lower trial groups, thereby proving the hypothesis.
diff --git a/data/hypothesis.tex b/data/hypothesis.tex
new file mode 100644
index 0000000..834aad3
--- /dev/null
+++ b/data/hypothesis.tex
@@ -0,0 +1,8 @@
+\noindent{\bold Essential Question:}
+
+How do antlion spatial patterns, such as pit depth, width, and nearest neighbor, as well as behaviors, such as cannibalism and eating habits vary with respect to spatial constraints and temporal change?
+
+\medbreak
+\noindent{\bold Hypothesis:}
+
+As the space available to antlion groups decreases, each claims less territory, and the populations tend towards more extreme behaviors, such as cannibalism and reclusivity, to limit competition for ants as an emergent feature of individual interactions.
diff --git a/data/methods.tex b/data/methods.tex
new file mode 100644
index 0000000..1b96170
--- /dev/null
+++ b/data/methods.tex
@@ -0,0 +1,26 @@
+To start the procedure the materials needed to be obtained.
+Once materials were obtained the 160 ants were kept in one of the 6 inch plastic containers, and 200 grams of native sand was poured into each of the 40 remaining six inch containers.
+Next, each of the 40 antlions (Myrmeleon immaculatus) were placed in one of the plastic containers containing sand, with each antlion getting its own container.
+Following this each noticeable antlion pit was given two ants as food once every week, starting the Friday after the antlions were introduced to their temporary containers.
+Then, the remaining amount of sand was placed into the 32x32 container and spread out using a meter stick until the surface of the sand was level.
+Next, a meter stick was used to mark the sides of the 32x32 container with inch markers starting from the bottom right of the container on its lid.
+Much like a coordinate plane, marks were made one inch apart going vertically from the bottom of the lid of the container and subsequently labeled with their position away from the bottom of the box in inches, this acted as the y-axis.
+After this, marks were made one inch apart going horizontally from the right most section of the lid of the container and subsequently labeled with their position away from the right of the box in inches, this functioned as the x-axis.
+Next, the 2 inch cup was placed at the center of the container and buried under 3cm of sand.
+After this 4 antlions were introduced to the container every 24 hours until 30 antlions had been introduced, starting at 3:30 pm.
+This was done by using the sieve to obtain four random antlions from their temporary containers and place them on the center of the container, where the plastic cup was.
+Antlions were moved by using the sieve to remove the antlion from its six inch holding container.
+As new antlion pits appeared toothpicks were inserted next to them to signify their presence.
+Following the introduction of all 31 antlions a 24 settling period was allotted, after which the location of each antlion was measured using the grid system created earlier.
+Following this a program was used to find the nearest neighbor and a ruler was used to find the pit depth and width in cm.
+After data was taken the antlions were transferred back to their temporary containers by using a sieve to obtain the antlions from pits, where they were later placed in their temporary containers, dead antlions were kept in a freezer.
+Following this a barrier was inserted to reduce the available space to 24x23 inches using cardboard dividers and sealed using making tape, to prevent antlions from escaping the enclosure.
+After this another hour introductory period every 24 hours was repeated, will all remaining antlions, as some died in the previous trial.
+Once all antlions were introduced another 24 hour settling period was allocated and pit depth, width and location were found using the same methods as above, and the antlions were returned to their temporary containers.
+Following this the area of the box was reduced to 16x15 inches and all antlions were again introduced, 4 every 24 hours until all remaining antlions were placed in the pit.
+Then another 24 hour settlement period was allotted and all data was collected the same was as the previous two trials, and the antlions were returned to their temporary containers.
+Lastly, the area of the box was reduced to 8x7 inches and all antlions were again introduced, 4 every 24 hours until all remaining antlions were placed in the pit.
+Then another 24 hour settlement period was allotted and all data was collected the same was as the previous three trials, and the antlions were returned to their enclosures.
+To further understand the relevance of the study, the species of the antlions were examined through DNA barcoding.
+Using min PCR and a gel barcoding system the antlion DNA was extracted, and used a strand of mitochondrial DNA, cytochrome C in order to identify the antlions using a national protein database.
+The observed genus and species was Myrmeleon Immaculatus.
diff --git a/data/research.tex b/data/research.tex
new file mode 120000
index 0000000..b465725
--- /dev/null
+++ b/data/research.tex
@@ -0,0 +1 @@
+../poster/research.tex \ No newline at end of file
diff --git a/data/vars.tex b/data/vars.tex
new file mode 100644
index 0000000..256c3e4
--- /dev/null
+++ b/data/vars.tex
@@ -0,0 +1,3 @@
+ Throughout the experiment the independent variable was the size of the container, which changed from trial to trial, but did not change due to any other variable.
+Furthermore, the dependent variable throughout the experiment was the settlement patterns and behaviors of the antlions (myrmeleon immaculatus), which was quantified through the nearest neighbor calculation, pit depth and width, and the number of cannibalized antlions.
+The control trial of the experiment was the 32x32 trial, as it shows the spatial patterns and behaviors of the antlions with the most available space, limiting the effect of competition on settlement patterns, which qualifies it to be a good control group.
diff --git a/logbook.tex b/logbook.tex
deleted file mode 100644
index 6106516..0000000
--- a/logbook.tex
+++ /dev/null
@@ -1,68 +0,0 @@
-% 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 report/research
-
- \abreak
-
-{\input report/biblio\relax}
-
- \abreak
-
-\input poster/hypothesis
-
- \abreak
-
-\noindent{\bf Materials:}
-
-\input data/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 (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 report/tables
-
- \abreak
-
-\noindent{\bf Conclusion:}
-
-\input poster/conclusion
-
- \abreak
-
-\noindent{\bf Experimental Notes:}
-
-\input data/bulletnotes
-
-\bye
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
diff --git a/poster/conclusion.tex b/poster/conclusion.tex
index b39208c..a48f6b7 100644..120000
--- a/poster/conclusion.tex
+++ b/poster/conclusion.tex
@@ -1,8 +1 @@
-Pit depth and width correlate strongly with trial area, as demonstrated by graph one, which relates the two.
-The pit positioning of antlions (as a group and as individuals) likely varies solely to maximize ant capture.
-Therefore, this phenomenon is observed because antlions' (myrmeleon immaculatus) pits don't need to be as big when the main constraint on ants falling into the pit is simply having a pit available for them to fall into.
-This is also observable by the trials' decreasing number of visible pits (versus total antlions introduced) with respect to size: they start to hide underground because rather than simply having smaller pits than stronger antlions, they have to rest underground, possibly to preserve group wellbeing.
-Graph 2 indicates a similar trend---antlions' territory as described by the nearest neighbor calculation is much lower in smaller containers.
-This is the natural consequence of less area being available but demonstrates that the effects of hiding don't completely level the density of antlion pits based on population per area.
-Additionally, deaths remain minimal even in highly crowded conditions like the 8x7, which means that deaths are probably accidental at worst and antlions work to preserve the group's chances of surviving.
-The earlier hypothesis was proven to be correct, as the correlation between a smaller trial size and more extreme behaviors (such as cannibalism and reclusiveness) is supported by the data, as an increase in cannibalism was seen in lower treatment groups, hinting towards more aggressive behavior at lower trial groups, thereby proving the hypothesis.
+../data/conclusion.tex \ No newline at end of file
diff --git a/poster/hypothesis.tex b/poster/hypothesis.tex
index 834aad3..e68c480 100644..120000
--- a/poster/hypothesis.tex
+++ b/poster/hypothesis.tex
@@ -1,8 +1 @@
-\noindent{\bold Essential Question:}
-
-How do antlion spatial patterns, such as pit depth, width, and nearest neighbor, as well as behaviors, such as cannibalism and eating habits vary with respect to spatial constraints and temporal change?
-
-\medbreak
-\noindent{\bold Hypothesis:}
-
-As the space available to antlion groups decreases, each claims less territory, and the populations tend towards more extreme behaviors, such as cannibalism and reclusivity, to limit competition for ants as an emergent feature of individual interactions.
+../data/hypothesis.tex \ No newline at end of file
diff --git a/poster/methods.tex b/poster/methods.tex
index 1b96170..0c21b77 100644..120000
--- a/poster/methods.tex
+++ b/poster/methods.tex
@@ -1,26 +1 @@
-To start the procedure the materials needed to be obtained.
-Once materials were obtained the 160 ants were kept in one of the 6 inch plastic containers, and 200 grams of native sand was poured into each of the 40 remaining six inch containers.
-Next, each of the 40 antlions (Myrmeleon immaculatus) were placed in one of the plastic containers containing sand, with each antlion getting its own container.
-Following this each noticeable antlion pit was given two ants as food once every week, starting the Friday after the antlions were introduced to their temporary containers.
-Then, the remaining amount of sand was placed into the 32x32 container and spread out using a meter stick until the surface of the sand was level.
-Next, a meter stick was used to mark the sides of the 32x32 container with inch markers starting from the bottom right of the container on its lid.
-Much like a coordinate plane, marks were made one inch apart going vertically from the bottom of the lid of the container and subsequently labeled with their position away from the bottom of the box in inches, this acted as the y-axis.
-After this, marks were made one inch apart going horizontally from the right most section of the lid of the container and subsequently labeled with their position away from the right of the box in inches, this functioned as the x-axis.
-Next, the 2 inch cup was placed at the center of the container and buried under 3cm of sand.
-After this 4 antlions were introduced to the container every 24 hours until 30 antlions had been introduced, starting at 3:30 pm.
-This was done by using the sieve to obtain four random antlions from their temporary containers and place them on the center of the container, where the plastic cup was.
-Antlions were moved by using the sieve to remove the antlion from its six inch holding container.
-As new antlion pits appeared toothpicks were inserted next to them to signify their presence.
-Following the introduction of all 31 antlions a 24 settling period was allotted, after which the location of each antlion was measured using the grid system created earlier.
-Following this a program was used to find the nearest neighbor and a ruler was used to find the pit depth and width in cm.
-After data was taken the antlions were transferred back to their temporary containers by using a sieve to obtain the antlions from pits, where they were later placed in their temporary containers, dead antlions were kept in a freezer.
-Following this a barrier was inserted to reduce the available space to 24x23 inches using cardboard dividers and sealed using making tape, to prevent antlions from escaping the enclosure.
-After this another hour introductory period every 24 hours was repeated, will all remaining antlions, as some died in the previous trial.
-Once all antlions were introduced another 24 hour settling period was allocated and pit depth, width and location were found using the same methods as above, and the antlions were returned to their temporary containers.
-Following this the area of the box was reduced to 16x15 inches and all antlions were again introduced, 4 every 24 hours until all remaining antlions were placed in the pit.
-Then another 24 hour settlement period was allotted and all data was collected the same was as the previous two trials, and the antlions were returned to their temporary containers.
-Lastly, the area of the box was reduced to 8x7 inches and all antlions were again introduced, 4 every 24 hours until all remaining antlions were placed in the pit.
-Then another 24 hour settlement period was allotted and all data was collected the same was as the previous three trials, and the antlions were returned to their enclosures.
-To further understand the relevance of the study, the species of the antlions were examined through DNA barcoding.
-Using min PCR and a gel barcoding system the antlion DNA was extracted, and used a strand of mitochondrial DNA, cytochrome C in order to identify the antlions using a national protein database.
-The observed genus and species was Myrmeleon Immaculatus.
+../data/methods.tex \ No newline at end of file
diff --git a/poster/vars.tex b/poster/vars.tex
index 256c3e4..1e97452 100644..120000
--- a/poster/vars.tex
+++ b/poster/vars.tex
@@ -1,3 +1 @@
- Throughout the experiment the independent variable was the size of the container, which changed from trial to trial, but did not change due to any other variable.
-Furthermore, the dependent variable throughout the experiment was the settlement patterns and behaviors of the antlions (myrmeleon immaculatus), which was quantified through the nearest neighbor calculation, pit depth and width, and the number of cannibalized antlions.
-The control trial of the experiment was the 32x32 trial, as it shows the spatial patterns and behaviors of the antlions with the most available space, limiting the effect of competition on settlement patterns, which qualifies it to be a good control group.
+../data/vars.tex \ No newline at end of file
diff --git a/report/biblio.tex b/report/biblio.tex
index 5f672fb..6af3002 100644..120000
--- a/report/biblio.tex
+++ b/report/biblio.tex
@@ -1,19 +1 @@
-\parindent=0pt
-\baselineskip=24pt
-\hangindent=.5in
-
-\centerline{Works Cited}
-{\everypar{\hangindent=.5in\hangafter=-1}
-\parskip=\baselineskip
-Muvengwi, J., Davies, A. B., Parrini, F., \& Witkowski, E. T. F. (2018). Geology drives the spatial patterning and structure of termite mounds in an African savanna. Ecosphere, 9(3), e02148. \link{https://doi.org/10.1002/ecs2.2148}
-
-Bowen*, T., Cabello*, G., Gidden*, T., Schlueter, M., \& Cain, P. (2019). BIOTIC AND ABIOTIC FACTORS INFLUENCING ANTLION PIT PLACEMENT **. Georgia Journal of Science, 77(1). Retrieved from \link{https://digitalcommons.gaacademy.org/gjs/vol77/iss1/72}
-
-Barkae, E. D., Golan, O., \& Ovadia, O. (2014). Dangerous neighbors: Interactive effects of factors influencing cannibalism in pit-building antlion larvae. Behavioral Ecology, 25(6), 1311--1319. \link{https://doi.org/10.1093/beheco/aru123}
-
-Scharf, I., Hollender, Y., Subach, A., \& Ovadia, O. (2008). Effect of spatial pattern and microhabitat on pit construction and relocation in Myrmeleon hyalinus (Neuroptera: Myrmeleontidae) larvae. Ecological Entomology, 33(3), 337--345. \link{https://doi.org/10.1111/j.1365-2311.2007.00967.x}
-
-Crowley, P. H., \& Linton, M. C. (1999). Antlion Foraging: Tracking Prey Across Space and Time. Ecology, 80(7), 2271--2282. \link{https://doi.org/10.1890/0012-9658(1999)080[2271:AFTPAS]2.0.CO;2}
-
-A. S Erasmus, B. F. N. *. (2000). A modelling approach to antlion (Neuroptera: Myrmeleontidae) distribution patterns. African Entomology, 8(2), 157--168.
-}
+../data/biblio.tex \ No newline at end of file
diff --git a/report/research.tex b/report/research.tex
index b465725..c2dc7cd 120000
--- a/report/research.tex
+++ b/report/research.tex
@@ -1 +1 @@
-../poster/research.tex \ No newline at end of file
+../data/research.tex \ No newline at end of file