Skip to content

Commit 2cf7f85

Browse files
authored
Update index.html
1 parent 4dfb271 commit 2cf7f85

File tree

1 file changed

+32
-6
lines changed

1 file changed

+32
-6
lines changed

docs/index.html

Lines changed: 32 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,25 @@
5454
width: 25%;
5555
float: left;
5656
}
57+
58+
.col-3a {
59+
width: 33.3%;
60+
float: left;
61+
text-align: right;
62+
}
63+
64+
.col-3b {
65+
width: 33.3%;
66+
float: left;
67+
text-align: center;
68+
}
69+
70+
.col-3c {
71+
width: 33.3%;
72+
float: left;
73+
text-align: left;
74+
}
75+
5776
.col-2 {
5877
width: 50%;
5978
float: left;
@@ -190,9 +209,7 @@
190209
padding-left: 16px;
191210
padding-right: 16px;
192211
}
193-
.venue {
194-
color: #1367a7;
195-
}
212+
196213
</style>
197214
<link href='https://fonts.googleapis.com/css?family=Titillium+Web:400,600,400italic,600italic,300,300italic' rel='stylesheet' type='text/css'>
198215
<head>
@@ -213,16 +230,20 @@ <h1>Assembly101: A Large-Scale Multi-View Video Dataset for Understanding Proced
213230
<div class="col-4 text-center"><a href="https://dibschat.github.io/">Dibyadip Chatterjee<sup>2</sup></a></div>
214231
<div class="col-4 text-center"><a href="">Daniel Shelepov<sup>1</sup></a></div>
215232
<div class="col-4 text-center"><a href="https://scholar.google.com/citations?user=eLFhiSYAAAAJ&hl=en">Kun He<sup>1</sup></a></div>
216-
<div class="col-4 text-center"><a href="https://scholar.google.com/citations?user=Kn8A7SYAAAAJ&hl=en">Dipika Singhania<sup>2</sup></a></div>
217-
<div class="col-4 text-center"><a href="https://scholar.google.com/citations?user=fBzfSdwAAAAJ&hl=en">Robert Wang<sup>1</sup></a></div>
218-
<div class="col-4 text-center"><a href="https://www.comp.nus.edu.sg/~ayao/">Angela Yao<sup>2</sup></a></div>
233+
<div class="col-3a"><a href="https://scholar.google.com/citations?user=Kn8A7SYAAAAJ&hl=en">Dipika Singhania<sup>2</sup></a></div>
234+
<div class="col-3b"><a href="https://scholar.google.com/citations?user=fBzfSdwAAAAJ&hl=en">Robert Wang<sup>1</sup></a></div>
235+
<div class="col-3c"><a href="https://www.comp.nus.edu.sg/~ayao/">Angela Yao<sup>2</sup></a></div>
219236
</div>
220237

221238
<div class="affil-row">
222239
<div class="col-1 text-center"><sup>1</sup>Reality Labs at Meta</div>
223240
<div class="col-1 text-center"><sup>2</sup>National University of Singapore</div>
224241
</div>
225242

243+
<div class="affil-row">
244+
<div class="text-center"><strong style="color: darkblue;">CVPR 2022</strong></div>
245+
</div>
246+
226247
<div style="clear: both">
227248
<div class="paper-btn-parent">
228249
<a class="paper-btn" href="assets/Assembly101.pdf">
@@ -321,7 +342,12 @@ <h2>Citation</h2>
321342
journal = {CVPR 2022},
322343
}
323344
</code></pre>
345+
324346
</section>
347+
<section id="acknowledgements">
348+
<div class="text-center">We thank <a href="https://joeylitalien.github.io/">Joey Litalien</a> for providing us with the framework for this website.</div>
349+
</section>
350+
325351
</div>
326352
</body>
327353
</html>

0 commit comments

Comments
 (0)