style, layout, markup cleanup, navbar

This commit is contained in:
Gaspard Jankowiak 2013-03-07 15:40:18 +01:00
parent 19b9c34257
commit e9d2f5b444
5 changed files with 98 additions and 38 deletions

View file

@ -2,7 +2,6 @@
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<title>{{ page:title }}</title>
<link rel="icon" href="/images/favicon.png">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>

View file

@ -4,6 +4,14 @@ layout: default
---
[FR](/)\|EN
{: .switcher}
<nav>
<ul>
<li><a href="#research">Research</a></li> |
<li><a href="#teaching-in-french">Teaching</a></li> |
<li><a href="#contact">Contact</a></li>
</ul>
</nav>
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/).
@ -20,14 +28,14 @@ in preparation
# Conferences
### Poster
- Applieds PDEs for Life Sciences &ndash; Barcelona, September 2012 :
#### Poster
- [Applieds PDEs for Life Sciences](http://www.esf.org/index.php?id=9153) &ndash; Barcelona, September 2012 :
"Study of two crowd motion and herding models" ([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
- Biomat 2012 &ndash; Grenada, July 2012
- "PDE Models for Quantum Fluids" workshop &ndash; Cambridge, December 2010
#### Attended
- [Biomat 2012](http://www.ugr.es/~kinetic/biomat/) &ndash; Grenada, July 2012
- "[PDE Models for Quantum Fluids](http://www.newton.ac.uk/programmes/KIT/kitw03.html)" workshop &ndash; Cambridge, December 2010
# Teaching (in french)
* [Linear algebra (2nd year)](enseignement/algebre)
@ -38,12 +46,13 @@ in preparation
* [French](/files/cv_fr.pdf)
# Contact
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}
Gaspard Jankowiak
jankowiak@ceremade.dauphine.fr
+33 (0)1 44 05 41 96 (landline)
+33 (0)6 65 08 54 96 (mobile)
Ceremade — UMR CNRS 7534 (Office C614)
Université Paris Dauphine
Place du Maréchal de Lattre de Tassigny
75775 PARIS Cedex 16
France

View file

@ -4,6 +4,14 @@ layout: default
---
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>
</ul>
</nav>
Je suis actuellement en troisiè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/).
@ -20,14 +28,14 @@ en préparation
# Conférences
### Poster
- Applieds PDEs for Life Sciences &ndash; Barcelone, septembre 2012 :
#### Poster
- [Applieds PDEs for Life Sciences](http://www.esf.org/index.php?id=9153) &ndash; Barcelone, septembre 2012 :
« Study of two crowd motion and herding models » ([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))
### Participation
- Biomat 2012 &ndash; Grenade, juillet 2012
- Atelier « PDE Models for Quantum Fluids » &ndash; Cambridge, décembre 2010
#### Participation
- [Biomat 2012](http://www.ugr.es/~kinetic/biomat/) &ndash; Grenade, juillet 2012
- Atelier « [PDE Models for Quantum Fluids](http://www.newton.ac.uk/programmes/KIT/kitw03.html) » &ndash; Cambridge, décembre 2010
# Enseignement
@ -39,11 +47,15 @@ en préparation
* [Français](/files/cv_fr.pdf)
# Contact
Ceremade &ndash; UMR CNRS 7534 (Bureau C614)
Université Paris Dauphine
Place du Maréchal de Lattre de Tassigny
75775 PARIS Cedex 16
{: .float-right}
Gaspard Jankowiak
jankowiak@ceremade.dauphine.fr
+33 (0)1 44 05 41 96 (fixe)
+33 (0)6 65 08 54 96 (mobile)
Ceremade — UMR CNRS 7534 (Bureau C614)
Université Paris Dauphine
Place du Maréchal de Lattre de Tassigny
75775 PARIS Cedex 16

View file

@ -564,20 +564,16 @@ h1, h2, h3 {
}
h1 {
font-size: 28px;
font-size: 22px;
}
h2 {
font-size: 24px;
}
h4, h5, h6 {
color: #e8e8e8;
font-size: 20px;
}
h3 {
font-size: 18px;
line-height: 24px;
line-height: 22px;
font-family: 'OpenSansRegular', "Helvetica Neue", Helvetica, Arial, sans-serif !important;
font-weight: normal;
color: #b6b6b6;
@ -711,7 +707,7 @@ section #title {
border: 0;
outline: none;
margin: 0;
padding: 0 0 5px 0;
padding: 0;
}
section #title h1 {
font-family: 'OpenSansLight', "Helvetica Neue", Helvetica, Arial, sans-serif;
@ -780,3 +776,27 @@ section .credits.right {
#MathJax_Zoom {
background-color: #1B1B1B !important;
}
nav {
text-align:center;
list-style: none;
font-size:1.4em;
font-family: 'OpenSansRegular'
}
nav li {
display: inline;
}
.switcher {
float:left;
line-height: 2em;
}
.float-right {
float:right;
}
.float-left {
float:left;
}

View file

@ -545,7 +545,7 @@ body {
}
h1, h2, h3, h4, h5, h6 {
color: #222;
color: #444;
margin: 0 0 10px;
font-family: 'OpenSansRegular', "Helvetica Neue", Helvetica, Arial, sans-serif;
font-weight: normal;
@ -564,20 +564,16 @@ h1, h2, h3 {
}
h1 {
font-size: 28px;
font-size: 22px;
}
h2 {
font-size: 24px;
}
h4, h5, h6 {
color: #111;
font-size: 20px;
}
h3 {
font-size: 18px;
line-height: 24px;
line-height: 22px;
font-family: 'OpenSansRegular', "Helvetica Neue", Helvetica, Arial, sans-serif !important;
font-weight: normal;
color: #444;
@ -708,7 +704,7 @@ section #title {
border: 0;
outline: none;
margin: 0;
padding: 0 0 5px 0;
padding: 0;
}
section #title h1 {
font-family: 'OpenSansLight', "Helvetica Neue", Helvetica, Arial, sans-serif;
@ -778,3 +774,27 @@ section .credits.right {
#MathJax_Zoom {
background-color: #EEF !important;
}
nav {
text-align:center;
list-style: none;
font-size:1.4em;
font-family: 'OpenSansRegular'
}
nav li {
display: inline;
}
.switcher {
float:left;
line-height: 2em;
}
.float-right {
float:right;
}
.float-left {
float:left;
}