ajout photo
This commit is contained in:
parent
cbe62649b4
commit
f42739f278
6 changed files with 26 additions and 8 deletions
|
@ -95,6 +95,10 @@ ol li:hover { border-right: 3px solid $links; padding-right: 7px; }
|
|||
#foot_image { height: 150px; background-image: url('../images/antennes.png');
|
||||
position: absolute; bottom: 0; width: 100%; }
|
||||
|
||||
#portrait { margin: 0 15px 15px 0; width: 150px; display: inline-block; vertical-align:middle; }
|
||||
|
||||
#info span { display: inline-block; width: 100%; max-width: 618px; vertical-align: middle; }
|
||||
|
||||
@media (max-width: $small-width) {
|
||||
body { font-size: 80%; }
|
||||
.switcher { float: none; }
|
||||
|
|
|
@ -8,10 +8,10 @@ lang: en
|
|||
{: .switcher}
|
||||
{% include nav_en.html %}
|
||||
|
||||
I am currently finishing my PhD under the supervision of [Jean Dolbeault](http://www.ceremade.dauphine.fr/~dolbeaul)
|
||||
within the [Ceremade](http://www.ceremade.dauphine.fr/).
|
||||
I am looking at analysis of non linear PDEs, of drift-diffusion type in particular, just like the Keller and Segel model for chemotaxis,
|
||||
as well as their links with some functional inequalities.
|
||||
<p id="info"><a href="/images/portrait_large.jpg"><img src="/images/portrait.jpg" id="portrait"></a><span>I am currently finishing my PhD under the supervision of <a href="http://www.ceremade.dauphine.fr/~dolbeaul">Jean Dolbeault</a>
|
||||
within the <a href="http://www.ceremade.dauphine.fr/">Ceremade</a>.
|
||||
I am specializing in analysis of non linear PDEs, of drift-diffusion type in particular, just like the Keller and Segel model for chemotaxis.
|
||||
This also leads me to study some related functional inegualities.</span></p>
|
||||
|
||||
# Research
|
||||
* Study of two crowd motion and herding models, somewhat similar
|
||||
|
|
BIN
images/portrait.jpg
Normal file
BIN
images/portrait.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 44 KiB |
BIN
images/portrait_large.jpg
Normal file
BIN
images/portrait_large.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 180 KiB |
|
@ -7,10 +7,10 @@ FR\|[EN](/en/)
|
|||
{: .switcher}
|
||||
{% include nav_fr.html %}
|
||||
|
||||
Je suis actuellement en quatrième année de thèse, sous la direction de [Jean Dolbeault](http://www.ceremade.dauphine.fr/~dolbeaul),
|
||||
au sein du [Ceremade](http://www.ceremade.dauphine.fr/).
|
||||
Je m'intéresse à l'analyse des EDP non linéaires, en particulier celle de type dérive-diffusion, comme le modèle de Keller et Segel pour la chimiotaxie ;
|
||||
ainsi que leurs liens avec certaines inégalités fonctionnelles.
|
||||
<p id="info"><a href="/images/portrait_large.jpg"><img src="/images/portrait.jpg" id="portrait"></a><span>Je suis actuellement en quatrième année de thèse, sous la direction de <a href="http://www.ceremade.dauphine.fr/~dolbeaul">Jean Dolbeault</a>,
|
||||
au sein du <a href="http://www.ceremade.dauphine.fr/">Ceremade</a>.
|
||||
Je m'intéresse à l'analyse des EDP non linéaires, en particulier celle de type dérive-diffusion, comme le modèle de Keller et Segel pour la chimiotaxie.
|
||||
Ceci m'amène aussi à étudier certaines inégalités fonctionnelles qui leur sont associées.</span></p>
|
||||
|
||||
# Recherche
|
||||
* Étude de deux modèles de mouvement de foule, semblables au modèle de Keller-Segel
|
||||
|
|
|
@ -273,6 +273,20 @@ ol li:hover {
|
|||
width: 100%;
|
||||
}
|
||||
|
||||
#portrait {
|
||||
margin: 0 15px 15px 0;
|
||||
width: 150px;
|
||||
display: inline-block;
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
#info span {
|
||||
display: inline-block;
|
||||
width: 100%;
|
||||
max-width: 618px;
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
@media (max-width: 500px) {
|
||||
body {
|
||||
font-size: 80%;
|
||||
|
|
Loading…
Reference in a new issue