Skip to content
This repository was archived by the owner on Dec 3, 2023. It is now read-only.

nivlab/opendata

Repository files navigation

OpenData

A collection of publicly available behavioral datasets maintained by the Niv lab.

This project is hosted on GitHub Pages using Hexo and Anatolo.

Submit a dataset

Have a dataset to submit? Fill out this form: https://forms.gle/N87Dqhs73vbfoPec8

Contributing

To contribute to OpenData, please see the contributing page.

Previewing the demos page locally

If you'd like to preview OpenData locally (for example, in the process of proposing a change):

  1. Clone down the project's repository (git clone https://github.com/nivlab/opendata)
  2. cd into the project's directory
  3. Run npm install to install the necessary dependencies
  4. Run hexo generate to generate the site
  5. Run hexo server to start the preview server
  6. Visit localhost:4000/opendata in your browser to preview the project

If you do not already have Hexo installed, please see their installation page.