Add conference paper

This commit is contained in:
Thomas Dehaeze 2020-10-08 10:33:14 +02:00
parent 14f6fbe975
commit 624228da19
4 changed files with 30 additions and 14 deletions

3
.gitmodules vendored
View File

@ -16,3 +16,6 @@
[submodule "sensor-fusion-test-bench"]
path = sensor-fusion-test-bench
url = https://git.tdehaeze.xyz/tdehaeze/sensor-fusion-test-bench
[submodule "dehaeze20_activ_dampin_rotat_platf_integ_force_feedb"]
path = dehaeze20_activ_dampin_rotat_platf_integ_force_feedb
url = https://git.tdehaeze.xyz/tdehaeze/dehaeze20_activ_dampin_rotat_platf_integ_force_feedb

@ -0,0 +1 @@
Subproject commit 3383ed48ba9ca40b61abe8d0c06a710690266d02

View File

@ -3,7 +3,7 @@
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head>
<!-- 2020-10-03 sam. 19:11 -->
<!-- 2020-10-08 jeu. 10:33 -->
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
<title>Research Pages</title>
<meta name="generator" content="Org mode" />
@ -29,20 +29,29 @@
<p>
Welcome to my research pages.
</p>
<div id="outline-container-org3c62032" class="outline-2">
<h2 id="org3c62032"><span class="section-number-2">1</span> Papers</h2>
<div id="outline-container-org158f177" class="outline-2">
<h2 id="org158f177"><span class="section-number-2">1</span> Papers</h2>
<div class="outline-text-2" id="text-1">
<p>
Conference Papers:
</p>
<ul class="org-ul">
<li>2018 <a href="dehaeze18_sampl_stabil_for_tomog_exper/index.html">Sample Stabilization for Tomography Experiments in Presence of Large Plant Uncertainty</a></li>
<li>2019 <a href="dehaeze19_desig_compl_filte/index.html">Complementary Filters Shaping Using \(\mathcal{H}_\infty\) Synthesis</a></li>
<li>2020 <a href="dehaeze20_activ_dampin_rotat_platf_integ_force_feedb/index.html">Active Damping of Rotating Platforms using Integral Force Feedback</a></li>
</ul>
<p>
Journal Papers
</p>
<ul class="org-ul">
<li><a href="dehaeze18_sampl_stabil_for_tomog_exper/index.html">Sample Stabilization for Tomography Experiments in Presence of Large Plant Uncertainty</a></li>
<li><a href="dehaeze19_desig_compl_filte/index.html">Complementary Filters Shaping Using \(\mathcal{H}_\infty\) Synthesis</a></li>
<li><a href="dehaeze20_optim_robus_compl_filte/index.html">Robust and Optimal Sensor Fusion</a></li>
</ul>
</div>
</div>
<div id="outline-container-org0bc9f41" class="outline-2">
<h2 id="org0bc9f41"><span class="section-number-2">2</span> Test Benches / Experiments</h2>
<div id="outline-container-orgc7ffdb9" class="outline-2">
<h2 id="orgc7ffdb9"><span class="section-number-2">2</span> Test Benches / Experiments</h2>
<div class="outline-text-2" id="text-2">
<ul class="org-ul">
<li><a href="test-bench-apa/index.html">Amplified Piezoelectric Actuator - Test Bench</a></li>
@ -51,8 +60,8 @@ Welcome to my research pages.
</div>
</div>
<div id="outline-container-orgec7da25" class="outline-2">
<h2 id="orgec7da25"><span class="section-number-2">3</span> Other pages</h2>
<div id="outline-container-orge987f36" class="outline-2">
<h2 id="orge987f36"><span class="section-number-2">3</span> Other pages</h2>
<div class="outline-text-2" id="text-3">
<ul class="org-ul">
<li><a href="svd-control/index.html">SVD Control - Simscape Models</a></li>

View File

@ -16,17 +16,20 @@ Welcome to my research pages.
#+begin_src bash :results output verbatim replace
git submodule update --remote --merge &&\
git add . && \
git reset -- index.org && \
git commit -m "$(date +%F) - Update Submodules" && \
git push
#+end_src
#+RESULTS:
: [master 1e09fa6] 2020-10-05 - Update Submodules
: 1 file changed, 3 insertions(+), 1 deletion(-)
* Papers
- [[file:dehaeze18_sampl_stabil_for_tomog_exper/index.org][Sample Stabilization for Tomography Experiments in Presence of Large Plant Uncertainty]]
- [[file:dehaeze19_desig_compl_filte/index.org][Complementary Filters Shaping Using $\mathcal{H}_\infty$ Synthesis]]
Conference Papers:
- 2018 [[file:dehaeze18_sampl_stabil_for_tomog_exper/index.org][Sample Stabilization for Tomography Experiments in Presence of Large Plant Uncertainty]]
- 2019 [[file:dehaeze19_desig_compl_filte/index.org][Complementary Filters Shaping Using $\mathcal{H}_\infty$ Synthesis]]
- 2020 [[file:dehaeze20_activ_dampin_rotat_platf_integ_force_feedb/index.org][Active Damping of Rotating Platforms using Integral Force Feedback]]
Journal Papers
- [[file:dehaeze20_optim_robus_compl_filte/index.org][Robust and Optimal Sensor Fusion]]
* Test Benches / Experiments