diff --git a/_sass/screen.scss b/_sass/screen.scss index a24f921..c3ed9ca 100644 --- a/_sass/screen.scss +++ b/_sass/screen.scss @@ -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; } diff --git a/en/index.markdown b/en/index.markdown index ce37d33..0925508 100644 --- a/en/index.markdown +++ b/en/index.markdown @@ -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. +

I am currently finishing my PhD under the supervision of Jean Dolbeault +within the Ceremade. +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.

# Research * Study of two crowd motion and herding models, somewhat similar diff --git a/images/portrait.jpg b/images/portrait.jpg new file mode 100644 index 0000000..aab0305 Binary files /dev/null and b/images/portrait.jpg differ diff --git a/images/portrait_large.jpg b/images/portrait_large.jpg new file mode 100644 index 0000000..2d96308 Binary files /dev/null and b/images/portrait_large.jpg differ diff --git a/index.markdown b/index.markdown index d992acc..0595987 100644 --- a/index.markdown +++ b/index.markdown @@ -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. +

Je suis actuellement en quatrième année de thèse, sous la direction de Jean Dolbeault, +au sein du Ceremade. +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.

# Recherche * Étude de deux modèles de mouvement de foule, semblables au modèle de Keller-Segel diff --git a/stylesheets/screen.css b/stylesheets/screen.css index eaaaab9..a6d2c15 100644 --- a/stylesheets/screen.css +++ b/stylesheets/screen.css @@ -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%;