-
Notifications
You must be signed in to change notification settings - Fork 0
/
committee.html
268 lines (201 loc) · 5.88 KB
/
committee.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
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>epiDAMIK</title>
<link rel="stylesheet" type="text/css" href="http://yui.yahooapis.com/3.3.0/build/cssreset/reset-min.css">
<link href="global1.css" rel="stylesheet" type="text/css" />
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-3960302-2']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
<style type="text/css">
table{
width:100%;
}
td
{
vertical-align:top;
}
</style>
<style>
#nav{
overflow: hidden;
background-color: #60311b;
list-style:none;
margin:0;
padding:0;
top: 0;
text-align:center;
}
#nav li{
display:inline-block;
}
#nav a{
display:inline-block;
color: white;
text-align:left;
padding: 12px 5px;
text-decoration: none;
font-size: 20px;
margin-right: 10px;
margin-left: 10px;
}
#nav a:hover {
background-color: #ddd;
color: black;
}
#nav a.active {
background-color: #4CAF50;
color: white;
}
.sticky {
position: fixed;
overflow: hidden;
background-color: #60311b;
list-style:none;
margin:0;
padding:0;
top: 0;
text-align:center;
width:900px;
}
.sticky a{
display:inline-block;
color: #f2f2f2;
text-align: center;
padding: 12px 12px;
text-decoration: none;
font-size: 20px;
}
.sticky li{
display:inline-block;
}
/* Main content */
.main {
margin-top: 40px; /* Add a top margin to avoid content overlay */
}
</style>
<style type="text/css">
/* Three columns side by side */
.column {
float: left;
width: 42%;
margin-bottom: 16px;
padding: 0 8px;
margin-right: 50px;
}
/* Display the columns below each other instead of side by side on small screens */
.cardimage{
width:80px;
height:100px;
float: left;
margin-right: 20px
}
/* Add some shadows to create a card effect */
.card {
/*box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);*/
}
/* Some left and right padding inside the container */
.container {
padding: 0 16px;
}
/* Clear floats */
.container::after, .row::after {
content: "";
clear: both;
display: table;
}
.title {
color: grey;
}
.button {
border: none;
outline: 0;
display: inline-block;
padding: 8px;
color: white;
background-color:white;
text-align:left;
cursor: pointer;
margin-top:0px;
margin-bottom: 5px;
}
</style>
<!--
<div style="background-color:#5e7593; position:relative;">
-->
<!--#8e2344 -->
<!--
<div style="background-color:#60311B; position:relative;">
<div style="margin: 0px auto; width:900px;height: 190px; position:relative; ">
<div style="position:absolute; left: 2px; top: 20px;">
<span class="fullname">CS 6604: Fall 2015<br> Data Mining Large Networks <br>and Time-Series</span>
<img style="position:absolute; left: 675px; width: 215px; height: 50px; top: 20px;" src="vtlogo-2.png" width="750" height="275" />
</div>
</div>
</div>
-->
</head>
<body style="width:900px; padding:auto; margin:20px auto auto auto;">
<ul id="nav">
<!--<li><a href="index.html"><img style ="vertical-align:text-bottom;", src="smalllogoWhite.png" width="150"/></a></li> -->
<li><a href="index.html">Home</a></li>
<li><a href="program.html">Program</a></li>
<li><a href="dates.html">CFP & Dates</a></li>
<li><a href="committee.html">Committee</a></li>
<li><a href="organizers.html">Organizers</a></li>
<li><a href="blank.html"><img style ="vertical-align:text-bottom;", src="twitter-white.png" width="30"/></a></li>
</ul>
<div style=" width:900px; height:60px; display:table; text-align:center;padding-top: 30px;">
<!--<span class="fullname" style="font-family:arial;text-align:center; vertical-align:middle; display:table-cell;">CS 5525: Spring 2018</span>-->
<!-- <img style="position:absolute; float:left: 435px; width: 200px; height: 32px; top: 15px;" src="vtGrey.jpg" width="750" height="150" /> -->
<span class="fullname" style="font-family:arial;text-align:justify; vertical-align:top; display:table-cell;">
<h1>Program Committee</h1>
</span>
<div style="">
<img style="float:right;" src="textlogo.png" width="150"/></span>
</div>
</div>
<div style="text-align:justify">
<ul>
<li>Jose Cadena (Lawrence Livermore National
Laboratory)</li>
<li>Ambuj Singh (University of California, Santa Barbara)</li>
<li>Ingmar Weber (Qatar Computing Research Institute)</li>
<li>Arvind Ramanathan (Oak Ridge National Laboratory)</li>
<li>Victor Preciado (University of Pennsylvania)</li>
<li>Jilles Vreeken (Max-Planck Institute for Informatics and Saarland University)</li>
<li>Nikhita Vedula (The Ohio State University)</li>
<li>Daniel Neil (Carnegie Mellon University/New York University)</li>
<li>Kathryn Rough (Google) </li>
<li> ... </li>
</ul>
<div style="text-align:justify">
</br></br>
<h2>More members to be announced soon</h2>
</div>
<div id="credit">
<script language="javascript">
window.onscroll = function() {myFunction()};
var navbar = document.getElementById("nav");
var sticky = navbar.offsetTop;
function myFunction() {
if (window.pageYOffset >= sticky) {
navbar.classList.add("sticky")
} else {
navbar.classList.remove("sticky");
}
}
</script>
</div>
</div>
</div>
</body>
</html>