-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
1a0d75f
commit 9b0ce91
Showing
1 changed file
with
25 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,25 @@ | ||
|
||
@article{iacomiPyGAPSPythonbasedFramework2019, | ||
title = {{pyGAPS}: a {Python}-based framework for adsorption isotherm processing and material characterisation}, | ||
volume = {25}, | ||
copyright = {All rights reserved}, | ||
issn = {1572-8757}, | ||
url = {https://doi.org/10.1007/s10450-019-00168-5}, | ||
doi = {10.1007/s10450-019-00168-5}, | ||
number = {8}, | ||
journal = {Adsorption}, | ||
author = {Iacomi, Paul and Llewellyn, Philip L.}, | ||
month = sep, | ||
year = {2019}, | ||
pages = {1533--1542}, | ||
} | ||
cff-version: 1.2.0 | ||
message: "If you use this software, please cite the published paper as below." | ||
authors: | ||
- family-names: "Iacomi" | ||
given-names: "Paul" | ||
orcid: "https://orcid.org/0000-0001-5477-1503" | ||
title: "pyGAPS" | ||
url: "https://github.com/github/pyGAPS" | ||
preferred-citation: | ||
type: article | ||
authors: | ||
- family-names: "Iacomi" | ||
given-names: "Paul" | ||
orcid: "https://orcid.org/0000-0001-5477-1503" | ||
- family-names: "Llewellyn" | ||
given-names: "Philip L" | ||
doi: "10.1007/s10450-019-00168-5" | ||
journal: "Adsorption" | ||
month: 9 | ||
start: 1533 # First page number | ||
end: 1542 # Last page number | ||
title: "pyGAPS: a Python-based framework for adsorption isotherm processing and material characterisation" | ||
issue: 8 | ||
volume: 25 | ||
year: 2019 |