diff --git a/codemeta.json b/codemeta.json new file mode 100644 index 0000000..e3112ac --- /dev/null +++ b/codemeta.json @@ -0,0 +1,88 @@ +{ + "@context": "https://w3id.org/codemeta/3.0", + "@type": "SoftwareSourceCode", + "license": { + "name": "MIT License", + "url": "https://raw.githubusercontent.com/SoftwareUnderstanding/softalias-rs/main/LICENSE", + "identifier": "https://spdx.org/licenses/MIT", + "spdx_id": "MIT" + }, + "codeRepository": "https://github.com/SoftwareUnderstanding/softalias-rs", + "issueTracker": "https://github.com/SoftwareUnderstanding/softalias-rs/issues", + "dateCreated": "2023-07-12", + "dateModified": "2024-03-14", + "downloadUrl": "https://github.com/SoftwareUnderstanding/softalias-rs/releases", + "name": "softalias-rs", + "keywords": "software-mention, software-metadata, software-reconciliation", + "programmingLanguage": [ + "Python" + ], + "softwareRequirements": [ + { + "name": "streamlit" + }, + { + "name": "st-annotated-text" + }, + { + "name": "nltk" + }, + { + "name": "spacy" + }, + { + "name": "sparqlwrapper" + }, + "Softalias-rs has been tested in Unix operating systems. - Python 3.8 - 3.11 - PIP - Streamlit 1.24 - Softcite service 0.7.1. Make sure you have deployed the Softalias-KG in a SPARQL endpoint (our demo service uses https://softalias.linkeddata.es/sparql) To install streamlit, follow these [instructions](https://docs.streamlit.io/library/get-started/installation) To install a service of softcite, follow these [instructions](https://github.com/softcite/software-mentions). An open softcite service can be found [here](https://cloud.science-miner.com/software/)" + ], + "releaseNotes": "This release is the code used for the demo title: Softalias-KG: Reconciling Software Mentions in Scientific Literature that will be presented in the ISWC2023 (THE 22ND INTERNATIONAL SEMANTIC WEB CONFERENCE).\r\n\r\nDemo: https://w3id.org/softalias/demo", + "softwareVersion": "0.0.1", + "datePublished": "2023-09-12", + "buildInstructions": [ + "https://raw.githubusercontent.com/SoftwareUnderstanding/softalias-rs/main/README.md" + ], + "author": [ + { + "@type": "Organization", + "@id": "https://github.com/SoftwareUnderstanding" + } + ], + "referencePublication": [ + { + "@type": "ScholarlyArticle", + "name": "softalias-rs", + "identifier": "10.5281/zenodo.8338240", + "url": "https://doi.org/10.5281/zenodo.8338240", + "author": [ + { + "@type": "Person", + "familyName": "Garijo", + "givenName": "Daniel", + "@id": "https://orcid.org/0000-0003-0454-7145" + }, + { + "@type": "Person", + "familyName": "L\u00f3pez", + "givenName": "Hector" + }, + { + "@type": "Person", + "familyName": "Gonz\u00e1lez", + "givenName": "Esteban ", + "@id": "https://orcid.org/0000-0003-4112-6825" + } + ] + } + ], + "developmentStatus": "active", + "identifier": [ + "https://doi.org/10.5281/zenodo.8338240" + ], + "url": [ + "https://w3id.org/softalias/demo" + ], + "readme": "https://raw.githubusercontent.com/SoftwareUnderstanding/softalias-rs/main/README.md", + "description": [ + "Demo for a Named Entity Recognition service for software mentions, using existing models and a KG of software aliases" + ] +} \ No newline at end of file