Skip to content

Commit

Permalink
Merge pull request #93 from ucsdwcsng/satyam-dev
Browse files Browse the repository at this point in the history
code for banner
  • Loading branch information
Satyam-53 authored Dec 21, 2024
2 parents af4e869 + 8960e8f commit a727921
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
7 changes: 7 additions & 0 deletions _layouts/publication.html
Original file line number Diff line number Diff line change
Expand Up @@ -426,6 +426,13 @@ <h2>Press Coverage</h2>
href='{{page.conference_site}}'>{{page.conference}}</a></span></center>
{% endif %}

<!-- Conditional Banner Below Conference Information -->
{% if page.banner %}
<div style="margin-top: 10px; padding: 10px 20px; background-color: #f8f9fa; border: 1px solid #e0e0e0; border-radius: 5px; text-align: center; font-weight: bold; color: #007BFF;">
{{ page.banner }}
</div>
{% endif %}

<div class="table-like" style="justify-content:space-evenly;max-width:1000px;margin:auto;padding:5px">
{% if page.paper != blank %}
<div>
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 @@ -24,6 +24,7 @@ conference_site: https://cvpr.thecvf.com/Conferences/2025
paper: /files/c-shenron_paper.pdf
github: https://github.com/ucsdwcsng/carla-radarimaging/
conference: "Submitted to CVPR 2025"
banner: "🌟 Learn more about Submitted to CVPR 2025 here!"
miscs:
- content_type: Supplementary Material
content_url: /files/c-shenron-supplementary-materials.pdf
Expand Down

0 comments on commit a727921

Please sign in to comment.