Skip to content

Commit 5d0d4a9

Browse files
authored
Add citation file and readme section (#162)
1 parent 47234c9 commit 5d0d4a9

4 files changed

Lines changed: 41 additions & 7 deletions

File tree

CITATION.bib

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
@article{rehner2023feos,
2+
author = {Rehner, Philipp and Bauer, Gernot and Gross, Joachim},
3+
title = {FeOs: An Open-Source Framework for Equations of State and Classical Density Functional Theory},
4+
journal = {Industrial \& Engineering Chemistry Research},
5+
volume = {62},
6+
number = {12},
7+
pages = {5347-5357},
8+
year = {2023},
9+
doi = {10.1021/acs.iecr.2c04561},
10+
URL = {https://doi.org/10.1021/acs.iecr.2c04561},
11+
eprint = {https://doi.org/10.1021/acs.iecr.2c04561}
12+
}

README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,3 +153,19 @@ This software is currently maintained by members of the groups of
153153
`FeOs` grew from the need to maintain a common codebase used within the scientific work done in our groups. We share the code publicly as a platform to publish our own research but also encourage other researchers and developers to contribute their own models or implementations of existing equations of state.
154154

155155
If you want to contribute to ``FeOs``, there are several ways to go: improving the documentation and helping with language issues, testing the code on your systems to find bugs, adding new models or algorithms, or providing feature requests. Feel free to message us if you have questions or open an issue to discuss improvements.
156+
157+
## Cite us
158+
159+
If you find `FeOs` useful for your own scientific studies, consider citing our [publication](https://pubs.acs.org/doi/full/10.1021/acs.iecr.2c04561) accompanying this library.
160+
161+
```
162+
@article{rehner2023feos,
163+
author = {Rehner, Philipp and Bauer, Gernot and Gross, Joachim},
164+
title = {FeOs: An Open-Source Framework for Equations of State and Classical Density Functional Theory},
165+
journal = {Industrial \& Engineering Chemistry Research},
166+
volume = {62},
167+
number = {12},
168+
pages = {5347-5357},
169+
year = {2023},
170+
}
171+
```

parameters/saftvrqmie/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ The files named according to the pattern `NameYear.json` correspond to published
1313
|file|model|publication|
1414
|-|-|:-:|
1515
[`aasen2019.json`](aasen2019.json) | first-order Feynman-Hibbs correction parameters. | [🔗](https://doi.org/10.1063/1.5111364)
16-
[`hammer2023.json`](hammer2023.json) | first-order Feynman-Hibbs correction parameters used for (but not adjusted to) surface tensions. | TBD
16+
[`hammer2023.json`](hammer2023.json) | first-order Feynman-Hibbs correction parameters used for (but not adjusted to) surface tensions. | [🔗](https://doi.org/10.1063/5.0137226)
1717

1818
## Binary Parameters
1919

parameters/saftvrqmie/literature.bib

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,16 @@ @article{aasen2020
3333
}
3434

3535
@article{hammer2023,
36-
author = {Hammer, Morten and Bauer, Gernot and Stierle, Rolf
37-
and Gross, Joachim and Wilhelmsen, {\O}ivind},
38-
title = {Classical density functional theory for interfacial
39-
properties of hydrogen, helium, deuterium, neon and
40-
their mixtures},
41-
journal = {To be published},
36+
author = {Hammer, Morten and Bauer, Gernot and Stierle, Rolf and Gross, Joachim and Wilhelmsen, Øivind},
37+
title = "{Classical density functional theory for interfacial properties of hydrogen, helium, deuterium, neon, and their mixtures}",
38+
journal = {The Journal of Chemical Physics},
39+
volume = {158},
40+
number = {10},
41+
year = {2023},
42+
month = {03},
43+
issn = {0021-9606},
44+
doi = {10.1063/5.0137226},
45+
url = {https://doi.org/10.1063/5.0137226},
46+
note = {104107},
47+
eprint = {https://pubs.aip.org/aip/jcp/article-pdf/doi/10.1063/5.0137226/16790502/104107\_1\_online.pdf},
4248
}

0 commit comments

Comments
 (0)