-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* website rename (1) rename opendata to opencogdata * website rename (2) shrink sidebar width * website rename (3) update URLs * website rename (4) update About page * rename (5) update Contribute page * website rename (6) update README * website rename (7) minor catches
- Loading branch information
Showing
56 changed files
with
45 additions
and
39 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,26 +1,32 @@ | ||
# OpenData | ||
# OpenCogData | ||
|
||
A collection of publicly available behavioral datasets maintained by the Data Science & Sharing Team at the National Institute of Mental Health. | ||
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 OpenData, please see the [contributing](https://nimh-dsst.github.io/opendata/contribute) page. | ||
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 OpenData locally (for example, in the process of proposing a change): | ||
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/opendata`) | ||
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/opendata` in your browser to preview the project | ||
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). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,25 +1,25 @@ | ||
--- | ||
title: About OpenData | ||
date: 2023-10-29 00:00:00 | ||
title: About OpenCogData | ||
date: 2023-12-03 00:00:00 | ||
--- | ||
|
||
OpenData is a database of publicly available behavioral datasets. To browse the database, click on the links above or use the search bar at the top-right of this page. | ||
OpenCogData is a database of publicly available cognitive task datasets. To browse the database, click on the links above or use the search bar at the top-right of this page. | ||
|
||
<h2 style="margin: 1em 0em 0.5em 0em">What is the goal of OpenData?</h2> | ||
The goal of this project is simply to make it easier for researchers to find and use publicly available behavioral data as part of research. There's already so much out there that can be used to: | ||
<h2 style="margin: 1em 0em 0.5em 0em">What is the goal of OpenCogData?</h2> | ||
The goal of this project is to make it easier for researchers to find and use publicly available cognitive task data as part of research. There's already so much data out there that can be used to test new hypotheses or models; calculate effect sizes for power analysis; and estimate meta-analytic effects across studies. | ||
|
||
- Test new hypotheses or models | ||
- Calculate effect sizes for power analysis | ||
- Estimate meta-analytic effects across studies | ||
<h2 style="margin: 1em 0em 0.5em 0em">What is the scope of OpenCogData?</h2> | ||
The scope 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: | ||
|
||
<h2 style="margin: 1em 0em 0.5em 0em">What is the scope of OpenData?</h2> | ||
The scope of this project is to catalogue any and all open datasets involving experimental or cognitive tasks (e.g., Stroop, delay discounting, 2-arm bandits). Datasets involving more naturalistic behaviors are also welcomed. The only firm requirement is that trial-level data must be available. | ||
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). | ||
|
||
<h2 style="margin: 1em 0em 0.5em 0em">Who maintains OpenData?</h2> | ||
<h2 style="margin: 1em 0em 0.5em 0em">Who maintains OpenCogData?</h2> | ||
This project is maintained by Sam Zorowitz and the <a href="https://cmn.nimh.nih.gov/dsst" target="_blank">Data Science and Sharing Team</a> at the National Institute of Mental Health. | ||
|
||
<h2 style="margin: 1em 0em 0.5em 0em">How can I add a dataset?</h2> | ||
Please see the <a href="../contribute">contributing</a> page. | ||
|
||
<h2 style="margin: 1em 0em 0.5em 0em">How can I report an issue?</h2> | ||
Please open an issue on our <a href="https://www.github.com/nimh-dsst/opendata/issues/new" target="_blank">Github</a> or directly <a href="mailto:[email protected]">contact</a> the maintainer. | ||
Please open an issue on our <a href="https://www.github.com/nimh-dsst/OpenCogData/issues/new" target="_blank">Github</a> or directly <a href="mailto:[email protected]">contact</a> the maintainer. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,18 @@ | ||
--- | ||
title: Contributing to OpenData | ||
date: 2023-10-29 00:00:00 | ||
title: Contributing to OpenCogData | ||
date: 2023-12-03 00:00:00 | ||
--- | ||
|
||
Contributions to OpenData are welcome! All of the code is managed through the [GitHub repository](https://github.com/nimh-dsst/opendata). | ||
Contributions to OpenCogData are welcome! All of the code is managed through the [GitHub repository](https://github.com/nimh-dsst/opencogdata). | ||
|
||
<h2 style="margin: 1em 0em 0.5em 0em">How to submit a dataset</h2> | ||
There are three main ways you can submit a dataset for entry to OpenData, which are described in turn below. Note that they are ranked in order of preference, from most preferred to least preferred, by the maintainers of Open Data. | ||
There are three main ways you can submit a dataset for entry to OpenCogData, which are described in turn below. Note that they are ranked in order of preference, from most preferred to least preferred, by the maintainers of OpenCogData. | ||
|
||
<h3 style="margin: 1.33em 0em 0.5em 0em">1. Fill out the Google form</h3> | ||
Have a dataset to submit? Fill out this form: <a href="https://forms.gle/N87Dqhs73vbfoPec8" target="_blank">https://forms.gle/N87Dqhs73vbfoPec8</a> | ||
|
||
<h3 style="margin: 1.33em 0em 0.5em 0em">2. Submit a pull request</h3> | ||
To directly add a dataset yourself, you can open a pull request on Github. First you should fork the OpenData library via GitHub and make modifications on your fork. The OpenData database is written in <a href="https://www.markdownguide.org/cheat-sheet/" target="_blank">markdown</a> using a standardized, easy-to-copy <a href="https://github.com/nimh-dsst/opendata/blob/docs/templates/post.md" target="_blank">template</a>. To add a paper, add a markdown file named with the format `{firs_authors_last_name.lower()}{year}.md` to the `source/contribute` directory. Once your modification is complete, submit a pull request to merge your changes into the docs branch of OpenData. Pull requests will be reviewed by the maintainers. | ||
To directly add a dataset yourself, you can open a pull request on Github. First you should fork the OpenCogData library via GitHub and make modifications on your fork. The OpenCogData database is written in <a href="https://www.markdownguide.org/cheat-sheet/" target="_blank">markdown</a> using a standardized, easy-to-copy <a href="https://github.com/nimh-dsst/opencogdata/blob/docs/templates/post.md" target="_blank">template</a>. To add a dataset, add a markdown file named with the format `{firs_authors_last_name.lower()}{year}.md` to the `source/contribute` directory. Once your modification is complete, submit a pull request to merge your changes into the docs branch of OpenCogData. Pull requests will be reviewed by the maintainers. | ||
|
||
<h3 style="margin: 1.33em 0em 0.5em 0em">3. Open an issue</h3> | ||
To advertise a dataset for entry into the database, you can open a <a href="https://www.github.com/nimh-dsst/opendata/issues/new" target="_blank">new issue via GitHub</a>. Please provide a link to a repository for the data and, if available, a link to a corresponding manuscript describing the data. | ||
To flag a dataset for entry into the database, you can open a <a href="https://www.github.com/nimh-dsst/opencogdata/issues/new" target="_blank">new issue via GitHub</a>. Please provide a link to a repository for the data and, if available, a link to a corresponding manuscript describing the data. |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.