diff options
author | Holden Rohrer <hr@hrhr.dev> | 2020-07-06 18:20:32 -0400 |
---|---|---|
committer | Holden Rohrer <hr@hrhr.dev> | 2020-07-06 18:41:47 -0400 |
commit | a1d245cfd1979ec78bbc01e5125af80071f8cc42 (patch) | |
tree | 9bf0ec38631e4f0879940dc4a0b133d78fc2f17c /logbook | |
parent | 5a18c8a33b90003a2c930a207f766800883c3622 (diff) |
File reorganization
More makefile-friendly
Diffstat (limited to 'logbook')
l--------- | logbook/biblio.tex | 1 | ||||
l--------- | logbook/bulletnotes.tex | 1 | ||||
l--------- | logbook/conclusion.tex | 1 | ||||
l--------- | logbook/datatables.tex | 1 | ||||
-rw-r--r-- | logbook/document.tex | 68 | ||||
l--------- | logbook/hypothesis.tex | 1 | ||||
l--------- | logbook/mats.tex | 1 | ||||
l--------- | logbook/methods.tex | 1 | ||||
l--------- | logbook/research.tex | 1 | ||||
l--------- | logbook/vars.tex | 1 |
10 files changed, 0 insertions, 77 deletions
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 |