From 0aa9b99d88d2a09d9a45e9844fdd857ab6a93bd5 Mon Sep 17 00:00:00 2001 From: Anas-Elhounsri Date: Fri, 13 Feb 2026 00:57:16 +0100 Subject: [PATCH] docs: add codemeta.json for SWH indexation --- codemeta.json | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 codemeta.json diff --git a/codemeta.json b/codemeta.json new file mode 100644 index 0000000..f84a07d --- /dev/null +++ b/codemeta.json @@ -0,0 +1,30 @@ +{ + "@context": "https://w3id.org/codemeta/3.0", + "@type": "SoftwareSourceCode", + "license": { + "name": "MIT License", + "identifier": "https://spdx.org/licenses/MIT", + "spdx_id": "MIT" + }, + "codeRepository": "https://github.com/SoftwareUnderstanding/SoftwareDisambiguationBenchmark", + "issueTracker": "https://github.com/SoftwareUnderstanding/SoftwareDisambiguationBenchmark/issues", + "dateCreated": "2023-10-27", + "dateModified": "2023-12-11", + "downloadUrl": "https://github.com/SoftwareUnderstanding/SoftwareDisambiguationBenchmark/releases", + "name": "SoftwareDisambiguationBenchmark", + "programmingLanguage": [ + "Python", + "Jupyter Notebook", + "Perl" + ], + "author": [ + { + "@type": "Organization", + "@id": "https://github.com/SoftwareUnderstanding" + } + ], + "readme": "https://raw.githubusercontent.com/SoftwareUnderstanding/SoftwareDisambiguationBenchmark/main/README.md", + "description": [ + "A benchmark for software name disambiguation and reconciliation" + ] +} \ No newline at end of file