1+ <!DOCTYPE html>
2+ < html lang ="en ">
3+
4+ < head >
5+ < meta charset ="utf-8 ">
6+ < meta name ="description " content ="Volumetric Ergodic Control ">
7+ < meta name ="keywords " content ="Robotics, AI, other keywords ">
8+ < meta name ="viewport " content ="width=device-width, initial-scale=1 ">
9+ < title > Volumetric Ergodic Control</ title >
10+
11+ < link href ="https://fonts.googleapis.com/css?family=Google+Sans|Noto+Sans|Castoro " rel ="stylesheet ">
12+ < link rel ="stylesheet " href ="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css ">
13+
14+ < link rel ="stylesheet " href ="./static/css/bulma.min.css ">
15+ < link rel ="stylesheet " href ="./static/css/bulma-carousel.min.css ">
16+ < link rel ="stylesheet " href ="./static/css/bulma-slider.min.css ">
17+ < link rel ="stylesheet " href ="./static/css/fontawesome.all.min.css ">
18+ < link rel ="stylesheet " href ="https://cdn.jsdelivr.net/gh/jpswalsh/academicons@1/css/academicons.min.css ">
19+ < link rel ="stylesheet " href ="./static/css/index.css ">
20+ < link rel ="icon " href ="./static/images/favicon.svg ">
21+
22+ < script src ="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js "> </ script >
23+ < script defer src ="./static/js/fontawesome.all.min.js "> </ script >
24+ < script src ="./static/js/bulma-carousel.min.js "> </ script >
25+ < script src ="./static/js/bulma-slider.min.js "> </ script >
26+ < script src ="./static/js/index.js "> </ script >
27+ < script src ="./static/js/slider.js "> </ script >
28+
29+ <!-- JS dependencies -->
30+ < script src ="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js "> </ script >
31+ < script defer src ="./static/js/fontawesome.all.min.js "> </ script >
32+ < script src ="./static/js/bulma-carousel.min.js "> </ script >
33+ < script src ="./static/js/bulma-slider.min.js "> </ script >
34+ < script src ="./static/js/index.js "> </ script >
35+ < script src ="./static/js/slider.js "> </ script >
36+ </ head >
37+
38+ < body >
39+ <!-- Navbar -->
40+ < nav class ="navbar " role ="navigation " aria-label ="main navigation ">
41+ < div class ="navbar-brand ">
42+ < a role ="button " class ="navbar-burger " aria-label ="menu " aria-expanded ="false ">
43+ < span aria-hidden ="true "> </ span >
44+ < span aria-hidden ="true "> </ span >
45+ < span aria-hidden ="true "> </ span >
46+ </ a >
47+ </ div >
48+ < div class ="navbar-menu ">
49+ < div class ="navbar-start " style ="flex-grow: 1; justify-content: center; ">
50+ < a class ="navbar-item " href ="https://murpheylab.github.io/ ">
51+ < span class ="icon ">
52+ < i class ="fas fa-home "> </ i >
53+ </ span >
54+ </ a >
55+
56+ < div class ="navbar-item has-dropdown is-hoverable ">
57+ < a class ="navbar-link ">
58+ About Authors
59+ </ a >
60+ < div class ="navbar-dropdown ">
61+ < a class ="navbar-item " href ="https://maxsun.io/ ">
62+ Author 1
63+ </ a >
64+ < a class ="navbar-item " href ="https://apinosky.github.io/ ">
65+ Author 2
66+ </ a >
67+ < a class ="navbar-item " href ="https://murpheylab.github.io/people/toddmurphey ">
68+ Author 3
69+ </ a >
70+ </ div >
71+ </ div >
72+ </ div >
73+ </ div >
74+ </ nav >
75+
76+
77+ < section class ="hero ">
78+ < div class ="hero-body ">
79+ < div class ="container is-max-desktop ">
80+ < div class ="columns is-centered ">
81+ < div class ="column has-text-centered ">
82+ < h1 class ="title is-1 publication-title "> Volumetric Ergodic Control</ h1 >
83+ < h1 class ="title is-4 publication-subtitle " style ="color: #4E2A84 ">
84+ < a href ="https://roboticsconference.org/ " target ="_blank " rel ="noopener noreferrer ">
85+ ICRA 2026, Vienna, Austria
86+ </ a >
87+ </ h1 >
88+
89+ < div class ="is-size-5 publication-authors ">
90+ < span class ="author-block ">
91+ < a href ="https://maxsun.io "> Jueun Kwon</ a > ,</ span >
92+ < span class ="author-block ">
93+ < a href ="https://maxsun.io "> Max M. Sun</ a > ,</ span >
94+ < span class ="author-block ">
95+ < a href ="https://murpheylab.github.io/people/toddmurphey "> Todd Murphey</ a > </ span >
96+ </ div >
97+
98+ < div class ="is-size-5 publication-authors ">
99+ < span class ="author-block "> Department Name, University Name</ span >
100+ </ div >
101+
102+ < div class ="column has-text-centered ">
103+ < div class ="publication-links ">
104+ <!-- PDF Link. -->
105+ < span class ="link-block ">
106+ < a href ="https://ieeexplore.ieee.org/abstract/document/6773024 "
107+ class ="external-link button is-normal is-rounded is-dark ">
108+ < span class ="icon ">
109+ < i class ="fa fa-file-pdf "> </ i >
110+ </ span >
111+ < span > PDF</ span >
112+ </ a >
113+ </ span >
114+
115+ <!-- Code Link. -->
116+ < span class ="link-block ">
117+ < a href ="https://github.com "
118+ class ="external-link button is-normal is-rounded is-dark ">
119+ < span class ="icon ">
120+ < i class ="fab fa-github "> </ i >
121+ </ span >
122+ < span > Code</ span >
123+ </ a >
124+ </ span >
125+
126+ <!-- Video Link. -->
127+ < span class ="link-block ">
128+ < a href ="./static/videos/template.mp4 "
129+ class ="external-link button is-normal is-rounded is-dark ">
130+ < span class ="icon ">
131+ < i class ="fab fa-youtube "> </ i >
132+ </ span >
133+ < span > Video</ span >
134+ </ a >
135+ </ span >
136+ </ div >
137+ </ div >
138+ </ div >
139+ </ div >
140+ </ div >
141+ </ div >
142+ </ div >
143+ </ section >
144+
145+ < section class ="hero teaser ">
146+ < div class ="container is-max-desktop ">
147+ < div class ="hero-body ">
148+ < video id ="teaser " controls autoplay muted loop playsinline height ="100% ">
149+ < source src ="./static/videos/template.mp4 " type ="video/mp4 ">
150+ </ video >
151+ </ script >
152+ < h2 class ="subtitle has-text-centered ">
153+ <!-- <h2 class="title is-3"></h2> -->
154+ Awesome Robotics Video.
155+ </ h2 >
156+ </ div >
157+ </ div >
158+ </ section >
159+
160+ < section class ="section ">
161+ < div class ="container is-max-desktop ">
162+ <!-- Abstract. -->
163+ < div class ="columns is-centered has-text-centered ">
164+ < div class ="column is-four-fifths ">
165+ < h2 class ="title is-3 "> Abstract</ h2 >
166+ < div class ="content has-text-justified ">
167+ < p >
168+ This is an Volumetric Ergodic Control.
169+ </ p >
170+ </ div >
171+ </ div >
172+ </ div >
173+ <!-- / Abstract. -->
174+ </ div >
175+ </ section >
176+
177+ <!-- Footer -->
178+ < footer class ="footer ">
179+ < div class ="container ">
180+ < div class ="content has-text-centered ">
181+ Website template borrowed from < a href ="https://nerfies.github.io "> Nerfies</ a > .
182+ </ div >
183+ </ div >
184+ </ footer >
185+ </ body >
186+
187+ </ html >
0 commit comments