An open API service indexing awesome lists of open source software.

https://github.com/nimh-dsst/opencogdata

Collection of publicly available cognitive task datasets
https://github.com/nimh-dsst/opencogdata

cognitive-neuroscience cognitive-science computational-psychiatry open-datasets

Last synced: 6 months ago
JSON representation

Collection of publicly available cognitive task datasets

Awesome Lists containing this project

README

          

# OpenCogData

A collection of publicly available cognitive task datasets maintained by the [Data Science & Sharing Team](https://cmn.nimh.nih.gov/dsst) at the National Institute of Mental Health.

This project is hosted on GitHub Pages using [Hexo](https://hexo.io/docs/) and [Anatolo](https://github.com/Lhcfl/hexo-theme-anatolo).

## Submit a dataset

The aim of this project is to catalogue all open datasets involving cognitive tasks (e.g., Stroop, delay discounting, 2-arm bandits). The inclusion criteria for datasets are:

1. The data were collected from human participants.
2. The data involve at least one cognitive task.
3. Trial- or item-level data are available (i.e., summary statistics are not sufficient).

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

## Contributing

To contribute to OpenCogData, please see the [contributing](https://nimh-dsst.github.io/OpenCogData/contribute) page.

### Previewing the demos page locally

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

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

If you do not already have Hexo installed, please see their [installation page](https://hexo.io/docs/#Installation).