Skip to content

Commit 23fde9f

Browse files
committed
added publications md
1 parent aad14cd commit 23fde9f

1 file changed

Lines changed: 18 additions & 0 deletions

File tree

_pages/publications.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
---
2+
permalink: /publications/
3+
title: "Publications"
4+
layout: single
5+
author_profile: true
6+
7+
# This tells the page to gather all entries in the "publications" collection
8+
toc: true
9+
---
10+
11+
{% assign pubs = site.publications | sort: 'date' | reverse %}
12+
{% for pub in pubs %}
13+
- **{{ pub.title }}**, {{ pub.venue }} ({{ pub.date | date: "%Y" }})
14+
<br>
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 %}
17+
{% endfor %}
18+

0 commit comments

Comments
 (0)