We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d3f3b21 commit 7c3e500Copy full SHA for 7c3e500
1 file changed
_pages/publications.md
@@ -13,6 +13,6 @@ toc: true
13
- **{{ pub.title }}** {{ pub.authors}},
14
_{{ pub.venue }}_ ({{ pub.date | date: "%Y" }})
15
{% if pub.doi %} <a href="https://doi.org/{{ pub.doi }}">doi</a>{% endif %}
16
- {% if pub.pmid %} {{ pub.pmid }} {% endif %}
+ {% if pub.pmid %} PMID: {{ pub.pmid }} {% endif %}
17
{% endfor %}
18
0 commit comments