HAL links
This commit is contained in:
parent
60adefe9da
commit
4b99d35b38
4 changed files with 8 additions and 4 deletions
|
|
@ -33,14 +33,14 @@ to the Keller-Segel model.
|
|||
|
||||
| Authors | Title | Links |
|
||||
| - | - | :-: |
|
||||
{% for pub in site.data.accepted %} | {{pub.authors}} | *{{pub.title}}* <br />{{pub.journal}} {{pub.issue}} | [arXiv](http://arxiv.org/abs/{{pub.arxiv}}) |
|
||||
{% for pub in site.data.accepted %} | {{pub.authors}} | *{{pub.title}}* <br>{{pub.journal}} {{pub.issue}} | {% if pub.arxiv %}<span class="paper_link">[arXiv](http://arxiv.org/abs/{{pub.arxiv}})</span> {% endif %}{% if pub.hal %}<span class="paper_link">[HAL](http://hal.archives-ouvertes.fr/hal-{{pub.hal}})</span>{% endif %} |
|
||||
{% endfor %}{: .publi_table}
|
||||
|
||||
### Submitted
|
||||
|
||||
| Authors | Title | Links |
|
||||
| - | - | :-: |
|
||||
{% for pub in site.data.submitted %} | {{pub.authors}} | *{{pub.title}}* | {% if pub.arxiv %}[arXiv](http://arxiv.org/abs/{{pub.arxiv}}){% endif %} |
|
||||
{% for pub in site.data.submitted %} | {{pub.authors}} | *{{pub.title}}* <br>{{pub.journal}} {{pub.issue}} | {% if pub.arxiv %}<span class="paper_link">[arXiv](http://arxiv.org/abs/{{pub.arxiv}})</span> {% endif %}{% if pub.hal %}<span class="paper_link">[HAL](http://hal.archives-ouvertes.fr/hal-{{pub.hal}})</span>{% endif %} |
|
||||
{% endfor %}{: .publi_table}
|
||||
|
||||
### In preparation
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue