Citing k-diagram¶
If you use k-diagram in your research or work, please consider
citing it. Proper citation acknowledges the effort involved in
developing and maintaining the software and helps others find and
verify the tools you used.
We recommend citing the software paper (JOSS) and (optionally) the software package/repository version you used. You may also cite any related methods or application papers that informed your work.
Software Paper (JOSS)¶
This paper describes the k-diagram software and its core ideas.
@article{Kouadio2025,
doi = {10.21105/joss.08661},
url = {https://doi.org/10.21105/joss.08661},
year = {2025},
publisher = {The Open Journal},
volume = {10},
number = {116},
pages = {8661},
author = {Kouadio, Kouao Laurent},
title = {k-diagram: Rethinking Forecasting Uncertainty via Polar-based Visualization},
journal = {Journal of Open Source Software}
}
Citing the Software Package¶
If you wish to cite the software artifact directly (e.g., a specific version in a reproducible workflow), include the author, title, version used, and repository URL.
Recommended format:
Kouadio, K. L. (2025). k-diagram: Rethinking Forecasting Uncertainty via Polar-based Visualization (Version 1.4.0). GitHub Repository. https://github.com/earthai-tech/k-diagram
Note
Replace |release| with the specific version you used. You can
check the installed version with k-diagram --version or
import kdiagram; print(kdiagram.__version__).