Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 20 additions & 7 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -133,15 +133,24 @@ <h1 class="title is-1 publication-title">Spatial Policy: Guiding Visuomotor Robo
<div class="publication-links">
<!-- PDF Link. -->
<span class="link-block">
<a href="#"
<a href="https://arxiv.org/pdf/2508.15874"
class="external-link button is-normal is-rounded is-dark">
<span class="icon">
<i class="fas fa-file-pdf"></i>
</span>
<span>Paper</span>
</a>
</span>
<!-- Supplementary Material Link. -->
<!--
<span class="link-block">
<a href="https://arxiv.org/abs/2508.15874"
class="external-link button is-normal is-rounded is-dark">
<span class="icon">
<i class="ai ai-arxiv"></i>
</span>
<span>arXiv</span>
</a>
</span>
<span class="link-block">
<a href="#"
class="external-link button is-normal is-rounded is-dark">
Expand All @@ -151,9 +160,10 @@ <h1 class="title is-1 publication-title">Spatial Policy: Guiding Visuomotor Robo
<span>Supplementary</span>
</a>
</span>
<!-- Code Link. -->
-->

<span class="link-block">
<a href="#"
<a href="https://github.com/PlantPotatoOnMoon/SpatialPolicy"
class="external-link button is-normal is-rounded is-dark">
<span class="icon">
<i class="fab fa-github"></i>
Expand Down Expand Up @@ -466,8 +476,11 @@ <h2 class="title">BibTeX</h2>
<pre><code>@article{liu2025spatialpolicy,
author = {Liu, Yijun and Liu, Yuwei and Meng, Yuan and Zhang, JieHeng and Zhou, Yuwei and Li, Ye and Jiang, Jiacheng and Ji, Kangye and Ge, Shijia and Wang, Zhi and Zhu, Wenwu},
title = {Spatial Policy: Guiding Visuomotor Robotic Manipulation with Spatial-Aware Modeling and Reasoning},
journal = {arXiv preprint},
year = {2025}
journal = {arXiv preprint arXiv:2508.15874},
year = {2025},
eprint = {2508.15874},
archivePrefix = {arXiv},
primaryClass = {cs.RO}
}</code></pre>
</div>
</section>
Expand All @@ -477,7 +490,7 @@ <h2 class="title">BibTeX</h2>
<div class="container">
<div class="content has-text-centered">
<a class="icon-link"
href="#">
href="https://arxiv.org/pdf/2508.15874">
<i class="fas fa-file-pdf"></i>
</a>
<a class="icon-link" href="#" class="external-link" disabled>
Expand Down