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 ba15568 commit 1808baaCopy full SHA for 1808baa
_pages/publications.md
@@ -10,9 +10,10 @@ toc: true
10
11
{% assign pubs = site.publications | sort: 'date' | reverse %}
12
{% for pub in pubs %}
13
-- **{{ pub.title }}** {{ pub.authors}},
+ {% if pub.doi %} <a href="https://doi.org/{{ pub.doi }}"> **{{pub.title}}** </a> {% else %} {{ **pub.title** }} {% endif %}
14
+{{ pub.authors}},
15
_{{ pub.venue }}_ ({{ pub.date | date: "%Y" }})
- {% if pub.doi %} <a href="https://doi.org/{{ pub.doi }}">doi</a>{% endif %}
16
{% if pub.pmid %} PMID: {{ pub.pmid }} {% endif %}
17
{% endfor %}
18
19
+# {% if pub.doi %} <a href="https://doi.org/{{ pub.doi }}">doi</a>{% endif %}
0 commit comments