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