Add PhD Thesis
Fix/add lastest infos
This commit is contained in:
42
index.html
42
index.html
@ -27,7 +27,7 @@
|
||||
<div class="container">
|
||||
|
||||
<!-- Brand -->
|
||||
<a class="navbar-brand waves-effect" href="https://qrouland.com" target="_blank">
|
||||
<a class="navbar-brand waves-effect" >
|
||||
<strong class="blue-text">Quentin Rouland</strong>
|
||||
</a>
|
||||
|
||||
@ -113,7 +113,7 @@
|
||||
<!-- Title -->
|
||||
<h4 class="card-title"><strong>Quentin Rouland</strong></h4>
|
||||
<!-- Subtitle -->
|
||||
<h6 class="font-weight-bold indigo-text py-2" data-i18n="about.job"></h6>
|
||||
<h6 class="font-weight-bold indigo-text py-2" data-i18n="[html]about.job"></h6>
|
||||
<!-- Social -->
|
||||
<div class="pb-2">
|
||||
<a href="mailto:quentin@qrouland.com" target="_blank">
|
||||
@ -136,9 +136,18 @@
|
||||
</a>
|
||||
</div>
|
||||
<!-- Text -->
|
||||
<p class="card-text">.
|
||||
<p class="card-text">
|
||||
<span data-i18n="[html]about.location"></span>
|
||||
</p>
|
||||
<!--p class="card-text">
|
||||
Curriculum Vitae <br/>
|
||||
<a id="ukflag" href="javascript:i18next.changeLanguage('en');">
|
||||
<i class="uk flag"></i>
|
||||
</a>
|
||||
<a id="frflag" href="javascript:i18next.changeLanguage('fr');">
|
||||
<i class="france flag"></i>
|
||||
</a-->
|
||||
</p>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
@ -172,21 +181,17 @@
|
||||
<h3 class="mb-3 font-weight-bold dark-grey-text">
|
||||
<strong data-i18n="experiences.title"></strong>
|
||||
</h3>
|
||||
<p class="mb-3 text-justify"><i class="fas fa-angle-right mr-2"></i>
|
||||
<p class="mb-3 text-justify"><i class="fas fa-angle-right mr-2"></i>
|
||||
<strong data-i18n="experiences.carleton.title"></strong><br>
|
||||
<span class="pl-3 font-small" data-i18n="[html]experiences.carleton.location"></span><br>
|
||||
</p>
|
||||
<p class="mb-3 text-justify"><i class="fas fa-angle-right mr-2"></i>
|
||||
<p class="mb-3 text-justify"><i class="fas fa-angle-right mr-2"></i>
|
||||
<strong data-i18n="experiences.ater.title"></strong><br>
|
||||
<span class="pl-3 font-small" data-i18n="[html]experiences.ater.location"></span><br>
|
||||
<span class="pl-3" data-i18n="experiences.ater.exp1"></span><br>
|
||||
<span class="pl-3" data-i18n="experiences.ater.exp2"></span><br>
|
||||
</p>
|
||||
<p class="mb-3 text-justify"><i class="fas fa-angle-right mr-2"></i>
|
||||
<strong data-i18n="experiences.phd.title"></strong><br>
|
||||
<span class="pl-3 font-small" data-i18n="[html]experiences.phd.location"></span><br>
|
||||
<span class="pl-3" data-i18n="experiences.phd.exp1"></span><br>
|
||||
<span class="pl-3" data-i18n="experiences.phd.exp2"></span><br>
|
||||
</p>
|
||||
<p class="mb-3 text-justify"><i class="fas fa-angle-right mr-2"></i>
|
||||
<strong data-i18n="experiences.engie.title"></strong> <br>
|
||||
@ -227,7 +232,7 @@
|
||||
<p class="mb-3 text-justify"><i class="fas fa-angle-right mr-2"></i>
|
||||
<strong data-i18n="training.phd.title"></strong><br>
|
||||
<span class="pl-3 font-small" data-i18n="[html]training.phd.location"></span>
|
||||
</p>
|
||||
</p>
|
||||
<p class="mb-3 text-justify"><i class="fas fa-angle-right mr-2"></i>
|
||||
<strong data-i18n="training.ice.title"></strong><br>
|
||||
<span class="pl-3 font-small" data-i18n="[html]training.ice.location"></span>
|
||||
@ -311,7 +316,11 @@
|
||||
<h3 class="mb-3 font-weight-bold dark-grey-text">
|
||||
<strong data-i18n="publications.these"></strong>
|
||||
</h3>
|
||||
<p class="grey-text" data-i18n="publications.nothing"></p>
|
||||
</h3>
|
||||
<p class="mb-2 text-justify">
|
||||
<i class="fas fa-angle-right mr-2"></i><strong>Quentin Rouland</strong>. <a class="text-primary" href="/assets/Manuscript.pdf">Rigorous development of secure architecture within the negative and positive statements: properties, models, analysis and tool support</a>.<br>
|
||||
<span class="pl-3">PhD Thesis, Université Toulouse 3 Paul Sabatier, 2021.</span>
|
||||
</p>
|
||||
</div>
|
||||
<!--Grid column-->
|
||||
|
||||
@ -323,6 +332,17 @@
|
||||
|
||||
<!-- Teachings container-->
|
||||
<div class="container" id="teachings" style="display:none;">
|
||||
<!--Grid row-->
|
||||
<div class="row wow fadeIn mb-3">
|
||||
<!--Grid column-->
|
||||
<div mb-4">
|
||||
<h3 class="mb-3 font-weight-bold dark-grey-text">
|
||||
<strong>2020-2021</strong><span class="font-weight-light" data-i18n="teachings.univtoulouse2"></span>
|
||||
</h3>
|
||||
</div>
|
||||
<!--Grid column-->
|
||||
|
||||
</div>
|
||||
<!--Grid row-->
|
||||
<div class="row wow fadeIn mb-3">
|
||||
<!--Grid column-->
|
||||
|
Reference in New Issue
Block a user