forked from datacite/pidgraph-notebooks-python
-
Notifications
You must be signed in to change notification settings - Fork 1
/
codemeta.json
90 lines (90 loc) · 2.75 KB
/
codemeta.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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
{
"@context": "https://raw.githubusercontent.com/codemeta/codemeta/master/codemeta.jsonld",
"@type": "Collection",
"authors": [
{
"@id": "https://orcid.org/0000-0001-6333-2182",
"@type": "Person",
"name": "Robert Petryszak",
"affiliation": "",
"mustBeCited": true,
"isMaintainer": false,
"isRightsHolder": false,
"role": "Developer"
},
{
"@id": "http://orcid.org/0000-0003-1419-2405",
"@type": "Person",
"name": "Martin Fenner",
"affiliation": "DataCite",
"mustBeCited": true,
"isMaintainer": true,
"isRightsHolder": false,
"role": "Contributor"
},
{
"@id": "https://orcid.org/0000-0001-9570-8121",
"@type": "Person",
"name": "Simon Lambert",
"affiliation": "Science and Technology Facilities Council",
"mustBeCited": true,
"isMaintainer": false,
"isRightsHolder": false,
"role": "Project manager"
},
{
"@id": "https://orcid.org/0000-0002-7368-180X",
"@type": "Person",
"name": "Manuel Bernal Llinares",
"affiliation": "EMBL-EBI",
"mustBeCited": true,
"isMaintainer": false,
"isRightsHolder": false,
"role": "Contributor"
},
{
"@id": "https://orcid.org/0000-0002-5432-6116",
"@type": "Person",
"name": "Frances Madden",
"affiliation": "British Library",
"mustBeCited": true,
"isMaintainer": false,
"isRightsHolder": false,
"role": "Contributor"
}
],
"identifier": "https://doi.org/10.14454/fqq6-w751",
"codeRepository": "https://github.com/datacite/pidgraph-notebooks-python",
"controlledTem": "software",
"datePublished": "2020-05-08",
"dateModified": "2020-06-10",
"dateCreated": "2020-05-08",
"description": "Jupyter notebooks that use GraphQL to implement EC-funded FREYA Project PID Graph User Stories.",
"isAutomatedBuild": true,
"issueTracker": "https://github.com/datacite/pidgraph-notebooks-python/issues",
"licenseId": "MIT",
"publisher": "DataCite",
"funding": {
"@type": "Award",
"identifier": "777523",
"funder": {
"@type": "Organization",
"@id": "https://doi.org/10.13039/501100000780",
"name": "European Commission"
}
},
"tags": [
"pid graph",
"pid",
"graphql",
"freya",
"jupyter"
],
"name": "FREYA PID Graph Jupyter Notebooks",
"version": "1.1.1",
"programmingLanguage": {
"name": "Python",
"version": "> 3.6.0",
"URL": "https://www.python.org/"
}
}