From 0154c8392a4e46cc70c39280a967737bb674822e Mon Sep 17 00:00:00 2001 From: Anas-Elhounsri Date: Fri, 13 Feb 2026 00:57:24 +0100 Subject: [PATCH] docs: add codemeta.json for SWH indexation --- codemeta.json | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 codemeta.json diff --git a/codemeta.json b/codemeta.json new file mode 100644 index 0000000..ddb3d93 --- /dev/null +++ b/codemeta.json @@ -0,0 +1,26 @@ +{ + "@context": "https://w3id.org/codemeta/3.0", + "@type": "SoftwareSourceCode", + "license": { + "name": "Apache License 2.0", + "url": "https://raw.githubusercontent.com/SoftwareUnderstanding/arxiv_category_pull/main/LICENSE", + "identifier": "https://spdx.org/licenses/Apache-2.0", + "spdx_id": "Apache-2.0" + }, + "codeRepository": "https://github.com/SoftwareUnderstanding/arxiv_category_pull", + "issueTracker": "https://github.com/SoftwareUnderstanding/arxiv_category_pull/issues", + "dateCreated": "2023-11-20", + "dateModified": "2023-11-20", + "downloadUrl": "https://github.com/SoftwareUnderstanding/arxiv_category_pull/releases", + "name": "arxiv_category_pull", + "author": [ + { + "@type": "Organization", + "@id": "https://github.com/SoftwareUnderstanding" + } + ], + "readme": "https://raw.githubusercontent.com/SoftwareUnderstanding/arxiv_category_pull/main/README.md", + "description": [ + "A repository for the scripts used to download concrete categories from arxiv (and their latex sources) in bulk" + ] +}