Skip to content

Set Institute as first author within CITATION.cff #1428

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 3 commits into
base: dev
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Adapted `ParticipantAgent` for scala 3 [#1420](https://github.com/ie3-institute/simona/issues/1420)
- Adapted `EmAgent` for scala 3 [#1415](https://github.com/ie3-institute/simona/issues/1415)
- Updated Version within `CITATION.cff` [#1425](https://github.com/ie3-institute/simona/issues/1425)
- Set Institute as first author within `CITATION.cff` [#1427](https://github.com/ie3-institute/simona/issues/1427)

### Fixed
- Fixes in Documentation, ScalaDocs, Code Style and more [#1397](https://github.com/ie3-institute/simona/issues/1397)
Expand Down
10 changes: 9 additions & 1 deletion CITATION.cff
Original file line number Diff line number Diff line change
@@ -1,8 +1,15 @@
cff-version: 1.3.0
cff-version: 1.4.0
title: "SIMONA - A Discrete-Event Distribution Grid Simulation Environment"
message: "If you use this software, please cite it as below."
type: software
authors:
- name: "ie³ - Institute of Energy Systems, Energy Efficiency and Energy Economics - TU Dortmund University"
alias: ie³
address: "Martin-Schmeißer-Weg 12"
city: Dortmund
country: DE
post-code: 44227
website: "https://ie3.etit.tu-dortmund.de/"
- family-names: Hiry
given-names: Johannes
orcid: https://orcid.org/0000-0002-1447-0607
Expand All @@ -28,6 +35,7 @@ authors:
given-names: Julian
- family-names: Staudt
given-names: Marius
orcid: https://orcid.org/0009-0005-3309-5258
repository-code: https://github.com/ie3-institute/simona
url: https://simona.ie3.e-technik.tu-dortmund.de
repository-artifact: https://central.sonatype.com/artifact/com.github.ie3-institute/simona
Expand Down