Add paper links

This commit is contained in:
Thomas Dehaeze 2020-10-03 18:39:35 +02:00
parent 34ce038699
commit 1de59280e3
2 changed files with 25 additions and 1 deletions

View File

@ -3,7 +3,7 @@
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"> <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head> <head>
<!-- 2020-09-21 lun. 13:13 --> <!-- 2020-10-03 sam. 18:39 -->
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" /> <meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
<title>Research Pages</title> <title>Research Pages</title>
<meta name="generator" content="Org mode" /> <meta name="generator" content="Org mode" />
@ -14,6 +14,14 @@
<script src="js/bootstrap.min.js"></script> <script src="js/bootstrap.min.js"></script>
<script src="js/jquery.stickytableheaders.min.js"></script> <script src="js/jquery.stickytableheaders.min.js"></script>
<script src="js/readtheorg.js"></script> <script src="js/readtheorg.js"></script>
<script>MathJax = {
tex: {
tags: 'ams',
macros: {bm: ["\\boldsymbol{#1}",1],}
}
};
</script>
<script type="text/javascript" src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js"></script>
</head> </head>
<body> <body>
<div id="content"> <div id="content">
@ -31,6 +39,16 @@ Research pages are accessible with the following links:
<li><a href="sensor-fusion-test-bench/">Sensor Fusion - Test Bench</a></li> <li><a href="sensor-fusion-test-bench/">Sensor Fusion - Test Bench</a></li>
<li><a href="svd-control/">SVD Control - Simscape Models</a></li> <li><a href="svd-control/">SVD Control - Simscape Models</a></li>
</ul> </ul>
<p>
Papers
</p>
<ul class="org-ul">
<li><a href="https://tdehaeze.github.io/dehaeze18_sampl_stabil_for_tomog_exper/">Sample Stabilization for Tomography Experiments in Presence of Large Plant Uncertainty</a></li>
<li><a href="https://tdehaeze.github.io/dehaeze19_desig_compl_filte/">Complementary Filters Shaping Using \(\mathcal{H}_\infty\) Synthesis</a></li>
<li><a href="https://tdehaeze.github.io/dehaeze20_optim_robus_compl_filte/">Robust and Optimal Sensor Fusion</a></li>
</ul>
</div> </div>
</body> </body>
</html> </html>

View File

@ -18,3 +18,9 @@ Research pages are accessible with the following links:
- [[file:stewart-simscape/][Stewart Platform modeling using Simscape]] - [[file:stewart-simscape/][Stewart Platform modeling using Simscape]]
- [[file:sensor-fusion-test-bench/][Sensor Fusion - Test Bench]] - [[file:sensor-fusion-test-bench/][Sensor Fusion - Test Bench]]
- [[file:svd-control/][SVD Control - Simscape Models]] - [[file:svd-control/][SVD Control - Simscape Models]]
Papers
- [[https://tdehaeze.github.io/dehaeze18_sampl_stabil_for_tomog_exper/][Sample Stabilization for Tomography Experiments in Presence of Large Plant Uncertainty]]
- [[https://tdehaeze.github.io/dehaeze19_desig_compl_filte/][Complementary Filters Shaping Using $\mathcal{H}_\infty$ Synthesis]]
- [[https://tdehaeze.github.io/dehaeze20_optim_robus_compl_filte/][Robust and Optimal Sensor Fusion]]