Skip to content

Commit d45cb25

Browse files
committed
citing + old docs
1 parent 11c2acd commit d45cb25

File tree

3 files changed

+56
-0
lines changed

3 files changed

+56
-0
lines changed

_includes/nav.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,9 @@
7777
{%- endif -%}
7878
{%- endunless -%}
7979
{%- endfor -%}
80+
<li class="nav-item navigation-list-item" style="padding:5px">
81+
<a href="http://olddocs.simplefoc.com" style="padding:0px"><i class="fa fa-files-o fa-lg"></i> Older docs</a>
82+
</li>
8083
<li class="nav-item navigation-list-item" style="padding:5px">
8184
<a href="https://docs.simplefoc.com/docs_chinese" style="padding:0px"><i class="fa fa-language fa-lg"></i> Docs in Chinese</a>
8285
</li>

docs/simplefoc_library/citing.md

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
---
2+
layout: default
3+
title: Citing SimpleFOC
4+
parent: Arduino <span class="simple">Simple<span class="foc">FOC</span>library</span>
5+
nav_order: 9
6+
permalink: /citing
7+
---
8+
9+
# Citing <span class="simple">Simple<span class="foc">FOC</span></span>
10+
11+
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!
12+
A short resume paper about *Simple**FOC*** has been published in the Journal of Open Source Software:
13+
<p>
14+
<b><i>SimpleFOC</i></b>: A Field Oriented Control (FOC) Library for Controlling Brushless Direct Current (BLDC) and Stepper Motors.<br>
15+
A. Skuric, HS. Bank, R. Unger, O. Williams, D. González-Reyes<br>
16+
Journal of Open Source Software, 7(74), 4232, https://doi.org/10.21105/joss.04232
17+
</p>
18+
19+
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:
20+
21+
22+
23+
<div class="highlight">
24+
<code class="highlighter-rouge">
25+
<pre>
26+
@article{simplefoc2022,
27+
doi = {10.21105/joss.04232},
28+
url = {https://doi.org/10.21105/joss.04232},
29+
year = {2022},
30+
publisher = {The Open Journal},
31+
volume = {7},
32+
number = {74},
33+
pages = {4232},
34+
author = {Antun Skuric and Hasan Sinan Bank and Richard Unger and Owen Williams and David González-Reyes},
35+
title = {SimpleFOC: A Field Oriented Control (FOC) Library for Controlling Brushless Direct Current (BLDC) and Stepper Motors},
36+
journal = {Journal of Open Source Software}
37+
}
38+
</pre>
39+
</code>
40+
</div>
41+
42+
43+
## <b><i>SimpleFOC</i></b>: A Field Oriented Control (FOC) Library for Controlling Brushless Direct Current (BLDC) and Stepper Motors.
44+
<object data="https://www.theoj.org/joss-papers/joss.04232/10.21105.joss.04232.pdf" width="1000" height="1000" type='application/pdf'></object>

index.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,15 @@ Therefore this is an attempt to:
2424
- *Medium-power* BLDC driver (<30Amps): [Arduino <span class="simple">Simple<b>FOC</b>PowerShield</span> ](https://github.com/simplefoc/Arduino-SimpleFOC-PowerShield).
2525
- See also [@byDagor](https://github.com/byDagor)'s *fully-integrated* ESP32 based board: [Dagor Brushless Controller](https://github.com/byDagor/Dagor-Brushless-Controller)
2626

27+
28+
<blockquote class="success">
29+
<p class="heading">NEWS 📢: <span class="simple">Simple<span class="foc">FOC</span>library</span> has been published in the Journal of Open Source Software <a href="citing">read more</a></p>
30+
31+
SimpleFOC: A Field Oriented Control (FOC) Library for Controlling Brushless Direct Current (BLDC) and Stepper Motors.<br>
32+
A. Skuric, HS. Bank, R. Unger, O. Williams, D. González-Reyes<br>
33+
Journal of Open Source Software, 7(74), 4232<br>
34+
</blockquote>
35+
2736
<blockquote class="info">
2837
<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>
2938
<ul>

0 commit comments

Comments
 (0)