Skip to content

Commit 64d8fac

Browse files
authored
Update README.md
1 parent 2cf533b commit 64d8fac

File tree

1 file changed

+34
-1
lines changed

1 file changed

+34
-1
lines changed

README.md

Lines changed: 34 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,12 @@ Therefore this is an attempt to:
1818
- *Medium-power* BLDC driver (<30Amps): [Arduino <span class="simple">Simple<b>FOC</b>PowerShield</span> ](https://github.com/simplefoc/Arduino-SimpleFOC-PowerShield).
1919
- See also [@byDagor](https://github.com/byDagor)'s *fully-integrated* ESP32 based board: [Dagor Brushless Controller](https://github.com/byDagor/Dagor-Brushless-Controller)
2020

21-
21+
<h3>NEWS 📢: SimpleFOClibrary has been published in the Journal of Open Source Software</h3>
22+
<p>
23+
<b>SimpleFOC</b>: A Field Oriented Control (FOC) Library for Controlling Brushless Direct Current (BLDC) and Stepper Motors.<br>
24+
A. Skuric, HS. Bank, R. Unger, O. Williams, D. González-Reyes<br>
25+
Journal of Open Source Software, 7(74), 4232, https://doi.org/10.21105/joss.04232
26+
</p>
2227

2328
<blockquote class="info">
2429
<p class="heading">NEW RELEASE 📢: <span class="simple">Simple<span class="foc">FOC</span>library</span> v2.2.2 <a href="https://github.com/simplefoc/Arduino-FOC/releases/tag/v2.2.2">see release</a></p>
@@ -215,6 +220,34 @@ Here are some of the *Simple**FOC**library* and *Simple**FOC**Shield* applicatio
215220
</p>
216221

217222

223+
## Citing the *SimpleFOC*
224+
225+
We are very happy that *Simple**FOC**library* has been used as a component of several research project and has made its way to several scientific papers. We are hoping that this trend is going to continue as the project matures and becomes more robust!
226+
A short resume paper about *Simple**FOC*** has been published in the Journal of Open Source Software:
227+
<p>
228+
<b><i>SimpleFOC</i></b>: A Field Oriented Control (FOC) Library for Controlling Brushless Direct Current (BLDC) and Stepper Motors.<br>
229+
A. Skuric, HS. Bank, R. Unger, O. Williams, D. González-Reyes<br>
230+
Journal of Open Source Software, 7(74), 4232, https://doi.org/10.21105/joss.04232
231+
</p>
232+
233+
If you are interested in citing *Simple**FOC**library* or some other component of *Simple**FOC**project* in your research, we suggest you to cite our paper:
234+
235+
```bib
236+
@article{simplefoc2022,
237+
doi = {10.21105/joss.04232},
238+
url = {https://doi.org/10.21105/joss.04232},
239+
year = {2022},
240+
publisher = {The Open Journal},
241+
volume = {7},
242+
number = {74},
243+
pages = {4232},
244+
author = {Antun Skuric and Hasan Sinan Bank and Richard Unger and Owen Williams and David González-Reyes},
245+
title = {SimpleFOC: A Field Oriented Control (FOC) Library for Controlling Brushless Direct Current (BLDC) and Stepper Motors},
246+
journal = {Journal of Open Source Software}
247+
}
248+
249+
```
250+
218251

219252
## Arduino FOC repo structure
220253
Branch | Description | Status

0 commit comments

Comments
 (0)