Skip to content

Commit 5c21855

Browse files
committed
Merge branch 'master' into dev
2 parents ab50e36 + 64d8fac commit 5c21855

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
> FUTURE RELEASE : <span class="simple">Simple<span class="foc">FOC</span>library</span> v2.2.3
2429
> - stm32 low-side current sensing
@@ -186,6 +191,34 @@ Here are some of the *Simple**FOC**library* and *Simple**FOC**Shield* applicatio
186191
</p>
187192

188193

194+
## Citing the *SimpleFOC*
195+
196+
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!
197+
A short resume paper about *Simple**FOC*** has been published in the Journal of Open Source Software:
198+
<p>
199+
<b><i>SimpleFOC</i></b>: A Field Oriented Control (FOC) Library for Controlling Brushless Direct Current (BLDC) and Stepper Motors.<br>
200+
A. Skuric, HS. Bank, R. Unger, O. Williams, D. González-Reyes<br>
201+
Journal of Open Source Software, 7(74), 4232, https://doi.org/10.21105/joss.04232
202+
</p>
203+
204+
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:
205+
206+
```bib
207+
@article{simplefoc2022,
208+
doi = {10.21105/joss.04232},
209+
url = {https://doi.org/10.21105/joss.04232},
210+
year = {2022},
211+
publisher = {The Open Journal},
212+
volume = {7},
213+
number = {74},
214+
pages = {4232},
215+
author = {Antun Skuric and Hasan Sinan Bank and Richard Unger and Owen Williams and David González-Reyes},
216+
title = {SimpleFOC: A Field Oriented Control (FOC) Library for Controlling Brushless Direct Current (BLDC) and Stepper Motors},
217+
journal = {Journal of Open Source Software}
218+
}
219+
220+
```
221+
189222

190223
## Arduino FOC repo structure
191224
Branch | Description | Status

0 commit comments

Comments
 (0)