Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[INFRA] update CITATION.cff with new zenodo identifiers #1659

Merged
merged 3 commits into from
Nov 27, 2023
Merged
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
17 changes: 13 additions & 4 deletions CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,29 @@

cff-version: 1.2.0

title: bids-specification
title: The Brain Imaging Data Structure (BIDS) Specification

abstract: The Brain Imaging Data Structure (BIDS) is a simple and intuitive way to
organize and describe data.
abstract: >-
The Brain Imaging Data Structure (BIDS) is a simple and intuitive way to organize and describe data.

version: v1.10.0-dev

license: CC-BY-4.0

repository-code: https://github.com/bids-standard/bids-specification

message: Please cite it as below.
message: >-
To cite the BIDS specification, please follow the instructions here:
https://bids-specification.rtfd.io/en/latest/introduction.html#citing-bids
HTML versions of the BIDS specification can be browsed following this link:
https://bids-specification.rtfd.io
PDF versions of the BIDS specification can be found in the Zenodo archives
listed under "identifiers" below in the present `CITATION.cff` file.

identifiers:
- description: PDFs of the BIDS specification for versions 1.9.0 and above
type: doi
value: 10.5281/zenodo.10175845
- description: PDFs of the BIDS specification for versions 1.0.0 to 1.8.0
type: doi
value: 10.5281/zenodo.3686061
Expand Down