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
- Host: GitHub
- URL: https://github.com/nimh-dsst/opencogdata
- Owner: nimh-dsst
- License: mit
- Created: 2023-10-29T13:23:02.000Z (over 2 years ago)
- Default Branch: docs
- Last Pushed: 2024-04-17T12:19:41.000Z (over 2 years ago)
- Last Synced: 2024-08-12T04:03:04.880Z (almost 2 years ago)
- Topics: cognitive-neuroscience, cognitive-science, computational-psychiatry, open-datasets
- Language: JavaScript
- Homepage: https://nimh-dsst.github.io/OpenCogData/
- Size: 15.7 MB
- Stars: 3
- Watchers: 0
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).