Add paper links
This commit is contained in:
parent
34ce038699
commit
1de59280e3
20
index.html
20
index.html
@ -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-09-21 lun. 13:13 -->
|
||||
<!-- 2020-10-03 sam. 18:39 -->
|
||||
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
|
||||
<title>Research Pages</title>
|
||||
<meta name="generator" content="Org mode" />
|
||||
@ -14,6 +14,14 @@
|
||||
<script src="js/bootstrap.min.js"></script>
|
||||
<script src="js/jquery.stickytableheaders.min.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>
|
||||
<body>
|
||||
<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="svd-control/">SVD Control - Simscape Models</a></li>
|
||||
</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>
|
||||
</body>
|
||||
</html>
|
||||
|
@ -18,3 +18,9 @@ Research pages are accessible with the following links:
|
||||
- [[file:stewart-simscape/][Stewart Platform modeling using Simscape]]
|
||||
- [[file:sensor-fusion-test-bench/][Sensor Fusion - Test Bench]]
|
||||
- [[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]]
|
||||
|
Loading…
Reference in New Issue
Block a user