new "accepted" section + JPRSS accepted

This commit is contained in:
Gaspard Jankowiak 2019-11-14 10:17:27 +01:00
commit 3f557424fd
7 changed files with 26 additions and 24 deletions

View file

@ -23,6 +23,12 @@ Non linear diffusion equations (fast diffusion equation), long time behaviour of
{% for pub in site.data.published %}{% include publi_row.html pub=pub authors=authors %}{% endfor %}
</ol>
## Articles accepted for publication
<ol reversed>
{% for pub in site.data.accepted %}{% include publi_row.html pub=pub authors=authors %}{% endfor %}
</ol>
## Submitted articles
<ol reversed>

View file

@ -23,6 +23,12 @@
{% for pub in site.data.published %}{% include publi_row.html pub=pub authors=authors %}{% endfor %}
</ol>
## Articles acceptés
<ol reversed>
{% for pub in site.data.accepted %}{% include publi_row.html pub=pub authors=authors %}{% endfor %}
</ol>
## Articles soumis
<ol reversed>

View file

@ -15,7 +15,7 @@
</span>
</p>
<p class="clear">
{% if pub.journal %}<em>{{pub.journal}}</em>{% if pub.issue %} | Vol. {{pub.issue.volume}} ({{pub.issue.year}}), no. {{pub.issue.number}}{% endif -%}{% else %} <em>preprint, soumis/submitted</em> {% endif %}
{% if pub.journal %}<em>{{pub.journal}}</em>{% if pub.issue %} | Vol. {{pub.issue.volume}} ({{pub.issue.year}}), no. {{pub.issue.number}}{% endif -%}{% endif %}
<span class="right">
{% for link in pub.links %}
{% for l in link %}{% assign k = l[0] %}