Skip to content

Commit 34ea921

Browse files
committed
fix author order and citation reference
1 parent f89c3ca commit 34ea921

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -28,14 +28,14 @@ You can either have a look at the `demonstration.ipynb` which demonstrates SFILE
2828
If you use this package or find it helpful in your research, please consider citing:
2929

3030
```text
31-
@article{hirtreiter2024toward,
32-
title={Toward automatic generation of control structures for process flow diagrams with large language models},
33-
author={Hirtreiter, Edwin and Schulze Balhorn, Lukas and Schweidtmann, Artur M},
34-
journal={AIChE Journal},
35-
volume={70},
36-
number={1},
37-
pages={e18259},
38-
year={2024},
39-
publisher={Wiley Online Library}
31+
@article{vogel2023sfiles,
32+
title={SFILES 2.0: an extended text-based flowsheet representation},
33+
author={Vogel, Gabriel and Hirtreiter, Edwin and Schulze Balhorn, Lukas and Schweidtmann, Artur M},
34+
journal={Optimization and Engineering},
35+
volume={24},
36+
number={4},
37+
pages={2911--2933},
38+
year={2023},
39+
publisher={Springer}
4040
}
4141
```

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,18 +7,18 @@ packages = ["Flowsheet_Class"]
77

88
[project]
99
name = "SFILES2"
10-
version = "v1.0.1"
10+
version = "v1.0.2"
1111
description = "Conversion between PFDs/P&IDs and SFILES 2.0 strings."
1212
readme = "README.md"
1313
requires-python = ">=3.9"
1414
keywords = [
1515
"SFILES 2.0, PFD, chemical engineering",
1616
]
1717
authors = [
18+
{ name = "Artur M. Schweidtmann", email = "A.Schweidtmann@tudelft.nl" },
1819
{ name = "Gabriel Vogel", email = "G.Vogel@tudelft.nl" },
1920
{ name = "Edwin Hirtreiter", email = "edwin.hirtreiter@tum.de" },
2021
{ name = "Lukas Schulze Balhorn", email = "L.Schulzebalhorn@tudelft.nl" },
21-
{ name = "Artur M. Schweidtmann", email = "A.Schweidtmann@tudelft.nl" },
2222
]
2323
classifiers = [
2424
"Programming Language :: Python :: 3",

0 commit comments

Comments
 (0)