Skip to content

Commit 56f35e7

Browse files
authored
Update publications.md
1 parent a4da772 commit 56f35e7

File tree

1 file changed

+1
-32
lines changed

1 file changed

+1
-32
lines changed

_includes/publications.md

Lines changed: 1 addition & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<h3>Refereed Journals and Transactions</h3>
1212
<div class="publications">
1313
<ol class="bibliography">
14-
{% for link in site.data.publications.journals %}
14+
{% for link in site.data.publications.main %}
1515
<li>
1616
<div class="pub-row">
1717
<div class="col-sm-3 abbr" style="position: relative;padding-right: 15px;padding-left: 15px;">
@@ -34,34 +34,3 @@
3434
{% endfor %}
3535
</ol>
3636
</div>
37-
38-
<!-- Proceedings Section -->
39-
<h3>Conference Proceedings</h3>
40-
<div class="publications">
41-
<ol class="bibliography">
42-
{% for link in site.data.publications.proceedings %}
43-
<li>
44-
<div class="pub-row">
45-
<div class="col-sm-3 abbr" style="position: relative;padding-right: 15px;padding-left: 15px;">
46-
<img src="{{ link.image | relative_url }}" class="teaser img-fluid z-depth-1" style="width=100;height=40%">
47-
<abbr class="badge">{{ link.conference_short }}</abbr>
48-
</div>
49-
<div class="col-sm-9" style="position: relative;padding-right: 15px;padding-left: 20px;">
50-
<div class="title"><a href="{{ link.pdf }}">{{ link.title }}</a></div>
51-
<div class="author">{{ link.authors }}</div>
52-
<div class="periodical"><em>{{ link.conference }}</em></div>
53-
<div class="links">
54-
{% if link.pdf %}
55-
<a href="{{ link.pdf | relative_url }}" class="btn btn-sm z-depth-0" role="button" target="_blank" style="font-size:12px;">PDF</a>
56-
{% endif %}
57-
{% if link.award %}
58-
<strong> <i style="color:#BF1013; font-weight:600">{{ link.award }}</i></strong>
59-
{% endif %}
60-
</div>
61-
</div>
62-
</div>
63-
</li>
64-
<br>
65-
{% endfor %}
66-
</ol>
67-
</div>

0 commit comments

Comments
 (0)