From 3e62cc015b55f5073b8b73c11b126020d9b6a0da Mon Sep 17 00:00:00 2001 From: Anas-Elhounsri Date: Fri, 13 Feb 2026 00:58:12 +0100 Subject: [PATCH] docs: add codemeta.json for SWH indexation --- codemeta.json | 101 ++++++++++++++++++++++++++++++-------------------- 1 file changed, 61 insertions(+), 40 deletions(-) diff --git a/codemeta.json b/codemeta.json index 8b743048..33e6e7d1 100644 --- a/codemeta.json +++ b/codemeta.json @@ -1,54 +1,75 @@ { "@context": "https://w3id.org/codemeta/3.0", - "applicationCategory": "Metadata", + "@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": [ { - "affiliation": { - "name": "Ontology Engineering Group at Universidad Politécnica de Madrid", - "@type": "Organization" - }, + "@type": "Organization", + "@id": "https://github.com/SoftwareUnderstanding" + }, + { + "@type": "Person", "email": "elhounsri.anas@alumnos.upm.es", - "familyName": "El Hounsri", - "givenName": "Anas", - "@id": "_:author_1", - "@type": "Person" + "name": "Anas El Hounsri" }, { - "affiliation": { - "name": "Ontology Engineering Group at the Artificial Intelligence Department of the Computer Science Faculty of Universidad Politécnica de Madrid", - "@type": "Organization" - }, + "@type": "Person", "email": "daniel.garijo@upm.es", - "familyName": "Garijo", - "givenName": "Daniel", - "@id": "https://orcid.org/0000-0003-0454-7145", - "@type": "Person" + "name": "Daniel Garijo" } ], - "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" + "@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" + } + ] } ], - "version": "1.0.0", - "funding": "No. 101129751", - "@type": "SoftwareSourceCode" -} + "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 " + ] +} \ No newline at end of file