dedicated page for publis
This commit is contained in:
parent
664db5eea8
commit
6d0b9710cd
13 changed files with 140 additions and 62 deletions
|
|
@ -5,14 +5,7 @@ math: false
|
|||
|
||||
FR\|[EN](/en)
|
||||
{: .switcher}
|
||||
<nav>
|
||||
<ul>
|
||||
<li><a href="#recherche">Recherche</a></li>
|
||||
<li><a href="#enseignement">Enseignement</a></li>
|
||||
<li><a href="#contact">Contact</a></li>
|
||||
<li><a href="/divers">Divers</a></li>
|
||||
</ul>
|
||||
</nav>
|
||||
{% 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/).
|
||||
|
|
@ -25,18 +18,12 @@ ainsi que leurs liens avec certaines inégalités fonctionnelles.
|
|||
* Comportement en temps long d'équations de diffusion non linéaires et inégalités fonctionnelles associées.
|
||||
* [Travaux en cours ](https://www.ceremade.dauphine.fr/~jankowig/wip/)
|
||||
|
||||
## Publications
|
||||
## Dernière publication
|
||||
{% assign authors = site.data.authors %}
|
||||
|
||||
| Auteurs | Titre | Liens |
|
||||
| - | - | :-: |
|
||||
{% for pub in site.data.submitted %}{% include publi_row.html pub=pub authors=authors %}{% endfor %}{: .publi_table}
|
||||
|
||||
### En préparation
|
||||
|
||||
| Auteurs | Titre |
|
||||
| - | - |
|
||||
{% for pub in site.data.prep %}{% include prep_publi_row.html pub=pub authors=authors %}{% endfor %}{: .publi_table}
|
||||
<ul>
|
||||
{% assign pub = site.data.submitted.first %}{% include publi_row.html pub=pub authors=authors %}
|
||||
</ul>
|
||||
|
||||
## Déplacements & conférences
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue