-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #38 from EMODnet/develop
Add codemeta
- Loading branch information
Showing
2 changed files
with
278 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
^REMODnetBioQC\.Rproj$ | ||
^\.Rproj\.user$ | ||
^\.github$ | ||
^codemeta\.json$ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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"] | ||
} |