@@ -87,6 +87,9 @@ <h1 class="title is-1 publication-title">From Compliant to Rigid Contact Simulat
8787
8888 < div class ="is-size-5 publication-authors ">
8989 < span class ="author-block "> < sup > *</ sup > Equal contribution. Authors are listed in alphabetical order.</ span >
90+ </ div >
91+
92+ < div class ="is-size-5 publication-authors ">
9093 < span class ="author-block "> All authors are with INRIA Willow.</ span >
9194 </ div >
9295
@@ -184,7 +187,20 @@ <h2 class="title is-3">Abstract</h2>
184187 < div class ="columns is-centered has-text-centered ">
185188 < div class ="column is-four-fifths ">
186189 < h2 class ="title is-3 "> Benchmarks</ h2 >
187- < div class ="content has-text-justified ">
190+ < div class ="container ">
191+ < div id ="results-carousel " class ="carousel results-carousel ">
192+ < div class ="item ">
193+ < image src ="./static/images/ur5.png " alt ="Computational time for UR5 robot. " style ="width:100% "> </ image >
194+ </ div >
195+ < div class ="item ">
196+ < image src ="./static/images/humanoid.png " alt ="Computational time for MuJoCo humanoid. " style ="width:100% "> </ image >
197+ </ div >
198+ < div class ="item ">
199+ < image src ="./static/images/cassie.png " alt ="Computational time for Cassie robot. " style ="width:100% "> </ image >
200+ </ div >
201+ </ div >
202+ </ div >
203+ <!-- <div class="content has-text-justified">
188204 <div class="results-row">
189205 <div class="results-column">
190206 <image src="./static/images/ur5.png" alt="Computational time for UR5 robot." style="width:100%">
@@ -195,7 +211,7 @@ <h2 class="title is-3">Benchmarks</h2>
195211 <div class="results-column">
196212 <image src="./static/images/cassie.png" alt="Computational time for Cassie robot." style="width:100%">
197213 </div>
198- </ div >
214+ </div> -->
199215 </ div >
200216 </ div >
201217 <!--/ Benchmarks. -->
0 commit comments