Skip to content

Commit 000be44

Browse files
authored
Add DOI to citations + badges (#35)
* add citations.cff Signed-off-by: Martijn Govers <[email protected]> * minor fix Signed-off-by: Martijn Govers <[email protected]> * fix orcid Signed-off-by: Martijn Govers <[email protected]> * add orcid to citations Signed-off-by: Martijn Govers <[email protected]> * fix message Signed-off-by: Martijn Govers <[email protected]> * add more ORCHID iD to citations Signed-off-by: Martijn Govers <[email protected]> * update DOI + add badges + complete citations Signed-off-by: Martijn Govers <[email protected]> * minor Signed-off-by: Martijn Govers <[email protected]> * fix DOI Signed-off-by: Martijn Govers <[email protected]> --------- Signed-off-by: Martijn Govers <[email protected]> Signed-off-by: Martijn Govers <[email protected]>
1 parent 832b59c commit 000be44

File tree

2 files changed

+65
-9
lines changed

2 files changed

+65
-9
lines changed

CITATION.cff

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ message: "If you are using Power Grid Model DS in your research work, please con
77

88
title: "PowerGridModel/power-grid-model-ds"
99
url: "https://github.com/PowerGridModel/power-grid-model-ds"
10+
doi: "10.5281/zenodo.14825565"
1011
license: "MPL-2.0"
1112
authors:
1213
- family-names: "Schouten"
@@ -78,6 +79,10 @@ references:
7879
7980
affiliation: "Alliander"
8081
orcid: "https://orcid.org/0000-0002-8065-4084"
82+
- family-names: "Figueroa Manrique"
83+
given-names: "Santiago"
84+
85+
affiliation: "Alliander"
8186
- family-names: "Jagutis"
8287
given-names: "Laurynas"
8388
@@ -91,10 +96,6 @@ references:
9196
given-names: "Marc"
9297
9398
affiliation: "Alliander"
94-
- family-names: "Figueroa Manrique"
95-
given-names: "Santiago"
96-
97-
affiliation: "Alliander"
9899
- name: "Contributors to the LF Energy project Power Grid Model"
99100

100101
- title: "Power grid model: A high-performance distribution grid calculation library"
@@ -171,6 +172,10 @@ references:
171172
172173
affiliation: "Alliander"
173174
orcid: "https://orcid.org/0000-0002-8065-4084"
175+
- family-names: "Figueroa Manrique"
176+
given-names: "Santiago"
177+
178+
affiliation: "Alliander"
174179
- family-names: "Jagutis"
175180
given-names: "Laurynas"
176181
@@ -179,8 +184,4 @@ references:
179184
given-names: "Chenguang"
180185
181186
affiliation: "Alliander"
182-
- family-names: "Figueroa Manrique"
183-
given-names: "Santiago"
184-
185-
affiliation: "Alliander"
186187
- name: "Contributors to the LF Energy project Power Grid Model"

README.md

Lines changed: 56 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,27 @@ SPDX-FileCopyrightText: Contributors to the Power Grid Model project <powergridm
44
SPDX-License-Identifier: MPL-2.0
55
-->
66

7+
[![PyPI version](https://badge.fury.io/py/power-grid-model-ds.svg?no-cache)](https://badge.fury.io/py/power-grid-model-ds)
8+
[![License: MIT](https://img.shields.io/badge/License-MPL2.0-informational.svg)](https://github.com/PowerGridModel/power-grid-model-ds/blob/main/LICENSE)
9+
[![Downloads](https://static.pepy.tech/badge/power-grid-model-ds)](https://pepy.tech/project/power-grid-model-ds)
10+
[![Downloads](https://static.pepy.tech/badge/power-grid-model-ds/month)](https://pepy.tech/project/power-grid-model-ds)
11+
12+
[![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)
13+
[![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)
14+
[![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)
15+
[![docs](https://readthedocs.org/projects/power-grid-model-ds/badge/)](https://power-grid-model-ds.readthedocs.io/en/stable/)
16+
17+
[![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)
18+
[![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)
19+
[![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)
20+
[![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)
21+
[![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)
22+
[![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)
23+
24+
[![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)
25+
26+
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.14825565.svg)](https://zenodo.org/record/14825565)
27+
728
[![](https://github.com/PowerGridModel/.github/blob/main/artwork/svg/color.svg)](#)
829

930
# Power Grid Model Data Science (DS)
@@ -30,6 +51,7 @@ See the [power-grid-model-ds documentation](https://power-grid-model-ds.readthed
3051
```
3152
pip install power-grid-model-ds
3253
```
54+
3355
## License
3456

3557
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
4668
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
4769
for submitting pull requests to us.
4870

71+
## Citations
72+
73+
If you are using Power Grid Model DS in your research work, please consider citing our library using the following references.
74+
75+
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.14825565.svg)](https://zenodo.org/record/14825565)
76+
77+
```bibtex
78+
@software{Schouten_PowerGridModel_power-grid-model-ds,
79+
author = {Schouten, Jaap and Baaijen, Thijs and Koppen, Vincent and van der Voort, Sven and {Contributors to the LF Energy project Power Grid Model}},
80+
doi = {10.5281/zenodo.14825565},
81+
license = {MPL-2.0},
82+
title = {{PowerGridModel/power-grid-model-ds}},
83+
url = {https://github.com/PowerGridModel/power-grid-model-ds}
84+
}
85+
@software{Xiang_PowerGridModel_power-grid-model,
86+
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}},
87+
doi = {10.5281/zenodo.8054429},
88+
license = {MPL-2.0},
89+
title = {{PowerGridModel/power-grid-model}},
90+
url = {https://github.com/PowerGridModel/power-grid-model}
91+
}
92+
@inproceedings{Xiang2023,
93+
author = {Xiang, Yu and Salemink, Peter and Stoeller, Bram and Bharambe, Nitish and van Westering, Werner},
94+
booktitle={27th International Conference on Electricity Distribution (CIRED 2023)},
95+
title={Power grid model: a high-performance distribution grid calculation library},
96+
year={2023},
97+
volume={2023},
98+
number={},
99+
pages={1089-1093},
100+
keywords={},
101+
doi={10.1049/icp.2023.0633}
102+
}
103+
```
104+
49105
## Contact
50106

51107
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.
52-

0 commit comments

Comments
 (0)