File tree Expand file tree Collapse file tree 1 file changed +1
-32
lines changed Expand file tree Collapse file tree 1 file changed +1
-32
lines changed Original file line number Diff line number Diff line change 11
11
<h3 >Refereed Journals and Transactions</h3 >
12
12
<div class =" publications " >
13
13
<ol class =" bibliography " >
14
- {% for link in site.data.publications.journals %}
14
+ {% for link in site.data.publications.main %}
15
15
<li >
16
16
<div class =" pub-row " >
17
17
<div class =" col-sm-3 abbr " style =" position : relative ;padding-right : 15px ;padding-left : 15px ;" >
34
34
{% endfor %}
35
35
</ol >
36
36
</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 >
You can’t perform that action at this time.
0 commit comments