Updated index page

This commit is contained in:
Thomas Dehaeze 2020-07-09 09:28:45 +02:00
parent a9078c77c7
commit 23086079a8
3 changed files with 104 additions and 20 deletions

View File

@ -11,8 +11,13 @@ h1{
font-size:175%;
}
h1.title{
text-align: center;
}
.subtitle{
font-size:95%; /* of h1 */
font-size:60%;
font-weight:lighter;
}
h2{

View File

@ -3,9 +3,9 @@
"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-06-24 mer. 17:28 -->
<!-- 2020-07-09 jeu. 09:28 -->
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
<title>Vibration Control of a Rotating Stewart Platform</title>
<title>Active Damping of Rotating Platforms using Integral Force Feedback</title>
<meta name="generator" content="Org mode" />
<meta name="author" content="Thomas Dehaeze" />
<link rel="stylesheet" type="text/css" href="css/htmlize.css"/>
@ -17,34 +17,80 @@
</head>
<body>
<div id="content">
<h1 class="title">Vibration Control of a Rotating Stewart Platform</h1>
<div id="outline-container-orgf0a9d6d" class="outline-2">
<h2 id="orgf0a9d6d">Paper</h2>
<div class="outline-text-2" id="text-orgf0a9d6d">
<h1 class="title">Active Damping of Rotating Platforms using Integral Force Feedback
<br />
<span class="subtitle">Dehaeze Thomas, Collette Christophe</span>
</h1>
<blockquote>
<p>
The PDF version of the paper is accessible <a href="paper/paper.pdf">here</a>.
<b>Abstract</b>:
</p>
<p>
This paper investigates the use of Integral Force Feedback (IFF) for the active damping of rotating mechanical systems.
Guaranteed stability, typical benefit of IFF, is lost as soon as the system is rotating due to gyroscopic effects.
To overcome this issue, two modifications of the classical IFF control scheme are proposed.
The first consists of slightly modifying the control law while the second consists of adding springs in parallel with the force sensors.
Conditions for stability and optimal parameters are derived.
The results reveal that, despite their different implementations, both modified IFF control scheme have almost identical damping authority on suspension modes.
</p>
</blockquote>
<div id="outline-container-orgca2cb50" class="outline-2">
<h2 id="orgca2cb50">Paper (<a href="paper/paper.pdf">link</a>)</h2>
<div class="outline-text-2" id="text-orgca2cb50">
<p>
The paper has been created using <a href="https://orgmode.org/">Org Mode</a> (generating <a href="https://www.latex-project.org/">LaTeX</a> code) under <a href="https://www.gnu.org/software/emacs/">Emacs</a>.
</p>
</div>
</div>
<div id="outline-container-org5ac8de4" class="outline-2">
<h2 id="org5ac8de4">Matlab Scripts</h2>
<div class="outline-text-2" id="text-org5ac8de4">
<div id="outline-container-org3d9741f" class="outline-2">
<h2 id="org3d9741f">Matlab Scripts (<a href="matlab/index.html">link</a>)</h2>
<div class="outline-text-2" id="text-org3d9741f">
<p>
The Matlab scripts that permits to obtain all the results presented in the paper are accessible <a href="matlab/index.html">here</a>.
</p>
</div>
</div>
<div id="outline-container-org28d5cf6" class="outline-2">
<h2 id="org28d5cf6">Figures</h2>
<div class="outline-text-2" id="text-org28d5cf6">
<div id="outline-container-orgda36c65" class="outline-2">
<h2 id="orgda36c65">Figures (<a href="tikz/index.html">link</a>)</h2>
<div class="outline-text-2" id="text-orgda36c65">
<p>
All the figures in the paper are generated using either <a href="https://sourceforge.net/projects/pgf/">TikZ</a> or <a href="https://inkscape.org/">Inkscape</a>. The code snippets that was used to generate the figures are accessible <a href="tikz/index.html">here</a>.
</p>
</div>
</div>
<div id="outline-container-org3a0adc3" class="outline-2">
<h2 id="org3a0adc3">Cite this paper</h2>
<div class="outline-text-2" id="text-org3a0adc3">
<p>
To cite this paper use the following bibtex code.
</p>
<div class="org-src-container">
<pre class="src src-bibtex">@inproceedings{dehaeze20_activ_dampin_rotat_platf_integ_force_feedb,
author = {Dehaeze, T. and Collette, C.},
title = {Active Damping of Rotating Platforms using Integral Force
Feedback},
booktitle = {Proceedings of the International Conference on Modal
Analysis Noise and Vibration Engineering (ISMA)},
year = 2020,
}
</pre>
</div>
<p>
You can also use the formatted citation below.
</p>
<blockquote>
<p>
Dehaeze, T., &amp; Collette, C., Active damping of rotating platforms using integral force feedback, In , Proceedings of the International Conference on Modal Analysis Noise and Vibration Engineering (ISMA) (pp. ) (2020)
</p>
</blockquote>
</div>
</div>
</div>
</body>
</html>

View File

@ -1,5 +1,6 @@
#+TITLE: Vibration Control of a Rotating Stewart Platform
#+TITLE: Active Damping of Rotating Platforms using Integral Force Feedback
:DRAWER:
#+SUBTITLE: Dehaeze Thomas, Collette Christophe
#+OPTIONS: toc:nil
#+OPTIONS: html-postamble:nil
#+HTML_HEAD: <link rel="stylesheet" type="text/css" href="css/htmlize.css"/>
@ -10,20 +11,52 @@
#+HTML_HEAD: <script src="js/readtheorg.js"></script>
:END:
* Paper
#+begin_quote
*Abstract*:
This paper investigates the use of Integral Force Feedback (IFF) for the active damping of rotating mechanical systems.
Guaranteed stability, typical benefit of IFF, is lost as soon as the system is rotating due to gyroscopic effects.
To overcome this issue, two modifications of the classical IFF control scheme are proposed.
The first consists of slightly modifying the control law while the second consists of adding springs in parallel with the force sensors.
Conditions for stability and optimal parameters are derived.
The results reveal that, despite their different implementations, both modified IFF control scheme have almost identical damping authority on suspension modes.
#+end_quote
* Paper ([[file:paper/paper.pdf][link]])
:PROPERTIES:
:UNNUMBERED: t
:END:
The PDF version of the paper is accessible [[file:paper/paper.pdf][here]].
The paper has been created using [[https://orgmode.org/][Org Mode]] (generating [[https://www.latex-project.org/][LaTeX]] code) under [[https://www.gnu.org/software/emacs/][Emacs]].
* Matlab Scripts
* Matlab Scripts ([[file:matlab/index.org][link]])
:PROPERTIES:
:UNNUMBERED: t
:END:
The Matlab scripts that permits to obtain all the results presented in the paper are accessible [[file:matlab/index.org][here]].
* Figures
* Figures ([[file:tikz/index.org][link]])
:PROPERTIES:
:UNNUMBERED: t
:END:
All the figures in the paper are generated using either [[https://sourceforge.net/projects/pgf/][TikZ]] or [[https://inkscape.org/][Inkscape]]. The code snippets that was used to generate the figures are accessible [[file:tikz/index.org][here]].
* Cite this paper
:PROPERTIES:
:UNNUMBERED: t
:END:
To cite this paper use the following bibtex code.
#+begin_src bibtex
@inproceedings{dehaeze20_activ_dampin_rotat_platf_integ_force_feedb,
author = {Dehaeze, T. and Collette, C.},
title = {Active Damping of Rotating Platforms using Integral Force
Feedback},
booktitle = {Proceedings of the International Conference on Modal
Analysis Noise and Vibration Engineering (ISMA)},
year = 2020,
}
#+end_src
You can also use the formatted citation below.
#+begin_quote
Dehaeze, T., & Collette, C., Active damping of rotating platforms using integral force feedback, In , Proceedings of the International Conference on Modal Analysis Noise and Vibration Engineering (ISMA) (pp. ) (2020)
#+end_quote