We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8719037 commit 3baffbfCopy full SHA for 3baffbf
_pages/publications.md
@@ -12,8 +12,7 @@ toc: true
12
{% for pub in pubs %}
13
- **{{ pub.title }}** {{ pub.authors}},
14
_{{ pub.venue }}_ ({{ pub.date | date: "%Y" }})
15
- {% if pub.link %}<a href="{{ pub.link }}">link</a>{% endif %}
16
- {% if pub.doi %} • <a href="https://doi.org/{{ pub.doi }}">doi</a>{% endif %}
+ {% if pub.doi %} <a href="https://doi.org/{{ pub.doi }}">doi</a>{% endif %}
17
{% if pub.pmid %} {{ pub.pmid }} {% endif %}
18
{% endfor %}
19
0 commit comments