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" + ] +}