Code, data and manuscript for https://doi.org/10.1101/619254
  • TeX 78.5%
  • Python 20.2%
  • Makefile 0.7%
  • Dockerfile 0.6%
Find a file
2020-03-02 09:30:03 +01:00
code WIP: plot detail (total 0.5 sec) of remodnav output 2019-07-10 23:25:00 +02:00
data Point to latest label dataset 2019-05-02 16:58:46 +02:00
img move non-computable files from annex into git 2020-01-15 14:13:05 +01:00
remodnav@d28911838f Update remodnav with latest test dataset 2019-04-25 17:55:35 +02:00
.gitignore Prevent permanent rebuilds of the figures 2019-04-25 17:23:24 +02:00
.gitmodules Add and use studyforrest raw eyegaze dataset as direct dependency 2019-04-23 14:51:02 +02:00
COPYING Declare CC-BY license 2019-04-23 20:00:14 +02:00
EyeGaze.bib mention independent validation by Dorr et al 2020-01-15 14:00:57 +01:00
main.tex small spacing corrections with /remodnav 2020-03-02 09:30:03 +01:00
Makefile Prevent permanent rebuilds of the figures 2019-04-25 17:23:24 +02:00
README.md include note about datalad installing the repo 2019-04-25 13:29:27 +02:00
references.bib Add missing reference 2019-06-25 06:56:12 +02:00
results_def.tex Put generated results back into Git 2020-01-16 07:30:34 +01:00
spbasic.bst Basic switch to new layout 2019-01-29 09:54:32 +01:00
svglov3.clo Basic switch to new layout 2019-01-29 09:54:32 +01:00
svjour3.cls Basic switch to new layout 2019-01-29 09:54:32 +01:00
tools.bib Section on Operation 2019-01-16 09:36:37 +01:00

REMoDNaV: Robust Eye Movement Detection for Natural Viewing

This repository contains the raw data, the code to generate summary statistics, and raw figures for the manuscript, and the manuscript sources for the publication REMoDNaV: Robust Eye Movement Detection for Natural Viewing.

Manuscript

To recompute results and compile the paper, do the following:

[Optional] create a virtual environment:

# create and enter a new virtual environment (optional)
virtualenv --python=python3 ~/env/remodnav
. ~/env/remodnav/bin/activate
  • if you haven't yet, install remodnav, seaborn, and datalad. Depending on your operating system, datalad can be installed via pip install datalad or sudo apt-get install datalad (please check the docs if you are unsure which option is applicable to your system)

Install from PyPi:

# install from PyPi
pip install remodnav
pip install seaborn
  • datalad install the repository with datalad install https://github.com/psychoinformatics-de/paper-remodnav.git

  • Appropriate Makefiles within the directory will execute data retrieval via datalad (about 550MB in total), compute the results and figures from code/mk_figuresnstats.py, insert the results and rendered figures in the main.tex file, and render the PDF with a single call from the root of the directory: make

The full PDF will be main.pdf.

If you encounter failures, e.g. due to uninstalled python modules, restart make after running make clean. If you encounter failures you suspect are due to deficiencies in this repository, please submit an issue or a pull request. Please address issues on bugs or questions of other software to the software's specific home repository.