tweak publications to use _data folder
This commit is contained in:
parent
4a24f45c47
commit
69bb5b03ba
3 changed files with 11 additions and 17 deletions
4
_data/accepted.yaml
Normal file
4
_data/accepted.yaml
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
- authors: J. Dolbeault, G. Jankowiak, P.A. Markowich
|
||||||
|
title: "Stationary solutions of Keller-Segel type crowd motion and herding models: multiplicity and dynamical stability"
|
||||||
|
journal: Mathematics and Mechanics of Complex Systems
|
||||||
|
preprint: http://arxiv.org/pdf/1305.1715v2
|
11
en.markdown
11
en.markdown
|
@ -29,15 +29,10 @@ to the Keller-Segel model.
|
||||||
|
|
||||||
### Accepted
|
### Accepted
|
||||||
|
|
||||||
| Authors | Title (Journal)| Links |
|
|
||||||
{% include publis-acc.markdown %}
|
|
||||||
|
|
||||||
<!---
|
|
||||||
### Submitted publications
|
|
||||||
|
|
||||||
| Authors | Title | Links |
|
| Authors | Title | Links |
|
||||||
{% include publis-sub.markdown %}
|
| - | - | :-: |
|
||||||
-->
|
{% for pub in site.data.accepted %} | {{pub.authors}} | {{pub.title}} <br />*{{pub.journal}}* {{pub.issue}} | [preprint]({{pub.preprint}}) |
|
||||||
|
{% endfor %}{: .accepted}
|
||||||
|
|
||||||
### Visits & conferences
|
### Visits & conferences
|
||||||
|
|
||||||
|
|
|
@ -27,15 +27,10 @@ ainsi que leurs liens avec certaines inégalités fonctionnelles.
|
||||||
|
|
||||||
### Acceptées
|
### Acceptées
|
||||||
|
|
||||||
| Auteurs | Titre (Journal) | Liens
|
| Auteurs | Titre | Liens |
|
||||||
{% include publis-acc.markdown %}
|
| - | - | :-: |
|
||||||
|
{% for pub in site.data.accepted %} | {{pub.authors}} | {{pub.title}} <br />*{{pub.journal}}* {{pub.issue}} | [preprint]({{pub.preprint}}) |
|
||||||
<!---
|
{% endfor %}{: .accepted}
|
||||||
### Publications soumises
|
|
||||||
|
|
||||||
| Auteurs | Titre | Liens
|
|
||||||
{% include publis-sub.markdown %}
|
|
||||||
-->
|
|
||||||
|
|
||||||
### Déplacements & conférences
|
### Déplacements & conférences
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue