-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathcodemeta.json
109 lines (109 loc) · 2.64 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
{
"@context": "https://doi.org/10.5063/schema/codemeta-2.0",
"@type": "SoftwareSourceCode",
"license": "https://spdx.org/licenses/GPL-3.0",
"codeRepository": "https://github.com/CCSDForge/episciences",
"dateCreated": "2013-01-01",
"datePublished": "2020-12-23",
"dateModified": "2023-05-31",
"issueTracker": "https://github.com/CCSDForge/episciences/issues",
"name": "Episciences",
"version": "1.0.40.4",
"description": "An overlay journal platform",
"applicationCategory": "Scientific Publishing",
"releaseNotes": "https://github.com/CCSDForge/episciences/blob/main/CHANGELOG.md",
"funding": "CCSD; European Commission grant 101017452 “OpenAIRE Nexus - OpenAIRE-Nexus Scholarly Communication Services for EOSC users”",
"developmentStatus": "active",
"funder": {
"@type": "Organization",
"name": "CCSD"
},
"keywords": [
"overlay journal;open-access;open science;journal"
],
"programmingLanguage": [
"PHP;XML;XSLT;Javascript"
],
"operatingSystem": [
"Linux"
],
"relatedLink": [
"https://www.episciences.org/"
],
"author": [
{
"@type": "Person",
"@id": "https://orcid.org/0000-0003-2955-5678",
"givenName": "Bruno",
"familyName": "Marmol",
"affiliation": {
"@type": "Organization",
"name": "CCSD"
}
},
{
"@type": "Person",
"givenName": "Djamel",
"familyName": "Chibane",
"affiliation": {
"@type": "Organization",
"name": "CCSD"
}
},
{
"@type": "Person",
"givenName": "Julien",
"familyName": "Charles",
"affiliation": {
"@type": "Organization",
"name": "CCSD"
}
},
{
"@type": "Person",
"givenName": "Kevin",
"familyName": "Loiseau",
"affiliation": {
"@type": "Organization",
"name": "CCSD"
}
},
{
"@type": "Person",
"givenName": "Laurent ",
"familyName": "Capelli",
"affiliation": {
"@type": "Organization",
"name": "CCSD"
}
},
{
"@type": "Person",
"givenName": "Loic ",
"familyName": "Comparet",
"affiliation": {
"@type": "Organization",
"name": "CCSD"
}
},
{
"@type": "Person",
"@id": "https://orcid.org/0000-0003-1244-0823",
"givenName": "Raphaël",
"familyName": "Tournoy",
"affiliation": {
"@type": "Organization",
"name": "CCSD"
}
},
{
"@type": "Person",
"givenName": "Yannick ",
"familyName": "Barborini",
"affiliation": {
"@type": "Organization",
"name": "CCSD"
}
}
]
}