Skip to content

Commit bc3f516

Browse files
Create 'CITATION.cff'
1 parent 39d093c commit bc3f516

File tree

2 files changed

+36
-0
lines changed

2 files changed

+36
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3939
- Scalafmt should always add trailing commas [#508](https://github.com/ie3-institute/OSMoGrid/issues/508)
4040
- Include highway filter in example config [#513](https://github.com/ie3-institute/OSMoGrid/issues/513)
4141
- Added Marius Staudt to list of reviewers [#516](https://github.com/ie3-institute/OSMoGrid/issues/501)
42+
- Create `CITATION.cff` [#531](https://github.com/ie3-institute/OSMoGrid/issues/531)
4243

4344
### Changed
4445
- Rely on Java 17

CITATION.cff

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
cff-version: 1.2.0
2+
title: OSMoGrid - Electrical Grid Models from OpenStreetMap Data
3+
message: "If you use this software, please cite it as below."
4+
type: software
5+
authors:
6+
- family-names: Hiry
7+
given-names: Johannes
8+
orcid: https://orcid.org/0000-0002-1447-0607
9+
- family-names: Kittl
10+
given-names: Chris
11+
orcid: https://orcid.org/0000-0002-1187-0568
12+
- family-names: Lensen
13+
given-names: Lars
14+
- family-names: Oberließen
15+
given-names: Thomas
16+
orcid: https://orcid.org/0000-0001-5805-5408
17+
- family-names: Peter
18+
given-names: Sebastian
19+
orcid: https://orcid.org/0000-0001-6311-6113
20+
- family-names: Feismann
21+
given-names: Daniel
22+
orcid: https://orcid.org/0000-0002-3531-9025
23+
- family-names: Bao
24+
given-names: Johannes
25+
orcid: https://orcid.org/0009-0008-3641-6469
26+
- family-names: Hohmann
27+
given-names: Julian
28+
- family-names: Staudt
29+
given-names: Marius
30+
repository-code: https://github.com/ie3-institute/OSMoGrid
31+
keywords:
32+
- OpenStreetMap
33+
- electricity distribution grid
34+
license: BSD-3-Clause
35+
version: 0.1.0

0 commit comments

Comments
 (0)