Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions docs/collaboration/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,19 @@ There are so many ways to help us build this community.

<b>The only requirement is that everyone who contributes adheres to our [BIDS Code of Conduct](./bids_github/CODE_OF_CONDUCT.md).</b>

## Potential BIDS-related Projects

We welcome suggestions and exploration of new project ideas that could improve the BIDS ecosystem. These could include:

- Tools for validating and uploading BIDS datasets to platforms like EBRAINS
- Workflows that bridge BIDS with other metadata schemas (e.g., openMINDS)
- Small utilities that simplify data conversion, visualization, or sharing

You can find and contribute to such discussions in the
[GitHub issue #620](https://github.com/bids-standard/bids-website/issues/620), where community members can propose ideas and students (e.g., GSoC applicants) can pick them up.

If you have a suggestion, feel free to open an issue or submit a pull request to share your idea!

Thank you for your contributions!

## Extending the BIDS specification
Expand Down
13 changes: 13 additions & 0 deletions docs/datasets/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,16 @@ A 204-subject multimodal (MEG, MRI, fMRI) [dataset](https://doi.org/10.34973/37n
[BIDS examples datasets](./examples.md) contain empty (example) raw data files
and can assist you in converting your own dataset into a BIDS compliant dataset,
or to run some tests with your code...

## Small or easily downloadable BIDS datasets

If you’re looking for smaller, quicker-to-download BIDS datasets for testing or tutorials, the resources below might help. These examples are typically small, publicly available, and come in a clear BIDS format.

| Dataset Name | Description | Link | Size | Source |
| ----------------------------------------------------------- | ------------------------------------------------------------------------------------------------| ---------------------------------------------------------- | --------| ---------- |
| **Rhyme Judgment (OpenNeuro ds000003)** | A 13-subject fMRI dataset for rhyme vs. pseudo-rhyme word judgment. Good for validator tests. | [OpenNeuro ds000003](https://openneuro.org/datasets/ds000003) | ~391MB | OpenNeuro |
| **Brainstorm MEG sample (OpenNeuro ds000246)** | A 1-subject MEG dataset (auditory oddball) with corresponding MRI. Excellent for MEG-BIDS tests.| [OpenNeuro ds000246](https://openneuro.org/datasets/ds000246) | ~2.29GB | OpenNeuro |
| **CIMBI [11C]DASB PET (OpenNeuro ds001420)** | A PET dataset (2 subjects) measuring serotonin transporter. Demonstrates PET-BIDS format. | [OpenNeuro ds001420](https://openneuro.org/datasets/ds001420) | ~579MB | OpenNeuro |
| **ASL-BIDS sample** | A collection of minimal ASL datasets (total ~31MB) demonstrating different ASL sequences. | [OSF project](https://osf.io/3npsa/) | ~31MB | OSF |

These datasets are publicly available under their respective licenses. Always consult each dataset’s documentation or README for details.
Loading