Skip to content

Commit 485a138

Browse files
committed
Unify citation and zenodo.json
1 parent 691f068 commit 485a138

2 files changed

Lines changed: 27 additions & 78 deletions

File tree

.zenodo.json

Lines changed: 0 additions & 75 deletions
This file was deleted.

CITATION.cff

Lines changed: 27 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
cff-version: 1.2.0
2-
message: "If you use this software, please cite it as below."
2+
message: "If you use this software, please cite it as below and consider citing the related publication."
33
type: software
44
title: "flixopt"
5-
version: 3.1.1
5+
version: 4.3.3
66
date-released: 2025-10-20
77
url: "https://github.com/flixOpt/flixopt"
88
repository-code: "https://github.com/flixOpt/flixopt"
99
license: MIT
10-
abstract: "Progressive flow system optimization in Python. Build simple models quickly, then incrementally add multi-period planning, stochastic scenarios, and custom constraints without refactoring."
10+
abstract: "FlixOpt (Flexible, Low-entry, Investment, X-sector OPTimization) is a comprehensive framework for modeling and optimizing energy and material flow systems in Python. It enables optimization of diverse applications including district heating networks, industrial production lines, renewable energy portfolios, and supply chain logistics. Built on modern scientific Python stack (linopy and xarray), it provides a progressive enhancement approach allowing users to start with simple models and incrementally add complexity such as multi-period investments, stochastic scenarios, and custom constraints. The framework simplifies the creation of global constraints and switching objectives through its 'effect' concept. The framework is designed for researchers and engineers in energy systems, industrial process optimization, and operations research."
1111
keywords:
1212
- optimization
1313
- energy systems
@@ -45,3 +45,27 @@ authors:
4545
email: peter.stange@tu-dresden.de
4646
affiliation: "Chair of Building Energy Systems and Heat Supply, TU Dresden"
4747
orcid: "https://orcid.org/0009-0001-6407-1495"
48+
identifiers:
49+
- type: doi
50+
value: "10.18086/eurosun.2022.04.07"
51+
description: "Software-supported Investment Optimization for District Heating Supply Systems"
52+
- type: url
53+
value: "https://flixopt.github.io/flixopt/latest/"
54+
description: "Documentation"
55+
- type: url
56+
value: "https://pypi.org/project/flixopt/"
57+
description: "PyPI package"
58+
references:
59+
- type: conference-paper
60+
authors:
61+
- family-names: Panitz
62+
given-names: Felix
63+
- family-names: Behrends
64+
given-names: Tim
65+
- family-names: Stange
66+
given-names: Peter
67+
title: "Software-supported Investment Optimization for District Heating Supply Systems"
68+
year: 2022
69+
conference:
70+
name: "EuroSun 2022"
71+
doi: "10.18086/eurosun.2022.04.07"

0 commit comments

Comments
 (0)