We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
paper_citation.html
1 parent 2174f82 commit cc9093bCopy full SHA for cc9093b
_includes/paper_citation.html
@@ -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