Skip to content

Commit

Permalink
Add image with publication
Browse files Browse the repository at this point in the history
  • Loading branch information
siddhu001 committed Nov 10, 2023
1 parent b9c9bba commit 99fd9d2
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
3 changes: 3 additions & 0 deletions _bibliography/papers.bib
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,9 @@ @inproceedings{peng2023reproducing
booktitle=ASRU,
year={2023},
publisher={IEEE},
code={https://github.com/espnet/espnet},
blog={https://www.wavlab.org/activities/2023/foundations/},
img={../assets/img/blog/owsm_pipeline.png}
}

@inproceedings{roshan2023espnet,
Expand Down
5 changes: 4 additions & 1 deletion _layouts/bib.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
---

<div class="row">
<div class="col-sm-2 abbr">
<div class="col-sm-4 abbr">
{% if entry.abbr %}
{% if site.data.venues[entry.abbr] %}
<abbr class="badge"><a href="{{site.data.venues[entry.abbr].url}}" target="_blank">{{entry.abbr}}</a></abbr>
Expand All @@ -17,6 +17,9 @@
<abbr class="badge badge-info">{{entry.abbr_publisher}}</abbr>
{% endif %}
{% endif %}
{% if entry.img %}
<br><img src="{{entry.img}}" width="100%">
{% endif %}
</div>

<div id="{{entry.key}}" class="col-sm-8">
Expand Down
Binary file added assets/img/blog/owsm_pipeline.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 99fd9d2

Please sign in to comment.