Skip to content

Commit 8842b35

Browse files
committed
added authors
1 parent 23fde9f commit 8842b35

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

_pages/publications.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ toc: true
1010

1111
{% assign pubs = site.publications | sort: 'date' | reverse %}
1212
{% for pub in pubs %}
13-
- **{{ pub.title }}**, {{ pub.venue }} ({{ pub.date | date: "%Y" }})
13+
- **{{ pub.title }}**, {{ pub.content | markdownify }}
14+
{{ pub.venue }} ({{ pub.date | date: "%Y" }})
1415
<br>
1516
{% if pub.link %}<a href="{{ pub.link }}">link</a>{% endif %}
1617
{% if pub.doi %} • <a href="https://doi.org/{{ pub.doi }}">doi</a>{% endif %}

0 commit comments

Comments
 (0)