update layout
This commit is contained in:
parent
b380c535fd
commit
ce9e3bad2b
17 changed files with 129 additions and 95 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue