Skip to content

Commit cc9093b

Browse files
committed
add paper_citation.html
this defines the formatting of the citation
1 parent 2174f82 commit cc9093b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

_includes/paper_citation.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{% assign paper = site.data.papers[include.key] %}
2+
<!-- Define how the citation should be formatted -->
3+
* {{ paper.authors }} [{{ paper.title }}]({{ paper.url }}). _{{ paper.journal
4+
}}_, {{ paper.details }} DOI: [{{ paper.doi }}](https://doi.org/{{ paper.doi }})
5+
({{ paper.year }})

0 commit comments

Comments
 (0)