-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcodemeta.json
112 lines (112 loc) · 3.5 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
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
{
"@context": "https://w3id.org/codemeta/3.0",
"type": "SoftwareSourceCode",
"applicationCategory": "Software",
"author": [
{
"id": "_:author_1",
"type": "Person",
"familyName": "Blackwell",
"givenName": "Richard"
},
{
"id": "_:author_2",
"type": "Person",
"familyName": "Brett",
"givenName": "Alys"
},
{
"id": "_:author_3",
"type": "Person",
"familyName": "Cook",
"givenName": "James"
},
{
"id": "_:author_4",
"type": "Person",
"familyName": "Cumming",
"givenName": "Nathan"
},
{
"id": "http://orcid.org/0000-0002-4424-9890",
"type": "Person",
"affiliation": {
"type": "Organization",
"name": "University of Glasgow"
},
"familyName": "Field",
"givenName": "Ryan"
},
{
"id": "http://orcid.org/0000-0003-3499-8262",
"type": "Person",
"familyName": "Gonzalez-Beltran",
"givenName": "Alejandra"
},
{
"id": "_:author_7",
"type": "Person",
"familyName": "Hollocombe",
"givenName": "Jonathan"
},
{
"id": "_:author_8",
"type": "Person",
"familyName": "Lahiff",
"givenName": "Andrew"
},
{
"id": "_:author_9",
"type": "Person",
"affiliation": {
"type": "Organization",
"name": "University of Glasgow"
},
"familyName": "Reeve",
"givenName": "Richard"
},
{
"id": "_:author_10",
"type": "Person",
"familyName": "Wilson",
"givenName": "Anthony"
},
{
"id": "_:author_11",
"type": "Person",
"familyName": "Zarebski",
"givenName": "Kristian"
}
],
"codeRepository": "git+https://github.com/FAIRDataPipeline/data-registry.git",
"dateCreated": "2020-05-07",
"dateModified": "2024-02-23",
"datePublished": "2021-06-22",
"description": "The FAIR data registry is a component of the FAIR data pipeline that maintains a metadata catalogue for different data types utilised and generated within a typical epidemiological modelling workflow.",
"downloadUrl": "https://github.com/FAIRDataPipeline/data-registry/archive/refs/tags/v1.2.1.tar.gz",
"identifier": "10.5281/zenodo.5562749",
"isPartOf": "https://www.fairdatapipeline.org",
"keywords": [
"FAIR",
"REST",
"Django",
"Data Pipeline"
],
"license": "https://spdx.org/licenses/GPL-3.0+",
"name": "FAIR Data Registry",
"operatingSystem": [
"Linux",
"Windows",
"MacOS"
],
"programmingLanguage": "Python 3",
"releaseNotes": "Full Changelog: https://github.com/FAIRDataPipeline/data-registry/compare/v1.1.0...v1.2.1",
"softwareRequirements": "Django",
"version": "1.2.1",
"codemeta:contIntegration": {
"id": "https://github.com/FAIRDataPipeline/data-registry/actions"
},
"continuousIntegration": "https://github.com/FAIRDataPipeline/data-registry/actions",
"developmentStatus": "active",
"issueTracker": "https://github.com/FAIRDataPipeline/data-registry/issues"
}