Skip to content

Commit

Permalink
Add codemeta.json
Browse files Browse the repository at this point in the history
  • Loading branch information
RyanJField committed Oct 18, 2024
1 parent 4aacc36 commit 160ce48
Showing 1 changed file with 112 additions and 0 deletions.
112 changes: 112 additions & 0 deletions codemeta.json
Original file line number Diff line number Diff line change
@@ -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"
}

0 comments on commit 160ce48

Please sign in to comment.