diff --git a/_includes/publis-acc.markdown b/_includes/publis-acc.markdown new file mode 100644 index 0000000..fc0ec32 --- /dev/null +++ b/_includes/publis-acc.markdown @@ -0,0 +1,3 @@ +| - | - | :-: | +| J. Dobleault, P. Markowich, G. Jankowiak | *Stationary solutions of Keller-Segel type crowd motion and herding models: multiplicity and dynamical stability* (Math. Mech. Compl. Sys.) | [preprint](http://arxiv.org/pdf/1305.1715v2) +{: .accepted} diff --git a/en.markdown b/en.markdown index 9080390..3c2f085 100644 --- a/en.markdown +++ b/en.markdown @@ -27,12 +27,19 @@ to the Keller-Segel model. ## Publications -#### Submitted +### Accepted + +| Authors | Title (Journal)| Links | +{% include publis-acc.markdown %} + + -## Visits & conferences +### Visits & conferences - July 2013, visitor at DIM (Universitad de Chile) – Santiago diff --git a/index.markdown b/index.markdown index 40bab3c..0c8288b 100644 --- a/index.markdown +++ b/index.markdown @@ -25,12 +25,19 @@ ainsi que leurs liens avec certaines inégalités fonctionnelles. ## Publications -#### Soumises +### Acceptées + +| Auteurs | Titre (Journal) | Liens +{% include publis-acc.markdown %} + + -## Déplacements & conférences +### Déplacements & conférences - juillet 2013, invité au DIM (Universitad de Chile) – Santiago diff --git a/stylesheets/styles_light.css b/stylesheets/styles_light.css index 7379bf5..c467641 100644 --- a/stylesheets/styles_light.css +++ b/stylesheets/styles_light.css @@ -585,7 +585,7 @@ strong { } .wrapper { - max-width: 650px; + max-width: 800px; margin: 0 auto; position: relative; padding: 0 20px 150px; @@ -638,7 +638,6 @@ pre code { } table { - width: 100%; border-collapse: collapse; } @@ -672,7 +671,7 @@ dt { } section { - max-width: 650px; + max-width: 800px; padding: 0 0px 50px 0px; } section #title { @@ -800,6 +799,14 @@ body, html { min-height:100%; } +table.accepted, table.submitted { + margin-left: 1.5em; +} + +table.accepted tbody tr:hover, table.submitted tbody tr:hover { + background-color: #f5f5ff; +} + table.submitted { color: #999; }