Skip to content

Commit

Permalink
Merge pull request #1 from nimh-dsst/nimh-migration
Browse files Browse the repository at this point in the history
updating links / maintainer info
  • Loading branch information
szorowi1 authored Oct 29, 2023
2 parents d8a3d69 + 352b0af commit eec59d0
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2022 Niv Lab
Copyright (c) 2023 National Institute of Mental Health

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# OpenData

A collection of publicly available behavioral datasets maintained by the Niv lab.
A collection of publicly available behavioral datasets maintained by the Data Science & Sharing Team 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).

Expand All @@ -10,13 +10,13 @@ Have a dataset to submit? Fill out this form: https://forms.gle/N87Dqhs73vbfoPec

## Contributing

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

### Previewing the demos page locally

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

1. Clone down the project's repository (`git clone https://github.com/nivlab/opendata`)
1. Clone down the project's repository (`git clone https://github.com/nimh-dsst/opendata`)
2. `cd` into the project's directory
3. Run `npm install` to install the necessary dependencies
4. Run `hexo generate` to generate the site
Expand Down
4 changes: 2 additions & 2 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ title: OpenData
subtitle: ''
description: A collection of publicly available behavioral datasets
keywords:
author: Niv Lab
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://nivlab.github.io/opendata/
url: https://nimh-dsst.github.io/opendata/
permalink: :post_title/
permalink_defaults:
pretty_urls:
Expand Down
6 changes: 3 additions & 3 deletions source/about/index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: About OpenData
date: 2023-02-13 00:00:00
date: 2023-10-29 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.
Expand All @@ -16,10 +16,10 @@ The goal of this project is simply to make it easier for researchers to find and
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.

<h2 style="margin: 1em 0em 0.5em 0em">Who maintains OpenData?</h2>
This project is maintained by <a href="https://szorowi1.github.io" target="_blank">Sam Zorowitz</a> with help from other members of the <a href="https://nivlab.princeton.edu" target="_blank">Niv Lab</a>.
This project is maintained by 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/nivlab/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/opendata/issues/new" target="_blank">Github</a> or directly <a href="mailto:[email protected]">contact</a> the maintainer.
6 changes: 3 additions & 3 deletions source/contribute/index.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
---
title: Contributing to OpenData
date: 2022-01-06 00:21:55
date: 2023-10-29 00:00:00
---

Contributions to OpenData are welcome! All of the code is managed through the [GitHub repository](https://github.com/nivlab/opendata).
Contributions to OpenData are welcome! All of the code is managed through the [GitHub repository](https://github.com/nimh-dsst/opendata).

<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.
Expand All @@ -15,4 +15,4 @@ Have a dataset to submit? Fill out this form: <a href="https://forms.gle/N87Dqhs
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 template. 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.

<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/nivlab/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 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.
4 changes: 2 additions & 2 deletions themes/OpenData/_config.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Blog config
keywords:
author: Niv Lab
author: DSST/NIMH
description: A collection of publicly available<br>behavioral datasets

# icon
Expand All @@ -21,7 +21,7 @@ footbar:

# Social Links
# If you want to add more, go to sidebar.pug
github: https://github.com/nivlab/opendata
github: https://github.com/nimh-dsst/opendata
mail:
zhihu:
QQ:
Expand Down

0 comments on commit eec59d0

Please sign in to comment.