36 lines
1.4 KiB
Org Mode
36 lines
1.4 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 raw replace
|
|
git submodule update --remote --merge &&\
|
|
git add . && \
|
|
git commit -m "$(date +%F) - Update Submodules" && \
|
|
git push
|
|
#+end_src
|
|
|
|
#+RESULTS:
|
|
|
|
* 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]]
|
|
- [[file:dehaeze20_optim_robus_compl_filte/index.org][Robust and Optimal Sensor Fusion]]
|
|
|
|
* 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]]
|
|
|
|
* Other pages
|
|
- [[file:svd-control/index.org][SVD Control - Simscape Models]]
|