Science Score: 44.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
    Found CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (7.7%) to scientific vocabulary
Last synced: 6 months ago · JSON representation ·

Repository

Basic Info
  • Host: GitHub
  • Owner: fratelus
  • License: mit
  • Language: Python
  • Default Branch: main
  • Size: 1.54 MB
Statistics
  • Stars: 0
  • Watchers: 0
  • Forks: 0
  • Open Issues: 0
  • Releases: 1
Created 8 months ago · Last pushed 7 months ago
Metadata Files
Readme Changelog Contributing License Citation

README.md

Repl.ET: Eye Tracking Research Template

A standardized template for organizing and sharing eye tracking research data in Software Engineering and Human-Computer Interaction studies.

Template Compliance Analysis

Run python3 utils/update_readme_with_assessment.py to update this analysis with your current template status.

Research Standards Compliance

``` TEMPLATE COMPLIANCE STATUS

FAIR Principles iGuidelines Compliance ├─ [ ] Findable (JSON + metadata) ├─ [ ] Participant templates ├─ [ ] Accessible (open formats) ├─ [ ] Calibration procedures
├─ [ ] Interoperable (schemas) ├─ [ ] Exclusion criteria └─ [ ] Reusable (rich metadata) └─ [x] Quality metrics

Research Standards TRRRACED Framework ├─ [ ] Study design templates ├─ [ ] Transparent reporting ├─ [ ] Equipment specifications ├─ [x] Replication materials ├─ [x] Stimuli documentation ├─ [x] Data availability ├─ [x] Methodology transparency └─ [ ] Environment specs
└─ [ ] Validity assessment

COMPLIANCE STATUS: 4/17 criteria met TEMPLATE STATUS: Empty Template
RESULT: Fill template with real study data to achieve compliance ```

Reproducibility Spider Graph

Reproducibility Spider Graph

Scores by Component

| Template Component | Score | Spider Graph Dimension | |-------------------|-------|------------------------| | metadata.json | 5% | Study Metadata | | participants/ | 5% | Participant Information | | equipment/ | 5% | Equipment Specifications | | stimuli/ | 5% | Stimuli & Materials | | aois/ | 5% | Areas of Interest | | collection/ | 5% | Data Quality | | preprocessing/ | 5% | Data Preprocessing | | analysis/ | 5% | Statistical Analysis | | validity/ | 5% | Validity Assessment | | reproducibility/ | 5% | Reproducibility Materials |

Overall Template Score: 5.0% (Empty Template - Fill with Real Study Data)

Generate Updated Analysis

```bash

Install requirements (one-time setup)

pip install matplotlib numpy

Update this README with current template status

python3 utils/updatereadmewith_assessment.py ```

Citation

bibtex @software{silva2024replet, title = {Repl.ET: Eye Tracking Research Template}, author = {Silva, Lucas}, year = {2024}, url = {https://github.com/fratelus/Repl.ET}, version = {2.0.0}, note = {Template for reproducible eye tracking research} }

Owner

  • Name: Lucas Silva
  • Login: fratelus
  • Kind: user

Citation (CITATION.cff)

cff-version: 1.2.0
message: "If you use Repl.ET in your research, please cite it using the following metadata."
title: "Repl.ET: A Framework for Reproducible Eye Tracking Experiments"
version: "1.0.0"
date-released: 2025-07-29
authors:
  - family-names: Silva
    given-names: Lucas
keywords:
  - eye tracking
  - reproducibility
  - experimental design
  - open science
  - metadata
  - research transparency
repository-code: https://github.com/fratelus/Repl.ET
license: "MIT"
url: https://github.com/fratelus/Repl.ET
abstract: >
  Repl.ET is an open-source framework to support the design, documentation, and replication of eye-tracking experiments. It provides a structured repository template, JSON schemas for metadata and experimental assets, demo projects, and a usage guide. Designed to promote reproducibility and transparency, Repl.ET aligns with FAIR principles and Open Science practices.

GitHub Events

Total
  • Release event: 1
  • Watch event: 1
  • Delete event: 1
  • Push event: 6
  • Create event: 2
Last Year
  • Release event: 1
  • Watch event: 1
  • Delete event: 1
  • Push event: 6
  • Create event: 2

Dependencies

.github/workflows/dependencies.yml actions
  • actions/checkout v4 composite
  • actions/setup-python v4 composite
  • actions/upload-artifact v3 composite
  • peter-evans/create-pull-request v5 composite
.github/workflows/docs.yml actions
  • actions/checkout v4 composite
  • actions/setup-python v4 composite
  • gaurav-nelson/github-action-markdown-link-check v1 composite
  • peaceiris/actions-gh-pages v3 composite
.github/workflows/link-check.yml actions
  • actions/checkout v4 composite
  • gaurav-nelson/github-action-markdown-link-check v1 composite
.github/workflows/release.yml actions
  • actions/checkout v4 composite
  • actions/setup-python v4 composite
  • mikepenz/release-changelog-builder-action v4 composite
  • softprops/action-gh-release v1 composite
.github/workflows/test.yml actions
  • actions/cache v3 composite
  • actions/checkout v4 composite
  • actions/setup-python v4 composite
  • actions/upload-artifact v4 composite
  • actions/upload-artifact v3 composite
  • codecov/codecov-action v3 composite
  • securecodewarrior/github-action-add-sarif v1 composite
  • trufflesecurity/trufflehog main composite
Demo/reproducibility/environment.yml pypi
  • psychopy ==2023.1
  • tobii-research *
Demo02/reproducibility/environment.yml pypi
  • psychopy ==2023.1
  • tobii-research *
config/requirements.txt pypi
  • jsonschema >=4.0.0
  • matplotlib >=3.5.0
  • numpy >=1.21.0
  • pandas >=1.3.0
  • pytest >=6.0.0
  • pytest-cov >=3.0.0
  • requests >=2.25.0