This template is provided by Open Bases and will create a submission for Open Research Experiments (ORE). The components of this template include:
- Your experiment created using the [jsPsych] library
- A robot participant to test the runtime of your experiment.
- A paper submission that describes your experiment.
- A continuous integration workflow on CircleCI to do all of the above.
- Pushing metadata and an experiment preview back to github pages.
- A final deployment of your experiment to Docker Hub as a container.
To make all this happen, you just need to fork this repository, add your experiment and write the paper, and then connect to Github, CircleCI, and Docker Hub. Let's get started!
The first step is to clone the template. We advise you to fork the repository first (and then clone your fork). You can also just download the archive and then add to version control on your own. Here is how to clone the repository:
git clone https://www.github.com/<username>/builder-jspsych
cd builder-jspsych
Notice that we have a jspsych task, it's in the folder rt-task, and we derived it from the jspsych tutorial.
under construction