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 the software package itself. You may also cite any related application or methods papers that informed your work.
Software Paper (Planned JOSS Submission)¶
This paper focuses on the k-diagram software and is intended for
the open-source and scientific software community.
@article{kouadio_kdiagram_joss_prep_2025,
author = {Kouadio, Kouao Laurent},
title = {k-diagram: Rethinking Forecasting Uncertainty via
Polar-Based Visualization},
note = {In preparation for submission to the Journal of
Open Source Software (JOSS)},
year = {2025},
howpublished = {\url{https://github.com/earthai-tech/k-diagram}},
release = {|release|}
}
Citing the Software Package¶
If you wish to cite the software artifact directly, 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.3.5). 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__).)
Furthermore, we plan to archive stable releases on Zenodo to provide a persistent DOI. Please check the repository for updates once DOIs are issued.