-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathcodemeta.json
More file actions
62 lines (62 loc) · 1.94 KB
/
Copy pathcodemeta.json
File metadata and controls
62 lines (62 loc) · 1.94 KB
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
{
"@context": "https://doi.org/10.5063/schema/codemeta-2.0",
"type": "SoftwareSourceCode",
"applicationCategory": "Computer Science",
"author": [
{
"id": "https://orcid.org/0000-0003-0454-7145",
"type": "Person",
"email": "daniel.garijo@upm.es",
"familyName": "Garijo",
"givenName": "Daniel"
},
{
"id": "_:author_2",
"type": "Person",
"email": "andres.montero.martin@upm.es",
"familyName": "Montero",
"givenName": "Andrés"
},
{
"id": "_:author_3",
"type": "Person",
"email": "juanjesus.mendoza@upm.es",
"familyName": "Mendoza",
"givenName": "Juanje"
},
{
"id": "https://orcid.org/0000-0003-4112-6825",
"type": "Person",
"email": "egonzalez@fi.upm.es",
"familyName": "Gonzalez",
"givenName": "Esteban"
}
],
"contributor": [
{
"id": "https://orcid.org/0000-0002-8742-8952",
"@type": "Person",
"givenName": "Violaine",
"familyName": "Louvet",
"email": "violaine.louvet@univ-grenoble-alpes.fr"
}
],
"codeRepository": "https://github.com/oeg-upm/rsfc",
"dateCreated": "2025-07-01",
"description": "Package that performs a series of checks based on a list of research software fairness indicators",
"isPartOf": "https://everse.software/",
"identifier": "https://doi.org/10.5281/zenodo.16531481",
"keywords": [
"quality",
"indicators",
"fair",
"fairness"
],
"license": "https://spdx.org/licenses/MIT",
"name": "RSFC",
"operatingSystem": "Linux",
"programmingLanguage": "Python",
"relatedLink": "https://github.com/EVERSE-ResearchSoftware/indicators",
"version": "0.2.0",
"developmentStatus": "wip"
}