Skip to content

Commit 8eb5f06

Browse files
Update DOIs & citations
1 parent c580d48 commit 8eb5f06

File tree

4 files changed

+50
-35
lines changed

4 files changed

+50
-35
lines changed

README.md

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,10 @@ src="https://pepy.tech/badge/overreact/month" alt="downloads/month" /></a> <a
2828
href="https://pepy.tech/project/overreact" ><img
2929
src="https://pepy.tech/badge/overreact" alt="total downloads" /></a> </p>
3030

31-
<p> <a href="https://zenodo.org/badge/latestdoi/214332027" ><img
32-
src="https://zenodo.org/badge/214332027.svg" alt="DOI" /></a> </p>
31+
<p> <a href="https://doi.org/10.1002/jcc.26861" ><img
32+
src="https://img.shields.io/badge/DOI-10.1002%2Fjcc.26861-blue" alt="DOI" /></a>
33+
<a href="https://doi.org/10.5281/zenodo.5730603"><img
34+
src="https://zenodo.org/badge/DOI/10.5281/zenodo.5730603.svg" alt="DOI" /></a> /p>
3335

3436
<p> <a href="https://github.com/geem-lab/overreact#funding" ><img
3537
src="https://img.shields.io/badge/made%20in-Brazil-009c3b" alt="Made in Brazil
@@ -123,24 +125,22 @@ If you use **overreact** in your research, please cite:
123125
> F. S. S. Schneider and G. F. Caramori. _**geem-lab/overreact**: a tool for
124126
> creating and analyzing microkinetic models built from computational chemistry
125127
> data, v1.0.2_. **2021**.
126-
> [DOI:10.5281/zenodo.5730603](https://zenodo.org/badge/latestdoi/214332027).
128+
> [doi:10.1002/jcc.26861](https://doi.org/10.1002/jcc.26861).
127129
> Freely available at: <<https://github.com/geem-lab/overreact>>.
128130
129131
Here's the reference in [BibTeX](http://www.bibtex.org/) format:
130132

131133
```bibtex
132-
@misc{overreact2021,
133-
howpublished = {\url{https://github.com/geem-lab/overreact}}
134-
year = {2021},
135-
author = {Schneider, F. S. S. and Caramori, G. F.},
136-
title = {
137-
\textbf{geem-lab/overreact}: a tool for creating and analyzing
138-
microkinetic models built from computational chemistry data, v1.0.2
139-
},
140-
doi = {10.5281/zenodo.5730603},
141-
url = {https://zenodo.org/record/5730603},
142-
publisher = {Zenodo},
143-
copyright = {Open Access}
134+
@article{2022,
135+
title={Overreact, an in silico lab: Automative quantum chemical microkinetic simulations for complex chemical reactions},
136+
ISSN={1096-987X},
137+
url={http://dx.doi.org/10.1002/jcc.26861},
138+
DOI={10.1002/jcc.26861},
139+
journal={Journal of Computational Chemistry},
140+
publisher={Wiley},
141+
author={Schneider, Felipe S. S. and Caramori, Giovanni F.},
142+
year={2022},
143+
month={Apr}
144144
}
145145
```
146146

overreact/__init__.py

Lines changed: 29 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -39,23 +39,36 @@
3939
__url_pypi__ = "https://pypi.org/project/overreact/"
4040
__url_guide__ = "https://geem-lab.github.io/overreact-guide/"
4141

42-
__doi__ = "10.5281/zenodo.5730603"
43-
__citation__ = r"""
44-
@misc{overreact2021,
42+
__doi__ = "10.1002/jcc.26861"
43+
__zenodo_doi__ = "10.5281/zenodo.5730603"
44+
__citations__ = (
45+
r"""
46+
@article{overreact_paper2022,
47+
title = {Overreact, an in silico lab: Automative quantum chemical microkinetic simulations for complex chemical reactions},
48+
url = {http://dx.doi.org/DOI_PLACEHOLDER},
49+
author = {Schneider, Felipe S. S. and Caramori, Giovanni F.},
50+
DOI = {DOI_PLACEHOLDER},
51+
ISSN = {1096-987X},
52+
journal = {Journal of Computational Chemistry},
53+
publisher = {Wiley},
54+
year = {2022},
55+
month = {Apr}
56+
}
57+
@software{overreact_software2021,
58+
title = {geem-lab/overreact: vVERSION_PLACEHOLDER | Zenodo},
59+
version = {vVERSION_PLACEHOLDER},
4560
howpublished = {\url{URL_REPO_PLACEHOLDER}},
46-
year = {2021},
47-
author = {Schneider, F. S. S. and Caramori, G. F.},
48-
title = {
49-
\textbf{geem-lab/overreact}: a tool for creating and analyzing
50-
microkinetic models built from computational chemistry data, v1.0.2
51-
},
52-
doi = {DOI_PLACEHOLDER},
53-
url = {https://zenodo.org/record/5730603},
54-
publisher = {Zenodo},
55-
copyright = {Open Access}
61+
url = {https://doi.org/ZENODO_DOI_PLACEHOLDER},
62+
author = {Schneider, Felipe S. S. and Caramori, Giovanni F.},
63+
DOI = {ZENODO_DOI_PLACEHOLDER},
64+
publisher = {Zenodo},
65+
year = {2021},
66+
month = {Nov}
5667
}
5768
""".replace(
58-
"DOI_PLACEHOLDER", __doi__
59-
).replace(
60-
"URL_REPO_PLACEHOLDER", __url_repo__
69+
"DOI_PLACEHOLDER", __doi__
70+
)
71+
.replace("ZENODO_DOI_PLACEHOLDER", __zenodo_doi__)
72+
.replace("URL_REPO_PLACEHOLDER", __url_repo__)
73+
.replace("VERSION_PLACEHOLDER", __version__)
6174
)

overreact/_cli.py

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -748,7 +748,7 @@ def main(arguments=None):
748748
749749
Licensed under the terms of the {rx.__license__} License.
750750
If you publish work using this software, please cite
751-
https://doi.org/{rx.__doi__}.
751+
https://doi.org/{rx.__doi__} and https://doi.org/{rx.__zenodo_doi__}.
752752
""",
753753
formatter_class=argparse.ArgumentDefaultsHelpFormatter,
754754
)
@@ -878,10 +878,12 @@ def main(arguments=None):
878878
Licensed under the terms of the
879879
[{rx.__license__} License]({rx.__url_repo__}/blob/main/LICENSE).
880880
If you publish work using this software, **please cite
881-
[DOI:{rx.__doi__}](https://zenodo.org/badge/latestdoi/214332027)**:
881+
[doi:{rx.__doi__}](https://doi.org/{rx.__doi__})
882+
*and*
883+
[doi:{rx.__zenodo_doi__}](https://doi.org/{rx.__zenodo_doi__})**:
882884
883885
```
884-
{rx.__citation__}
886+
{rx.__citations__}
885887
```
886888
887889
Read the user guide at [{rx.__url_guide__}]({rx.__url_guide__}) for more information

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ classifiers = [
4242
"Bug Tracker" = "https://github.com/geem-lab/overreact/issues"
4343
"Discussions" = "https://github.com/geem-lab/overreact/discussions"
4444

45-
"Citation" = "https://zenodo.org/badge/latestdoi/214332027"
45+
"Citation" = "https://doi.org/10.1002/jcc.26861"
4646

4747
[tool.poetry.scripts]
4848
overreact = 'overreact._cli:main'

0 commit comments

Comments
 (0)