Skip to content

Commit 5262302

Browse files
committed
Add podcast and thread links
1 parent 28aede7 commit 5262302

File tree

2 files changed

+27
-8
lines changed

2 files changed

+27
-8
lines changed

index.html

Lines changed: 26 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,8 @@
6666
<div class="container is-max-desktop">
6767
<div class="columns is-centered">
6868
<div class="column has-text-centered">
69-
<h1 class="title is-1 publication-title"><img src="static/images/logo.gif" width="50%"/><br/>Open-Set Semantic Ray Frontiers for Online Scene Understanding and Exploration</h1>
69+
<h1 class="title is-size-2 publication-title"><img src="static/images/logo.gif" width="50%"/><br/>Open-Set Semantic Ray Frontiers for Online Scene Understanding and Exploration</h1>
70+
<h2 class="title is-size-5 publication-title">IROS 2025</h5>
7071
<div class="is-size-5 publication-authors">
7172
<span class="author-block">
7273
<a href="https://www.linkedin.com/in/omaralama/">Omar Alama</a>,</span>
@@ -121,25 +122,43 @@ <h1 class="title is-1 publication-title"><img src="static/images/logo.gif" width
121122
<span>arXiv</span>
122123
</a>
123124
</span>
125+
<!-- Code Link. -->
126+
<span class="link-block">
127+
<a href="https://github.com/RayFronts/RayFronts"
128+
class="external-link button is-normal is-rounded is-dark">
129+
<span class="icon">
130+
<i class="fab fa-github"></i>
131+
</span>
132+
<span>Code</span>
133+
</a>
134+
</span>
124135
<!-- Video Link. -->
125136
<span class="link-block">
126-
<a href="https://www.youtube.com/embed/fFSKUBHx5gA?si=-cvnSFvs8CJXg4OV"
137+
<a href="https://www.youtube.com/watch?v=fFSKUBHx5gA"
127138
class="external-link button is-normal is-rounded is-dark">
128139
<span class="icon">
129140
<i class="fab fa-youtube"></i>
130141
</span>
131142
<span>Video</span>
132143
</a>
133144
</span>
134-
<!-- Code Link. -->
135145
<span class="link-block">
136-
<a href="https://github.com/RayFronts/RayFronts"
146+
<a href="https://www.youtube.com/watch?v=_tIVlw1Wrh4"
137147
class="external-link button is-normal is-rounded is-dark">
138148
<span class="icon">
139-
<i class="fab fa-github"></i>
149+
<i class="fab fa-youtube"></i>
140150
</span>
141-
<span>Code</span>
142-
</a>
151+
<span>Podcast</span>
152+
</a>
153+
</span>
154+
<span class="link-block">
155+
<a href="https://x.com/OmarAlama/status/1910102471587831997"
156+
class="external-link button is-normal is-rounded is-dark">
157+
<span class="icon">
158+
<i class="fab fa-twitter"></i>
159+
</span>
160+
<span>Thread</span>
161+
</a>
143162
</span>
144163
</div>
145164

static/css/bulma.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)