From bc69551cdace3e51dec250d91a53db846630a4b1 Mon Sep 17 00:00:00 2001 From: Axel Huebl Date: Tue, 5 Dec 2023 13:46:54 -0800 Subject: [PATCH] Docs: Research Groups of Maintainers Add research group leads as co-authors. --- .rodare.json | 70 +++++++++++++++++++++++++++++++++++++++- CITATION.cff | 20 +++++++++--- README.md | 8 ++++- docs/source/citation.rst | 9 ++++-- 4 files changed, 98 insertions(+), 9 deletions(-) diff --git a/.rodare.json b/.rodare.json index 1934d5e69d..a5f883e383 100644 --- a/.rodare.json +++ b/.rodare.json @@ -19,8 +19,76 @@ "name": "Gu, Junmin", "affiliation": "Lawrence Berkeley National Laboratory", "orcid": "0000-0002-1521-8534" + }, + { + "affiliations": [ + { + "name": "Center for Advanced Systems Understanding" + }, + { + "name": "Helmholtz-Zentrum Dresden-Rossendorf" + } + ], + "person_or_org": { + "family_name": "Bussmann", + "given_name": "Michael", + "identifiers": [ + { + "identifier": "0000-0002-8258-3881", + "scheme": "orcid" + } + ], + "name": "Michael Bussmann (Leader of the Computational Radiation Physics Research Team at CASUS/HZDR)", + "type": "personal" + }, + "role": { + "id": "researchgroup" + } + }, + { + "affiliations": [ + { + "name": "Lawrence Berkeley National Laboratory" + } + ], + "person_or_org": { + "family_name": "Vay", + "given_name": "Jean-Luc", + "identifiers": [ + { + "identifier": "0000-0002-0040-799X", + "scheme": "orcid" + } + ], + "name": "Jean-Luc Vay (Head of the Accelerator Modeling Program at LBNL)", + "type": "personal" + }, + "role": { + "id": "researchgroup" + } + }, + { + "affiliations": [ + { + "name": "Lawrence Berkeley National Laboratory" + } + ], + "person_or_org": { + "family_name": "Wu", + "given_name": "Kesheng (John)", + "identifiers": [ + { + "identifier": "0000-0002-6907-3393", + "scheme": "orcid" + } + ], + "name": "Kesheng (John) Wu (Head of the Scientific Data Management research group at LBNL)", + "type": "personal" + }, + "role": { + "id": "researchgroup" + } } - ], "contributors": [ { diff --git a/CITATION.cff b/CITATION.cff index 5a4216fa91..a810842b0c 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -3,7 +3,7 @@ message: "If you use this software, please cite it as below." authors: - family-names: Huebl given-names: Axel - affiliation: Lawrence Berkeley National Laboratory + affiliation: Lawrence Berkeley National Laboratory (LBNL) orcid: https://orcid.org/0000-0003-1943-7141 email: axelhuebl@lbl.gov - family-names: Poeschel @@ -12,16 +12,28 @@ authors: orcid: https://orcid.org/0000-0001-7042-5088 - family-names: Koller given-names: Fabian - affiliation: Helmholtz-Zentrum Dresden-Rossendorf + affiliation: Helmholtz-Zentrum Dresden-Rossendorf (HZDR) orcid: https://orcid.org/0000-0001-8704-1769 - family-names: Gu given-names: Junmin - affiliation: Lawrence Berkeley National Laboratory + affiliation: Lawrence Berkeley National Laboratory (LBNL) orcid: https://orcid.org/0000-0002-1521-8534 +- family-names: Bussmann + given-names: Michael + affiliation: Center for Advanced Systems Understanding (CASUS) and Helmholtz-Zentrum Dresden-Rossendorf (HZDR) + orcid: https://orcid.org/0000-0002-8258-3881 +- family-names: Vay + given-names: Jean-Luc + affiliation: Lawrence Berkeley National Laboratory (LBNL) + orcid: https://orcid.org/0000-0002-0040-799X +- family-names: Wu + given-names: Kesheng (John) + affiliation: Lawrence Berkeley National Laboratory (LBNL) + orcid: https://orcid.org/0000-0002-6907-3393 contact: - family-names: Huebl given-names: Axel - affiliation: Lawrence Berkeley National Laboratory + affiliation: Lawrence Berkeley National Laboratory (LBNL) orcid: https://orcid.org/0000-0003-1943-7141 email: axelhuebl@lbl.gov title: "openPMD-api: C++ & Python API for Scientific I/O with openPMD" diff --git a/README.md b/README.md index 19bb8a5be9..8bcbf25c3d 100644 --- a/README.md +++ b/README.md @@ -372,7 +372,7 @@ openPMD-api is developed by many people. It was initially started by the [Computational Radiation Physics Group](https://hzdr.de/crp) at [HZDR](https://www.hzdr.de/) as successor to [libSplash](https://github.com/ComputationalRadiationPhysics/libSplash/), generalizing the [successful HDF5 & ADIOS1 implementations](https://arxiv.org/abs/1706.00522) in [PIConGPU](https://github.com/ComputationalRadiationPhysics/picongpu). The following people and institutions [contributed](https://github.com/openPMD/openPMD-api/graphs/contributors) to openPMD-api: -* [Axel Huebl (HZDR, now LBNL)](https://github.com/ax3l): +* [Axel Huebl (LBNL, previously HZDR)](https://github.com/ax3l): project lead, releases, documentation, automated CI/CD, Python bindings, Dask, installation & packaging, prior reference implementations * [Franz Poeschel (CASUS)](https://github.com/franzpoeschel): JSON & ADIOS2 backend, data staging/streaming, reworked class design @@ -381,6 +381,12 @@ The following people and institutions [contributed](https://github.com/openPMD/o * [Junmin Gu (LBNL)](https://github.com/guj): non-collective parallel I/O fixes, ADIOS improvements, benchmarks +Maintained by the following research groups: + +* [Computational Radiation Physics (CRD)](https://www.casus.science/casus/team/) at CASUS/HZDR, led by [Michael Bussmann](https://github.com/bussmann) +* [Accelerator Modeling Program (AMP)](https://atap.lbl.gov/accelerator-modeling-program/) at LBNL, led by [Jean-Luc Vay](https://github.com/jlvay) +* [Scientific Data Management (SDM)](https://crd.lbl.gov/divisions/scidata/sdm/) at LBNL, led by [Kesheng (John) Wu](https://github.com/john18) + Further thanks go to improvements and contributions from: * [Carsten Fortmann-Grote (EU XFEL GmbH, now MPI-EvolBio)](https://github.com/CFGrote): diff --git a/docs/source/citation.rst b/docs/source/citation.rst index 88c00133df..d739fd77c3 100644 --- a/docs/source/citation.rst +++ b/docs/source/citation.rst @@ -67,7 +67,7 @@ As a software citation, you almost always want to refer to a *specific version* .. tip:: - Axel Huebl, Franz Poeschel, Fabian Koller, and Junmin Gu. + Axel Huebl, Franz Poeschel, Fabian Koller, Junmin Gu, Michael Bussmann, Jean-Luc Vay and Kesheng Wu. *"openPMD-api 0.14.3: C++ & Python API for Scientific I/O with openPMD,"* `DOI:10.14278/rodare.1234 `_ (2021) @@ -77,7 +77,7 @@ We also provide a DOI that refers to all releases of openPMD-api: .. note:: - Axel Huebl, Franz Poeschel, Fabian Koller, and Junmin Gu. + Axel Huebl, Franz Poeschel, Fabian Koller, Junmin Gu, Michael Bussmann, Jean-Luc Vay and Kesheng Wu. *"openPMD-api: C++ & Python API for Scientific I/O with openPMD"* `DOI:10.14278/rodare.27 `_ (2018) @@ -89,7 +89,10 @@ The equivalent BibTeX code is: author = {Huebl, Axel and Poeschel, Franz and Koller, Fabian and - Gu, Junmin}, + Gu, Junmin and + Bussmann, Michael and + Vay, Jean-Luc and + Wu, Kesheng}, title = {{openPMD-api: C++ \& Python API for Scientific I/O with openPMD}}, month = june, year = 2018,