From 86d2ed3e9414931641c7ba0e5b4c0794b740a884 Mon Sep 17 00:00:00 2001 From: Lars Bilke <lars.bilke@ufz.de> Date: Mon, 19 Sep 2022 14:40:12 +0200 Subject: [PATCH] Added DOI for 6.4.3. --- .mailmap | 6 +++ CITATION.cff | 5 +- .../procedures/publish-a-release/index.md | 2 +- web/content/publications/_index.md | 46 ++++++++++++------- 4 files changed, 41 insertions(+), 18 deletions(-) diff --git a/.mailmap b/.mailmap index 42a318ed67a..b5c4f54947f 100644 --- a/.mailmap +++ b/.mailmap @@ -72,3 +72,9 @@ Zhang Ning <zhangning737@gmail.com> Rooney <43574869+zhangning737@users.noreply. Zhang Ning <zhangning737@gmail.com> zhangning737 <zhangning737@gmail.com> dependabot[bot] <no-email> dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> dependabot[bot] <no-email> dependabot[bot] <dependabot[bot]@users.noreply.github.com> +Robert Habel <Robert.Habel@student.tu-freiberg.de> Robert Habel <robert.habel@student.tu-freiberg.de> +Linda Günther <linda.guenther@student.tu-freiberg.de> Linda Günther <Linda.Guenther@student.tu-freiberg.de> +Sophia Einspänner <sophia.einspaenner@student.tu-freiberg.de> Sophia Einspänner <Sophia.Einspaenner@student.tu-freiberg.de> +Jakob Randow <jakob.randow@web.de> jrandow <jakob.randow@htwk-leipzig.de> +Jakob Randow <jakob.randow@web.de> jrandow <jakob.randow@web.de> +Olaf Kolditz <olaf.kolditz@ufz.de> diff --git a/CITATION.cff b/CITATION.cff index 969a97b2cbd..e1845631b33 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -10,8 +10,11 @@ license: BSD-3-Clause doi: 10.5281/zenodo.591265 # The following needs to be adapted on releases: version: "6.4.3" -date-released: "2022-04-01" +date-released: "2022-09-19" identifiers: + - type: doi + description: "Zenodo DOI for 6.4.3" + value: 10.5281/zenodo.7092676 - type: doi description: "Zenodo DOI for 6.4.2" value: 10.5281/zenodo.6405711 diff --git a/web/content/docs/devguide/procedures/publish-a-release/index.md b/web/content/docs/devguide/procedures/publish-a-release/index.md index fe0a5fab141..f49d97214a9 100644 --- a/web/content/docs/devguide/procedures/publish-a-release/index.md +++ b/web/content/docs/devguide/procedures/publish-a-release/index.md @@ -27,7 +27,7 @@ weight = 1080 - Check if a [Zenodo release](https://zenodo.org/account/settings/github/repository/ufz/ogs#) is automatically issued - Issue a scan on [Software Heritage Archive](https://archive.softwareheritage.org/browse/origin/directory/?origin_url=https://gitlab.opengeosys.org/ogs/ogs.git) - Update `CITATION.cff` and `web/content/publications/_index.md` with new Zenodo DOI -- Update `CITATION.cff` author list (`git shortlog -sne`) and corresponding bibtex-entry in publications web page +- Update `CITATION.cff` author list (`git shortlog -sne 6.4.3...6.4.2`) and corresponding bibtex-entry in publications web page - Create bugfix branch - Create new netlify site (in an empty directory) <!-- vale off --> diff --git a/web/content/publications/_index.md b/web/content/publications/_index.md index 10ceb5ce8be..d43b0710837 100644 --- a/web/content/publications/_index.md +++ b/web/content/publications/_index.md @@ -12,22 +12,36 @@ weight = 3 ### Cite the software ```bibtex -@software{ogs:6.4.2, - author = {Naumov, Dmitry Yu. and Bilke, Lars and Fischer, Thomas and - Rink, Karsten and Wang, Wenqing and Watanabe, Norihiro and - Lu, Renchao and Grunwald, Norbert and Zill, Florian and - Buchwald, Jörg and Huang, Yonghui and Bathmann, Jasper and - Chen, Chaofan and Chen, Shuang and Meng, Boyan and - Shao, Haibing and Kern, Dominik and Yoshioka, Keita and - Garibay Rodriguez, Jaime and Miao, Xingyuan and - Parisio, Francesco and Silbermann, Christian and Thiedau, Jan and - Walther, Marc and Kaiser, Sonja and Boog, Johannes and - Zheng, Tianyuan and Meisel, Tobias and Ning, Zhang}, - doi = {10.5281/zenodo.6405711}, - month = {4}, - title = {OpenGeoSys}, - url = {https://www.opengeosys.org}, - year = {2022} +@software{ogs:6.4.3, + author = {Lars Bilke and + Thomas Fischer and + Dmitri Naumov and + Christoph Lehmann and + Wenqing Wang and + Renchao Lu and + Boyan Meng and + Karsten Rink and + Norbert Grunwald and + Jörg Buchwald and + Christian Silbermann and + Robert Habel and + Linda Günther and + Mostafa Mollaali and + Tobias Meisel and + Jakob Randow and + Sophia Einspänner and + Haibing Shao and + Kata Kurgyis and + Olaf Kolditz and + Jaime Garibay}, + title = {OpenGeoSys}, + month = apr, + year = 2022, + note = {{If you use this software, please cite it using these metadata.}}, + publisher = {Zenodo}, + version = {6.4.3}, + doi = {10.5281/zenodo.7092676}, + url = {https://doi.org/10.5281/zenodo.7092676} } ``` -- GitLab