Skip to content

Commit

Permalink
[yfl] accepted by CVPR 2024
Browse files Browse the repository at this point in the history
  • Loading branch information
yifanlu0227 committed Feb 29, 2024
1 parent 6535628 commit 81b41be
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
6 changes: 5 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
<div class="container is-max-desktop">
<div class="columns is-centered">
<div class="column has-text-centered">
<h1 class="title is-1 publication-title">ChatSim: Editable Scene Simulation for Autonomous Driving via LLM-Agent Collaboration</h1>
<h1 class="title is-1 publication-title"><span class="grad-text">ChatSim🗣️ </span> <br> Editable Scene Simulation for Autonomous Driving via LLM-Agent Collaboration</h1>
<div class="is-size-5 publication-authors">
<span class="author-block">
<a href="https://www.linkedin.com/in/yuxi-wei-b76568236/"><u>Yuxi Wei</u></a><sup>1<b>*</b></sup>,</span>
Expand Down Expand Up @@ -88,6 +88,10 @@ <h1 class="title is-1 publication-title">ChatSim: Editable Scene Simulation for
<span class="author-block"><sup>4</sup> Tsinghua University</span>
</div>

<div class="is-size-4 publication-authors">
<span class="author-block", style="color:#367DBD";>CVPR 2024</span>
</div>

<div class="column has-text-centered">
<div class="publication-links">
<!-- PDF Link. -->
Expand Down
7 changes: 7 additions & 0 deletions static/css/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -166,4 +166,11 @@ body {
.overlay-image img {
width: 25%; /* 或者你需要的任何尺寸 */
height: auto;
}

.grad-text {
font-size: 59px;
background: -webkit-linear-gradient(#189d45, #1f6ede);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}

0 comments on commit 81b41be

Please sign in to comment.