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.
1 parent b7bcbc8 commit 99d8858Copy full SHA for 99d8858
_includes/archive-single.html
@@ -49,6 +49,7 @@
49
<td class="papertext">
50
<h2>{{title}}</h2>
51
<p> {{post.authors}} </p>
52
+ <p> {{post.venue}} </p>
53
<!-- <a class="w3-button btn w3-white w3-text-blue w3-border" href="https://simple-bev.github.io/">project page</a> -->
54
{% if post.paperurl and post.codeurl and post.arxivurl and post.biburl %}
55
<p><a href="{{post.paperurl}}">[Paper]</a> | <a href="{{post.codeurl}}">[Code]</a> | <a href="{{post.arxivurl}}">[arXiv]</a> | <a href="{{post.biburl}}">[BibTeX]</a></p>
0 commit comments