-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcodemeta.json
More file actions
54 lines (54 loc) · 2.1 KB
/
codemeta.json
File metadata and controls
54 lines (54 loc) · 2.1 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
{
"@context": "https://w3id.org/codemeta/3.0",
"applicationCategory": "Metadata",
"author": [
{
"affiliation": {
"name": "Ontology Engineering Group at Universidad Politécnica de Madrid",
"@type": "Organization"
},
"email": "elhounsri.anas@alumnos.upm.es",
"familyName": "El Hounsri",
"givenName": "Anas",
"@id": "_:author_1",
"@type": "Person"
},
{
"affiliation": {
"name": "Ontology Engineering Group at the Artificial Intelligence Department of the Computer Science Faculty of Universidad Politécnica de Madrid",
"@type": "Organization"
},
"email": "daniel.garijo@upm.es",
"familyName": "Garijo",
"givenName": "Daniel",
"@id": "https://orcid.org/0000-0003-0454-7145",
"@type": "Person"
}
],
"codeRepository": "https://github.com/Anas-Elhounsri/Metadata-Adoption-Quantify.git",
"datePublished": "2025-02-04",
"description": "This is a repository of Python scripts for processing SOMEF output that were used to extract the necessary information to answer research questions regarding the adoption of FAIR principles for research software in scientific European clusters ",
"funder": {
"name": "European Commission’s Horizon Europe Research and Innovation programme",
"@type": "Organization"
},
"identifier": "10.5281/zenodo.14803019",
"keywords": [
"Metadata",
"Repository",
"FAIR"
],
"license": "https://spdx.org/licenses/Apache-2.0",
"name": "Metadata Adoption Quantify",
"operatingSystem": "Windows",
"programmingLanguage": "Python3",
"referencePublication": [
{
"name": "Good practice versus reality: a landscape analysis of Research Software metadata adoption in European Open Science Clusters",
"@type": "ScholarlyArticle"
}
],
"version": "1.0.0",
"funding": "No. 101129751",
"@type": "SoftwareSourceCode"
}