Skip to content

Commit

Permalink
WIP add JOSS paper
Browse files Browse the repository at this point in the history
  • Loading branch information
lkeegan committed Jul 6, 2023
1 parent ed30b27 commit bfcdda0
Show file tree
Hide file tree
Showing 3 changed files with 90 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .github/workflows/joss.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
on:
push:
branches:
- josspaper

jobs:
paper:
runs-on: ubuntu-latest
name: Render paper draft
steps:
- name: Checkout
uses: actions/checkout@v3

- name: Build draft PDF
uses: openjournals/openjournals-draft-action@master
with:
journal: joss
paper-path: paper.md
- name: Upload
uses: actions/upload-artifact@v1
with:
name: paper
path: paper.pdf
13 changes: 13 additions & 0 deletions paper.bib
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
@article{Peirce2019,
doi = {10.3758/s13428-018-01193-y},
url = {https://doi.org/10.3758/s13428-018-01193-y},
year = {2019},
month = feb,
publisher = {Springer Science and Business Media {LLC}},
volume = {51},
number = {1},
pages = {195--203},
author = {Jonathan Peirce and Jeremy R. Gray and Sol Simpson and Michael MacAskill and Richard H\"{o}chenberger and Hiroyuki Sogo and Erik Kastman and Jonas Kristoffer Lindel{\o}v},
title = {{PsychoPy}2: Experiments in behavior made easy},
journal = {Behavior Research Methods}
}
54 changes: 54 additions & 0 deletions paper.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
---
title: ""
tags:
- Python
- visuomotor tasks
- psychopy
authors:
- name: Liam Keegan
orcid: 0000-0002-0654-4979
affiliation: "1, 2"
corresponding: true
equal-contrib: true
- name: Philipp Wanner
orcid: 0000-0002-3295-7347
equal-contrib: true
affiliation: 3
affiliations:
- name: Scientific Software Center, Heidelberg University
index: 1
- name: Interdisciplinary Center for Scientific Computing, Heidelberg University
index: 2
- name: Institut für Sport und Sportwissenschaft, Heidelberg University
index: 3
date: 6 July 2023
bibliography: paper.bib
---

# Summary

Visuomotor Serial Targetting Task (vstt) is an open source Python GUI tool
for designing, running and analyzing motor skill acquisition experiments.

![The main Graphical User Interface of vstt](docs/quickstart/images/gui.png)

...

# Statement of need

...

# Implementation

...

uses the Psychopy [@Peirce2019] library

...

![Screenshot of the results displayed at the end of an experiment](docs/quickstart/images/results.png)

# Acknowledgments

Liam Keegan is employed by the Scientific Software Center of Heidelberg University
which is funded as part of the Excellence Strategy of the German Federal and State Governments.

0 comments on commit bfcdda0

Please sign in to comment.