arxiv links
This commit is contained in:
parent
3e485a4770
commit
39ea9f1af5
4 changed files with 6 additions and 6 deletions
|
|
@ -31,14 +31,14 @@ to the Keller-Segel model.
|
|||
|
||||
| Authors | Title | Links |
|
||||
| - | - | :-: |
|
||||
{% for pub in site.data.accepted %} | {{pub.authors}} | {{pub.title}} <br />*{{pub.journal}}* {{pub.issue}} | [preprint]({{pub.preprint}}) |
|
||||
{% for pub in site.data.accepted %} | {{pub.authors}} | {{pub.title}} <br />*{{pub.journal}}* {{pub.issue}} | [arXiv](http://arxiv.org/pdf/{{pub.arxiv}}) |
|
||||
{% endfor %}{: .accepted}
|
||||
|
||||
### Submitted
|
||||
|
||||
| Authors | Title | Links |
|
||||
| - | - | :-: |
|
||||
{% for pub in site.data.submitted %} | {{pub.authors}} | {{pub.title}} | [preprint]({{pub.preprint}}) |
|
||||
{% for pub in site.data.submitted %} | {{pub.authors}} | {{pub.title}} | [arXiv](http://arxiv.org/pdf/{{pub.arxiv}}) |
|
||||
{% endfor %}{: .submitted}
|
||||
|
||||
### Visits & conferences
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue