From 3f557424fdd78f5b9e43fe4ccdb79353f24bf3da Mon Sep 17 00:00:00 2001 From: Gaspard Jankowiak Date: Thu, 14 Nov 2019 10:17:27 +0100 Subject: [PATCH] new "accepted" section + JPRSS accepted --- _data/published.yaml | 11 ----------- _data/submitted.yaml | 12 ------------ _includes/cv_en.markdown | 6 ++++++ _includes/cv_fr.markdown | 6 ++++++ _includes/publi_row.html | 2 +- en/publications.markdown | 6 ++++++ publications.markdown | 7 +++++++ 7 files changed, 26 insertions(+), 24 deletions(-) diff --git a/_data/published.yaml b/_data/published.yaml index a8c891c..4e35ae4 100644 --- a/_data/published.yaml +++ b/_data/published.yaml @@ -1,14 +1,3 @@ -- authors: - - me - - ct - - cp - - ac - title: "Comparison and calibration of different electroporation models - Application to rabbit livers experiments" - journal: "ESAIM: Proceedings and surveys, accepté/accepted" - links: - - hal: 02076894 - id: 5 - - authors: - jd - mje diff --git a/_data/submitted.yaml b/_data/submitted.yaml index a73edb3..8638f35 100644 --- a/_data/submitted.yaml +++ b/_data/submitted.yaml @@ -1,15 +1,3 @@ -- authors: - - me - - dp - - ar - - cs - - ms - title: "Modelling adhesion-independent cell migration" - links: - - hal: 02076901 - - arxiv: 1903.09426 - id: 8 - - authors: - al - me diff --git a/_includes/cv_en.markdown b/_includes/cv_en.markdown index 021242f..1b6fd96 100644 --- a/_includes/cv_en.markdown +++ b/_includes/cv_en.markdown @@ -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 %} +## Articles accepted for publication + +
    +{% for pub in site.data.accepted %}{% include publi_row.html pub=pub authors=authors %}{% endfor %} +
+ ## Submitted articles
    diff --git a/_includes/cv_fr.markdown b/_includes/cv_fr.markdown index a4da6d2..3ff6682 100644 --- a/_includes/cv_fr.markdown +++ b/_includes/cv_fr.markdown @@ -23,6 +23,12 @@ {% for pub in site.data.published %}{% include publi_row.html pub=pub authors=authors %}{% endfor %}
+## Articles acceptés + +
    +{% for pub in site.data.accepted %}{% include publi_row.html pub=pub authors=authors %}{% endfor %} +
+ ## Articles soumis
    diff --git a/_includes/publi_row.html b/_includes/publi_row.html index 4cbd7f2..e823c96 100644 --- a/_includes/publi_row.html +++ b/_includes/publi_row.html @@ -15,7 +15,7 @@

    - {% if pub.journal %}{{pub.journal}}{% if pub.issue %} | Vol. {{pub.issue.volume}} ({{pub.issue.year}}), no. {{pub.issue.number}}{% endif -%}{% else %} preprint, soumis/submitted {% endif %} + {% if pub.journal %}{{pub.journal}}{% if pub.issue %} | Vol. {{pub.issue.volume}} ({{pub.issue.year}}), no. {{pub.issue.number}}{% endif -%}{% endif %} {% for link in pub.links %} {% for l in link %}{% assign k = l[0] %} diff --git a/en/publications.markdown b/en/publications.markdown index f416fe4..3d5c9c6 100644 --- a/en/publications.markdown +++ b/en/publications.markdown @@ -13,6 +13,12 @@ subtitle: 'Publications' {% for pub in site.data.submitted %}{% include publi_row.html pub=pub authors=authors %}{% endfor %}

+# Articles accepted for publication + +
    +{% for pub in site.data.accepted %}{% include publi_row.html pub=pub authors=authors %}{% endfor %} +
+ # Published articles
    diff --git a/publications.markdown b/publications.markdown index b9b77a7..172d303 100644 --- a/publications.markdown +++ b/publications.markdown @@ -12,6 +12,13 @@ subtitle: Publications {% for pub in site.data.submitted %}{% include publi_row.html pub=pub authors=authors %}{% endfor %}
+# Articles acceptés + +
    +{% for pub in site.data.accepted %}{% include publi_row.html pub=pub authors=authors %}{% endfor %} +
+ + # Articles publiés