Skip to content

Commit

Permalink
Merge pull request #659 from pupil-labs/neon_citation
Browse files Browse the repository at this point in the history
📄 Add Neon citation
  • Loading branch information
marc-tonsen authored Jan 15, 2024
2 parents 8083fc4 + 1a5a750 commit acc504c
Show file tree
Hide file tree
Showing 3 changed files with 49 additions and 4 deletions.
8 changes: 6 additions & 2 deletions invisible/data-collection/publications-and-citation/index.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
# Publications & Citation

## Publications from the Community

Pupil Labs products are being used in various areas of academic research and hundreds of publications have been made with them. You can find a list containing most of the existing publications [here](https://pupil-labs.com/publications/).

If you are using **Pupil Invisible** in your own research, please cite the following paper in your publications!

[*A High-Level Description and Performance Evaluation of Pupil Invisible* ](https://arxiv.org/pdf/2009.00508.pdf)
[_A High-Level Description and Performance Evaluation of Pupil Invisible_ ](https://arxiv.org/pdf/2009.00508.pdf)

> BibTeX Style Citation
Expand All @@ -19,6 +20,7 @@ If you are using **Pupil Invisible** in your own research, please cite the follo
```

## Publications from Pupil Labs

Pupil Labs has published several papers including white papers as well as peer-reviewed papers on eye tracking algorithms. Below they are listed chronologically:

#### [Pupil: an open source platform for pervasive eye tracking and mobile gaze-based interaction](https://arxiv.org/pdf/1405.0006)
Expand All @@ -29,4 +31,6 @@ Pupil Labs has published several papers including white papers as well as peer-r

#### [A High-Level Description and Performance Evaluation of Pupil Invisible](https://arxiv.org/pdf/2009.00508)

#### [Gaze-angle dependency of pupil-size measurements in head-mounted eye tracking](https://link.springer.com/article/10.3758/s13428-021-01657-8)
#### [Gaze-angle dependency of pupil-size measurements in head-mounted eye tracking](https://link.springer.com/article/10.3758/s13428-021-01657-8)

#### [Neon Accuracy Test Report](https://zenodo.org/doi/10.5281/zenodo.10420388)
7 changes: 5 additions & 2 deletions neon/.vitepress/config.mts
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
import { fileURLToPath, URL } from "node:url";
import { defineConfig } from "vitepress";

import { config as default_config } from "./../../default_config.mts";
import { theme_config as default_theme_config } from "./../../default_config.mts";
import { config as default_config, theme_config as default_theme_config } from "./../../default_config.mts";

let theme_config_additions = {
// https://vitepress.dev/reference/default-theme-config
Expand Down Expand Up @@ -141,6 +140,10 @@ let theme_config_additions = {
},
],
},
{
text: "Publications & Citation",
link: "/data-collection/publications-and-citation/",
},
{ text: "Troubleshooting", link: "/data-collection/troubleshooting/" },
],
"/pupil-cloud/": [
Expand Down
38 changes: 38 additions & 0 deletions neon/data-collection/publications-and-citation/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
# Publications & Citation

## Publications from the Community

Pupil Labs products are being used in various areas of academic research and hundreds of publications have been made with them. You can find a list containing most of the existing publications [here](https://pupil-labs.com/publications/).

If you are using **Neon** in your own research, please cite the following paper in your publications!

[_Neon Accuracy Test Report_ ](https://doi.org/10.5281/zenodo.10420388)

> BibTeX Style Citation
```
@article{baumann2023neon,
title = {Neon Accuracy Test Report},
author = {Baumann, Chris and Dierkes, Kai},
year = 2023,
publisher = {Pupil Labs},
doi = {10.5281/ZENODO.10420388},
url = {https://zenodo.org/doi/10.5281/zenodo.10420388}
}
```

## Publications from Pupil Labs

Pupil Labs has published several papers including white papers as well as peer-reviewed papers on eye tracking algorithms. Below they are listed chronologically:

#### [Pupil: an open source platform for pervasive eye tracking and mobile gaze-based interaction](https://arxiv.org/pdf/1405.0006)

#### [A novel approach to single camera, glint-free 3D eye model fitting including corneal refraction](https://www.researchgate.net/profile/Kai-Dierkes/publication/325634500_A_novel_approach_to_single_camera_glint-free_3D_eye_model_fitting_including_corneal_refraction/links/5cd42c3fa6fdccc9dd98b24e/A-novel-approach-to-single-camera-glint-free-3D-eye-model-fitting-including-corneal-refraction.pdf)

#### [A fast approach to refraction-aware eye-model fitting and gaze prediction](https://www.researchgate.net/profile/Kai-Dierkes/publication/333490770_A_fast_approach_to_refraction-aware_eye-model_fitting_and_gaze_prediction/links/5d1619cf92851cf44053919f/A-fast-approach-to-refraction-aware-eye-model-fitting-and-gaze-prediction.pdf)

#### [A High-Level Description and Performance Evaluation of Pupil Invisible](https://arxiv.org/pdf/2009.00508)

#### [Gaze-angle dependency of pupil-size measurements in head-mounted eye tracking](https://link.springer.com/article/10.3758/s13428-021-01657-8)

#### [Neon Accuracy Test Report](https://zenodo.org/doi/10.5281/zenodo.10420388)

0 comments on commit acc504c

Please sign in to comment.