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 + +
- {% 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 %}