Skip to content

Commit

Permalink
Merge pull request #38 from EMODnet/develop
Browse files Browse the repository at this point in the history
Add codemeta
  • Loading branch information
rubenpp7 authored Jan 16, 2024
2 parents 7c21c6d + 696151a commit 62002f3
Show file tree
Hide file tree
Showing 2 changed files with 278 additions and 0 deletions.
1 change: 1 addition & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
^REMODnetBioQC\.Rproj$
^\.Rproj\.user$
^\.github$
^codemeta\.json$
277 changes: 277 additions & 0 deletions codemeta.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,277 @@
{
"@context": "https://doi.org/10.5063/schema/codemeta-2.0",
"@type": "SoftwareSourceCode",
"identifier": "EMODnetBiocheck",
"description": "This tool allows you to assess to what extend a dataset published on an IPT or a DwC-A file meets the EMODnet Biology Data Quality Criteria.",
"name": "EMODnetBiocheck: LifeWatch & EMODnet Biology QC Tool",
"license": "https://spdx.org/licenses/MIT",
"version": "0.0.0.9000",
"programmingLanguage": {
"@type": "ComputerLanguage",
"name": "R",
"url": "https://r-project.org"
},
"runtimePlatform": "R version 4.3.2 (2023-10-31)",
"author": [
{
"@type": "Person",
"givenName": "Daphnis",
"familyName": "De Pooter",
"email": "[email protected]"
}
],
"maintainer": [
{
"@type": "Person",
"givenName": "Ruben",
"familyName": "Perez Perez",
"email": "[email protected]"
}
],
"softwareSuggestions": [
{
"@type": "SoftwareApplication",
"identifier": "sf",
"name": "sf",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Comprehensive R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
},
"sameAs": "https://CRAN.R-project.org/package=sf"
}
],
"softwareRequirements": {
"1": {
"@type": "SoftwareApplication",
"identifier": "R",
"name": "R",
"version": ">= 3.4"
},
"2": {
"@type": "SoftwareApplication",
"identifier": "rgdal",
"name": "rgdal"
},
"3": {
"@type": "SoftwareApplication",
"identifier": "RCurl",
"name": "RCurl",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Comprehensive R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
},
"sameAs": "https://CRAN.R-project.org/package=RCurl"
},
"4": {
"@type": "SoftwareApplication",
"identifier": "httr",
"name": "httr",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Comprehensive R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
},
"sameAs": "https://CRAN.R-project.org/package=httr"
},
"5": {
"@type": "SoftwareApplication",
"identifier": "dplyr",
"name": "dplyr",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Comprehensive R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
},
"sameAs": "https://CRAN.R-project.org/package=dplyr"
},
"6": {
"@type": "SoftwareApplication",
"identifier": "finch",
"name": "finch",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Comprehensive R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
},
"sameAs": "https://CRAN.R-project.org/package=finch"
},
"7": {
"@type": "SoftwareApplication",
"identifier": "ggplot2",
"name": "ggplot2",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Comprehensive R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
},
"sameAs": "https://CRAN.R-project.org/package=ggplot2"
},
"8": {
"@type": "SoftwareApplication",
"identifier": "knitr",
"name": "knitr",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Comprehensive R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
},
"sameAs": "https://CRAN.R-project.org/package=knitr"
},
"9": {
"@type": "SoftwareApplication",
"identifier": "leaflet",
"name": "leaflet",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Comprehensive R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
},
"sameAs": "https://CRAN.R-project.org/package=leaflet"
},
"10": {
"@type": "SoftwareApplication",
"identifier": "xml2",
"name": "xml2",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Comprehensive R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
},
"sameAs": "https://CRAN.R-project.org/package=xml2"
},
"11": {
"@type": "SoftwareApplication",
"identifier": "rmarkdown",
"name": "rmarkdown",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Comprehensive R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
},
"sameAs": "https://CRAN.R-project.org/package=rmarkdown"
},
"12": {
"@type": "SoftwareApplication",
"identifier": "stringr",
"name": "stringr",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Comprehensive R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
},
"sameAs": "https://CRAN.R-project.org/package=stringr"
},
"13": {
"@type": "SoftwareApplication",
"identifier": "skosxml",
"name": "skosxml",
"sameAs": "https://github.com/EMODnet/skosxml"
},
"14": {
"@type": "SoftwareApplication",
"identifier": "rjson",
"name": "rjson",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Comprehensive R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
},
"sameAs": "https://CRAN.R-project.org/package=rjson"
},
"15": {
"@type": "SoftwareApplication",
"identifier": "parsedate",
"name": "parsedate",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Comprehensive R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
},
"sameAs": "https://CRAN.R-project.org/package=parsedate"
},
"16": {
"@type": "SoftwareApplication",
"identifier": "plyr",
"name": "plyr",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Comprehensive R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
},
"sameAs": "https://CRAN.R-project.org/package=plyr"
},
"17": {
"@type": "SoftwareApplication",
"identifier": "obistools",
"name": "obistools",
"sameAs": "https://github.com/iobis/obistools"
},
"18": {
"@type": "SoftwareApplication",
"identifier": "tidyr",
"name": "tidyr",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Comprehensive R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
},
"sameAs": "https://CRAN.R-project.org/package=tidyr"
},
"19": {
"@type": "SoftwareApplication",
"identifier": "stringdist",
"name": "stringdist",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Comprehensive R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
},
"sameAs": "https://CRAN.R-project.org/package=stringdist"
},
"SystemRequirements": null
},
"fileSize": "76518.046KB",
"citation": [
{
"@type": "SoftwareSourceCode",
"datePublished": "2019",
"author": [
{
"@type": "Person",
"givenName": "Daphnis",
"familyName": "De Pooter"
},
{
"@type": "Person",
"givenName": "Ruben",
"familyName": "Perez Perez"
}
],
"name": "{EMODnetBiocheck}: LifeWatch & EMODnet Biology QC Tool",
"url": "https://github.com/EMODnet/EMODnetBiocheck"
}
],
"codeRepository": "https://github.com/EMODnet/EMODnetBiocheck",
"readme": "https://github.com/EMODnet/EMODnetBiocheck/blob/master/README.md",
"contIntegration": "https://github.com/EMODnet/EMODnetBiocheck/actions",
"developmentStatus": "https://www.tidyverse.org/lifecycle/#experimental",
"keywords": ["quality-control", "eventid", "taxa", "dataset", "marine-biology", "mandatory-fields", "occurrenceid", "lifewatch", "lifewatchvliz"]
}

0 comments on commit 62002f3

Please sign in to comment.