forked from oeg-upm/rsfc
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcodemeta.json
More file actions
53 lines (53 loc) · 1.67 KB
/
Copy pathcodemeta.json
File metadata and controls
53 lines (53 loc) · 1.67 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
{
"@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"
}
],
"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.1653148",
"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.1.6",
"developmentStatus": "wip"
}