Skip to content

Commit b2c2919

Browse files
riponcmclaude
andcommitted
readme: cite the published arXiv paper (2607.10017) — badge, link, BibTeX
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
1 parent 5f96dff commit b2c2919

2 files changed

Lines changed: 32 additions & 7 deletions

File tree

README.md

Lines changed: 13 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,11 @@
1010
[![Python](https://img.shields.io/pypi/pyversions/acadgis?color=2d6a4f)](https://pypi.org/project/acadgis/)
1111
[![License](https://img.shields.io/badge/license-Apache--2.0-1b9aaa.svg)](LICENSE)
1212
[![Docs](https://img.shields.io/badge/docs-acadgis.com-ffb567.svg)](https://doc.acadgis.com)
13+
[![arXiv](https://img.shields.io/badge/arXiv-2607.10017-b31b1b.svg)](https://arxiv.org/abs/2607.10017)
1314

1415
### Publication-ready study area maps for research — in a few lines of Python
1516

16-
**[Website](https://acadgis.com)** &nbsp;&middot;&nbsp; **[Documentation](https://doc.acadgis.com)** &nbsp;&middot;&nbsp; **[PyPI](https://pypi.org/project/acadgis/)** &nbsp;&middot;&nbsp; **[Changelog](CHANGELOG.md)** &nbsp;&middot;&nbsp; **[Quick start](#quick-start)**
17+
**[Website](https://acadgis.com)** &nbsp;&middot;&nbsp; **[Documentation](https://doc.acadgis.com)** &nbsp;&middot;&nbsp; **[PyPI](https://pypi.org/project/acadgis/)** &nbsp;&middot;&nbsp; **[Paper (arXiv)](https://arxiv.org/abs/2607.10017)** &nbsp;&middot;&nbsp; **[Changelog](CHANGELOG.md)** &nbsp;&middot;&nbsp; **[Quick start](#quick-start)**
1718

1819
</div>
1920

@@ -201,13 +202,18 @@ in your work. See [`NOTICE`](NOTICE).
201202

202203
## Citation
203204

205+
If AcadGIS helps your research, please cite the paper:
206+
204207
```bibtex
205-
@software{acadgis,
206-
title = {AcadGIS: publication-ready academic GIS study-area maps},
207-
author = {Ripon Chandra Malo},
208-
year = {2026},
209-
url = {https://github.com/riponcm/AcadGIS},
210-
note = {Web app: https://acadgis.com}
208+
@misc{malo2026acadgis,
209+
title = {{AcadGIS}: A Single-Import {Python} Package for Reproducible, Publication-Ready Academic Maps},
210+
author = {Malo, Ripon Chandra and Roy, Shatabdi and Qiu, Tong},
211+
year = {2026},
212+
eprint = {2607.10017},
213+
archivePrefix = {arXiv},
214+
primaryClass = {cs.MS},
215+
doi = {10.48550/arXiv.2607.10017},
216+
url = {https://arxiv.org/abs/2607.10017}
211217
}
212218
```
213219

README_PyPI.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
<a href="https://pypi.org/project/acadgis/"><img src="https://img.shields.io/pypi/pyversions/acadgis?color=2d6a4f" alt="Python"></a>
1414
<a href="https://www.apache.org/licenses/LICENSE-2.0"><img src="https://img.shields.io/badge/license-Apache--2.0-1b9aaa.svg" alt="License"></a>
1515
<a href="https://doc.acadgis.com"><img src="https://img.shields.io/badge/docs-acadgis.com-ffb567.svg" alt="Docs"></a>
16+
<a href="https://arxiv.org/abs/2607.10017"><img src="https://img.shields.io/badge/arXiv-2607.10017-b31b1b.svg" alt="arXiv"></a>
1617
</p>
1718

1819
<p align="center">
@@ -144,11 +145,29 @@ agis.study_area("Bangladesh", # whole layout, o
144145
- Web app: https://acadgis.com
145146
- Documentation: https://doc.acadgis.com
146147
- Source: https://github.com/riponcm/AcadGIS
148+
- Paper: https://arxiv.org/abs/2607.10017
147149
- Data: GADM (boundaries), Copernicus GLO-30 (terrain), Natural Earth and OpenStreetMap
148150
(hydrography). Free for academic and non-commercial use — please cite the sources.
149151
- Built with [projectmem](https://github.com/riponcm/projectmem) — the persistent
150152
memory + workflow layer used to develop AcadGIS.
151153

154+
## Citation
155+
156+
If AcadGIS helps your research, please cite the paper (arXiv:2607.10017):
157+
158+
```bibtex
159+
@misc{malo2026acadgis,
160+
title = {{AcadGIS}: A Single-Import {Python} Package for Reproducible, Publication-Ready Academic Maps},
161+
author = {Malo, Ripon Chandra and Roy, Shatabdi and Qiu, Tong},
162+
year = {2026},
163+
eprint = {2607.10017},
164+
archivePrefix = {arXiv},
165+
primaryClass = {cs.MS},
166+
doi = {10.48550/arXiv.2607.10017},
167+
url = {https://arxiv.org/abs/2607.10017}
168+
}
169+
```
170+
152171
## License
153172

154173
Apache License 2.0.

0 commit comments

Comments
 (0)