Skip to content

Commit d4d7ef4

Browse files
authored
Update publications.md
1 parent 1b6edf3 commit d4d7ef4

File tree

1 file changed

+1
-27
lines changed

1 file changed

+1
-27
lines changed

publications.md

Lines changed: 1 addition & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -4,30 +4,4 @@ title: Publications
44
permalink: /publications/
55
---
66

7-
## Publications
8-
9-
{% assign publications = site.data.publications %}
10-
{% if publications %}
11-
{% for publication in publications %}
12-
<div class="publication">
13-
<h3>{{ publication.title }}</h3>
14-
{% if publication.authors %}
15-
<p>{{ publication.authors }}</p>
16-
{% endif %}
17-
{% if publication.conference %}
18-
<p><strong>Conference:</strong> {{ publication.conference }}</p>
19-
{% endif %}
20-
{% if publication.image %}
21-
<img src="{{ publication.image | relative_url }}" alt="{{ publication.title }}" style="max-width: 100%; height: auto;">
22-
{% endif %}
23-
{% if publication.description %}
24-
<p>{{ publication.description }}</p>
25-
{% endif %}
26-
{% if publication.pdf %}
27-
<p><a href="{{ publication.pdf | relative_url }}" target="_blank">Download PDF</a></p>
28-
{% endif %}
29-
</div>
30-
{% endfor %}
31-
{% else %}
32-
<p>No publications found.</p>
33-
{% endif %}
7+
{% include publications.md %}

0 commit comments

Comments
 (0)