Skip to content

Commit

Permalink
fix: zenodo doi
Browse files Browse the repository at this point in the history
Fixes #31
  • Loading branch information
SebastianDD committed Jul 4, 2023
1 parent 76a7875 commit 2dd0480
Showing 1 changed file with 11 additions and 10 deletions.
21 changes: 11 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
A data model for the description of electrical power systems.

- [IEEH Power System Data Model](#ieeh-power-system-data-model)
- [Field of Application](#-field-of-application)
- [Installation](#-installation)
- [Development](#-development)
- [Attribution](#-attribution)
- [ Field of Application](#-field-of-application)
- [ Installation](#-installation)
- [ Development](#-development)
- [ Attribution](#-attribution)

## <div id="application" /> Field of Application

Expand Down Expand Up @@ -47,11 +47,12 @@ Linux/Mac:
curl -sSL https://github.com/raw/pdm-project/pdm/main/install-pdm.py | python3 -
```

Install [pdm-venv](https://github.com/pdm-project/pdm-venv)

Or using pipx or pip:
```bash
pipx install pdm
```
```bash
pdm plugin add pdm-venv
pdm config venv.in_project true
pip install --user pdm
```

Clone `power-system-data-model`
Expand Down Expand Up @@ -90,6 +91,6 @@ Please provide a link to this repository:

Please cite as:

Institute of Electrical Power Systems and High Voltage Engineering - TU Dresden, _Power System Data Model - A data model for the description of electrical power systems_, Zenodo, 2023. <https://doi.org/10.5281/zenodo.7781375>.
Institute of Electrical Power Systems and High Voltage Engineering - TU Dresden, _Power System Data Model - A data model for the description of electrical power systems_, Zenodo, 2023. <https://doi.org/10.5281/zenodo.8087079>.

[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.7781375.svg)](https://doi.org/10.5281/zenodo.7781375)
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.8087079.svg)](https://doi.org/10.5281/zenodo.8087079)

0 comments on commit 2dd0480

Please sign in to comment.