Skip to content

Commit c89414f

Browse files
committed
Update publications.html
1 parent ea7703f commit c89414f

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

_includes/publications.html

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
<li class="publication">
2-
<b>{{ publication.title }}</b><br />
3-
<i>{{ publication.authors }}</i><br />
4-
{{ publication.journal }} ({{ publication.year }})<br />
2+
{{ publication.authors }} ({{ publication.date }}). <b>{{ publication.title }}</b> [{{ publication.type }}]<br />.
53
{% if publication.ads %}ADS: <a href="{{ publication.ads }}">{{ publication.ads }}</a><br />{% endif %}
64
{% if publication.doi %}DOI: <a href="{{ publication.doi }}">{{ publication.doi }}</a><br />{% endif %}
75
{% if publication.urn %}URN: <a href="{{ publication.urn }}">{{ publication.urn }}</a><br />{% endif %}
86
{% if publication.uri %}URL: <a href="{{ publication.urn }}">{{ publication.uri }}</a><br />{% endif %}
7+
<br />
98
</li>

0 commit comments

Comments
 (0)