From fcaab19878e1cb8e98b6ee945befad5a5cbe983f Mon Sep 17 00:00:00 2001 From: Martijn Govers Date: Fri, 31 Jan 2025 09:03:04 +0100 Subject: [PATCH 1/9] add citations.cff Signed-off-by: Martijn Govers --- .github/workflows/citations.yml | 38 +++++++ CITATION.cff | 173 ++++++++++++++++++++++++++++++++ 2 files changed, 211 insertions(+) create mode 100644 .github/workflows/citations.yml create mode 100644 CITATION.cff diff --git a/.github/workflows/citations.yml b/.github/workflows/citations.yml new file mode 100644 index 0000000..99e41cd --- /dev/null +++ b/.github/workflows/citations.yml @@ -0,0 +1,38 @@ +# SPDX-FileCopyrightText: Contributors to the Power Grid Model project +# +# SPDX-License-Identifier: MPL-2.0 + +name: Validate citation + +on: + # run pipeline on push event of main branch, or when CITATIONS path has changed + push: + branches: + - main + paths: + - CITATION.cff + - .github/workflows/citations.yml + pull_request: + paths: + - CITATION.cff + - .github/workflows/citations.yml + # run pipeline from another workflow + workflow_call: + # run this workflow manually from the Actions tab + workflow_dispatch: + +concurrency: + group: ${{ github.workflow }}-${{ github.ref }}-citations + cancel-in-progress: true + +jobs: + validate-citations: + runs-on: ubuntu-24.04 + steps: + - name: checkout + uses: actions/checkout@v4 + - name: Install R + run: | + sudo apt-get update && sudo apt-get install -y r-base + - name: Validate CITATION.cff + uses: dieghernan/cff-validator@v4 diff --git a/CITATION.cff b/CITATION.cff new file mode 100644 index 0000000..12e7bd2 --- /dev/null +++ b/CITATION.cff @@ -0,0 +1,173 @@ +# SPDX-FileCopyrightText: Contributors to the Power Grid Model project +# +# SPDX-License-Identifier: MPL-2.0 + +cff-version: 1.2.0 +message: "If you are using Power Grid Model in your research work, please consider citing our library as below." + +title: "PowerGridModel/power-grid-model-ds" +url: "https://github.com/PowerGridModel/power-grid-model-ds" +license: "MPL-2.0" +authors: + - family-names: "Schouten" + given-names: "Jaap" + email: Jaap.Schouten@Alliander.com + affiliation: "Alliander" + - family-names: "Baaijen" + given-names: "Thijs" + email: Thijs.Baaijen@Alliander.com + affiliation: "Alliander" + - family-names: "Koppen" + given-names: "Vincent" + email: Vincent.Koppen@Alliander.com + - family-names: "Voort" + name-particle: "van der" + given-names: "Sven" + email: Sven.van.der.Voort@Alliander.com + - name: "Contributors to the LF Energy project Power Grid Model" +contact: + - name: "LF Energy project Power Grid Model" + email: "powergridmodel@lists.lfenergy.org" + +references: + - title: "PowerGridModel/power-grid-model" + url: "https://github.com/PowerGridModel/power-grid-model" + doi: "10.5281/zenodo.8054429" + license: "MPL-2.0" + authors: + - family-names: "Xiang" + given-names: "Yu" + email: "Tony.Xiang@Alliander.com" + affiliation: "Alliander" + - family-names: "Salemink" + given-names: "Peter" + email: "Peter.Salemink@Alliander.com" + affiliation: "Alliander" + - family-names: "Westering" + name-particle: "van" + given-names: "Werner" + email: Werner.van.Westering@Alliander.com + affiliation: "Alliander" + - family-names: "Bharambe" + given-names: "Nitish" + email: "Nitish.Bharambe@Alliander.com" + affiliation: "Alliander" + - family-names: "Govers" + given-names: "Martinus" + email: "Martijn.Govers@Alliander.com" + affiliation: "Alliander" + orcid: "0009-0008-6890-8353" + - family-names: "Bogaard" + name-particle: "van den" + given-names: "Jonas" + email: "Jonas.van.den.Bogaard@Alliander.com" + affiliation: "Alliander" + - family-names: "Stoeller" + given-names: "Bram" + - family-names: "Wang" + given-names: "Zhen" + email: "Zhen.Wang@Alliander.com" + affiliation: "Alliander" + - family-names: "Guo" + given-names: "Jerry" + email: "Jerry.Jinfeng.Guo@Alliander.com" + affiliation: "Alliander" + - family-names: "Jagutis" + given-names: "Laurynas" + email: "Laurynas.Jagutis@Alliander.com" + affiliation: "Alliander" + - family-names: "Wang" + given-names: "Chenguang" + email: "Chenguang.Wang@Alliander.com" + affiliation: "Alliander" + - family-names: "Raalte" + name-particle: "van" + given-names: "Marc" + email: "Marc.van.Raalte@Alliander.com" + affiliation: "Alliander" + - family-names: "Figueroa Manrique" + given-names: "Santiago" + email: "Santiago.Figueroa.Manrique@Alliander.com" + affiliation: "Alliander" + - name: "Contributors to the LF Energy project Power Grid Model" + + - title: "Power grid model: A high-performance distribution grid calculation library" + doi: "10.1049/icp.2023.0633" + authors: + - family-names: "Xiang" + given-names: "Yu" + email: Tony.Xiang@Alliander.com + affiliation: "Alliander" + - family-names: "Salemink" + given-names: "Peter" + email: Peter.Salemink@Alliander.com + affiliation: "Alliander" + - family-names: "Stoeller" + given-names: "Bram" + - family-names: "Bharambe" + given-names: "Nitish" + email: Nitish.Bharambe@Alliander.com + affiliation: "Alliander" + - family-names: "Westering" + name-particle: "van" + given-names: "Werner" + email: Werner.van.Westering@Alliander.com + affiliation: "Alliander" + conference: + name: "CIRED 2023 - The 27th International Conference and Exhibition on Electricity Distribution" + type: conference-paper + year: 2023 + volume: 2023 + pages: "1-5" + + - title: "PowerGridModel/power-grid-model-io" + repository-code: "https://github.com/PowerGridModel/power-grid-model-io" + doi: "10.5281/zenodo.8059257" + license: "MPL-2.0" + type: software-code + authors: + - family-names: "Xiang" + given-names: "Yu" + email: "Tony.Xiang@Alliander.com" + affiliation: "Alliander" + - family-names: "Salemink" + given-names: "Peter" + email: "Peter.Salemink@Alliander.com" + affiliation: "Alliander" + - family-names: "Bharambe" + given-names: "Nitish" + email: "Nitish.Bharambe@Alliander.com" + affiliation: "Alliander" + - family-names: "Govers" + given-names: "Martinus" + email: "Martijn.Govers@Alliander.com" + affiliation: "Alliander" + orcid: "0009-0008-6890-8353" + - family-names: "Bogaard" + name-particle: "van den" + given-names: "Jonas" + email: "Jonas.van.den.Bogaard@Alliander.com" + affiliation: "Alliander" + - family-names: "Stoeller" + given-names: "Bram" + - family-names: "Wang" + given-names: "Zhen" + email: "Zhen.Wang@Alliander.com" + affiliation: "Alliander" + - family-names: "Guo" + given-names: "Jerry" + email: "Jerry.Jinfeng.Guo@Alliander.com" + affiliation: "Alliander" + - family-names: "Jagutis" + given-names: "Laurynas" + email: "Laurynas.Jagutis@Alliander.com" + affiliation: "Alliander" + - family-names: "Wang" + given-names: "Chenguang" + email: "Chenguang.Wang@Alliander.com" + affiliation: "Alliander" + - family-names: "Figueroa Manrique" + given-names: "Santiago" + email: "Santiago.Figueroa.Manrique@Alliander.com" + affiliation: "Alliander" + - name: "Contributors to the LF Energy project Power Grid Model" From a8d18daf76e7fd3e92d5c784a7be23a232f4a0df Mon Sep 17 00:00:00 2001 From: Martijn Govers Date: Fri, 31 Jan 2025 09:11:26 +0100 Subject: [PATCH 2/9] minor fix Signed-off-by: Martijn Govers --- CITATION.cff | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CITATION.cff b/CITATION.cff index 12e7bd2..1ffe473 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -31,9 +31,10 @@ contact: references: - title: "PowerGridModel/power-grid-model" - url: "https://github.com/PowerGridModel/power-grid-model" + repository-code: "https://github.com/PowerGridModel/power-grid-model" doi: "10.5281/zenodo.8054429" license: "MPL-2.0" + type: software-code authors: - family-names: "Xiang" given-names: "Yu" From af3a27fa8f449a55c9ab34ac3a80b5ab8f7188e2 Mon Sep 17 00:00:00 2001 From: Martijn Govers Date: Fri, 31 Jan 2025 09:12:50 +0100 Subject: [PATCH 3/9] fix orcid Signed-off-by: Martijn Govers --- CITATION.cff | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CITATION.cff b/CITATION.cff index 1ffe473..1c90d8c 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -57,7 +57,7 @@ references: given-names: "Martinus" email: "Martijn.Govers@Alliander.com" affiliation: "Alliander" - orcid: "0009-0008-6890-8353" + orcid: "https://orcid.org/0009-0008-6890-8353" - family-names: "Bogaard" name-particle: "van den" given-names: "Jonas" @@ -143,7 +143,7 @@ references: given-names: "Martinus" email: "Martijn.Govers@Alliander.com" affiliation: "Alliander" - orcid: "0009-0008-6890-8353" + orcid: "https://orcid.org/0009-0008-6890-8353" - family-names: "Bogaard" name-particle: "van den" given-names: "Jonas" From 7c9f40fe978a18a618d7160a5e3215a8dc9facad Mon Sep 17 00:00:00 2001 From: Martijn Govers Date: Fri, 31 Jan 2025 09:58:03 +0100 Subject: [PATCH 4/9] add orcid to citations Signed-off-by: Martijn Govers --- CITATION.cff | 22 ++++++++++++++++------ 1 file changed, 16 insertions(+), 6 deletions(-) diff --git a/CITATION.cff b/CITATION.cff index 1c90d8c..dd5a3a2 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -40,6 +40,7 @@ references: given-names: "Yu" email: "Tony.Xiang@Alliander.com" affiliation: "Alliander" + orcid: "https://orcid.org/0000-0001-5889-0067" - family-names: "Salemink" given-names: "Peter" email: "Peter.Salemink@Alliander.com" @@ -49,12 +50,14 @@ references: given-names: "Werner" email: Werner.van.Westering@Alliander.com affiliation: "Alliander" + orcid: "https://orcid.org/0000-0002-4058-2581" - family-names: "Bharambe" given-names: "Nitish" email: "Nitish.Bharambe@Alliander.com" affiliation: "Alliander" + orcid: "https://orcid.org/0009-0007-9694-6077" - family-names: "Govers" - given-names: "Martinus" + given-names: "Martinus G.H." email: "Martijn.Govers@Alliander.com" affiliation: "Alliander" orcid: "https://orcid.org/0009-0008-6890-8353" @@ -70,9 +73,10 @@ references: email: "Zhen.Wang@Alliander.com" affiliation: "Alliander" - family-names: "Guo" - given-names: "Jerry" - email: "Jerry.Jinfeng.Guo@Alliander.com" + given-names: "Jerry Jinfeng" + email: "Jerry.Jinfeng.Guo@hotmail.com" affiliation: "Alliander" + orcid: "https://orcid.org/0000-0002-8065-4084" - family-names: "Jagutis" given-names: "Laurynas" email: "Laurynas.Jagutis@Alliander.com" @@ -99,6 +103,7 @@ references: given-names: "Yu" email: Tony.Xiang@Alliander.com affiliation: "Alliander" + orcid: "https://orcid.org/0000-0001-5889-0067" - family-names: "Salemink" given-names: "Peter" email: Peter.Salemink@Alliander.com @@ -109,11 +114,13 @@ references: given-names: "Nitish" email: Nitish.Bharambe@Alliander.com affiliation: "Alliander" + orcid: "https://orcid.org/0009-0007-9694-6077" - family-names: "Westering" name-particle: "van" given-names: "Werner" email: Werner.van.Westering@Alliander.com affiliation: "Alliander" + orcid: "https://orcid.org/0000-0002-4058-2581" conference: name: "CIRED 2023 - The 27th International Conference and Exhibition on Electricity Distribution" type: conference-paper @@ -131,6 +138,7 @@ references: given-names: "Yu" email: "Tony.Xiang@Alliander.com" affiliation: "Alliander" + orcid: "https://orcid.org/0000-0001-5889-0067" - family-names: "Salemink" given-names: "Peter" email: "Peter.Salemink@Alliander.com" @@ -139,8 +147,9 @@ references: given-names: "Nitish" email: "Nitish.Bharambe@Alliander.com" affiliation: "Alliander" + orcid: "https://orcid.org/0009-0007-9694-6077" - family-names: "Govers" - given-names: "Martinus" + given-names: "Martinus G.H." email: "Martijn.Govers@Alliander.com" affiliation: "Alliander" orcid: "https://orcid.org/0009-0008-6890-8353" @@ -156,9 +165,10 @@ references: email: "Zhen.Wang@Alliander.com" affiliation: "Alliander" - family-names: "Guo" - given-names: "Jerry" - email: "Jerry.Jinfeng.Guo@Alliander.com" + given-names: "Jerry Jinfeng" + email: "Jerry.Jinfeng.Guo@hotmail.com" affiliation: "Alliander" + orcid: "https://orcid.org/0000-0002-8065-4084" - family-names: "Jagutis" given-names: "Laurynas" email: "Laurynas.Jagutis@Alliander.com" From 853770a53e572ce3608291f5aa7fd349b058e36b Mon Sep 17 00:00:00 2001 From: Martijn Govers Date: Fri, 31 Jan 2025 10:11:06 +0100 Subject: [PATCH 5/9] fix message Signed-off-by: Martijn Govers --- CITATION.cff | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CITATION.cff b/CITATION.cff index dd5a3a2..146c46e 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -3,7 +3,7 @@ # SPDX-License-Identifier: MPL-2.0 cff-version: 1.2.0 -message: "If you are using Power Grid Model in your research work, please consider citing our library as below." +message: "If you are using Power Grid Model DS in your research work, please consider citing our library as below." title: "PowerGridModel/power-grid-model-ds" url: "https://github.com/PowerGridModel/power-grid-model-ds" From a496c81d5d97cebcc382930a5f929266561c6baa Mon Sep 17 00:00:00 2001 From: Martijn Govers Date: Fri, 31 Jan 2025 12:07:18 +0100 Subject: [PATCH 6/9] add more ORCHID iD to citations Signed-off-by: Martijn Govers --- CITATION.cff | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CITATION.cff b/CITATION.cff index 146c46e..37f2ad6 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -72,6 +72,7 @@ references: given-names: "Zhen" email: "Zhen.Wang@Alliander.com" affiliation: "Alliander" + orcid: "https://orcid.org/0000-0003-4317-6455" - family-names: "Guo" given-names: "Jerry Jinfeng" email: "Jerry.Jinfeng.Guo@hotmail.com" @@ -164,6 +165,7 @@ references: given-names: "Zhen" email: "Zhen.Wang@Alliander.com" affiliation: "Alliander" + orcid: "https://orcid.org/0000-0003-4317-6455" - family-names: "Guo" given-names: "Jerry Jinfeng" email: "Jerry.Jinfeng.Guo@hotmail.com" From cc0801a276adf1047a175fcd4b125fdc6bc9c1e6 Mon Sep 17 00:00:00 2001 From: Martijn Govers Date: Thu, 6 Feb 2025 15:35:51 +0100 Subject: [PATCH 7/9] update DOI + add badges + complete citations Signed-off-by: Martijn Govers --- CITATION.cff | 17 ++++++++-------- README.md | 57 +++++++++++++++++++++++++++++++++++++++++++++++++++- 2 files changed, 65 insertions(+), 9 deletions(-) diff --git a/CITATION.cff b/CITATION.cff index 37f2ad6..ffee46f 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -7,6 +7,7 @@ message: "If you are using Power Grid Model DS in your research work, please con title: "PowerGridModel/power-grid-model-ds" url: "https://github.com/PowerGridModel/power-grid-model-ds" +doi: "10.5281/zenodo.8054429" license: "MPL-2.0" authors: - family-names: "Schouten" @@ -78,6 +79,10 @@ references: email: "Jerry.Jinfeng.Guo@hotmail.com" affiliation: "Alliander" orcid: "https://orcid.org/0000-0002-8065-4084" + - family-names: "Figueroa Manrique" + given-names: "Santiago" + email: "Santiago.Figueroa.Manrique@Alliander.com" + affiliation: "Alliander" - family-names: "Jagutis" given-names: "Laurynas" email: "Laurynas.Jagutis@Alliander.com" @@ -91,10 +96,6 @@ references: given-names: "Marc" email: "Marc.van.Raalte@Alliander.com" affiliation: "Alliander" - - family-names: "Figueroa Manrique" - given-names: "Santiago" - email: "Santiago.Figueroa.Manrique@Alliander.com" - affiliation: "Alliander" - name: "Contributors to the LF Energy project Power Grid Model" - title: "Power grid model: A high-performance distribution grid calculation library" @@ -171,6 +172,10 @@ references: email: "Jerry.Jinfeng.Guo@hotmail.com" affiliation: "Alliander" orcid: "https://orcid.org/0000-0002-8065-4084" + - family-names: "Figueroa Manrique" + given-names: "Santiago" + email: "Santiago.Figueroa.Manrique@Alliander.com" + affiliation: "Alliander" - family-names: "Jagutis" given-names: "Laurynas" email: "Laurynas.Jagutis@Alliander.com" @@ -179,8 +184,4 @@ references: given-names: "Chenguang" email: "Chenguang.Wang@Alliander.com" affiliation: "Alliander" - - family-names: "Figueroa Manrique" - given-names: "Santiago" - email: "Santiago.Figueroa.Manrique@Alliander.com" - affiliation: "Alliander" - name: "Contributors to the LF Energy project Power Grid Model" diff --git a/README.md b/README.md index 4168f5f..cb9f1d2 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,27 @@ SPDX-FileCopyrightText: Contributors to the Power Grid Model project +[![PyPI version](https://badge.fury.io/py/power-grid-model-ds.svg?no-cache)](https://badge.fury.io/py/power-grid-model-ds) +[![License: MIT](https://img.shields.io/badge/License-MPL2.0-informational.svg)](https://github.com/PowerGridModel/power-grid-model-ds/blob/main/LICENSE) +[![Downloads](https://static.pepy.tech/badge/power-grid-model-ds)](https://pepy.tech/project/power-grid-model-ds) +[![Downloads](https://static.pepy.tech/badge/power-grid-model-ds/month)](https://pepy.tech/project/power-grid-model-ds) + +[![Build and Test Python](https://github.com/PowerGridModel/power-grid-model-ds/actions/workflows/build-test-and-sonar.yml/badge.svg)](https://github.com/PowerGridModel/power-grid-model-ds/actions/workflows/build-test-and-sonar.yml) +[![Check Code Quality](https://github.com/PowerGridModel/power-grid-model-ds/actions/workflows/check-code-quality.yml/badge.svg)](https://github.com/PowerGridModel/power-grid-model-ds/actions/workflows/check-code-quality.yml) +[![REUSE Compliance Check](https://github.com/PowerGridModel/power-grid-model-ds/actions/workflows/reuse-compliance.yml/badge.svg)](https://github.com/PowerGridModel/power-grid-model-ds/actions/workflows/reuse-compliance.yml) +[![docs](https://readthedocs.org/projects/power-grid-model-ds/badge/)](https://power-grid-model-ds.readthedocs.io/en/stable/) + +[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=PowerGridModel_power-grid-model-ds&metric=alert_status)](https://sonarcloud.io/summary/new_code?id=PowerGridModel_power-grid-model-ds) +[![Coverage](https://sonarcloud.io/api/project_badges/measure?project=PowerGridModel_power-grid-model-ds&metric=coverage)](https://sonarcloud.io/summary/new_code?id=PowerGridModel_power-grid-model-ds) +[![Maintainability Rating](https://sonarcloud.io/api/project_badges/measure?project=PowerGridModel_power-grid-model-ds&metric=sqale_rating)](https://sonarcloud.io/summary/new_code?id=PowerGridModel_power-grid-model-ds) +[![Reliability Rating](https://sonarcloud.io/api/project_badges/measure?project=PowerGridModel_power-grid-model-ds&metric=reliability_rating)](https://sonarcloud.io/summary/new_code?id=PowerGridModel_power-grid-model-ds) +[![Security Rating](https://sonarcloud.io/api/project_badges/measure?project=PowerGridModel_power-grid-model-ds&metric=security_rating)](https://sonarcloud.io/summary/new_code?id=PowerGridModel_power-grid-model-ds) +[![Vulnerabilities](https://sonarcloud.io/api/project_badges/measure?project=PowerGridModel_power-grid-model-ds&metric=vulnerabilities)](https://sonarcloud.io/summary/new_code?id=PowerGridModel_power-grid-model-ds) + +[![Nightly build](https://github.com/PowerGridModel/power-grid-model-ds/actions/workflows/nightly.yml/badge.svg)](https://github.com/PowerGridModel/power-grid-model-ds/actions/workflows/nightly.yml) + +[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.8054429.svg)](https://zenodo.org/record/8054429) + [![](https://github.com/PowerGridModel/.github/blob/main/artwork/svg/color.svg)](#) # Power Grid Model Data Science (DS) @@ -30,6 +51,7 @@ See the [power-grid-model-ds documentation](https://power-grid-model-ds.readthed ``` pip install power-grid-model-ds ``` + ## License This project is licensed under the Mozilla Public License, version 2.0 - see [LICENSE](https://github.com/PowerGridModel/power-grid-model-ds/blob/main/LICENSE) for details. @@ -46,7 +68,40 @@ The concerning license files can be found in the [LICENSES](https://github.com/P Please read [CODE_OF_CONDUCT](https://github.com/PowerGridModel/.github/blob/main/CODE_OF_CONDUCT.md) and [CONTRIBUTING](https://github.com/PowerGridModel/.github/blob/main/CONTRIBUTING.md) for details on the process for submitting pull requests to us. +## Citations + +If you are using Power Grid Model DS in your research work, please consider citing our library using the following references. + +[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.8054429.svg)](https://zenodo.org/record/8054429) + +```bibtex +@software{Schouten_PowerGridModel_power-grid-model-ds, + author = {Schouten, Jaap and Baaijen, Thijs and Koppen, Vincent and van der Voort, Sven and {Contributors to the LF Energy project Power Grid Model}}, + doi = {10.5281/zenodo.8054429}, + license = {MPL-2.0}, + title = {{PowerGridModel/power-grid-model-ds}}, + url = {https://github.com/PowerGridModel/power-grid-model-ds} +} +@software{Xiang_PowerGridModel_power-grid-model, + author = {Xiang, Yu and Salemink, Peter and van Westering, Werner and Bharambe, Nitish and Govers, Martinus G.H. and van den Bogaard, Jonas and Stoeller, Bram and Wang, Zhen and Guo, Jerry Jinfeng and Figueroa Manrique, Santiago and Jagutis, Laurynas and Wang, Chenguang and van Raalte, Marc and {Contributors to the LF Energy project Power Grid Model}}, + doi = {10.5281/zenodo.8054429}, + license = {MPL-2.0}, + title = {{PowerGridModel/power-grid-model}}, + url = {https://github.com/PowerGridModel/power-grid-model} +} +@inproceedings{Xiang2023, + author = {Xiang, Yu and Salemink, Peter and Stoeller, Bram and Bharambe, Nitish and van Westering, Werner}, + booktitle={27th International Conference on Electricity Distribution (CIRED 2023)}, + title={Power grid model: a high-performance distribution grid calculation library}, + year={2023}, + volume={2023}, + number={}, + pages={1089-1093}, + keywords={}, + doi={10.1049/icp.2023.0633} +} +``` + ## Contact Please read [SUPPORT](https://github.com/PowerGridModel/.github/blob/main/SUPPORT.md) for how to connect and get into contact with the Power Grid Model project. - From 50ab00da664748d30f1cc30a895ac10a37e02860 Mon Sep 17 00:00:00 2001 From: Martijn Govers Date: Thu, 6 Feb 2025 15:39:52 +0100 Subject: [PATCH 8/9] minor Signed-off-by: Martijn Govers --- CITATION.cff | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CITATION.cff b/CITATION.cff index 6f846ae..ffee46f 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -79,6 +79,10 @@ references: email: "Jerry.Jinfeng.Guo@hotmail.com" affiliation: "Alliander" orcid: "https://orcid.org/0000-0002-8065-4084" + - family-names: "Figueroa Manrique" + given-names: "Santiago" + email: "Santiago.Figueroa.Manrique@Alliander.com" + affiliation: "Alliander" - family-names: "Jagutis" given-names: "Laurynas" email: "Laurynas.Jagutis@Alliander.com" From 6ff15f469dea1348941009a0918f494db8894a0a Mon Sep 17 00:00:00 2001 From: Martijn Govers Date: Thu, 6 Feb 2025 15:46:25 +0100 Subject: [PATCH 9/9] fix DOI Signed-off-by: Martijn Govers --- CITATION.cff | 2 +- README.md | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CITATION.cff b/CITATION.cff index ffee46f..f8f4545 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -7,7 +7,7 @@ message: "If you are using Power Grid Model DS in your research work, please con title: "PowerGridModel/power-grid-model-ds" url: "https://github.com/PowerGridModel/power-grid-model-ds" -doi: "10.5281/zenodo.8054429" +doi: "10.5281/zenodo.14825565" license: "MPL-2.0" authors: - family-names: "Schouten" diff --git a/README.md b/README.md index cb9f1d2..1680f56 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ SPDX-License-Identifier: MPL-2.0 [![Nightly build](https://github.com/PowerGridModel/power-grid-model-ds/actions/workflows/nightly.yml/badge.svg)](https://github.com/PowerGridModel/power-grid-model-ds/actions/workflows/nightly.yml) -[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.8054429.svg)](https://zenodo.org/record/8054429) +[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.14825565.svg)](https://zenodo.org/record/14825565) [![](https://github.com/PowerGridModel/.github/blob/main/artwork/svg/color.svg)](#) @@ -72,12 +72,12 @@ for submitting pull requests to us. If you are using Power Grid Model DS in your research work, please consider citing our library using the following references. -[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.8054429.svg)](https://zenodo.org/record/8054429) +[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.14825565.svg)](https://zenodo.org/record/14825565) ```bibtex @software{Schouten_PowerGridModel_power-grid-model-ds, author = {Schouten, Jaap and Baaijen, Thijs and Koppen, Vincent and van der Voort, Sven and {Contributors to the LF Energy project Power Grid Model}}, - doi = {10.5281/zenodo.8054429}, + doi = {10.5281/zenodo.14825565}, license = {MPL-2.0}, title = {{PowerGridModel/power-grid-model-ds}}, url = {https://github.com/PowerGridModel/power-grid-model-ds}