forked from deep-gen-struct/deep-gen-struct.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathorganization.html
103 lines (90 loc) · 4.11 KB
/
organization.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
<!DOCTYPE html>
<html>
<title>Deep Generative Models for Highly Structured Data</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css">
<link rel="stylesheet" href="https://www.w3schools.com/lib/w3-theme-black.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto">
<link rel="stylesheet" href="style.css">
<!--link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css"-->
<style>
html,body,h3,h3,h3,h4,h5,h6 {font-family:sans-serif;}
.w3-sidebar {
z-index: 3;
width: 120px;
top: 43px;
bottom: 0;
height: inherit;
}
.w3-top-padding-64{
padding-top: 64px!important;;
}
</style>
<body>
<!-- Navbar -->
<div class="w3-top">
<div class="w3-bar w3-theme w3-top w3-left-align w3-large">
<a class="w3-bar-item w3-button w3-right w3-hide-large w3-hover-white w3-large w3-theme-l1" href="javascript:void(0)" onclick="w3_open()"><i class="fa fa-bars"></i></a>
<a href="index.html" class="w3-bar-item w3-button w3-theme-l1">Home</a>
<a href="organization.html" class="w3-bar-item w3-button w3-theme-l1">Organization</a>
<a href="speakers.html" class="w3-bar-item w3-button w3-theme-l1">Speakers</a>
<a href="schedule.html" class="w3-bar-item w3-button w3-theme-l1">Schedule</a>
<a href="submissions.html" class="w3-bar-item w3-button w3-theme-l1">Call for Papers</a>
</div>
</div>
<!--nav class="w3-sidebar w3-bar-block w3-collapse w3-large w3-theme-l5" id="mySidebar">
</nav-->
<!-- Main content: shift it to the right by 250 pixels when the sidebar is visible -->
<div class="w3-main">
<div class="w3-row w3-top-padding-64">
<div class="w3-container">
<h2>
Organization
</h2>
<h4>Organizing Committee</h4>
<table>
<tr>
<td width="180px" class="name">Adji Bousso Dieng</td><td class="institution"> Columbia University</td>
</tr>
<tr>
<td class="name">Yoon Kim</td><td class="institution">Harvard University</td>
</tr>
<tr>
<td class="name">Siva Reddy</td><td class="institution">Stanford University</td>
</tr>
<tr>
<td class="name">Kyunghyun Cho</td><td class="institution">New York University / Facebook</td>
</tr>
<tr>
<td class="name">Chris Dyer</td><td class="institution">DeepMind</td>
</tr>
<tr>
<td class="name">Phil Blunsom</td><td class="institution">University of Oxford / DeepMind</td>
</tr>
<tr>
<td class="name">David Blei</td><td class="institution">Columbia University</td>
</tr>
</table>
<h4 style="margin-bottom: 0px">Program Committee (TBD)</h4>
<table><tr><td><ul>
<!-- <li class="name" style="width:200px;"> Chris Maddison </li></ul></td><td class="institution" style="width:300px;">Oxford</td><td><ul> -->
<!-- <li class="name" style="width:200px;"> Martin Arjovsky </li></ul></td><td class="institution" style="width:300px;">NYU</td><td><ul> -->
<!-- <li class="name" style="width:200px;"> Francisco Ruiz </li></ul></td><td class="institution" style="width:300px;">Columbia</td><td><ul> -->
<!-- <li class="name" style="width:200px;"> Dawen Liang </li></ul></td><td class="institution" style="width:300px;">Netflix</td><td><ul> -->
<!-- <li class="name" style="width:200px;"> Andrew Miller </li></ul></td><td class="institution" style="width:300px;">Columbia</td><td><ul> -->
<!-- <li class="name" style="width:200px;"> Will Grathwohl </li></ul></td><td class="institution" style="width:300px;">University of Toronto</td><td><ul> -->
<!-- <li class="name" style="width:200px;"> Will Whitney </li></ul></td><td class="institution" style="width:300px;">NYU</td><td><ul> -->
<!-- <li class="name" style="width:200px;"> Jake Zhao </li></ul></td><td class="institution" style="width:300px;">NYU</td><td><ul> -->
</table>
</div>
</div>
</div>
<!-- END MAIN -->
</div>
<script>
// Get the Sidebar
var mySidebar = document.getElementById("mySidebar");
</script>
</body>
</html>