Skip to content

Commit ce65ebe

Browse files
(fix-wip): correcting missing divs
1 parent 91a2ec1 commit ce65ebe

File tree

1 file changed

+110
-122
lines changed

1 file changed

+110
-122
lines changed

index.html

Lines changed: 110 additions & 122 deletions
Original file line numberDiff line numberDiff line change
@@ -24,22 +24,22 @@
2424
<script src="./static/js/index.js"></script>
2525

2626
<style>
27-
.video-grid {
28-
display: grid;
29-
grid-template-columns: repeat(3, 1fr); /* Creates a 3-column grid */
30-
gap: 10px; /* Adds some space between the videos */
31-
max-width: 1000px; /* Adjust based on your preference */
32-
margin: auto; /* Center the grid horizontally */
33-
}
34-
.video-grid video {
35-
width: 100%; /* Makes video fill the cell */
36-
aspect-ratio: 16 / 9; /* Keeps the aspect ratio of videos */
37-
}
38-
.video-section-header {
39-
text-align: center;
40-
margin-top: 20px;
41-
margin-bottom: 20px;
42-
}
27+
.video-grid {
28+
display: grid;
29+
grid-template-columns: repeat(3, 1fr); /* Creates a 3-column grid */
30+
gap: 10px; /* Adds some space between the videos */
31+
max-width: 1000px; /* Adjust based on your preference */
32+
margin: auto; /* Center the grid horizontally */
33+
}
34+
.video-grid video {
35+
width: 100%; /* Makes video fill the cell */
36+
aspect-ratio: 16 / 9; /* Keeps the aspect ratio of videos */
37+
}
38+
.video-section-header {
39+
text-align: center;
40+
margin-top: 20px;
41+
margin-bottom: 20px;
42+
}
4343
</style>
4444

4545
<script>
@@ -70,114 +70,102 @@
7070
</script>
7171
</head>
7272

73-
<body onload="init(); updateSingleVideo(); ">
74-
75-
<nav class="navbar" role="navigation" aria-label="main navigation">
76-
<div class="navbar-brand">
77-
<a role="button" class="navbar-burger" aria-label="menu" aria-expanded="false">
78-
<span aria-hidden="true"></span>
79-
<span aria-hidden="true"></span>
80-
<span aria-hidden="true"></span>
81-
</a>
82-
</div>
83-
<div class="navbar-menu">
84-
<div class="navbar-start" style="flex-grow: 1; justify-content: center;">
85-
<div class="navbar-item has-dropdown is-hoverable">
86-
<a class="navbar-link">
87-
More Research
88-
</a>
89-
<div class="navbar-dropdown">
90-
<a class="navbar-item" target="_blank" href="https://progprompt.github.io/">
91-
ProgPrompt
92-
</a>
93-
<a class="navbar-item" target="_blank" href="http://ar2d2.site/">
94-
AR2-D2
95-
</a>
96-
<a class="navbar-item" target="_blank" href="https://newtonreasoning.github.io/">
97-
NEWTON
98-
</a>
73+
<body onload="init(); updateSingleVideo();">
74+
<!--NAVIGATION BAR-->
75+
<nav class="navbar" aria-label="main navigation">
76+
<div class="navbar-brand">
77+
<a role="button" class="navbar-burger" aria-label="menu" aria-expanded="false">
78+
<span aria-hidden="true"></span>
79+
<span aria-hidden="true"></span>
80+
<span aria-hidden="true"></span>
81+
</a>
9982
</div>
100-
</div>
101-
</div>
102-
103-
</div>
104-
</nav>
105-
106-
<section class="hero">
107-
<div class="hero-body">
108-
<div class="container is-max-desktop">
109-
<div class="columns is-centered">
110-
<div class="column has-text-centered">
111-
<h1 class="title is-1 publication-title">
112-
<img src="media/emoji_RSS.png" alt="Emoji" style="width: 45px; height: 45px; vertical-align: middle;">The COLOSSEUM: <br> A Benchmark for Evaluating Generalization for Robotic Manipulation
113-
</h1>
114-
<h3 class="title is-4 conference-authors"><a target="_blank" href="https://robot-colosseum.github.io/">Arxiv</a></h3>
115-
<div class="is-size-5 publication-authors">
116-
<span class="author-block">
117-
<a target="_blank" href="https://wpumacay.github.io/">Wilbert Pumacay</a><sup>*</sup><sup>1</sup>,</span>
118-
<span class="author-block">
119-
<a target="_blank" href="https://ishikasingh.github.io/">Ishika Singh</a><sup>*</sup><sup>2</sup>,</span>
120-
<span class="author-block">
121-
<a target="_blank" href="https://duanjiafei.com/">Jiafei Duan</a><sup>*</sup><sup>3</sup>,</span>
122-
<span class="author-block">
123-
<a target="_blank" href="https://ranjaykrishna.com/index.html/">Ranjay Krishna</a><sup>3, 4</sup>
124-
<span class="author-block">
125-
<a target="_blank" href="https://jessethomason.com/">Jesse Thomason</a><sup>2</sup>
126-
<span class="author-block">
127-
<a target="_blank" href="https://homes.cs.washington.edu/~fox/">Dieter Fox</a><sup>3, 5</sup>
128-
</span>
129-
</div>
130-
131-
<div class="is-size-5 publication-authors">
132-
<span class="author-block"><sup>1</sup>Universidad Católica San Pablo</span>
133-
<span class="author-block"><sup>2</sup>University of Southern California</span>
134-
<span class="author-block"><sup>3</sup>University of Washington</span>
135-
<span class="author-block"><sup>4</sup>Allen Institute for Artifical Intelligence</span>
136-
<span class="author-block"><sup>5</sup>NVIDIA</span>
137-
138-
</div>
139-
<div class="footnote">
140-
<p>* Equal contribution</p>
141-
</div>
142-
<div class="column has-text-centered">
143-
<span class="link-block">
144-
<a target="_blank" href="https://arxiv.org/abs/2402.08191"
145-
class="external-link button is-normal is-rounded is-dark">
146-
<span class="icon">
147-
<i class="fas fa-file"></i>
148-
</span>
149-
<span>ArXiv</span>
150-
</a>
151-
</span>
152-
<!-- Talk Link. -->
153-
<span class="link-block">
154-
<a target="_blank" href="https://robot-colosseum.readthedocs.io/en/latest/overview.html"
155-
class="external-link button is-normal is-rounded is-dark">
156-
<span class="icon">
157-
<i class="fas fa-chalkboard-teacher"></i>
158-
</span>
159-
<span>Get started with the Colosseum</span>
160-
</a>
161-
</span>
162-
<!-- Code Link. -->
163-
<span class="link-block">
164-
<a target="_blank" href="https://github.com/robot-colosseum/robot-colosseum"
165-
class="external-link button is-normal is-rounded is-dark">
166-
<span class="icon">
167-
<i class="fab fa-github"></i>
168-
</span>
169-
<span>Code</span>
170-
</a>
171-
</span>
172-
173-
174-
175-
83+
<div class="navbar-menu">
84+
<div class="navbar-start" style="flex-grow: 1; justify-content: center;">
85+
<div class="navbar-item has-dropdown is-hoverable">
86+
<a class="navbar-link">More Research</a>
87+
<div class="navbar-dropdown">
88+
<a class="navbar-item" target="_blank" href="https://progprompt.github.io/">ProgPrompt</a>
89+
<a class="navbar-item" target="_blank" href="http://ar2d2.site/">AR2-D2</a>
90+
<a class="navbar-item" target="_blank" href="https://newtonreasoning.github.io/">NEWTON</a>
91+
</div>
92+
</div>
93+
</div>
17694
</div>
177-
</div>
178-
</div>
179-
</div>
180-
</section>
95+
</nav>
96+
97+
<section class="hero">
98+
<div class="hero-body">
99+
<div class="container is-max-desktop">
100+
<div class="columns is-centered">
101+
<div class="column has-text-centered">
102+
<h1 class="title is-1 publication-title">
103+
<img src="media/emoji_RSS.png" alt="Emoji" style="width: 45px; height: 45px; vertical-align: middle;">
104+
The COLOSSEUM: <br> A Benchmark for Evaluating Generalization for Robotic Manipulation
105+
</h1>
106+
<h3 class="title is-4 conference-authors">
107+
<a target="_blank" href="https://robot-colosseum.github.io/">
108+
Arxiv
109+
</a>
110+
</h3>
111+
<div class="is-size-5 publication-authors">
112+
<span class="author-block">
113+
<a target="_blank" href="https://wpumacay.github.io/">Wilbert Pumacay</a><sup>*</sup><sup>1</sup>,
114+
</span>
115+
<span class="author-block">
116+
<a target="_blank" href="https://ishikasingh.github.io/">Ishika Singh</a><sup>*</sup><sup>2</sup>,
117+
</span>
118+
<span class="author-block">
119+
<a target="_blank" href="https://duanjiafei.com/">Jiafei Duan</a><sup>*</sup><sup>3</sup>,
120+
</span>
121+
<span class="author-block">
122+
<a target="_blank" href="https://ranjaykrishna.com/index.html/">Ranjay Krishna</a><sup>3, 4</sup>
123+
</span>
124+
<span class="author-block">
125+
<a target="_blank" href="https://jessethomason.com/">Jesse Thomason</a><sup>2</sup>
126+
</span>
127+
<span class="author-block">
128+
<a target="_blank" href="https://homes.cs.washington.edu/~fox/">Dieter Fox</a><sup>3, 5</sup>
129+
</span>
130+
</div>
131+
<div class="is-size-5 publication-authors">
132+
<span class="author-block"><sup>1</sup>Universidad Católica San Pablo</span>
133+
<span class="author-block"><sup>2</sup>University of Southern California</span>
134+
<span class="author-block"><sup>3</sup>University of Washington</span>
135+
<span class="author-block"><sup>4</sup>Allen Institute for Artifical Intelligence</span>
136+
<span class="author-block"><sup>5</sup>NVIDIA</span>
137+
</div>
138+
<div class="footnote">
139+
<p>* Equal contribution</p>
140+
</div>
141+
<div class="column has-text-centered">
142+
<!-- ArXiv link -->
143+
<span class="link-block">
144+
<a target="_blank" href="https://arxiv.org/abs/2402.08191" class="external-link button is-normal is-rounded is-dark">
145+
<span class="icon"><i class="fas fa-file"></i></span>
146+
<span>ArXiv</span>
147+
</a>
148+
</span>
149+
<!-- Docs link -->
150+
<span class="link-block">
151+
<a target="_blank" href="https://robot-colosseum.readthedocs.io/en/latest/overview.html" class="external-link button is-normal is-rounded is-dark">
152+
<span class="icon"><i class="fas fa-chalkboard-teacher"></i></span>
153+
<span>Get started with the Colosseum</span>
154+
</a>
155+
</span>
156+
<!-- Code Link. -->
157+
<span class="link-block">
158+
<a target="_blank" href="https://github.com/robot-colosseum/robot-colosseum" class="external-link button is-normal is-rounded is-dark">
159+
<span class="icon"><i class="fab fa-github"></i></span>
160+
<span>Code</span>
161+
</a>
162+
</span>
163+
</div>
164+
</div>
165+
</div>
166+
</div>
167+
</div>
168+
</section>
181169

182170

183171
<section class="section">

0 commit comments

Comments
 (0)