Skip to content

Commit 4d1ba58

Browse files
committed
video to bib entry
1 parent 8a9eddd commit 4d1ba58

3 files changed

Lines changed: 7 additions & 1 deletion

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
_site/
22
.jekyll-cache/
33
.gitignore
4+
.DS_Store
45
Gemfile.lock
56
todos.txt

_bibliography/publications.bib

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ @inproceedings{Eladawy24icse
1414
pages = {1017--1029},
1515
doi = {10.1145/3597503.3639095},
1616
project = {benchmarks,develop},
17-
talk = {https://youtu.be/_2tUAI78Ybw},
17+
video = {https://youtu.be/_2tUAI78Ybw},
1818
data = {http://doi.org/10.17605/OSF.IO/9JZHR}
1919
}
2020

_layouts/bib.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,11 @@
3838
Slides (OpenOffice)</a>
3939
</span>
4040
{% endif %}
41+
{% if entry.video %}
42+
{% if first %}{% assign first = false %}{% else %}&middot; {% endif %}<span class="refs-link">
43+
<a href="{{entry.video}}"><i class="fas fa-video"></i>Video</a>
44+
</span>
45+
{% endif %}
4146
{% if links['poster.pdf'] %}
4247
{% if first %}{% assign first = false %}{% else %}&middot; {% endif %}<span class="refs-link">
4348
<a href="{{links['poster.pdf']}}"><i class="far fa-list-alt"></i> Poster</a>

0 commit comments

Comments
 (0)