|
1 | | -[](https://zenodo.org/badge/latestdoi/670384512) |
| 1 | +[](https://doi.org/10.21105/joss.09093) |
2 | 2 |
|
3 | 3 | # emlearn-micropython |
4 | 4 |
|
@@ -58,19 +58,24 @@ Good starting points: |
58 | 58 |
|
59 | 59 | ## Citations |
60 | 60 |
|
61 | | -If you use `emlearn-micropython` in an academic work, please reference it using: |
| 61 | +If you use `emlearn-micropython` in an academic work, please reference the paper: |
| 62 | + |
| 63 | +[](https://doi.org/10.21105/joss.09093) |
62 | 64 |
|
63 | 65 | ```tex |
64 | | -@misc{emlearn_micropython, |
65 | | - author = {Jon Nordby}, |
66 | | - title = {{emlearn-micropython: Efficient Machine Learning engine for MicroPython}}, |
67 | | - month = aug, |
68 | | - year = 2023, |
69 | | - doi = {10.5281/zenodo.8212731}, |
70 | | - url = {https://doi.org/10.5281/zenodo.8212731} |
71 | | -} |
| 66 | +@article{emlearn_micropython, |
| 67 | + doi = {10.21105/joss.09093}, |
| 68 | + url = {https://doi.org/10.21105/joss.09093}, |
| 69 | + year = {2025}, |
| 70 | + publisher = {The Open Journal}, volume = {10}, number = {116}, pages = {9093}, |
| 71 | + author = {Nordby, Jon}, |
| 72 | + title = {emlearn-micropython: Machine Learning and Digital Signal Processing for MicroPython}, journal = {Journal of Open Source Software} |
| 73 | +} |
72 | 74 | ``` |
73 | 75 |
|
| 76 | +If you have a need to reference a particular version, use the DOI shown on the [Zenodo page](https://doi.org/10.5281/zenodo.8212731) (right hand side). |
| 77 | + |
| 78 | + |
74 | 79 | ## Developing |
75 | 80 |
|
76 | 81 | For how to hack on emlearn-micropython itself, see [docs/developing.md](docs/developing.md), |
|
0 commit comments