Skip to content

Commit

Permalink
Merge branch 'upstream_develop' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
James Collinson committed Sep 24, 2021
2 parents c5d20d5 + efc7305 commit 948b14c
Showing 1 changed file with 70 additions and 0 deletions.
70 changes: 70 additions & 0 deletions codemeta.json
Original file line number Diff line number Diff line change
@@ -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": "[email protected]",
"affiliation": {
"@type": "Organization",
"name": "SKA Observatory"
}
},
{
"@type": "Person",
"givenName": "Alex",
"familyName": "Clarke",
"email": "[email protected]",
"affiliation": {
"@type": "Organization",
"name": "SKA Observatory"
}
},
{
"@type": "Person",
"givenName": "Rob",
"familyName": "Barnsley",
"email": "[email protected]",
"affiliation": {
"@type": "Organization",
"name": "SKA Observatory"
}
},
{
"@type": "Person",
"givenName": "Rohini",
"familyName": "Joshi",
"email": "[email protected]",
"affiliation": {
"@type": "Organization",
"name": "SKA Observatory"
}
}
]
}

0 comments on commit 948b14c

Please sign in to comment.