Skip to content

Commit 15eabc5

Browse files
authored
Merge pull request #225 from lipikaparida-web/docs/add-citation
Add CITATION.cff for GBasis journal reference
2 parents 252e758 + eec52f5 commit 15eabc5

2 files changed

Lines changed: 75 additions & 8 deletions

File tree

CITATION.cff

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
cff-version: 1.2.0
2+
message: "If you use GBasis in your research, please cite the following paper."
3+
title: "GBasis"
4+
type: software
5+
url: "https://github.com/theochem/gbasis"
6+
license: "LGPL-3.0"
7+
preferred-citation:
8+
type: article
9+
title: "GBasis: A Python Library for Evaluating Functions, Functionals, and Integrals Expressed with Gaussian Basis Functions."
10+
authors:
11+
- family-names: Kim
12+
given-names: Taejin D.
13+
- family-names: Pujal
14+
given-names: Leila
15+
- family-names: Richer
16+
given-names: Michelle
17+
- family-names: van Zyl
18+
given-names: Max
19+
- family-names: Martínez-González
20+
given-names: Marco
21+
- family-names: Tehrani
22+
given-names: Amir
23+
- family-names: Chuiko
24+
given-names: Vladislav
25+
- family-names: Sánchez-Díaz
26+
given-names: Gabriel
27+
- family-names: Sanchez
28+
given-names: William
29+
- family-names: Adams
30+
given-names: William
31+
- family-names: Huang
32+
given-names: X.
33+
- family-names: Kelly
34+
given-names: Brian D.
35+
- family-names: Vöhringer-Martinez
36+
given-names: Esteban
37+
- family-names: Verstraelen
38+
given-names: Toon
39+
- family-names: Heidar-Zadeh
40+
given-names: Farnaz
41+
- family-names: Ayers
42+
given-names: Paul W.
43+
journal: "The Journal of Chemical Physics"
44+
volume: 161
45+
issue: 4
46+
pages: 042503
47+
year: 2024
48+
doi: "10.1063/5.0216776"

website/intro.md

Lines changed: 27 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,33 @@
11
<!-- #region -->
22
# Welcome to GBasis's Documentation!
33

4-
[Gbasis](https://github.com/theochem/gbasis/) is a free, open-source, and cross-platform Python library designed to help you effortlessly work with Gaussian-type orbitals. Please use the following citation in any publication using Gbasis library:
5-
6-
**"GBasis: A Python Library for Evaluating Functions, Functionals, and
7-
Integrals Expressed with Gaussian Basis Functions"**,
8-
Taewon David Kim, Leila Pujal, Maximilian van Zyl, Alireza Tehrani, Michelle Richer, Gabriela
9-
Sánchez-Díaz, Xiaotian Derrick Yang, Valerii Chuiko, Raymundo Hernández-Esparza, William Adams,
10-
Xiaomin Huang, Braden D. Kelly, Matthew Chan, Esteban Vöhringer-Martinez, Toon Verstraelen, Farnaz
11-
Heidar-Zadeh, and Paul W. Ayers
4+
[GBasis](https://github.com/theochem/gbasis/) is a free, open-source, and cross-platform Python library designed to help you effortlessly work with Gaussian-type orbitals. Please use the following citation in any publication using the GBasis library:
5+
6+
> **GBasis: A Python Library for Evaluating Functions, Functionals, and Integrals Expressed with Gaussian Basis Functions.**
7+
> Taewon David Kim, Leila Pujal, Michelle Richer, Maximilian van Zyl, Marco Martínez-González, Alireza Tehrani, Valerii Chuiko, Gabriela Sánchez-Díaz, Wesley Sanchez, William Adams, Xiaomin Huang, Braden D. Kelly, Esteban Vöhringer-Martinez, Toon Verstraelen, Farnaz Heidar-Zadeh, Paul W. Ayers.
8+
> *J. Chem. Phys. 161 (4), 042503 (2024).*
9+
> https://doi.org/10.1063/5.0216776
10+
11+
12+
```bibtex
13+
@article{Kim2024GBasis,
14+
author = {Kim, Taewon David and Pujal, Leila and Richer, Michelle and
15+
van Zyl, Maximilian and Mart{\'\i}nez-Gonz{\'a}lez, Marco and
16+
Tehrani, Alireza and Chuiko, Valerii and
17+
S{\'a}nchez-D{\'\i}az, Gabriela and Sanchez, Wesley and
18+
Adams, William and Huang, Xiaomin and Kelly, Braden D. and
19+
V{\"o}hringer-Martinez, Esteban and Verstraelen, Toon and
20+
Heidar-Zadeh, Farnaz and Ayers, Paul W.},
21+
title = {{GBasis}: A Python library for evaluating functions, functionals,
22+
and integrals expressed with Gaussian basis functions},
23+
journal = {The Journal of Chemical Physics},
24+
volume = {161},
25+
number = {4},
26+
pages = {042503},
27+
year = {2024},
28+
doi = {10.1063/5.0216776}
29+
}
30+
```
1231

1332
The GBasis source code is hosted on [GitHub](https://github.com/theochem/gbasis/) and is released under the [GNU LESSER GENERAL PUBLIC LICENSE](https://github.com/theochem/gbasis/blob/master/LICENSE). We welcome any contributions to the GBasis library in accordance with our [Code of Conduct](https://github.com/theochem/gbasis/blob/master/CODE_OF_CONDUCT.md); please see our [Contributing Guidelines](https://github.com/theochem/gbasis/blob/master/CONTRIBUTING.md). Please report any issues you encounter while using GBasis library on [GitHub Issues](https://github.com/theochem/gbasis/issues). For further information and inquiries please contact us at qcdevs@gmail.com.
1433

0 commit comments

Comments
 (0)