Skip to content

Commit 1808baa

Browse files
committed
Reformatting publications to not use dots and to have title link to doi
1 parent ba15568 commit 1808baa

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

_pages/publications.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,10 @@ toc: true
1010

1111
{% assign pubs = site.publications | sort: 'date' | reverse %}
1212
{% for pub in pubs %}
13-
- **{{ pub.title }}** {{ pub.authors}},
13+
{% if pub.doi %} <a href="https://doi.org/{{ pub.doi }}"> **{{pub.title}}** </a> {% else %} {{ **pub.title** }} {% endif %}
14+
{{ pub.authors}},
1415
_{{ pub.venue }}_ ({{ pub.date | date: "%Y" }})
15-
{% if pub.doi %} <a href="https://doi.org/{{ pub.doi }}">doi</a>{% endif %}
1616
{% if pub.pmid %} PMID: {{ pub.pmid }} {% endif %}
1717
{% endfor %}
1818

19+
# {% if pub.doi %} <a href="https://doi.org/{{ pub.doi }}">doi</a>{% endif %}

0 commit comments

Comments
 (0)