Skip to content

Commit

Permalink
add logo
Browse files Browse the repository at this point in the history
  • Loading branch information
javyduck committed Jul 7, 2024
1 parent 2b30e39 commit d98d37e
Show file tree
Hide file tree
Showing 3 changed files with 40 additions and 38 deletions.
78 changes: 40 additions & 38 deletions chatscene/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -47,50 +47,51 @@
<body>


<section class="hero">
<div class="hero-body">
<div class="container is-max-desktop">
<div class="columns is-centered">
<section class="hero">
<div class="hero-body">
<div class="container is-max-desktop">
<div class="columns is-centered">
<div class="column has-text-centered">
<img src="static/images/chatscene.png" alt="ChatScene Icon" style="height: 125px;"> <!-- Adjust the styling as needed -->
<h1 class="title is-2 publication-title">ChatScene: Knowledge-Enabled <br> Safety-Critical Scenario Generation for Autonomous Vehicles</h1>
<div class="is-size-4 publication-authors">
<!-- Paper authors -->
<span class="author-block">
<a href="https://javyduck.github.io/" target="_blank">Jiawei Zhang<sup>1</sup></a>,
</span>
<span class="author-block">
<a href="https://xuchejian.com/" target="_blank">Chejian Xu<sup>1</sup></a>,
</span>
<span class="author-block">
<a href="https://aisecure.github.io/" target="_blank">Bo Li<sup>1, 2</sup></a>
</span>
</div>

<div class="is-size-5 publication-authors">
<span class="author-block"><sup>1</sup>UIUC, <sup>2</sup>UChicago</span>
</div>

<div class="column has-text-centered">
<h1 class="title is-2 publication-title">[CVPR 2024] ChatScene: Knowledge-Enabled <br> Safety-Critical Scenario Generation for Autonomous Vehicles</h1>
<div class="is-size-4 publication-authors">
<!-- Paper authors -->
<span class="author-block">
<a href="https://javyduck.github.io/" target="_blank">Jiawei Zhang<sup>1</sup></a>, </span>
<span class="author-block">
<a href="https://xuchejian.com/" target="_blank">Chejian Xu<sup>1</sup></a>,</span>
<span class="author-block">
<a href="https://aisecure.github.io/" target="_blank">Bo Li<sup>1, 2</sup></a>
</span>
</div>

<div class="is-size-5 publication-authors">
<span class="author-block"><sup>1</sup>UIUC, <sup>2</sup>UChicago</span>
</div>

<div class="column has-text-centered">
<div class="publication-links">
<!-- ArXiv abstract Link -->
<span class="link-block">
<a href="https://arxiv.org/abs/2405.14062" target="_blank"
class="external-link button is-normal is-rounded is-dark">
<div class="publication-links">
<!-- Arxiv PDF link -->
<span class="link-block">
<a href="https://arxiv.org/abs/2405.14062" target="_blank" class="external-link button is-normal is-rounded is-dark">
<span class="icon">
<i class="ai ai-arxiv"></i>
<i class="fas fa-file-pdf"></i>
</span>
<span>arXiv</span>
<span>Paper</span>
</a>
</span>

<!-- Github link -->
<span class="link-block">
<a href="https://github.com/javyduck/ChatScene" target="_blank"
class="external-link button is-normal is-rounded is-dark">
<span class="icon">
<i class="fab fa-github"></i>
</span>
<span>Code</span>
</a>
</span>
<!-- Github link -->
<span class="link-block">
<a href="https://github.com/javyduck/ChatScene" target="_blank" class="external-link button is-normal is-rounded is-dark">
<span class="icon">
<i class="fab fa-github"></i>
</span>
<span>Code</span>
</a>
</span>
</div>
</div>
</div>
Expand All @@ -99,6 +100,7 @@ <h1 class="title is-2 publication-title">[CVPR 2024] ChatScene: Knowledge-Enable
</div>
</section>


<!-- Paper abstract -->
<section class="section hero is-light">
<div class="container is-max-desktop">
Expand Down
Binary file modified chatscene/static/.DS_Store
Binary file not shown.
Binary file added chatscene/static/images/chatscene.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit d98d37e

Please sign in to comment.