Remove margin of main page
This commit is contained in:
parent
92ceeeaf51
commit
ab71a426df
33
index.html
33
index.html
@ -3,13 +3,14 @@
|
||||
"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-11-12 jeu. 10:40 -->
|
||||
<!-- 2020-12-07 lun. 11:49 -->
|
||||
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
|
||||
<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="https://research.tdehaeze.xyz/css/style.css"/>
|
||||
<script type="text/javascript" src="https://research.tdehaeze.xyz/js/script.js"></script>
|
||||
<style> #content {margin: auto;} </style>
|
||||
</head>
|
||||
<body>
|
||||
<div id="org-div-home-and-up">
|
||||
@ -36,36 +37,36 @@ The results reveal that, despite their different implementations, both modified
|
||||
</p>
|
||||
</blockquote>
|
||||
|
||||
<div id="outline-container-org8130d6a" class="outline-2">
|
||||
<h2 id="org8130d6a">Paper (<a href="paper/dehaeze20_activ_dampin_rotat_platf_integ_force_feedb.pdf">link</a>)</h2>
|
||||
<div class="outline-text-2" id="text-org8130d6a">
|
||||
<div id="outline-container-org89e27f2" class="outline-2">
|
||||
<h2 id="org89e27f2">Paper (<a href="paper/dehaeze20_activ_dampin_rotat_platf_integ_force_feedb.pdf">link</a>)</h2>
|
||||
<div class="outline-text-2" id="text-org89e27f2">
|
||||
<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-orgc3e4c1c" class="outline-2">
|
||||
<h2 id="orgc3e4c1c">Matlab Scripts (<a href="matlab/index.html">link</a>)</h2>
|
||||
<div class="outline-text-2" id="text-orgc3e4c1c">
|
||||
<div id="outline-container-orgc53115d" class="outline-2">
|
||||
<h2 id="orgc53115d">Matlab Scripts (<a href="matlab/index.html">link</a>)</h2>
|
||||
<div class="outline-text-2" id="text-orgc53115d">
|
||||
<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-orga5eb09b" class="outline-2">
|
||||
<h2 id="orga5eb09b">Figures (<a href="tikz/index.html">link</a>)</h2>
|
||||
<div class="outline-text-2" id="text-orga5eb09b">
|
||||
<div id="outline-container-orgfc9f50d" class="outline-2">
|
||||
<h2 id="orgfc9f50d">Figures (<a href="tikz/index.html">link</a>)</h2>
|
||||
<div class="outline-text-2" id="text-orgfc9f50d">
|
||||
<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-org1bbe3ba" class="outline-2">
|
||||
<h2 id="org1bbe3ba">Talk (<a href="talk/talk.pdf">link</a>)</h2>
|
||||
<div class="outline-text-2" id="text-org1bbe3ba">
|
||||
<div id="outline-container-org023e383" class="outline-2">
|
||||
<h2 id="org023e383">Talk (<a href="talk/talk.pdf">link</a>)</h2>
|
||||
<div class="outline-text-2" id="text-org023e383">
|
||||
<iframe width="720"
|
||||
height="540"
|
||||
src="https://www.youtube.com/embed/F9j2-ge2FPE"
|
||||
@ -73,9 +74,9 @@ All the figures in the paper are generated using either <a href="https://sourcef
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="outline-container-org40a746d" class="outline-2">
|
||||
<h2 id="org40a746d">Cite this paper</h2>
|
||||
<div class="outline-text-2" id="text-org40a746d">
|
||||
<div id="outline-container-org0c6c72c" class="outline-2">
|
||||
<h2 id="org0c6c72c">Cite this paper</h2>
|
||||
<div class="outline-text-2" id="text-org0c6c72c">
|
||||
<p>
|
||||
To cite this paper use the following bibtex code.
|
||||
</p>
|
||||
|
@ -10,6 +10,7 @@
|
||||
|
||||
#+HTML_HEAD: <link rel="stylesheet" type="text/css" href="https://research.tdehaeze.xyz/css/style.css"/>
|
||||
#+HTML_HEAD: <script type="text/javascript" src="https://research.tdehaeze.xyz/js/script.js"></script>
|
||||
#+HTML_HEAD: <style> #content {margin: auto;} </style>
|
||||
:END:
|
||||
|
||||
#+begin_quote
|
||||
|
Loading…
Reference in New Issue
Block a user