Skip to content

Commit f6f2319

Browse files
authored
Update README.md
1 parent 6240f1b commit f6f2319

File tree

1 file changed

+13
-10
lines changed

1 file changed

+13
-10
lines changed

README.md

Lines changed: 13 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@
1111
</a>
1212
</p>
1313

14-
14+
[![DOI](https://joss.theoj.org/papers/10.21105/joss.08341/status.svg)](https://doi.org/10.21105/joss.08341)
1515
[![PyPI version](https://img.shields.io/pypi/v/ChemInformant.svg)](https://pypi.org/project/ChemInformant/)
1616
[![Python Version](https://img.shields.io/badge/python-%3E%3D3.8-blue.svg)](https://pypi.org/project/ChemInformant/)
1717
[![Build Status](https://img.shields.io/github/actions/workflow/status/HzaCode/ChemInformant/tests.yml?label=Build)](https://github.com/HzaCode/ChemInformant/actions/workflows/tests.yml)
1818
![coverage](https://cdn.jsdelivr.net/gh/HzaCode/ChemInformant@gh-pages/coverage.svg)
1919
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
2020
[![PyPI - License](https://img.shields.io/pypi/l/ChemInformant.svg)](https://github.com/HzaCode/ChemInformant/blob/main/LICENSE.md)
2121
[![Docs](https://img.shields.io/badge/Docs-Read_Online-blue?style=flat-square\&logo=book\&logoColor=white)](https://hezhiang.com/ChemInformant)[![Codacy Badge](https://app.codacy.com/project/badge/Grade/ba35e3e2f5224858bcaeb8f9c4ee2838)](https://app.codacy.com/gh/HzaCode/ChemInformant/dashboard?utm_source=gh&utm_medium=referral&utm_content=&utm_campaign=Badge_grade)
22-
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.16623785.svg)](https://doi.org/10.5281/zenodo.16623785)
22+
2323

2424
**ChemInformant** is a robust data acquisition engine for the [PubChem](https://pubchem.ncbi.nlm.nih.gov/) database, engineered for the modern scientific workflow. It intelligently manages network requests, performs rigorous runtime data validation, and delivers analysis-ready results, providing a dependable foundation for any computational chemistry project in Python.
2525

@@ -158,14 +158,17 @@ This project is licensed under the MIT License - see the [LICENSE](LICENSE.md) f
158158
### 📑 Citation
159159

160160
```bibtex
161-
@software{ChemInformant,
162-
title = {ChemInformant},
163-
author = {He, Zhiang},
161+
@article{He2025,
162+
doi = {10.21105/joss.08341},
163+
url = {https://doi.org/10.21105/joss.08341},
164164
year = {2025},
165-
version = {2.4.0},
166-
publisher = {Zenodo},
167-
doi = {10.5281/zenodo.16623785},
168-
url = {https://doi.org/10.5281/zenodo.16623785},
169-
note = {Software}
165+
publisher = {The Open Journal},
166+
volume = {10},
167+
number = {112},
168+
pages = {8341},
169+
author = {He, Zhiang},
170+
title = {ChemInformant: A Robust and Workflow-Centric Python Client for High-Throughput PubChem Access},
171+
journal = {Journal of Open Source Software}
170172
}
173+
171174
```

0 commit comments

Comments
 (0)