Skip to content

Commit

Permalink
Update website and codemeta (#135)
Browse files Browse the repository at this point in the history
  • Loading branch information
kzollove authored Oct 19, 2021
1 parent 9ae8419 commit b720d88
Show file tree
Hide file tree
Showing 26 changed files with 420 additions and 221 deletions.
62 changes: 58 additions & 4 deletions codemeta.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
],
"@type": "SoftwareSourceCode",
"identifier": "ecocomDP",
"description": "Tools to create, use, and convert 'ecocomDP' datasets. 'ecocomDP' is a dataset design pattern for harmonizing ecological community surveys in a research question agnostic format, from source datasets published across multiple repositories, and with methods that keep the derived datasets up-to-date as the underlying sources change. Described in O'Brien et al. (2021), <doi:10.1016/j.ecoinf.2021.101374>.",
"name": "ecocomDP: Work with Datasets in the Ecological Community Design Pattern",
"description": "Work with the Ecological Community Data Design Pattern. 'ecocomDP' \n is a flexible data model for harmonizing ecological community surveys, in a \n research question agnostic format, from source data published across \n repositories, and with methods that keep the derived data up-to-date as the \n underlying sources change. Described in O'Brien et al. (2021), \n <doi:10.1016/j.ecoinf.2021.101374>.",
"name": "ecocomDP: Tools to Create, Use, and Convert ecocomDP Data",
"codeRepository": "https://github.com/EDIorg/ecocomDP",
"issueTracker": "https://github.com/EDIorg/ecocomDP/issues",
"license": "https://spdx.org/licenses/MIT",
"version": "1.1.0",
"version": "1.2.0",
"programmingLanguage": {
"@type": "ComputerLanguage",
"name": "R",
Expand Down Expand Up @@ -114,6 +114,12 @@
"@type": "Person",
"givenName": "Thilina",
"familyName": "Surasinghe"
},
{
"@type": "Person",
"givenName": "Kyle",
"familyName": "Zollo-Venecek",
"@id": "https://orcid.org/0000-0002-1615-590X"
}
],
"copyrightHolder": [
Expand Down Expand Up @@ -224,6 +230,54 @@
"url": "https://cran.r-project.org"
},
"sameAs": "https://CRAN.R-project.org/package=worrms"
},
{
"@type": "SoftwareApplication",
"identifier": "ggrepel",
"name": "ggrepel",
"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=ggrepel"
},
{
"@type": "SoftwareApplication",
"identifier": "usmap",
"name": "usmap",
"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=usmap"
},
{
"@type": "SoftwareApplication",
"identifier": "maptools",
"name": "maptools",
"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=maptools"
},
{
"@type": "SoftwareApplication",
"identifier": "rgdal",
"name": "rgdal",
"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=rgdal"
}
],
"softwareRequirements": [
Expand Down Expand Up @@ -476,5 +530,5 @@
},
"readme": "https://github.com/EDIorg/ecocomDP/blob/master/README.md",
"relatedLink": "https://CRAN.R-project.org/package=ecocomDP",
"fileSize": "984.127KB"
"fileSize": "4664.009KB"
}
2 changes: 1 addition & 1 deletion docs/CODE_OF_CONDUCT.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

23 changes: 14 additions & 9 deletions docs/CONTRIBUTING.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/LICENSE-text.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/LICENSE.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 11 additions & 5 deletions docs/articles/convert.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit b720d88

Please sign in to comment.