update layout
This commit is contained in:
parent
b380c535fd
commit
ce9e3bad2b
17 changed files with 129 additions and 95 deletions
31
_config.yml
31
_config.yml
|
@ -8,14 +8,25 @@ highlighter: rouge
|
|||
|
||||
style: light
|
||||
|
||||
title: 'Gaspard Jankowiak · RICAM'
|
||||
|
||||
header-title-fr: 'Page personnelle de Gaspard Jankowiak'
|
||||
header-subtitle-fr: "Postdoc au RICAM<br><span>gaspard</span><span></span>@<span>math.janko.fr</span>"
|
||||
header-homelink-fr: '/'
|
||||
|
||||
header-title-en: "Gaspard Jankowiak's homepage"
|
||||
header-subtitle-en: 'Postdoctoral fellow at RICAM<br><span>gaspard</span><span></span>@<span>math.janko.fr</span>'
|
||||
header-homelink-en: '/en'
|
||||
|
||||
pretty: permalinks
|
||||
|
||||
defaults:
|
||||
-
|
||||
scope:
|
||||
path: ""
|
||||
values:
|
||||
page_title: "Page personnelle de Gaspard Jankowiak"
|
||||
title: "Page personnelle de Gaspard Jankowiak"
|
||||
subtitle: "Postdoc au RICAM<div id='main_email'><span>gaspard</span><span></span>@<span>math.janko.fr</span></div>"
|
||||
homelink: "/"
|
||||
en_url: ""
|
||||
|
||||
-
|
||||
scope:
|
||||
path: "en"
|
||||
values:
|
||||
page_title: "Gaspard Jankowiak's homepage"
|
||||
title: "Gaspard Jankowiak's homepage"
|
||||
subtitle: "Postdoctoral fellow at RICAM<div id='main_email'><span>gaspard</span><span></span>@<span>math.janko.fr</span></div>"
|
||||
homelink: "/en"
|
||||
fr_url: ""
|
||||
|
|
|
@ -70,3 +70,33 @@ mtw:
|
|||
name: M.-T. Wolfram
|
||||
fullname: Marie-Therese Wolfram
|
||||
home: https://warwick.ac.uk/fac/sci/maths/people/staff/wolfram/
|
||||
|
||||
ct:
|
||||
name: C. Taing
|
||||
fullname: Cécile Taing
|
||||
home: https://www.ljll.math.upmc.fr/taing/
|
||||
|
||||
cp:
|
||||
name: C. Poignard
|
||||
fullname: Clair Poignard
|
||||
home: https://www.math.u-bordeaux.fr/~cpoignar/
|
||||
|
||||
ac:
|
||||
name: A. Collin
|
||||
fullname: Annabelle Collin
|
||||
home: http://annabellecollin.perso.math.cnrs.fr/
|
||||
|
||||
dp:
|
||||
name: D. Peurichard
|
||||
fullname: Diane Peurichard
|
||||
home: https://sites.google.com/site/dianepeurichard/home
|
||||
|
||||
ar:
|
||||
name: A. Reversat
|
||||
fullname: Anne Reversat
|
||||
home: http://ist.ac.at/de/research-groups-pages/sixt-group/team/anne-reversat/
|
||||
|
||||
ms:
|
||||
name: M. Sixt
|
||||
fullname: Michael Sixt
|
||||
home: https://ist.ac.at/research/research-groups/sixt-group
|
||||
|
|
|
@ -9,9 +9,9 @@
|
|||
number: 6
|
||||
year: 2017
|
||||
links:
|
||||
- doi: 10.3934/dcds.2017131
|
||||
- arxiv: 1404.7338
|
||||
- hal: 00985211
|
||||
- doi: 10.3934/dcds.2017131
|
||||
id: 5
|
||||
submitted: 2014-04-29
|
||||
|
||||
|
|
|
@ -1,11 +1,19 @@
|
|||
- authors:
|
||||
- me
|
||||
- vhn
|
||||
title: "Fractional Sobolev and Hardy-Littlewood-Sobolev inequalities"
|
||||
links:
|
||||
- arxiv: 1404.1028
|
||||
- hal: 00972035
|
||||
id: 4
|
||||
- dp
|
||||
- ar
|
||||
- cs
|
||||
- ms
|
||||
title: "Modelling adhesion-independent cell migration"
|
||||
id: 8
|
||||
|
||||
- authors:
|
||||
- me
|
||||
- ct
|
||||
- cp
|
||||
- ac
|
||||
title: "Comparison and calibration of different electroporation models - Application to rabbit livers experiments"
|
||||
id: 7
|
||||
|
||||
- authors:
|
||||
- al
|
||||
|
@ -15,4 +23,13 @@
|
|||
- arxiv: 1802.04389
|
||||
id: 6
|
||||
|
||||
- authors:
|
||||
- me
|
||||
- vhn
|
||||
title: "Fractional Sobolev and Hardy-Littlewood-Sobolev inequalities"
|
||||
links:
|
||||
- arxiv: 1404.1028
|
||||
- hal: 00972035
|
||||
id: 4
|
||||
|
||||
# vim: ts=2:sts=2:sw=2
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<nav>
|
||||
<ul>
|
||||
<li><a href="/en/publications">Publications</a></li>
|
||||
<li><a href="/enseignement/">Teaching</a></li>
|
||||
<li><a href="/enseignement/">Teaching (FR)</a></li>
|
||||
<li><a href="/en/cv">Vitæ</a></li>
|
||||
<li><a href="https://gitea.oknaj.eu/gjankowiak/">Code</a></li>
|
||||
<li><a href="/en/misc">Misc.</a></li>
|
||||
|
|
|
@ -7,11 +7,7 @@
|
|||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>
|
||||
{% if page.title %}
|
||||
{{ page.title }}
|
||||
{% else %}
|
||||
{{ site.title }}
|
||||
{% endif %}
|
||||
{{ page.page_title }}
|
||||
</title>
|
||||
<link rel="icon" href="/images/favicon.png">
|
||||
{% if page.math %}
|
||||
|
@ -46,20 +42,31 @@
|
|||
<div id="wrapper">
|
||||
|
||||
<header>
|
||||
{% assign homelink = site.header-homelink-fr %}
|
||||
{% assign title = site.header-title-fr %}
|
||||
{% assign subtitle = site.header-subtitle-fr %}
|
||||
{% if page.lang == 'en' %}
|
||||
{% assign homelink = site.header-homelink-en %}
|
||||
{% assign title = site.header-title-en %}
|
||||
{% assign subtitle = site.header-subtitle-en %}
|
||||
{% endif %}
|
||||
<h1><a href="{{ homelink }}">{{ title }}</a></h1>
|
||||
<p>{{ subtitle }}</p>
|
||||
<hr>
|
||||
<h1><a href="{{ page.homelink }}">{{ page.title }}</a></h1>
|
||||
</header>
|
||||
|
||||
<section>
|
||||
{% if page.lang == 'en' %}
|
||||
{% if page.fr_url == '' %}
|
||||
<p class="switcher"><a href="{{ page.url | remove_first: '/en' }}">FR</a>|EN</p>
|
||||
{% else %}
|
||||
<p class="switcher"><a href="{{ page.fr_url }}">FR</a>|EN</p>
|
||||
{% endif %}
|
||||
{% include nav_en.html %}
|
||||
{% else %}
|
||||
{% if page.en_url == '' %}
|
||||
<p class="switcher">FR|<a href="/en{{page.url}}">EN</a></p>
|
||||
{% else %}
|
||||
<p class="switcher">FR|<a href="{{ page.en_url }}">EN</a></p>
|
||||
{% endif %}
|
||||
{% include nav_fr.html %}
|
||||
{% endif %}
|
||||
<hr>
|
||||
|
||||
<center>
|
||||
<div id="page_subtitle">{{ page.subtitle }}</div>
|
||||
</center>
|
||||
|
||||
<div id="content">
|
||||
{{ content }}
|
||||
</div>
|
||||
|
|
|
@ -122,7 +122,9 @@ ol li:hover { border-right: 3px solid $links; padding-right: 7px; }
|
|||
|
||||
#info span { display: inline-block; width: 100%; max-width: 618px; vertical-align: middle; }
|
||||
|
||||
#cv_title { font-family: "OpenSansLight",sans; font-size: 2em; margin: 1em; }
|
||||
#page_subtitle { font-family: "OpenSansLight",sans; font-size: 2em; margin: 1em; }
|
||||
|
||||
#main_email { padding: 0.5em; }
|
||||
|
||||
#http_code { text-align: center; font-size: 10em; line-height: 1em; }
|
||||
|
||||
|
|
|
@ -1,16 +1,10 @@
|
|||
---
|
||||
layout: default
|
||||
math: false
|
||||
title: 'Vitæ · Gaspard Jankowiak'
|
||||
subtitle: 'Vitæ'
|
||||
---
|
||||
{% assign authors = site.data.authors %}
|
||||
|
||||
FR\|[EN](/en/cv)
|
||||
{: .switcher}
|
||||
{% include nav_fr.html %}
|
||||
|
||||
<center id="cv_title">Vitæ</center>
|
||||
|
||||
* Né le 30 juin 1987 à Chambéry, France
|
||||
|
||||
# Thèmes de recherche
|
||||
|
|
|
@ -1,14 +1,10 @@
|
|||
---
|
||||
layout: default
|
||||
math: true
|
||||
subtitle: Divers
|
||||
en_url: /en/misc
|
||||
---
|
||||
|
||||
FR\|[EN](/en/misc)
|
||||
{: .switcher}
|
||||
{% include nav_fr.html %}
|
||||
|
||||
# Divers
|
||||
|
||||
## Accès aux articles de l'université de Vienne via u:access
|
||||
|
||||
Les personnes ayant un compte à l'université de Vienne (étudiants, chercheurs, invités...) peuvent accéder à certaines revues via le proxy u:access. Pour cela, on va sur la page où le papier est proposé au téléchargement, et on change le domaine (la partie avec `.com`) en remplaçant tous les `.` par `-` et en rajoutant `.uaccess.univie.ac.at`. Par exemple
|
||||
|
|
|
@ -1,16 +1,11 @@
|
|||
---
|
||||
layout: default
|
||||
math: false
|
||||
title: 'Vitæ · Gaspard Jankowiak'
|
||||
subtitle: 'Vitæ'
|
||||
lang: en
|
||||
---
|
||||
{% assign authors = site.data.authors %}
|
||||
|
||||
[FR](/cv)\|EN
|
||||
{: .switcher}
|
||||
{% include nav_en.html %}
|
||||
|
||||
<center id="cv_title">Vitæ</center>
|
||||
|
||||
* Born on June 30, 1987 in Chambéry, France
|
||||
|
||||
# Research interests
|
||||
|
|
|
@ -5,10 +5,6 @@ lang: en
|
|||
---
|
||||
{% assign authors = site.data.authors %}
|
||||
|
||||
[FR](/)\|EN
|
||||
{: .switcher}
|
||||
{% include nav_en.html %}
|
||||
|
||||
<p id="info"><a href="/images/portrait_large.jpg"><img alt="src" src="/images/portrait.png" id="portrait"></a><span>
|
||||
Currently, I am a postdoc at the <a href="https://www.ricam.oeaw.ac.at">RICAM</a>, where I'm working with <a href="{{authors['mtw'].home}}">{{authors['mtw'].fullname}}</a> on designing and analyzing models in the context of crowd motion and cell biology, including membranes of crawling lymphocytes.
|
||||
More generally, 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.
|
||||
|
|
|
@ -2,14 +2,10 @@
|
|||
layout: default
|
||||
math: false
|
||||
lang: en
|
||||
subtitle: 'Miscellaneous'
|
||||
fr_url: /divers
|
||||
---
|
||||
|
||||
[FR](/divers)\|EN
|
||||
{: .switcher}
|
||||
{% include nav_en.html %}
|
||||
|
||||
# Miscellaneous
|
||||
|
||||
## u:access at the University of Vienna
|
||||
|
||||
People with an account at the university of Vienna can use u:access to download papers from certain subscription only scientific journals. This can be done by looking for a given paper via u:find, or by directly using the u:access proxy. This is easily done by modifying the URL of the page of the paper: replace `.` by `-` in the domain part, and append `.uaccess.univie.ac.at`, still to the domain part. For example
|
||||
|
|
|
@ -2,22 +2,20 @@
|
|||
layout: default
|
||||
math: false
|
||||
lang: en
|
||||
subtitle: 'Publications'
|
||||
---
|
||||
|
||||
[FR](/publications)\|EN
|
||||
{: .switcher}
|
||||
{% include nav_en.html %}
|
||||
|
||||
# Publications & preprints
|
||||
|
||||
{% assign authors = site.data.authors %}
|
||||
|
||||
# Preprints
|
||||
|
||||
<ol reversed>
|
||||
{% for pub in site.data.submitted %}{% include publi_row.html pub=pub authors=authors %}{% endfor %}
|
||||
</ol>
|
||||
|
||||
# Published articles
|
||||
|
||||
<ol reversed>
|
||||
{% for pub in site.data.published %}{% include publi_row.html pub=pub authors=authors %}{% endfor %}
|
||||
</ol>
|
||||
|
||||
## Submitted articles
|
||||
|
||||
<ol reversed>
|
||||
{% for pub in site.data.submitted %}{% include publi_row.html pub=pub authors=authors %}{% endfor %}
|
||||
</ol>
|
||||
|
|
|
@ -1,11 +1,10 @@
|
|||
---
|
||||
layout: default
|
||||
title: Enseignement
|
||||
subtitle: Enseignement
|
||||
math: false
|
||||
en_url: /enseignement
|
||||
---
|
||||
|
||||
{% include nav_fr.html %}
|
||||
|
||||
# Paris-Dauphine (MIDO)
|
||||
|
||||
## 2013-2014
|
||||
|
|
|
@ -4,10 +4,6 @@ math: false
|
|||
---
|
||||
{% assign authors = site.data.authors %}
|
||||
|
||||
FR\|[EN](/en/)
|
||||
{: .switcher}
|
||||
{% include nav_fr.html %}
|
||||
|
||||
<p id="info"><a href="/images/portrait_large.jpg"><img alt="portrait" src="/images/portrait.png" id="portrait"></a><span id="resume">
|
||||
Actuellement postdoc au <a href="https://www.ricam.oeaw.ac.at">RICAM</a>, je travaille avec <a href="{{authors['mtw'].home}}">{{authors['mtw'].fullname}}</a> sur la formulation et l'analyse de modèles pour les déplacements piétonniers et la biologie, et plus particulièrement la membrane de lymphocytes.
|
||||
Je m'intéresse plus généralement à 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.
|
||||
|
|
|
@ -1,22 +1,19 @@
|
|||
---
|
||||
layout: default
|
||||
math: false
|
||||
subtitle: Publications
|
||||
---
|
||||
|
||||
FR\|[EN](/en/publications)
|
||||
{: .switcher}
|
||||
{% include nav_fr.html %}
|
||||
|
||||
# Publications & preprints
|
||||
|
||||
{% assign authors = site.data.authors %}
|
||||
|
||||
<ol reversed>
|
||||
{% for pub in site.data.published %}{% include publi_row.html pub=pub authors=authors %}{% endfor %}
|
||||
</ol>
|
||||
|
||||
## Articles soumis
|
||||
# Articles soumis (preprints)
|
||||
|
||||
<ol reversed>
|
||||
{% for pub in site.data.submitted %}{% include publi_row.html pub=pub authors=authors %}{% endfor %}
|
||||
</ol>
|
||||
|
||||
# Articles publiés
|
||||
|
||||
<ol reversed>
|
||||
{% for pub in site.data.published %}{% include publi_row.html pub=pub authors=authors %}{% endfor %}
|
||||
</ol>
|
||||
|
|
Loading…
Reference in a new issue