Skip to content

Commit eccd36f

Browse files
authored
Merge pull request #55 from effigies/CITATION.cff
chore: Add CITATION.cff
2 parents c561d5a + f48d757 commit eccd36f

2 files changed

Lines changed: 50 additions & 176 deletions

File tree

.zenodo.json

Lines changed: 0 additions & 176 deletions
This file was deleted.

CITATION.cff

Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
1+
# schema: https://github.com/citation-file-format/citation-file-format/blob/main/schema-guide.md
2+
3+
cff-version: 1.2.0
4+
5+
title: BIDS Validator - Python
6+
7+
license: MIT
8+
9+
type: software
10+
11+
repository-code: https://github.com/bids-standard/python-validator
12+
13+
message: >
14+
The bids-validator is a software tool to check neuroimaging datasets for adherence to the Brain Imaging Data Structure (BIDS) format.
15+
More information about BIDS can be found at <a href=\"https://bids.neuroimaging.io\">bids.neuroimaging.io</a>.
16+
17+
keywords:
18+
- brain imaging data structure
19+
- BIDS
20+
- neuroscience
21+
- neuroimaging
22+
- neuroinformatics
23+
24+
authors:
25+
- family-names: Markiewicz
26+
given-names: Christopher J.
27+
orcid: https://orcid.org/0000-0002-6533-164X
28+
affiliation: Stanford University
29+
- family-names: Brady
30+
given-names: Daniel
31+
orcid: https://orcid.org/0000-0003-4671-0676
32+
affiliation: University of Sheffield
33+
- family-names: Blair
34+
given-names: Ross
35+
orcid: https://orcid.org/0000-0003-3007-1056
36+
affiliation: Stanford University
37+
- family-names: Appelhoff
38+
given-names: Stefan
39+
orcid: https://orcid.org/0000-0001-8002-0877
40+
- family-names: Gau
41+
given-names: Rémi
42+
orcid: https://orcid.org/0000-0002-1535-9767
43+
- family-names: Gunalan
44+
given-names: Kabilar
45+
orcid: https://orcid.org/0000-0001-6964-4865
46+
affiliation: "McGovern Institute for Brain Research, Massachusetts Institute of Technology, Cambridge, MA, USA"
47+
- family-names: Hobson-Lowther
48+
given-names: Teal
49+
- family-names: Papadopoulos Orfanos
50+
given-names: Dimitri

0 commit comments

Comments
 (0)