Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 20 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
<a href="https://pypi.org/project/pymodulation/">
<img src="https://img.shields.io/pypi/v/pymodulation?style=for-the-badge">
</a>
<a href="https://doi.org/10.5281/zenodo.18202698">
<img src="https://img.shields.io/badge/DOI-10.5281%2Fzenodo.18202698-blue?style=for-the-badge">
</a>
<a href="https://pypi.org/project/pymodulation/">
<img src="https://img.shields.io/pypi/pyversions/pymodulation?style=for-the-badge">
</a>
Expand Down Expand Up @@ -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.
Loading