diff --git a/_includes/publi_row.html b/_includes/publi_row.html index a3f0db7..e8d6bd1 100644 --- a/_includes/publi_row.html +++ b/_includes/publi_row.html @@ -1,5 +1,5 @@ {% assign pub = include.pub %}{% assign authors = include.authors %}{% assign sources = site.data.sources %} -
{{pub.title}}
diff --git a/_layouts/default.html b/_layouts/default.html
index 9247490..697632a 100644
--- a/_layouts/default.html
+++ b/_layouts/default.html
@@ -73,8 +73,8 @@
I am a PhD since June 23, 2014. My thesis was prepared with the supervision of Jean Dolbeault
+ I am a PhD since June 23, 2014. My thesis was prepared with the supervision of Jean Dolbeault
within the Ceremade.
Currently, I am a postdoc in LMB where I'm working with Alexei Lozinski on a multi-scale finite element method for the Navier-Stokes equation.
I am also interested in analysis of non linear PDEs, of drift-diffusion type in particular, just like the Keller and Segel model for chemotaxis.
diff --git a/index.markdown b/index.markdown
index db64e8f..091e792 100644
--- a/index.markdown
+++ b/index.markdown
@@ -7,7 +7,7 @@ FR\|[EN](/en/)
{: .switcher}
{% include nav_fr.html %}
- J'ai soutenu ma thèse le 23 juin 2014, préparée sous la direction de Jean Dolbeault,
+ J'ai soutenu ma thèse le 23 juin 2014, préparée sous la direction de Jean Dolbeault,
au sein du Ceremade.
Actuellement postdoc au LMB, je travaille avec Alexei Lozinski sur une méthode d'éléments finis multi-échelles pour l'équation de Navier-Stokes.
Je m'intéresse aussi à 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.
diff --git a/stylesheets/screen.css b/stylesheets/screen.css
index bd21cc2..7cbc975 100644
--- a/stylesheets/screen.css
+++ b/stylesheets/screen.css
@@ -207,7 +207,7 @@ tr {
}
ul {
- list-style-image: url("../images/bullet_dark.png");
+ list-style-image: url("/images/bullet_dark.png");
}
ul li {
@@ -267,7 +267,7 @@ ol li:hover {
#foot_image {
height: 150px;
- background-image: url("../images/backsky.png");
+ background-image: url("/images/backsky.png");
position: absolute;
bottom: 0px;
width: 100%;
@@ -276,7 +276,7 @@ ol li:hover {
}
#clouds {
- background-image: url("../images/clouds.png");
+ background-image: url("/images/clouds.png");
height: 150px;
width: 200%;
position: relative;