accepted publications

This commit is contained in:
Gaspard Jankowiak 2013-09-16 11:39:45 +02:00
parent d62a1e79c0
commit b9a15581f8
4 changed files with 31 additions and 7 deletions

View file

@ -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}

View file

@ -27,12 +27,19 @@ to the Keller-Segel model.
## Publications
#### Submitted
### Accepted
| Authors | Title (Journal)| Links |
{% include publis-acc.markdown %}
<!---
### Submitted publications
| Authors | Title | Links |
{% include publis-sub.markdown %}
-->
## Visits & conferences
### Visits & conferences
- July 2013, visitor at DIM (Universitad de Chile) &ndash; Santiago

View file

@ -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 %}
<!---
### Publications soumises
| Auteurs | Titre | Liens
{% include publis-sub.markdown %}
-->
## Déplacements & conférences
### Déplacements & conférences
- juillet 2013, invité au DIM (Universitad de Chile) &ndash; Santiago

View file

@ -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;
}