-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.zenodo.json
36 lines (36 loc) · 1014 Bytes
/
.zenodo.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
"title": "DataPipeline.jl - FAIR Data Pipeline in Julia",
"description": "Package for interfacing with the FAIR Data Pipeline in Julia",
"upload_type": "software",
"creators": [
{
"affiliation": "University of Glasgow",
"name": "Mitchell, Sonia",
"orcid": "0000-0003-1536-2066"
},
{
"affiliation": "Biomathematics and Statstics Scotland",
"name": "Burke, Martin",
"orcid": "0000-0002-0460-7139"
},
{
"affiliation": "University of Glasgow",
"name": "Reeve, Richard",
"orcid": "0000-0003-2589-8091"
}
],
"access_right": "open",
"license": "GPL-3.0+",
"related_identifiers": [
{
"scheme": "url",
"identifier": "https://github.com/FAIRDataPipeline/DataPipeline.jl",
"relation": "isIdenticalTo"
}
],
"keywords": [
"FAIR",
"julia",
"data"
]
}