Skip to content

Commit

Permalink
website rename (#3)
Browse files Browse the repository at this point in the history
* 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
szorowi1 committed Dec 3, 2023
1 parent 2cbcec7 commit 7fa84ef
Show file tree
Hide file tree
Showing 56 changed files with 45 additions and 39 deletions.
18 changes: 12 additions & 6 deletions README.md
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).
8 changes: 4 additions & 4 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,17 @@
## Source: https://github.com/hexojs/hexo/

# Site
title: OpenData
title: OpenCogData
subtitle: ''
description: A collection of publicly available behavioral datasets
description: A collection of publicly available cognitive task datasets
keywords:
author: Data Science & Sharing Team @ National Institute of Mental Health
language: en
timezone: ''

# URL
## Set your site url here. For example, if you use GitHub Page, set url as 'https://username.github.io/project'
url: https://nimh-dsst.github.io/opendata/
url: https://nimh-dsst.github.io/opencogdata/
permalink: :post_title/
permalink_defaults:
pretty_urls:
Expand Down Expand Up @@ -99,7 +99,7 @@ ignore:
# Extensions
## Plugins: https://hexo.io/plugins/
## Themes: https://hexo.io/themes/
theme: OpenData
theme: OpenCogData

# Deployment
## Docs: https://hexo.io/docs/one-command-deployment
Expand Down
24 changes: 12 additions & 12 deletions source/about/index.md
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:szorowi1@gmail.com">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:sam.zorowitz@nih.gov">contact</a> the maintainer.
12 changes: 6 additions & 6 deletions source/contribute/index.md
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.
14 changes: 7 additions & 7 deletions themes/OpenData/_config.yml → themes/OpenCogData/_config.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Blog config
keywords:
author: DSST/NIMH
description: A collection of publicly available<br>behavioral datasets
description: A collection of publicly available<br>cognitve task datasets

# icon
favicon: /images/favicon.webp
Expand All @@ -21,7 +21,7 @@ footbar:

# Social Links
# If you want to add more, go to sidebar.pug
github: https://github.com/nimh-dsst/opendata
github: https://github.com/nimh-dsst/opencogdata
mail:
zhihu:
QQ:
Expand All @@ -33,11 +33,11 @@ weibo:

# Nav menu
menu:
Home: /opendata
Archives: /opendata/archives
Tags: /opendata/tags
About: /opendata/about
Contribute: /opendata/contribute
Home: /opencogdata
Archives: /opencogdata/archives
Tags: /opencogdata/tags
About: /opencogdata/about
Contribute: /opencogdata/contribute
# Links: /links

# Navbar rightbtn
Expand Down
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.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
.title
img(src= url_for(theme.logo_dir),style=theme.logo_style, alt="favicon")
h3(title="")
a(href="/opendata")= config.title
a(href="/opencogdata")= config.title
if theme.description
.description
p!= theme.description
Expand Down
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.
Original file line number Diff line number Diff line change
Expand Up @@ -126,12 +126,12 @@ a:active {
.content {
height: auto;
float: right;
width: 70%;
width: 75%;
margin-top: 60px;
}

.page-top {
width: 70%;
width: 75%;
position: fixed;
right: 0;
z-index: 3;
Expand Down Expand Up @@ -185,7 +185,7 @@ a:active {
}

.sidebar {
width: 30%;
width: 25%;
-webkit-background-size: cover;
background-size: cover;
background-color: #fff;
Expand Down
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.

0 comments on commit 7fa84ef

Please sign in to comment.