Skip to content

Commit

Permalink
Merge pull request #87 from ucsdwcsng/satyam-dev
Browse files Browse the repository at this point in the history
added caption for the intro image
  • Loading branch information
Satyam-53 authored Dec 18, 2024
2 parents 0dd08b1 + b2e6fd2 commit b18b335
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions _layouts/publication.html
Original file line number Diff line number Diff line change
Expand Up @@ -479,6 +479,9 @@ <h2>Press Coverage</h2>
<center>
<img width="768" height="432" max-width="100%" src="{{page.cover}}" frameborder="0"
allowfullscreen></iframe>
{% if page.cover_caption %}
<p class="cover-caption">{{ page.cover_caption }}</p>
{% endif %}
</center>
<br>
<center>
Expand Down
1 change: 1 addition & 0 deletions _posts/2024-12-10-c-shenron.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ title : "A Realistic Radar Simulation Framework for CARLA"
short_title: "EdgeRIC"
tags: Vehicle
cover: /assets/images/pubpic/c-shenron_intro.png
cover_caption: "Comparison of views from Camera, Semantic LiDAR, and Shenron Radar in CARLA. The orange lines outline the road, red and magenta highlights vehicles, and blue indicates a static object."
conference: "Submitted to CVPR 2025"
authors: "Satyam Srivastava, Jerry Li, Pushkal Mishra, Kshitiz Bansal, Dinesh Bharadia"
author_list:
Expand Down

0 comments on commit b18b335

Please sign in to comment.