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 OpenData, please see the contributing page.
If you'd like to preview OpenData locally (for example, in the process of proposing a change):
- Clone down the project's repository (
git clone https://github.com/nivlab/opendata
) 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/opendata
in your browser to preview the project
If you do not already have Hexo installed, please see their installation page.