From 74cc5c4f9d38ce023970aef62039971148c5969c Mon Sep 17 00:00:00 2001 From: Gabriel Mariano Marcelino Date: Mon, 12 Jan 2026 18:03:07 -0300 Subject: [PATCH] Adding the Zenodo repository to the README file --- README.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/README.md b/README.md index e095734..e2af409 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,9 @@ + + + @@ -54,6 +57,23 @@ The documentation pages can be built with Sphinx by running the following comman * ```make html``` +## Citing + +If you use PyModulation in your academic work or project, you can cite it: + +``` +@misc{marcelino2026, + author = {Marcelino, Gabriel Mariano}, + title = {PyModulation}, + month = jan, + year = 2026, + publisher = {Zenodo}, + version = {v0.1}, + doi = {10.5281/zenodo.18202698}, + url = {https://doi.org/10.5281/zenodo.18202698}, +} +``` + ## License This project is licensed under LGPLv3 license.