We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e748b4 commit 6a7a45dCopy full SHA for 6a7a45d
_pages/publications.md
@@ -16,23 +16,5 @@ You can also find my articles on my [Google Scholar profile](https://scholar.goo
16
{% include base_path %}
17
18
{% 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
31
- </div>
32
33
34
- <div class='paper-box-text' markdown="1">
35
{% include archive-single.html %}
36
37
-</div>
38
{% endfor %}
0 commit comments