Skip to content

Commit a25a275

Browse files
committed
Revise publications
1 parent 1a699ea commit a25a275

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

_includes/publications.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,12 @@
1414
{% assign author_links = author_links | push: link %}
1515
{% endfor %}
1616

17-
- **{{ paper.title }}**.
17+
- <span style="font-size: 110%; font-weight: bold;">({% if paper.venue_short %}{{ paper.venue_short }} {% endif %}{{ paper.year }})</span>
18+
<span style="font-size: 110%;">{{ paper.title }}.</span>
1819

1920
{{ author_links | join: ", " }}{% if paper.cofirst_authors %} (\*: co-first authors in alphabetical order){% endif %}.
2021

21-
**({% if paper.venue_short %}{{ paper.venue_short }} {% endif %}{{ paper.year }})** {{ paper.venue }}{% if paper.status %} ({{ paper.status }}){% endif %}.
22+
{{ paper.venue }}{% if paper.status %} ({{ paper.status }}){% endif %}.
2223

2324
{% if paper.copy_local %}\[[paper]({{ paper.copy_local }})\]{% endif %}
2425
{% if paper.website %}\[[project page]({{ paper.website }})\]{% endif %}

0 commit comments

Comments
 (0)