|
13 | 13 | <a href="https://pypi.org/project/acadgis/"><img src="https://img.shields.io/pypi/pyversions/acadgis?color=2d6a4f" alt="Python"></a> |
14 | 14 | <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> |
15 | 15 | <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> |
16 | 17 | </p> |
17 | 18 |
|
18 | 19 | <p align="center"> |
@@ -144,11 +145,29 @@ agis.study_area("Bangladesh", # whole layout, o |
144 | 145 | - Web app: https://acadgis.com |
145 | 146 | - Documentation: https://doc.acadgis.com |
146 | 147 | - Source: https://github.com/riponcm/AcadGIS |
| 148 | +- Paper: https://arxiv.org/abs/2607.10017 |
147 | 149 | - Data: GADM (boundaries), Copernicus GLO-30 (terrain), Natural Earth and OpenStreetMap |
148 | 150 | (hydrography). Free for academic and non-commercial use — please cite the sources. |
149 | 151 | - Built with [projectmem](https://github.com/riponcm/projectmem) — the persistent |
150 | 152 | memory + workflow layer used to develop AcadGIS. |
151 | 153 |
|
| 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 | + |
152 | 171 | ## License |
153 | 172 |
|
154 | 173 | Apache License 2.0. |
0 commit comments