A collection of publicly available behavioral datasets maintained by the Niv lab.
This project is hosted on GitHub Pages using Hexo and Anatolo.
Have a dataset to submit? Fill out this form: https://forms.gle/N87Dqhs73vbfoPec8
To contribute to OpenSynthesis, follow the steps below:
- Create an edited version of the markdown file located in
templates/post_template.md
. - Submit a pull request to add the edited file to the
source/_posts
path. File name should follow: FirstAuthorLastNameYEAR.md (e.g., jane2023.md). - I will then review and then merge.
Alternative way to submit a dataset:
- Create an edited version of the markdown file located in
templates/post_template.md
. - Email me a text file or
.md
file (email: matthew.jane@uconn.edu).
If you'd like to preview OpenSynthesis locally (for example, in the process of proposing a change):
- Clone down the project's repository (
git clone https://github.com/MatthewBJane/opensynthesis
) cd
into the project's directory- Run
npm install
to install the necessary dependencies - Run
hexo generate
to generate the site - Run
hexo server
to start the preview server - Visit
localhost:4000/opensynthesis
in your browser to preview the project
If you do not already have Hexo installed, please see their installation page.