-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcodemeta.json
More file actions
75 lines (75 loc) · 3.03 KB
/
Copy pathcodemeta.json
File metadata and controls
75 lines (75 loc) · 3.03 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
63
64
65
66
67
68
69
70
71
72
73
74
75
{
"@context": "https://w3id.org/codemeta/3.0",
"@type": "SoftwareSourceCode",
"license": {
"name": "Apache License 2.0",
"url": "https://raw.githubusercontent.com/SoftwareUnderstanding/Metadata-Adoption-Quantify/main/LICENSE",
"identifier": "https://spdx.org/licenses/Apache-2.0",
"spdx_id": "Apache-2.0"
},
"codeRepository": "https://github.com/SoftwareUnderstanding/Metadata-Adoption-Quantify",
"issueTracker": "https://github.com/SoftwareUnderstanding/Metadata-Adoption-Quantify/issues",
"dateCreated": "2024-10-24",
"dateModified": "2026-01-14",
"downloadUrl": "https://github.com/SoftwareUnderstanding/Metadata-Adoption-Quantify/releases",
"name": "Metadata-Adoption-Quantify",
"logo": "https://raw.githubusercontent.com/SoftwareUnderstanding/Metadata-Adoption-Quantify/main/logo.png",
"keywords": [
"Metadata",
"Repository",
"FAIR"
],
"programmingLanguage": [
"Python",
"Python3"
],
"releaseNotes": "- Now the tool uses Poetry for dependency management and packaging\r\n- Users can interact with the tool with commands instead of CLI\r\n- The RQs were refactored to work with SoMEF 0.9.13\r\n- Tests were updated to match with the new changes",
"softwareVersion": "v2.0.0",
"datePublished": "2025-02-04",
"buildInstructions": [
"https://raw.githubusercontent.com/SoftwareUnderstanding/Metadata-Adoption-Quantify/main/README.md"
],
"author": [
{
"@type": "Organization",
"@id": "https://github.com/SoftwareUnderstanding"
},
{
"@type": "Person",
"email": "elhounsri.anas@alumnos.upm.es",
"name": "Anas El Hounsri"
},
{
"@type": "Person",
"email": "daniel.garijo@upm.es",
"name": "Daniel Garijo"
}
],
"referencePublication": [
{
"@type": "ScholarlyArticle",
"name": "Good practice versus reality: a landscape analysis of Research Software metadata adoption in European Open Science Clusters"
},
{
"@type": "ScholarlyArticle",
"name": "metadata adoption quantify",
"identifier": "10.5281/zenodo.14803019",
"url": "https://doi.org/10.5281/zenodo.14803019",
"author": [
{
"@type": "Person",
"familyName": "El Hounsri",
"givenName": "Anas"
}
]
}
],
"identifier": [
"10.5281/zenodo.14803019",
"https://doi.org/10.5281/zenodo.14803005"
],
"readme": "https://raw.githubusercontent.com/SoftwareUnderstanding/Metadata-Adoption-Quantify/main/README.md",
"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 "
]
}