Skip to content

Commit f39f381

Browse files
committed
add identifiers to zenodo metadata
1 parent 3e78d7e commit f39f381

File tree

1 file changed

+26
-2
lines changed

1 file changed

+26
-2
lines changed

.zenodo.json

Lines changed: 26 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,5 +55,29 @@
5555
"eeg"
5656
],
5757
"license": "MIT",
58-
"upload_type": "software"
59-
}
58+
"upload_type": "software",
59+
"access_right": "open",
60+
"language": "eng",
61+
"related_identifies": [
62+
{
63+
"relation": "isSupplementedBy",
64+
"identifier": "https://github.com/sappelhoff/pyprep/",
65+
"resource_type": "software"
66+
},
67+
{
68+
"relation": "isSupplementedBy",
69+
"identifier": "10.3389/fninf.2015.00016",
70+
"resource_type": "article"
71+
},
72+
{
73+
"relation": "isDerivedFrom",
74+
"identifier": "https://github.com/VisLab/EEG-Clean-Tools",
75+
"resource_type": "software"
76+
},
77+
{
78+
"relation": "isSupplementedBy",
79+
"identifier": "https://github.com/a-hurst/matprep_artifacts",
80+
"resource_type": "software"
81+
}
82+
]
83+
}

0 commit comments

Comments
 (0)