Skip to content

Commit 3cbfb0f

Browse files
committed
Removed more false pubs and made journal italic
1 parent ecb2051 commit 3cbfb0f

File tree

2 files changed

+2
-11
lines changed

2 files changed

+2
-11
lines changed

_pages/publications.md

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

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

_publications/2019-01-01-resolving-human-genetic-variation-with-long-read-single-molecule-sequencing.md

Lines changed: 0 additions & 9 deletions
This file was deleted.

0 commit comments

Comments
 (0)