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 --- logbook/biblio.tex | 1 - logbook/bulletnotes.tex | 1 - logbook/conclusion.tex | 1 - logbook/datatables.tex | 1 - logbook/document.tex | 68 ------------------------------------------------- logbook/hypothesis.tex | 1 - logbook/mats.tex | 1 - logbook/methods.tex | 1 - logbook/research.tex | 1 - logbook/vars.tex | 1 - 10 files changed, 77 deletions(-) delete mode 120000 logbook/biblio.tex delete mode 120000 logbook/bulletnotes.tex delete mode 120000 logbook/conclusion.tex delete mode 120000 logbook/datatables.tex delete mode 100644 logbook/document.tex delete mode 120000 logbook/hypothesis.tex delete mode 120000 logbook/mats.tex delete mode 120000 logbook/methods.tex delete mode 120000 logbook/research.tex delete mode 120000 logbook/vars.tex (limited to 'logbook') diff --git a/logbook/biblio.tex b/logbook/biblio.tex deleted file mode 120000 index 6af3002..0000000 --- a/logbook/biblio.tex +++ /dev/null @@ -1 +0,0 @@ -../data/biblio.tex \ No newline at end of file diff --git a/logbook/bulletnotes.tex b/logbook/bulletnotes.tex deleted file mode 120000 index 6700a16..0000000 --- a/logbook/bulletnotes.tex +++ /dev/null @@ -1 +0,0 @@ -../data/bulletnotes.tex \ No newline at end of file diff --git a/logbook/conclusion.tex b/logbook/conclusion.tex deleted file mode 120000 index a48f6b7..0000000 --- a/logbook/conclusion.tex +++ /dev/null @@ -1 +0,0 @@ -../data/conclusion.tex \ No newline at end of file diff --git a/logbook/datatables.tex b/logbook/datatables.tex deleted file mode 120000 index bc02edd..0000000 --- a/logbook/datatables.tex +++ /dev/null @@ -1 +0,0 @@ -../gen/tables.tex \ No newline at end of file diff --git a/logbook/document.tex b/logbook/document.tex deleted file mode 100644 index 9b019f3..0000000 --- a/logbook/document.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 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 diff --git a/logbook/hypothesis.tex b/logbook/hypothesis.tex deleted file mode 120000 index e68c480..0000000 --- a/logbook/hypothesis.tex +++ /dev/null @@ -1 +0,0 @@ -../data/hypothesis.tex \ No newline at end of file diff --git a/logbook/mats.tex b/logbook/mats.tex deleted file mode 120000 index a26eab7..0000000 --- a/logbook/mats.tex +++ /dev/null @@ -1 +0,0 @@ -../data/mats.tex \ No newline at end of file diff --git a/logbook/methods.tex b/logbook/methods.tex deleted file mode 120000 index 0c21b77..0000000 --- a/logbook/methods.tex +++ /dev/null @@ -1 +0,0 @@ -../data/methods.tex \ No newline at end of file diff --git a/logbook/research.tex b/logbook/research.tex deleted file mode 120000 index c2dc7cd..0000000 --- a/logbook/research.tex +++ /dev/null @@ -1 +0,0 @@ -../data/research.tex \ No newline at end of file diff --git a/logbook/vars.tex b/logbook/vars.tex deleted file mode 120000 index 1e97452..0000000 --- a/logbook/vars.tex +++ /dev/null @@ -1 +0,0 @@ -../data/vars.tex \ No newline at end of file -- cgit