49 lines
2.2 KiB
Org Mode
49 lines
2.2 KiB
Org Mode
#+TITLE: Research Pages
|
|
:DRAWER:
|
|
#+OPTIONS: toc:nil
|
|
#+OPTIONS: html-postamble:nil
|
|
|
|
#+HTML_HEAD: <link rel="stylesheet" type="text/css" href="css/htmlize.css"/>
|
|
#+HTML_HEAD: <link rel="stylesheet" type="text/css" href="css/readtheorg.css"/>
|
|
#+HTML_HEAD: <script src="js/jquery.min.js"></script>
|
|
#+HTML_HEAD: <script src="js/bootstrap.min.js"></script>
|
|
#+HTML_HEAD: <script src="js/jquery.stickytableheaders.min.js"></script>
|
|
#+HTML_HEAD: <script src="js/readtheorg.js"></script>
|
|
:END:
|
|
|
|
Welcome to my research pages.
|
|
* Update :noexport:
|
|
#+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:
|
|
: Updating 07b37d5..adf16c2
|
|
: Fast-forward
|
|
: index.html | 32 ++++++++++++++++----------------
|
|
: index.org | 3 +++
|
|
: 2 files changed, 19 insertions(+), 16 deletions(-)
|
|
: Submodule path 'dehaeze20_activ_dampin_rotat_platf_integ_force_feedb': merged in 'adf16c28ada6e1d5be4b586d0231e81691f8fcf6'
|
|
: [master 4b3fa08] 2020-10-08 - Update Submodules
|
|
: 1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
* Papers
|
|
Conference Papers:
|
|
- MEDSI 2018 [[file:dehaeze18_sampl_stabil_for_tomog_exper/index.org][Sample Stabilization for Tomography Experiments in Presence of Large Plant Uncertainty]]
|
|
- ICCMA 2019 [[file:dehaeze19_desig_compl_filte/index.org][Complementary Filters Shaping Using $\mathcal{H}_\infty$ Synthesis]]
|
|
- ISMA 2020 [[file:dehaeze20_activ_dampin_rotat_platf_integ_force_feedb/index.org][Active Damping of Rotating Platforms using Integral Force Feedback]]
|
|
|
|
* Work in Progress :noexport:
|
|
Journal Papers:
|
|
- [[file:dehaeze20_optim_robus_compl_filte/index.org][Robust and Optimal Sensor Fusion]]
|
|
- [[file:dehaeze20_virtu_senso_fusio/index.org][Virtual Sensor Fusion]]
|
|
- [[file:svd-control/index.org][SVD Control - Simscape Models]]
|
|
|
|
* Test Benches / Experiments
|
|
- [[file:test-bench-apa/index.org][Amplified Piezoelectric Actuator - Test Bench]]
|
|
- [[file:sensor-fusion-test-bench/index.org][Sensor Fusion - Test Bench]]
|