KIT library hydration study
Go to file
2025-03-11 17:47:59 +01:00
res Add more references; Write results and conclusion, start writing 2025-03-11 17:47:39 +01:00
scripts Add hypothesis test scripts 2025-03-11 17:47:59 +01: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 Add more references; Write results and conclusion, start writing 2025-03-11 17:47:39 +01:00
paper.tex Add more references; Write results and conclusion, start writing 2025-03-11 17:47:39 +01:00
README.md Set up build system 2025-03-04 09:26:49 +01:00

KIT Library Hydration Study

Latex sources for a paper on the behavior 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 examples
    $ docker run --rm -v $PWD:$PWD -w $PWD -u `id -u`:`id -g` bib-paper make