-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathschedule.html
116 lines (87 loc) · 3.12 KB
/
schedule.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
---
layout: page
title: Advanced Tools for Data Analytics
subtitle: Schedule
use-site-title: true
permalink: schedule
---
<div class="container-fluid" role="main">
<div class="row"><hr>
<div class="container-fluid col-sm-4">
<p class="post-entry schedulecoltext">8:00AM - 9:00AM</p>
</div>
<div class="container-fluid col-sm-4">
<p class="post-entry tabletext"><b>Richard Braatz</b></p>
</div>
<div class="container-fluid col-sm-4">
<p class="post-entry tabletext">Big Data Analytics</p>
</div>
</div><hr>
<div class="row">
<div class="container-fluid col-sm-4">
<p class="post-entry schedulecoltext">9:00AM - 10:00AM</p>
</div>
<div class="container-fluid col-sm-4">
<p class="post-entry tabletext"><b>Bhushan Gopaluni</b></p>
</div>
<div class="container-fluid col-sm-4">
<p class="post-entry tabletext">Classification</p>
</div>
</div><hr>
<div class="row">
<div class="container-fluid col-sm-4">
<p class="post-entry schedulecoltext">10:00AM - 11:00AM</p>
</div>
<div class="container-fluid col-sm-4">
<p class="post-entry tabletext"><b>Yiting Tsai</b></p>
</div>
<div class="container-fluid col-sm-4">
<p class="post-entry tabletext">Regression</p>
</div>
</div><hr>
<div class="row">
<div class="container-fluid col-sm-4">
<p class="post-entry schedulecoltext">11:00AM - 12:30PM</p>
</div>
<div class="container-fluid col-sm-4">
<p class="post-entry tabletext"><b>Bhushan Gopaluni, Yiting Tsai</b></p>
</div>
<div class="container-fluid col-sm-4">
<p class="post-entry tabletext">Dimensionality Manipulation</p>
</div>
</div><hr>
<div class="row">
<div class="container-fluid col-sm-4">
<p class="post-entry schedulecoltext">1:00PM - 2:00PM</p>
</div>
<div class="container-fluid col-sm-4">
<p class="post-entry tabletext"><b>Sirish Shah</b></p>
</div>
<div class="container-fluid col-sm-4">
<p class="post-entry tabletext">Alarm Management</p>
</div>
</div><hr>
<div class="row">
<div class="container-fluid col-sm-4">
<p class="post-entry schedulecoltext">2:00PM - 5:00PM</p>
</div>
<div class="container-fluid col-sm-4">
<p class="post-entry tabletext"><b>Bhushan Gopaluni, Aditya Tulsyan, Yiting Tsai</b></p>
</div>
<div class="container-fluid col-sm-4">
<p class="post-entry tabletext">Advanced Learning Algorithms</p>
</div>
</div>
</div>
<!-- doing something a bit funky here because I want to be careful not to include JQuery twice! -->
<script>
if (typeof jQuery == 'undefined') {
document.write('<script src="/adchem/js/jquery-1.11.2.min.js"></scr' + 'ipt>');
}
</script>
<!-- doing something a bit funky here because I want to be careful not to include JQuery twice! -->
<script src="/adchem/js/bootstrap.min.js"></script>
<!-- doing something a bit funky here because I want to be careful not to include JQuery twice! -->
<script src="/adchem/js/main.js"></script>
</body>
</html>