From 82578f5d0c7d15eeb199f58f3510adbaa198dda6 Mon Sep 17 00:00:00 2001 From: mhesselbarth Date: Mon, 8 Jan 2024 10:08:13 +0000 Subject: [PATCH] Re-write codemeta.json --- codemeta.json | 50 ++++++++++++++++++++++++++++++++++++++++++++++---- 1 file changed, 46 insertions(+), 4 deletions(-) diff --git a/codemeta.json b/codemeta.json index 6576112d..6984ef76 100644 --- a/codemeta.json +++ b/codemeta.json @@ -7,13 +7,13 @@ "codeRepository": "https://r-spatialecology.github.io/shar/", "issueTracker": "https://github.com/r-spatialecology/shar/issues/", "license": "https://spdx.org/licenses/GPL-3.0", - "version": "2.1.1", + "version": "2.2.1", "programmingLanguage": { "@type": "ComputerLanguage", "name": "R", "url": "https://r-project.org" }, - "runtimePlatform": "R version 4.3.1 (2023-06-16)", + "runtimePlatform": "R version 4.3.2 (2023-10-31)", "provider": { "@id": "https://cran.r-project.org", "@type": "Organization", @@ -34,6 +34,13 @@ "familyName": "Sciaini", "email": "marco.sciaini@posteo.net", "@id": "https://orcid.org/0000-0002-3042-5435" + }, + { + "@type": "Person", + "givenName": "Chris", + "familyName": "Wudel", + "email": "chris.wudel@tu-dresden.de", + "@id": "https://orcid.org/0000-0003-0446-4665" } ], "contributor": [ @@ -250,7 +257,7 @@ }, "SystemRequirements": null }, - "fileSize": "1021.596KB", + "fileSize": "1078.108KB", "citation": [ { "@type": "ScholarlyArticle", @@ -258,7 +265,7 @@ "author": [ { "@type": "Person", - "givenName": ["Maximilian", "H.K."], + "givenName": "Maximilian H.K.", "familyName": "Hesselbarth" } ], @@ -277,6 +284,41 @@ "name": "Journal of Open Source Software" } } + }, + { + "@type": "ScholarlyArticle", + "datePublished": "2023", + "author": [ + { + "@type": "Person", + "givenName": "Chris", + "familyName": "Wudel" + }, + { + "@type": "Person", + "givenName": "Robert", + "familyName": "Schlicht" + }, + { + "@type": "Person", + "givenName": "Uta", + "familyName": "Berger" + } + ], + "name": "Multi-trait point pattern reconstruction of plant ecosystems.", + "identifier": "10.1111/2041-210X.14206", + "pagination": "2668–2679", + "@id": "https://doi.org/10.1111/2041-210X.14206", + "sameAs": "https://doi.org/10.1111/2041-210X.14206", + "isPartOf": { + "@type": "PublicationIssue", + "datePublished": "2023", + "isPartOf": { + "@type": ["PublicationVolume", "Periodical"], + "volumeNumber": "14", + "name": "Methods in Ecology and Evolution" + } + } } ] }