Skip to content

Commit

Permalink
feat: updated bibTex and arXiv links
Browse files Browse the repository at this point in the history
  • Loading branch information
SS47816 committed Sep 27, 2023
1 parent 61a1219 commit ce4eeb1
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ <h1 class="title is-1 publication-title">DriveSceneGen: Generating Diverse and R

<!-- ArXiv abstract Link -->
<span class="link-block">
<a href="https://arxiv.org/abs/<ARXIV PAPER ID>" target="_blank"
<a href="https://arxiv.org/abs/2309.14685" target="_blank"
class="external-link button is-normal is-rounded is-dark">
<span class="icon">
<i class="ai ai-arxiv"></i>
Expand All @@ -114,7 +114,7 @@ <h1 class="title is-1 publication-title">DriveSceneGen: Generating Diverse and R
<!-- <div class="publication-links"> -->
<!-- Arxiv PDF link -->
<span class="link-block">
<a href="https://arxiv.org/pdf/<ARXIV PAPER ID>.pdf" target="_blank"
<a href="https://arxiv.org/pdf/2309.14685.pdf" target="_blank"
class="external-link button is-normal is-rounded is-dark">
<span class="icon">
<i class="fas fa-file-pdf"></i>
Expand Down Expand Up @@ -310,7 +310,16 @@ <h2 class="title">Poster</h2>
<section class="section" id="BibTeX">
<div class="container is-max-desktop content">
<h2 class="title">BibTeX</h2>
<pre><code>BibTex Code Here</code></pre>
<pre><code>
@misc{sun2023drivescenegen,
title={DriveSceneGen: Generating Diverse and Realistic Driving Scenarios from Scratch},
author={Shuo Sun and Zekai Gu and Tianchen Sun and Jiawei Sun and Chengran Yuan and Yuhang Han and Dongen Li and Marcelo H. Ang Jr au2},
year={2023},
eprint={2309.14685},
archivePrefix={arXiv},
primaryClass={cs.RO}
}
</code></pre>
</div>
</section>
<!--End BibTex citation -->
Expand Down

0 comments on commit ce4eeb1

Please sign in to comment.