File tree 1 file changed +3
-2
lines changed
1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 14
14
{% assign author_links = author_links | push: link %}
15
15
{% endfor %}
16
16
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 >
18
19
19
20
{{ author_links | join: ", " }}{% if paper.cofirst_authors %} (\* : co-first authors in alphabetical order){% endif %}.
20
21
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 %}.
22
23
23
24
{% if paper.copy_local %}\[ [ paper] ({{ paper.copy_local }})\] {% endif %}
24
25
{% if paper.website %}\[ [ project page] ({{ paper.website }})\] {% endif %}
You can’t perform that action at this time.
0 commit comments