diff --git a/_config.yml b/_config.yml index 907d741..522e1c9 100644 --- a/_config.yml +++ b/_config.yml @@ -302,7 +302,7 @@ enable_publication_badges: dimensions: true # Dimensions badge (https://badge.dimensions.ai/) # Filter out certain bibtex entry keywords used internally from the bib output -filtered_bibtex_keywords: [abbr, abstract, arxiv, bibtex_show, html, pdf, selected, supp, blog, code, poster, slides, website, preview, altmetric] +filtered_bibtex_keywords: [abbr, abstract, arxiv, bibtex_show, html, pdf, selected, supp, blog, code, poster, video, slides, website, preview, altmetric] # Maximum number of authors to be shown for each publication (more authors are visible on click) max_author_limit: 3 # leave blank to always show all authors diff --git a/_layouts/bib.html b/_layouts/bib.html index 2ffd285..2537fb9 100644 --- a/_layouts/bib.html +++ b/_layouts/bib.html @@ -164,6 +164,9 @@ Supp {%- endif %} {%- endif %} + {%- if entry.video %} + Video + {%- endif %} {%- if entry.blog %} Blog {%- endif %} @@ -236,5 +239,13 @@ {% highlight bibtex %}{{ entry.bibtex | hideCustomBibtex }}{% endhighlight %} {%- endif %} + + {% if entry.video -%} + +
+ {%- endif -%} +