File tree Expand file tree Collapse file tree 3 files changed +18
-1
lines changed
Expand file tree Collapse file tree 3 files changed +18
-1
lines changed Original file line number Diff line number Diff line change @@ -18,6 +18,8 @@ permalink: /research/stoch/blog/:year/:month/:day/:title.html
1818roles :
1919 - key : faculty
2020 name : Faculty
21+ - key : collaborator
22+ name : Collaborators
2123 - key : staff
2224 name : Staff
2325 # - key: postdoc
Original file line number Diff line number Diff line change @@ -363,7 +363,7 @@ ajay:
363363# Profs
364364
365365shishir :
366- display_name : " Shishir Kolathaya (HEAD) "
366+ display_name : " Shishir Kolathaya"
367367 webpage : " https://shishirny.github.io/"
368368 github : shishirny
369369 role : faculty
Original file line number Diff line number Diff line change @@ -36,6 +36,21 @@ <h2> Conference Papers</h2>
3636 </ tbody >
3737</ table >
3838
39+ < h2 > Workshop/Symposium Papers</ h2 >
40+ < p > * - The authors have contributed equally </ p >
41+ {% assign prev_year = 1000 %}
42+ {% assign pubs = site.data.pubs | sort: "date" | reverse %}
43+ < table class ="table ">
44+ < tbody >
45+ {% for pub in pubs %}
46+ {% if pub.pub-type == "workshop"%}
47+ {% include pub_entry.html pub=pub prev_year=prev_year%}
48+ {% assign prev_year = pub.date | date: "%Y" | to_integer %}
49+ {% endif %}
50+ {% endfor %}
51+ </ tbody >
52+ </ table >
53+
3954<!-- {% if pub.pub-type == "conference"%}
4055 <h2> Conference Papers</h2>
4156 {% assign prev_year = 1000 %}
You can’t perform that action at this time.
0 commit comments