From efc73056253616d23821cf418a30a179b38459c9 Mon Sep 17 00:00:00 2001 From: James Collinson Date: Fri, 24 Sep 2021 16:07:12 +0100 Subject: [PATCH] Adding codemeta.json --- codemeta.json | 70 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 70 insertions(+) create mode 100644 codemeta.json diff --git a/codemeta.json b/codemeta.json new file mode 100644 index 0000000..645c38c --- /dev/null +++ b/codemeta.json @@ -0,0 +1,70 @@ +{ + "@context": "https://doi.org/10.5063/schema/codemeta-2.0", + "@type": "SoftwareSourceCode", + "license": "https://spdx.org/licenses/BSD-3-Clause", + "codeRepository": "https://gitlab.com/ska-telescope/sdc/sdc1-solution", + "contIntegration": "https://gitlab.com/ska-telescope/sdc/sdc1-solution/-/pipelines", + "dateCreated": "2021-09-24", + "datePublished": "2021-09-24", + "dateModified": "2021-09-24", + "downloadUrl": "https://gitlab.com/ska-telescope/sdc/sdc1-solution", + "issueTracker": "https://gitlab.com/ska-telescope/sdc/sdc1-solution/-/issues", + "name": "SKAO Science Data Challenge 1 Solution Workflow", + "version": "1.0.0", + "description": "The SKA Science Data Challenge 1 (SDC1, https://astronomers.skatelescope.org/ska-science-data-challenge-1/) tasked participants with identifying and classifying sources in synthetic radio images.\nHere we present an environment and workflow for producing a solution to this challenge that can easily be reproduced and developed further.", + "applicationCategory": "Astronomy", + "funding": "H2020 ESCAPE", + "keywords": [ + "astronomy", + "skao", + "data", + "source finding", + "machine learning" + ], + "programmingLanguage": ["Python 3"], + "runtimePlatform": ["Docker"], + "operatingSystem": ["Linux", "macOS"], + "softwareRequirements": ["Python 3.6+"], + "author": [ + { + "@type": "Person", + "givenName": "James", + "familyName": "Collinson", + "email": "james.collinson@skao.int", + "affiliation": { + "@type": "Organization", + "name": "SKA Observatory" + } + }, + { + "@type": "Person", + "givenName": "Alex", + "familyName": "Clarke", + "email": "alex.clarke@skao.int", + "affiliation": { + "@type": "Organization", + "name": "SKA Observatory" + } + }, + { + "@type": "Person", + "givenName": "Rob", + "familyName": "Barnsley", + "email": "rob.barnsley@skao.int", + "affiliation": { + "@type": "Organization", + "name": "SKA Observatory" + } + }, + { + "@type": "Person", + "givenName": "Rohini", + "familyName": "Joshi", + "email": "rohini.joshi@skao.int", + "affiliation": { + "@type": "Organization", + "name": "SKA Observatory" + } + } + ] +}