54
54
width : 25% ;
55
55
float : left;
56
56
}
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
+
57
76
.col-2 {
58
77
width : 50% ;
59
78
float : left;
190
209
padding-left : 16px ;
191
210
padding-right : 16px ;
192
211
}
193
- .venue {
194
- color : # 1367a7 ;
195
- }
212
+
196
213
</ style >
197
214
< link href ='https://fonts.googleapis.com/css?family=Titillium+Web:400,600,400italic,600italic,300,300italic ' rel ='stylesheet ' type ='text/css '>
198
215
< head >
@@ -213,16 +230,20 @@ <h1>Assembly101: A Large-Scale Multi-View Video Dataset for Understanding Proced
213
230
< div class ="col-4 text-center "> < a href ="https://dibschat.github.io/ "> Dibyadip Chatterjee< sup > 2</ sup > </ a > </ div >
214
231
< div class ="col-4 text-center "> < a href =""> Daniel Shelepov< sup > 1</ sup > </ a > </ div >
215
232
< 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 >
219
236
</ div >
220
237
221
238
< div class ="affil-row ">
222
239
< div class ="col-1 text-center "> < sup > 1</ sup > Reality Labs at Meta</ div >
223
240
< div class ="col-1 text-center "> < sup > 2</ sup > National University of Singapore</ div >
224
241
</ div >
225
242
243
+ < div class ="affil-row ">
244
+ < div class ="text-center "> < strong style ="color: darkblue; "> CVPR 2022</ strong > </ div >
245
+ </ div >
246
+
226
247
< div style ="clear: both ">
227
248
< div class ="paper-btn-parent ">
228
249
< a class ="paper-btn " href ="assets/Assembly101.pdf ">
@@ -321,7 +342,12 @@ <h2>Citation</h2>
321
342
journal = {CVPR 2022},
322
343
}
323
344
</ code > </ pre >
345
+
324
346
</ 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
+
325
351
</ div >
326
352
</ body >
327
353
</ html >
0 commit comments