File tree Expand file tree Collapse file tree 2 files changed +555
-88
lines changed Expand file tree Collapse file tree 2 files changed +555
-88
lines changed Original file line number Diff line number Diff line change 23
23
</span><br />
24
24
<span class="venuetype">{{ entry|venue_type -}}</span><span class="venue"><i>{{ entry|venue -}}</i></span>.
25
25
{%- 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>
29
27
{%- endif %}
30
28
<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
+
36
30
{%- 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>
38
32
{%- endif %}
39
33
<button class="button-2" onclick="firstP({{count.value}})">Bibtex</button>
40
34
<div id="Project{{count.value}}" style="display:none" align="left"> {{entry.to_string('bibtex')}}<div>
You can’t perform that action at this time.
0 commit comments