more style fixes
This commit is contained in:
parent
43060a6693
commit
e04b7cc55f
5 changed files with 39 additions and 19 deletions
|
@ -1,2 +1,2 @@
|
|||
1. J. Dobleault, G.J., P. Markowich, _Stationary solutions of Keller-Segel type crowd motion and herding models: multiplicity and dynamical stability_,
|
||||
[preprint](http://hal.archives-ouvertes.fr/index.php?halsid=fp4a1jr4g67u5c06l0rai4ius3&view_this_doc=hal-00821206&version=1)
|
||||
1. J. Dobleault, G.J., P. Markowich, _Stationary solutions of Keller-Segel type crowd motion and herding models: multiplicity and dynamical stability_
|
||||
([preprint](http://hal.archives-ouvertes.fr/index.php?halsid=fp4a1jr4g67u5c06l0rai4ius3&view_this_doc=hal-00821206&version=1))
|
||||
|
|
|
@ -16,6 +16,12 @@
|
|||
menuSettings: {
|
||||
zoom: "Click",
|
||||
zscale: "200%"
|
||||
},
|
||||
tex2jax: {
|
||||
inlineMath: [
|
||||
['$','$'],
|
||||
['\\(','\\)']
|
||||
]
|
||||
}
|
||||
});
|
||||
</script>
|
||||
|
@ -61,7 +67,8 @@
|
|||
</div>
|
||||
|
||||
{{ content }}
|
||||
<hr>
|
||||
|
||||
<hr class="clear">
|
||||
<span class="credits left"><a href="http://validator.w3.org/check?uri=http%3A%2F%2Fgjankowiak.github.com{{ page.url | cgi_escape }}">Validate</a> HTML</span>
|
||||
<span class="credits right">Hosted on GitHub Pages — Theme derived from <a href="http://twitter.com/#!/michigangraham">mattgraham</a> —
|
||||
Powered by <a href="http://jekyllrb.com/">Jekyll</a>
|
||||
|
|
10
en.markdown
10
en.markdown
|
@ -51,13 +51,15 @@ to the Keller-Segel model.
|
|||
* [French](/files/cv_fr.pdf)
|
||||
|
||||
# Contact
|
||||
Gaspard Jankowiak
|
||||
jankowiak@ceremade.dauphine.fr
|
||||
+33 (0)1 44 05 41 96 (landline)
|
||||
+33 (0)6 65 08 54 96 (mobile)
|
||||
{: .float-left}
|
||||
|
||||
Ceremade – 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)
|
||||
|
|
|
@ -50,14 +50,15 @@ ainsi que leurs liens avec certaines inégalités fonctionnelles.
|
|||
|
||||
# Contact
|
||||
|
||||
Gaspard Jankowiak
|
||||
jankowiak@ceremade.dauphine.fr
|
||||
+33 (0)1 44 05 41 96 (fixe)
|
||||
+33 (0)6 65 08 54 96 (mobile)
|
||||
{: .float-left}
|
||||
|
||||
Ceremade – 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)
|
||||
|
||||
|
|
|
@ -733,9 +733,18 @@ section .credits.right {
|
|||
margin-top: -20px;
|
||||
}
|
||||
|
||||
nav {
|
||||
.credits, #foot_image, nav {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.wrapper {
|
||||
padding-bottom: 0;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
.clear {
|
||||
clear:both;
|
||||
}
|
||||
|
||||
.MathJax_Display {
|
||||
|
@ -759,6 +768,7 @@ nav li {
|
|||
.switcher {
|
||||
float:left;
|
||||
line-height: 2em;
|
||||
margin-right: 1em;
|
||||
}
|
||||
|
||||
.float-right {
|
||||
|
|
Loading…
Reference in a new issue