/opensynthesis

Collection of publicly available meta-analytic datasets

Primary LanguageJavaScriptMIT LicenseMIT

OpenSynthesis

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 OpenSynthesis, follow the steps below:

  1. Create an edited version of the markdown file located in templates/post_template.md.
  2. Submit a pull request to add the edited file to the source/_posts path. File name should follow: FirstAuthorLastNameYEAR.md (e.g., jane2023.md).
  3. I will then review and then merge.

Alternative way to submit a dataset:

  1. Create an edited version of the markdown file located in templates/post_template.md.
  2. Email me a text file or .md file (email: matthew.jane@uconn.edu).

Previewing the demos page locally

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

  1. Clone down the project's repository (git clone https://github.com/MatthewBJane/opensynthesis)
  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/opensynthesis in your browser to preview the project

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