forked from apdavison/fairgraph
-
Notifications
You must be signed in to change notification settings - Fork 6
/
codemeta.json
84 lines (84 loc) · 2.39 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
{
"@context": "https://doi.org/10.5063/schema/codemeta-2.0",
"@type": "SoftwareSourceCode",
"license": "https://spdx.org/licenses/Apache-2.0.html",
"codeRepository": "https://github.com/HumanBrainProject/fairgraph",
"contIntegration": "https://github.com/HumanBrainProject/fairgraph/actions",
"dateModified": "2024-10-08",
"downloadUrl": "https://files.pythonhosted.org/packages/16/04/f9bbeb5fbb2be0bb52e592eaf230bdd653414f13867d4d61318c8dba4ca7/fairgraph-0.12.1.tar.gz",
"issueTracker": "https://github.com/HumanBrainProject/fairgraph/issues",
"name": "fairgraph",
"version": "0.12.1",
"identifier": "https://pypi.org/project/fairgraph/0.12.1/",
"description": "Python API for the EBRAINS Knowledge Graph",
"applicationCategory": "neuroscience",
"releaseNotes": "https://fairgraph.readthedocs.io/en/latest/release_notes.html#version-0-12-1",
"funding": "https://cordis.europa.eu/project/id/945539",
"developmentStatus": "active",
"referencePublication": null,
"funder": {
"@type": "Organization",
"name": "European Commission"
},
"programmingLanguage": ["Python"],
"operatingSystem": ["Linux", "Windows", "macOS"],
"softwareRequirements": [
"Python >=3.8",
"ebrains-kg-core",
"python-dateutil",
"tabulate",
"requests"
],
"relatedLink": ["https://fairgraph.readthedocs.io"],
"author": [
{
"@type": "Person",
"@id": "http://orcid.org/0000-0002-4793-7541",
"givenName": "Andrew P.",
"familyName": "Davison",
"affiliation": {
"@id": "https://ror.org/02feahw73"
}
},
{
"@type": "Person",
"givenName": "Onur",
"familyName": "Ates",
"affiliation": {
"@id": "https://ror.org/02feahw73"
}
},
{
"@type": "Person",
"givenName": "Yann",
"familyName": "Zerlaut",
"affiliation": {
"@id": "https://ror.org/02feahw73"
}
},
{
"@type": "Person",
"givenName": "Nico",
"familyName": "Feld",
"affiliation": {
"@id": "https://ror.org/02778hg05"
}
},
{
"@type": "Person",
"givenName": "Glynis",
"familyName": "Mattheisen",
"affiliation": {
"@id": "https://ror.org/02feahw73"
}
},
{
"@type": "Person",
"givenName": "Peyman",
"familyName": "Najafi",
"affiliation": {
"@id": "https://ror.org/02feahw73"
}
}
]
}