Skip to content

Commit aa1ca42

Browse files
author
mkstadler
committed
Updating template
1 parent f798dbd commit aa1ca42

File tree

2 files changed

+555
-88
lines changed

2 files changed

+555
-88
lines changed

bib/publications.tmpl

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -23,18 +23,12 @@
2323
</span><br />
2424
<span class="venuetype">{{ entry|venue_type -}}</span><span class="venue"><i>{{ entry|venue -}}</i></span>.
2525
{%- if entry.fields['note'] %}
26-
<span class="note">
27-
{{ entry.fields['note']|escape }}.
28-
</span>
26+
<span><a href="{{note}}"><input class="button-2" type="button" value="compressed postscript"></a></span>
2927
{%- endif %}
3028
<br />
31-
<span class="links">
32-
{%- for type, url in (entry|extra_urls).items() %}
33-
[<a href="{{ url|escape }}">{{ type|escape }}</a>]
34-
{%- endfor %}
35-
</span>
29+
3630
{%- if url %}
37-
<span><a href="https://arxiv.org/pdf/2407.06141"><input class="button-2" type="button" value="pdf"></a></span>
31+
<span><a href="{{url}}"><input class="button-2" type="button" value="pdf"></a></span>
3832
{%- endif %}
3933
<button class="button-2" onclick="firstP({{count.value}})">Bibtex</button>
4034
<div id="Project{{count.value}}" style="display:none" align="left"> {{entry.to_string('bibtex')}}<div>

0 commit comments

Comments
 (0)