Skip to content

Commit c67d10c

Browse files
committed
README: Change citation information to JOSS paper
1 parent 3234e68 commit c67d10c

1 file changed

Lines changed: 15 additions & 10 deletions

File tree

README.md

Lines changed: 15 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[![DOI](https://zenodo.org/badge/670384512.svg)](https://zenodo.org/badge/latestdoi/670384512)
1+
[![DOI](https://joss.theoj.org/papers/10.21105/joss.09093/status.svg)](https://doi.org/10.21105/joss.09093)
22

33
# emlearn-micropython
44

@@ -58,19 +58,24 @@ Good starting points:
5858

5959
## Citations
6060

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+
[![DOI](https://joss.theoj.org/papers/10.21105/joss.09093/status.svg)](https://doi.org/10.21105/joss.09093)
6264

6365
```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+
}
7274
```
7375

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+
7479
## Developing
7580

7681
For how to hack on emlearn-micropython itself, see [docs/developing.md](docs/developing.md),

0 commit comments

Comments
 (0)