Skip to content

Commit b84c782

Browse files
committed
Add citation info
1 parent 4d11bfd commit b84c782

File tree

2 files changed

+29
-0
lines changed

2 files changed

+29
-0
lines changed

CITATION.cff

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
cff-version: 1.2.0
2+
license: MIT
3+
message: "If you use this software, please cite it using these metadata."
4+
repository-code: "https://github.com/emlearn/emlearn-micropython"
5+
title: "emlearn-micropython: Efficient Machine Learning engine for MicroPython"
6+
identifiers:
7+
- description: "Archived software version"
8+
type: doi
9+
value: 10.5281/zenodo.8212731
10+
authors:
11+
- family-names: Nordby
12+
given-names: Jon

README.md

+17
Original file line numberDiff line numberDiff line change
@@ -132,3 +132,20 @@ mpremote cp emltrees/emltrees.mpy :emltrees.mpy
132132

133133
`TODO: implement and document`
134134

135+
136+
137+
## Citations
138+
139+
If you use `emlearn-micropython` in an academic work, please reference it using:
140+
141+
```tex
142+
@misc{emlearn_micropython,
143+
author = {Jon Nordby},
144+
title = {{emlearn-micropython: Efficient Machine Learning engine for MicroPython}},
145+
month = aug,
146+
year = 2023,
147+
doi = {10.5281/zenodo.8212731},
148+
url = {https://doi.org/10.5281/zenodo.8212731}
149+
}
150+
```
151+

0 commit comments

Comments
 (0)