File tree Expand file tree Collapse file tree 1 file changed +1
-27
lines changed Expand file tree Collapse file tree 1 file changed +1
-27
lines changed Original file line number Diff line number Diff line change @@ -4,30 +4,4 @@ title: Publications
4
4
permalink : /publications/
5
5
---
6
6
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 %}
You can’t perform that action at this time.
0 commit comments