KIT library hydration study
Go to file
2025-09-26 23:49:32 +02:00
res Add mean bottle size, mathematical model 2025-03-12 16:31:16 +01:00
scripts Add approximate_response_time.py 2025-05-29 23:22:20 -04:00
.gitignore Set up build system 2025-03-04 09:26:49 +01:00
.latexmkrc Set up build system 2025-03-04 09:26:49 +01:00
common.tex Add files from Overleaf 2025-03-04 07:44:38 +01:00
Dockerfile Set up build system 2025-03-04 09:26:49 +01:00
Makefile Set up build system 2025-03-04 09:26:49 +01:00
paper.bib Change paper.bib 2025-05-29 02:19:56 -04:00
paper.tex Fix phrasing and british english 2025-09-26 23:49:11 +02:00
README.md Update README.md 2025-05-30 00:21:39 -04:00
tex-fmt.toml Add tex-fmt.toml 2025-09-26 23:49:32 +02:00

KIT Library Hydration Study

Latex sources for a paper on the behaviour of students at the KIT library with regard to their water bottle refilling habits.

Build

Build manually

$ make

Build using docker

  1. Build docker image
    $ docker build -f Dockerfile . -t bib-paper
    
  2. Build document
    $ docker run --rm -v $PWD:$PWD -w $PWD -u `id -u`:`id -g` bib-paper make