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 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>
You can’t perform that action at this time.
0 commit comments