Skip to content

Commit 54ce8ce

Browse files
chore: Update dashboard data 2026-05-23
1 parent bbf0380 commit 54ce8ce

16 files changed

Lines changed: 10118 additions & 10016 deletions

File tree

data/all-datasets.json

Lines changed: 5028 additions & 5003 deletions
Large diffs are not rendered by default.

data/datasets-registry.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"lastChecked": "2026-05-22T09:41:20.000Z",
3-
"totalCount": 1734,
2+
"lastChecked": "2026-05-23T08:27:56.000Z",
3+
"totalCount": 1735,
44
"latestSnapshots": {
55
"ds000001": "1.0.0",
66
"ds000002": "00002",
@@ -893,7 +893,7 @@
893893
"ds004595": "1.0.0",
894894
"ds004597": "2.0.0",
895895
"ds004598": "1.0.0",
896-
"ds004602": "1.0.1",
896+
"ds004602": "1.0.3",
897897
"ds004603": "1.1.0",
898898
"ds004604": "2.0.0",
899899
"ds004605": "1.0.1",
@@ -1735,6 +1735,7 @@
17351735
"ds007808": "1.0.0",
17361736
"ds007819": "1.0.0",
17371737
"ds007822": "1.0.0",
1738-
"ds007823": "1.0.1"
1738+
"ds007823": "1.0.1",
1739+
"ds007831": "1.0.0"
17391740
}
17401741
}

data/datasets/ds004602/github.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
11
{
22
"branches": {
3-
"git-annex": "dce3b27ec883c322a3a8a5d0010a18d8b591b750",
4-
"main": "0263c17506876de72773c659adf13b20c16c439c",
3+
"git-annex": "b15f3aa189899e7deb9f86e865473df4ada876fc",
4+
"main": "14f332fc0b94fedb57f224b9ecb2ed3dcd2a6137",
55
"master": "0263c17506876de72773c659adf13b20c16c439c"
66
},
77
"tags": {
88
"1.0.0": "c2dcecfc6490c6181bb2b720a36d80548767b40f",
9-
"1.0.1": "0263c17506876de72773c659adf13b20c16c439c"
9+
"1.0.1": "0263c17506876de72773c659adf13b20c16c439c",
10+
"1.0.2": "2a55be35ef748793101636d69de9e213c8657484",
11+
"1.0.3": "14f332fc0b94fedb57f224b9ecb2ed3dcd2a6137"
1012
},
1113
"lastChecked": null,
1214
"head": "main",
Lines changed: 17 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,24 @@
11
{
22
"schemaVersion": "2.2.0",
33
"datasetId": "ds004602",
4-
"snapshotTag": "1.0.1",
5-
"s3Version": "1.0.1",
6-
"status": "ok",
7-
"totalS3Files": 3830,
8-
"totalGitFiles": 3830,
4+
"snapshotTag": "1.0.3",
5+
"s3Version": "1.0.3",
6+
"status": "error",
7+
"totalS3Files": 5461,
8+
"totalGitFiles": 5463,
99
"checkedAt": null,
1010
"exportMissing": false,
11-
"added": [],
11+
"added": [
12+
"participants.json",
13+
"participants.tsv"
14+
],
1215
"removed": [],
13-
"context": []
16+
"context": [
17+
"code/rrr_ern_convert_mff_to_set.m",
18+
"code/rrr_ern_repair_bids_validator_metadata.m",
19+
"dataset_description.json",
20+
"sub-1002/ses-1/eeg/sub-1002_ses-1_coordsystem.json",
21+
"sub-1002/ses-1/eeg/sub-1002_ses-1_electrodes.json",
22+
"sub-1002/ses-1/eeg/sub-1002_ses-1_electrodes.tsv"
23+
]
1424
}

data/datasets/ds004602/s3-version.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
"accessible": true,
44
"lastChecked": null,
55
"httpStatus": null,
6-
"datasetDescriptionDOI": "doi:10.18112/openneuro.ds004602.v1.0.1",
7-
"extractedVersion": "1.0.1",
6+
"datasetDescriptionDOI": "doi:10.18112/openneuro.ds004602.v1.0.3",
7+
"extractedVersion": "1.0.3",
88
"versionSource": "doi",
99
"datasetDescriptionMissing": null,
1010
"doiIdMismatch": null,
Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
{
22
"tags": [
33
"1.0.0",
4-
"1.0.1"
4+
"1.0.1",
5+
"1.0.2",
6+
"1.0.3"
57
]
68
}
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"hexsha": "2a55be35ef748793101636d69de9e213c8657484",
3+
"created": "2026-05-22T13:28:41.000Z"
4+
}
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"hexsha": "14f332fc0b94fedb57f224b9ecb2ed3dcd2a6137",
3+
"created": "2026-05-22T13:32:26.000Z"
4+
}

data/datasets/ds007831/github.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"branches": {
3+
"git-annex": "4b8226c9a915b5ceae047a1f02540fece1713132",
4+
"main": "cd809e987009123697584c004aead4b77252275d"
5+
},
6+
"tags": {
7+
"1.0.0": "cd809e987009123697584c004aead4b77252275d"
8+
},
9+
"lastChecked": null,
10+
"head": "main",
11+
"error": null
12+
}
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"schemaVersion": "2.2.0",
3+
"datasetId": "ds007831",
4+
"snapshotTag": "1.0.0",
5+
"s3Version": "1.0.0",
6+
"status": "ok",
7+
"totalS3Files": 2897,
8+
"totalGitFiles": 2897,
9+
"checkedAt": null,
10+
"exportMissing": false,
11+
"added": [],
12+
"removed": [],
13+
"context": []
14+
}

0 commit comments

Comments
 (0)