dedicated page for publis

This commit is contained in:
Gaspard Jankowiak 2014-04-10 09:57:08 +02:00
commit 6d0b9710cd
13 changed files with 140 additions and 62 deletions

70
en/index.markdown Normal file
View file

@ -0,0 +1,70 @@
---
layout: default
header-title: Gaspard Jankowiak's homepage
header-subtitle: PhD student at Ceremade &middot; Université Paris Dauphine<br> <span>jankowiak</span>@<span>ceremade.dauphine.fr</span>
header-homelink: /en
---
[FR](/)\|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.
# Research
* Study of two crowd motion and herding models, somewhat similar
to the Keller-Segel model.
* Numerical stability analysis for some self-similar solutions of the parabolic-parabolic Keller-Segel model.
* Asymptotic behaviour for non linear diffusion equations and related functional inequalities.
## Lastest publication
{% assign authors = site.data.authors %}
<ul>
{% assign pub = site.data.submitted.first %}{% include publi_row.html pub=pub authors=authors %}
</ul>
## Visits & conferences
- July 2013, visitor at [DIM](http://www.dim.uchile.cl/) (Universitad de Chile) &ndash; Santiago
#### Talks
- January 2014, *Inégalités de Sobolev et Hardy-Littlewood-Sobolev*, [PhD students meeting](https://sites.google.com/site/jeuneschercheursceremade/home) &ndash; Ceremade ([slides](files/research/slides/Sobolev-HLS.pdf), french)
- May 2013, *Solutions stationnaires pour deux modèles de mouvement de foule : multiplicité et stabilité dynamique*, [SMAI 2013 Convention](http://smai.emath.fr/smai2013/index.php) &ndash; Seignosse ([slides](files/research/slides/smai2013-mvt_foule.pdf))
#### Posters
- September 2012, *Study of two crowd motion and herding models*
[Applieds PDEs for Life Sciences](http://www.esf.org/index.php?id=9153)) &ndash; Barcelona
([pdf](http://www.ceremade.dauphine.fr/~jankowig/files/confs/barcelona2012/poster.pdf),
[source](http://www.ceremade.dauphine.fr/~jankowig/files/confs/barcelona2012/poster_barcelona.tar.gz))
<!--
#### Attended
- July 2012, [Biomat 2012](http://www.ugr.es/~kinetic/biomat/) &ndash; Grenada
- December 2010, "[PDE Models for Quantum Fluids](http://www.newton.ac.uk/programmes/KIT/kitw03.html)" workshop &ndash; Cambridge
-->
# Teaching (in french)
* [Linear algebra (2nd year)](enseignement/algebre)
* [Numerical optimisation (3rd year)](enseignement/optimisation)
# Curriculum vitæ
* [English](/files/cv.pdf)
* [French](/files/cv_fr.pdf)
# Contact
Gaspard Jankowiak
<span>jankowiak</span>@<span>ceremade.dauphine.fr</span>
+33 (0)1 44 05 41 96 (landline)
+33 (0)6 65 08 54 96 (mobile)
{: .float-left}
Ceremade &ndash; UMR CNRS 7534 (Office C614)
Université Paris Dauphine
Place du Maréchal de Lattre de Tassigny
75775 PARIS Cedex 16 - France
{: .float-right}

20
en/misc.markdown Normal file
View file

@ -0,0 +1,20 @@
---
layout: default
math: false
---
[FR](/divers)\|EN
{: .switcher}
{% include nav_en.html %}
# Miscellaneous
## Make Terrence Tao's blog more readable
Currently (early 2014), Terrence Tao's blog use smallish fonts, and rasterized .pngs for math display. I also find it a bit cluttered and
making more difficult to read than it should be. To remedy that, I've written a [small bit](https://gist.github.com/gjankowiak/9692034) of CSS to use with [Stylish](https://addons.mozilla.org/fr/firefox/addon/stylish/), along with [some Javascript](https://gist.github.com/gjankowiak/9692040) that will turn the LaTeX images into nice, selectable formulæ using [MathJax](http://www.mathjax.org/). You will need [GreaseMonkey](https://addons.mozilla.org/fr/firefox/addon/greasemonkey/) or similar to use it.
Here what it looks like (right), compared to the original (left):
![before after](images/misc/tao-before-after.jpg){: .centered_img}

16
en/publications.markdown Normal file
View file

@ -0,0 +1,16 @@
---
layout: default
math: false
---
[FR](/publications)\|EN
{: .switcher}
{% include nav_en.html %}
# Publications & preprints
{% assign authors = site.data.authors %}
<ol reversed>
{% for pub in site.data.submitted %}{% include publi_row.html pub=pub authors=authors %}{% endfor %}
</ol>