File tree Expand file tree Collapse file tree 2 files changed +36
-0
lines changed Expand file tree Collapse file tree 2 files changed +36
-0
lines changed Original file line number Diff line number Diff line change @@ -39,6 +39,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
39
39
- Scalafmt should always add trailing commas [ #508 ] ( https://github.com/ie3-institute/OSMoGrid/issues/508 )
40
40
- Include highway filter in example config [ #513 ] ( https://github.com/ie3-institute/OSMoGrid/issues/513 )
41
41
- 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 )
42
43
43
44
### Changed
44
45
- Rely on Java 17
Original file line number Diff line number Diff line change
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
You can’t perform that action at this time.
0 commit comments