aboutsummaryrefslogtreecommitdiff
path: root/README
blob: 0f976fe3865f11b46f4ad3de2e71c56a108e993a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# Science Fair Project 2020

## Contents

Contains some .tex files for generating the report in plain TeX and .py files for using graphing antlion locations with matplotlib and scipy

## Compiling

Requisites:

- Make

- Python3

- PDFTeX with color.tex, miniltx.tex (installed with TeX Live)

- SciPy, Matplotlib, numpy (Python libraries)

- Ghostscript for PNG building

Run `./configure` in the toplevel directory to check dependencies and construct the Makefile.

Run `make -j8` to build all PDFs with the POSIX Makefile.

## Results

The results can be found on this website, the report at [https://hrhr.dev/report.pdf](https://hrhr.dev/report.pdf), the poster at [https://hrhr.dev/poster.pdf](https://hrhr.dev/poster.pdf), and the logbook at [https://hrhr.dev/logbook.pdf](https://hrhr.dev/logbook.pdf).