ajout photo

This commit is contained in:
Gaspard Jankowiak 2014-05-19 14:22:58 +02:00
parent cbe62649b4
commit f42739f278
6 changed files with 26 additions and 8 deletions

View file

@ -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'); #foot_image { height: 150px; background-image: url('../images/antennes.png');
position: absolute; bottom: 0; width: 100%; } 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) { @media (max-width: $small-width) {
body { font-size: 80%; } body { font-size: 80%; }
.switcher { float: none; } .switcher { float: none; }

View file

@ -8,10 +8,10 @@ lang: en
{: .switcher} {: .switcher}
{% include nav_en.html %} {% include nav_en.html %}
I am currently finishing my PhD under the supervision of [Jean Dolbeault](http://www.ceremade.dauphine.fr/~dolbeaul) <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 [Ceremade](http://www.ceremade.dauphine.fr/). within the <a href="http://www.ceremade.dauphine.fr/">Ceremade</a>.
I am looking at analysis of non linear PDEs, of drift-diffusion type in particular, just like the Keller and Segel model for chemotaxis, I am specializing in 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. This also leads me to study some related functional inegualities.</span></p>
# Research # Research
* Study of two crowd motion and herding models, somewhat similar * Study of two crowd motion and herding models, somewhat similar

BIN
images/portrait.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 44 KiB

BIN
images/portrait_large.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 180 KiB

View file

@ -7,10 +7,10 @@ FR\|[EN](/en/)
{: .switcher} {: .switcher}
{% include nav_fr.html %} {% 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), <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 [Ceremade](http://www.ceremade.dauphine.fr/). 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 ; 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. Ceci m'amène aussi à étudier certaines inégalités fonctionnelles qui leur sont associées.</span></p>
# Recherche # Recherche
* Étude de deux modèles de mouvement de foule, semblables au modèle de Keller-Segel * Étude de deux modèles de mouvement de foule, semblables au modèle de Keller-Segel

View file

@ -273,6 +273,20 @@ ol li:hover {
width: 100%; 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) { @media (max-width: 500px) {
body { body {
font-size: 80%; font-size: 80%;