Skip to content

Commit bd2e51b

Browse files
authored
Added preprints
1 parent 4b8489a commit bd2e51b

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

_data/pubs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@
194194
- title: "Safe Legged Locomotion using Collision Cone Control Barrier Functions (C3BFs)"
195195
authors: [Manan Tayal, Shishir Kolathaya]
196196
date: 2023-09-01
197-
pub-type: conference
197+
pub-type: preprint
198198
publisher: "Arxiv"
199199
pdf: https://arxiv.org/pdf/2309.01898
200200
projects: [CollisionConeCBF]
@@ -250,7 +250,7 @@
250250
- title: "Vision Based C3BF in UGV Unicycle Model"
251251
authors: [Sahil Bobade, Anand Sortur, Sudharsan Vishwanathan, Rushikesh Jadhav, Shishir Kolathaya]
252252
date: 2024-05-01
253-
pub-type: conference
253+
pub-type: preprint
254254
publisher: "Pre-print"
255255
pdf: Vision_Based_C3BF_in_UGV_Unicycle_Model.pdf
256256
projects: [CBF]

publications.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,22 +28,22 @@ <h2> Conference Papers</h2>
2828
<table class="table">
2929
<tbody>
3030
{% for pub in pubs %}
31-
{% if pub.pub-type != "journal"%}
31+
{% if pub.pub-type == "conference"%}
3232
{% include pub_entry.html pub=pub prev_year=prev_year%}
3333
{% assign prev_year = pub.date | date: "%Y" | to_integer %}
3434
{% endif %}
3535
{% endfor %}
3636
</tbody>
3737
</table>
3838

39-
<h2> Workshop/Symposium Papers</h2>
39+
<h2> Pre-Prints</h2>
4040
<p> &ast; - The authors have contributed equally </p>
4141
{% assign prev_year = 1000 %}
4242
{% assign pubs = site.data.pubs | sort: "date" | reverse %}
4343
<table class="table">
4444
<tbody>
4545
{% for pub in pubs %}
46-
{% if pub.pub-type == "workshop"%}
46+
{% if pub.pub-type == "preprint"%}
4747
{% include pub_entry.html pub=pub prev_year=prev_year%}
4848
{% assign prev_year = pub.date | date: "%Y" | to_integer %}
4949
{% endif %}

0 commit comments

Comments
 (0)