Skip to content

Commit 8615157

Browse files
committed
added gatekeeper best paper award info
1 parent 5e9e81e commit 8615157

File tree

4 files changed

+15
-1
lines changed

4 files changed

+15
-1
lines changed

_includes/publication_blurb.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
<p>
2+
{% if post.awards %}
3+
<b>{{ post.awards }}</b>
4+
<br />
5+
{% endif %}
26
{{post.authors}}
37
<br />
48
<em>{{post.venue}}</em>
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
layout: post
3+
title: "Won the IEEE TC-RC Best Paper Award (Finalist) for Gatekeeper TRO paper"
4+
---
5+
6+
Our paper, "Gatekeeper: Online Safety Verification and Control for Nonlinear Systems in Dynamic Environments” was selected as one of the finalists for the 2024 Best Paper Award of the IEEE RAS Technical Committee on Robot Control (TC-RC).
7+
8+
Thank you to Cosimo, Sylvia, Manuel, Kaoru, the IEEE TC-RC Committee co-chairs for this award!
9+

_papers/2023-06-21-clarity-and-perceivability.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,5 @@ bib: |-
1818
year={2023},
1919
publisher={IEEE}
2020
}
21+
awards: "⭐️ Best Paper Award, IEEE TC-AC (Technical Committee on Aerospace Controls) 2024 ⭐️"
2122
---

_papers/2024-09-04-gatekeeper-tro.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,5 @@ bib: |-
2323
keywords={Trajectory;Safety;Robots;Logic gates;Robot sensing systems;Nonlinear dynamical systems;Quadrotors;Collision Avoidance;Motion and Path Planning;Aerial Systems: Applications;Safety-Critical Control},
2424
doi={10.1109/TRO.2024.3454415}
2525
}
26-
26+
awards: "⭐️ Finalist for Best Paper Award, IEEE TC-RC (Technical Committee on Robot Control) 2024 ⭐️"
2727
---

0 commit comments

Comments
 (0)