Skip to content

Commit 57955ca

Browse files
authored
Merge pull request #553 from yarikoptic/bf-months
'Units' value must be singular, not plural (year not years)
2 parents 6722580 + 8d253ce commit 57955ca

33 files changed

Lines changed: 33 additions & 33 deletions

File tree

7t_trt/participants.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
},
1717
"age_at_first_scan_years": {
1818
"LongName": "age_at_first_scan_years",
19-
"Units": "years"
19+
"Units": "year"
2020
},
2121
"handedness": {
2222
"LongName": "Edinburgh Handedness Inventory",

ds000246/participants.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"age": {
33
"Description": "Age of the participant",
4-
"Units": "years"
4+
"Units": "year"
55
},
66
"sex": {
77
"Description": "Sex of the participant",

ds000247/participants.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"age": {
33
"Description": "Age of the participant",
4-
"Units": "years"
4+
"Units": "year"
55
},
66
"sex": {
77
"Description": "Sex of the participant",

ds000248/participants.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
},
55
"age": {
66
"Description": "Age of the participant at time of testing",
7-
"Units": "years"
7+
"Units": "year"
88
},
99
"sex": {
1010
"Description": "Biological sex of the participant",

ds001/participants.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"age": {
33
"Description": "Age of the participant",
4-
"Units": "years"
4+
"Units": "year"
55
},
66
"sex": {
77
"Description": "Sex of the participant",

ds002/participants.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"age": {
33
"Description": "Age of the participant",
4-
"Units": "years"
4+
"Units": "year"
55
},
66
"sex": {
77
"Description": "Sex of the participant",

ds003/participants.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"age": {
33
"Description": "Age of the participant",
4-
"Units": "years"
4+
"Units": "year"
55
},
66
"sex": {
77
"Description": "Sex of the participant",

ds005/participants.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"age": {
33
"Description": "Age of the participant",
4-
"Units": "years"
4+
"Units": "year"
55
},
66
"sex": {
77
"Description": "Sex of the participant",

ds006/participants.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"age": {
33
"Description": "Age of the participant",
4-
"Units": "years"
4+
"Units": "year"
55
},
66
"sex": {
77
"Description": "Sex of the participant",

ds007/participants.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"age": {
33
"Description": "Age of the participant",
4-
"Units": "years"
4+
"Units": "year"
55
},
66
"sex": {
77
"Description": "Sex of the participant",

0 commit comments

Comments
 (0)