Skip to content

Commit 6a7a45d

Browse files
authored
Update publications.md
1 parent 7e748b4 commit 6a7a45d

File tree

1 file changed

+0
-18
lines changed

1 file changed

+0
-18
lines changed

_pages/publications.md

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -16,23 +16,5 @@ You can also find my articles on my [Google Scholar profile](https://scholar.goo
1616
{% include base_path %}
1717

1818
{% for post in site.publications reversed %}
19-
<div class='paper-box'>
20-
<div class='paper-box-image'>
21-
<div>
22-
{% if post.venue %}
23-
<div class="badge">{{ post.venue }}</div>
24-
{% endif %}
25-
26-
{% if post.image %}
27-
<img src='{{ post.image | relative_url }}'
28-
alt="{{ post.title | escape }}"
29-
width="100%">
30-
{% endif %}
31-
</div>
32-
</div>
33-
34-
<div class='paper-box-text' markdown="1">
3519
{% include archive-single.html %}
36-
</div>
37-
</div>
3820
{% endfor %}

0 commit comments

Comments
 (0)