|
4 | 4 | {% if site.enable_publication_thumbnails %} |
5 | 5 | <div class="col col-sm-2 abbr"> |
6 | 6 | {%- if entry.abbr -%} |
7 | | - <style> |
| 7 | + <style> |
8 | 8 | @media (max-width: 768px) { |
9 | 9 | {% if entry.abbr %} |
10 | 10 | .abbr { display: none !important; } |
|
62 | 62 | <!-- Entry bib key --> |
63 | 63 | <div id="{{ entry.key }}" class="{% if site.enable_publication_thumbnails %}col-sm-9{% else %}col-sm-11{% endif %}"> |
64 | 64 | <!-- Title --> |
65 | | - <div class="title"> |
| 65 | + <div class="title"> |
66 | 66 | {% if entry.arxiv %} |
67 | 67 | <a href="http://arxiv.org/abs/{{ entry.arxiv }}" target="_blank">{{ entry.title }}.</a> |
68 | 68 | {% elsif entry.website %} |
|
222 | 222 |
|
223 | 223 | <!-- Links/Buttons --> |
224 | 224 | <div class="links"> |
225 | | - {% if entry.keywords %} |
| 225 | + {% if entry.keywords %} |
226 | 226 | <div class="keywords" style="display:none;"> |
227 | 227 | <span class="badge bg-secondary" data-keywords="{{ entry.keywords | escape }}"> |
228 | 228 | {{- entry.keywords | join: ', ' -}} |
|
247 | 247 | <span style="color:DarkOrange; font-weight: bold;" |
248 | 248 | ><i class="fas fa-trophy"></i> |
249 | 249 | {%- if entry.award_name %}{{ entry.award_name }}{% else %}Awarded{% endif -%} |
250 | | - </span> |
| 250 | + </span> |
251 | 251 | </a> |
252 | 252 | <br> |
253 | 253 | {% endif %} |
|
270 | 270 | {% if entry.html contains '://' %} |
271 | 271 | <a href="{{ entry.html }}" class="btn btn-sm z-depth-0" role="button"><i class="fas fa-link"></i> link</a> |
272 | 272 | {% else %} |
273 | | - <a href="{{ entry.html | prepend: '/assets/html/' | relative_url }}" class="btn btn-sm z-depth-0" role="button"><i class="fas fa-link"></i> url</a> |
| 273 | + <a href="{{ entry.html | prepend: '/assets/html/' | relative_url }}" class="btn btn-sm z-depth-0" role="button" |
| 274 | + ><i class="fas fa-link"></i> url</a |
| 275 | + > |
274 | 276 | {% endif %} |
275 | 277 | {% endif %} |
276 | 278 | {% if entry.pdf %} |
277 | 279 | {% if entry.pdf contains '://' %} |
278 | 280 | <a href="{{ entry.pdf }}" class="btn btn-sm z-depth-0" role="button"><i class="far fa-file-alt"></i> PDF</a> |
279 | 281 | {% else %} |
280 | | - <a href="{{ entry.pdf | prepend: '/assets/pdf/' | relative_url }}" class="btn btn-sm z-depth-0" role="button"><i class="far fa-file-alt"></i> PDF</a> |
| 282 | + <a href="{{ entry.pdf | prepend: '/assets/pdf/' | relative_url }}" class="btn btn-sm z-depth-0" role="button" |
| 283 | + ><i class="far fa-file-alt"></i> PDF</a |
| 284 | + > |
281 | 285 | {% endif %} |
282 | 286 | {% endif %} |
283 | 287 | {% if entry.supp %} |
284 | 288 | {% if entry.supp contains '://' %} |
285 | 289 | <a href="{{ entry.supp }}" class="btn btn-sm z-depth-0" role="button"><i class="far fa-file-alt"></i> Supp</a> |
286 | 290 | {% else %} |
287 | | - <a href="{{ entry.supp | prepend: '/assets/pdf/' | relative_url }}" class="btn btn-sm z-depth-0" role="button"><i class="far fa-file-alt"></i> Supp</a> |
| 291 | + <a href="{{ entry.supp | prepend: '/assets/pdf/' | relative_url }}" class="btn btn-sm z-depth-0" role="button" |
| 292 | + ><i class="far fa-file-alt"></i> Supp</a |
| 293 | + > |
288 | 294 | {% endif %} |
289 | 295 | {% endif %} |
290 | 296 | {% if entry.video and site.enable_video_embedding %} |
291 | 297 | <a class="abstract btn btn-sm z-depth-0" role="button"><i class="fas fa-video"></i> Video</a> |
292 | 298 | {% elsif entry.video %} |
293 | 299 | {% comment %} <a href="{{ entry.video }}" class="btn btn-sm z-depth-0" role="button">Video</a> {% endcomment %} |
294 | | - <a class="venobox btn btn-sm z-depth-0" data-autoplay="true" data-vbtype="video" href="{{ entry.video }}" |
| 300 | + <a class="venobox btn btn-sm z-depth-0" data-autoplay="true" data-vbtype="video" href="{{ entry.video }}" |
295 | 301 | ><i class="fas fa-video"></i> Video</a |
296 | 302 | > |
297 | 303 | {% endif %} |
|
305 | 311 | {% if entry.poster contains '://' %} |
306 | 312 | <a href="{{ entry.poster }}" class="btn btn-sm z-depth-0" role="button"><i class="fas fa-tv"></i> PPoster</a> |
307 | 313 | {% else %} |
308 | | - <a href="{{ entry.poster | prepend: '/assets/pdf/' | relative_url }}" class="btn btn-sm z-depth-0" role="button"><i class="fas fa-tv"></i> Poster</a> |
| 314 | + <a href="{{ entry.poster | prepend: '/assets/pdf/' | relative_url }}" class="btn btn-sm z-depth-0" role="button" |
| 315 | + ><i class="fas fa-tv"></i> Poster</a |
| 316 | + > |
309 | 317 | {% endif %} |
310 | 318 | {% endif %} |
311 | 319 | {% if entry.slides %} |
312 | 320 | {% if entry.slides contains '://' %} |
313 | 321 | <a href="{{ entry.slides }}" class="btn btn-sm z-depth-0" role="button"><i class="fa-regular fa-file-powerpoint"></i> Slides</a> |
314 | 322 | {% else %} |
315 | | - <a href="{{ entry.slides | prepend: '/assets/pdf/' | relative_url }}" class="btn btn-sm z-depth-0" role="button"><i class="fa-regular fa-file-powerpoint"></i> Slides</a> |
| 323 | + <a href="{{ entry.slides | prepend: '/assets/pdf/' | relative_url }}" class="btn btn-sm z-depth-0" role="button" |
| 324 | + ><i class="fa-regular fa-file-powerpoint"></i> Slides</a |
| 325 | + > |
316 | 326 | {% endif %} |
317 | 327 | {% endif %} |
318 | 328 | {% if entry.website %} |
|
0 commit comments