From 160ce4866c76a3e81c92f458fbe0d64ed921627f Mon Sep 17 00:00:00 2001 From: Ryan Field Date: Fri, 18 Oct 2024 11:46:27 +0100 Subject: [PATCH] Add codemeta.json --- codemeta.json | 112 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 112 insertions(+) create mode 100644 codemeta.json diff --git a/codemeta.json b/codemeta.json new file mode 100644 index 0000000..7ecae45 --- /dev/null +++ b/codemeta.json @@ -0,0 +1,112 @@ +{ + "@context": "https://w3id.org/codemeta/3.0", + "type": "SoftwareSourceCode", + "applicationCategory": "Software", + "author": [ + { + "id": "_:author_1", + "type": "Person", + "familyName": "Blackwell", + "givenName": "Richard" + }, + { + "id": "_:author_2", + "type": "Person", + "familyName": "Brett", + "givenName": "Alys" + }, + { + "id": "_:author_3", + "type": "Person", + "familyName": "Cook", + "givenName": "James" + }, + { + "id": "_:author_4", + "type": "Person", + "familyName": "Cumming", + "givenName": "Nathan" + }, + { + "id": "http://orcid.org/0000-0002-4424-9890", + "type": "Person", + "affiliation": { + "type": "Organization", + "name": "University of Glasgow" + }, + "familyName": "Field", + "givenName": "Ryan" + }, + { + "id": "http://orcid.org/0000-0003-3499-8262", + "type": "Person", + "familyName": "Gonzalez-Beltran", + "givenName": "Alejandra" + }, + { + "id": "_:author_7", + "type": "Person", + "familyName": "Hollocombe", + "givenName": "Jonathan" + }, + { + "id": "_:author_8", + "type": "Person", + "familyName": "Lahiff", + "givenName": "Andrew" + }, + { + "id": "_:author_9", + "type": "Person", + "affiliation": { + "type": "Organization", + "name": "University of Glasgow" + }, + "familyName": "Reeve", + "givenName": "Richard" + }, + { + "id": "_:author_10", + "type": "Person", + "familyName": "Wilson", + "givenName": "Anthony" + }, + { + "id": "_:author_11", + "type": "Person", + "familyName": "Zarebski", + "givenName": "Kristian" + } + ], + "codeRepository": "git+https://github.com/FAIRDataPipeline/data-registry.git", + "dateCreated": "2020-05-07", + "dateModified": "2024-02-23", + "datePublished": "2021-06-22", + "description": "The FAIR data registry is a component of the FAIR data pipeline that maintains a metadata catalogue for different data types utilised and generated within a typical epidemiological modelling workflow.", + "downloadUrl": "https://github.com/FAIRDataPipeline/data-registry/archive/refs/tags/v1.1.1.tar.gz", + "identifier": "10.5281/zenodo.5562749", + "isPartOf": "https://www.fairdatapipeline.org", + "keywords": [ + "FAIR", + "REST", + "Django", + "Data Pipeline" + ], + "license": "https://spdx.org/licenses/GPL-3.0+", + "name": "FAIR Data Registry", + "operatingSystem": [ + "Linux", + "Windows", + "MacOS" + ], + "programmingLanguage": "Python 3", + "releaseNotes": "Full Changelog: https://github.com/FAIRDataPipeline/data-registry/compare/v1.1.0...v1.1.1", + "softwareRequirements": "Django", + "version": "1.1.1", + "codemeta:contIntegration": { + "id": "https://github.com/FAIRDataPipeline/data-registry/actions" + }, + "continuousIntegration": "https://github.com/FAIRDataPipeline/data-registry/actions", + "developmentStatus": "active", + "issueTracker": "https://github.com/FAIRDataPipeline/data-registry/issues" +} \ No newline at end of file