-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
205 lines (196 loc) · 6.79 KB
/
index.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
<!DOCTYPE html>
<html>
<head>
<title>Event Schedule</title>
<style>
/* CSS styles for the header banner */
.header {
background-color: #333;
color: #fff;
padding: 20px;
text-align: center;
font-family: sans-serif;
}
body {
font-family: sans-serif;
font-size: 0.9em;
}
.table1 {
border: 1px solid black;
border-collapse: collapse;
margin: 25px 0;
font-size: 0.9em;
font-family: sans-serif;
min-width: 400px;
box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}
.table1 th, .table1 td {
padding: 12px 15px;
border: 1px solid black;
border-collapse: collapse;
}
.table1 head tr {
background-color: #009879;
color: #ffffff;
text-align: left;
}
.table1 tbody tr {
border-bottom: 1px solid #dddddd;
}
.table1 tbody tr:nth-of-type(even) {
background-color: #f3f3f3;
}
.table1 tbody tr:last-of-type {
border-bottom: 2px solid #009879;
}
</style>
</head>
<body>
<div class="header">
<h1>Enterprise Neurosystem Webinar Series</h1>
</div>
<p>
The ENG Webinar series is a set of talks held at an interval of 2 weeks.
The speakers are technical experts who discuss various issues related to use of AI in distributed environments.
<br>
Each talk is recorded and posted to the
<a href="https://www.youtube.com/channel/UCpMcTBXts1UPKKI9VXVL1DQ"> Enterprise Neurosystem Group youtube channel</a>.
<p> <br>
The webinars are open to the public and scheduled from 12noon-1PM Eastern on the dates mentioned in the table below.
<br>
Any one can join the webinar using the web-meeting at <a href="https://ibm.webex.com/meet/dverma"> https://ibm.webex.com/meet/dverma</a>.
<p> <br>
If you would like to nominate a speaker for the webinar at one of the open slots,
please send a message to <a href="https://www.linkedin.com/in/dcverma/"> the organizer </a> through <a href="https://www.linkedin.com/in/dcverma/"> this linkedin page</a>.
<p><br>
The following is the set of past and future webinars.
<table class="table1" style="width:90%">
<tr>
<th>Date</th>
<th>Topic</th>
<th>Speaker</th>
<th> Recording Link </th>
</tr>
<tr>
<td>Feb 6, 2023</td>
<td>Overview for the Self-Describing Asset Catalog</td>
<td>Anindita Das, Sharath Prasad, et. al. IBM, <br> Josh Purcell, Red Panda</td>
<td> <a href="https://www.youtube.com/watch?v=vXksQxkhtAU"> recording </a> </td>
</tr>
<tr>
<td>Feb 20, 2023</td>
<td>Neural Information Retrieval</td>
<td>Abhay Ratnaparkhi, IBM</td>
<td> <a href="https://www.youtube.com/watch?v=e1KuuuLeFow"> recording </a> </td>
</tr>
<tr>
<td>March 6, 2023</td>
<td>Data Curation for AI</td>
<td>Sheeba Prakash, IBM</td>
<td> <a href="https://www.youtube.com/watch?v=UmK2m8A2798"> recording </a></td>
</tr>
<tr>
<td>March 20, 2023</td>
<td>Project ECHO</td>
<td>Kishore Iyer, Mount Sinai</td>
<td> <a href="https://www.youtube.com/watch?v=87-21LwFE2E"> recording </a></td>
</tr>
<tr>
<td>April 3, 2023</td>
<td>Trustworthy AI</td>
<td>Sharath Prasad, IBM</td>
<td> <a href="https://www.youtube.com/watch?v=4Ih7sbbz-_U"> recording </a></td>
</tr>
<tr>
<td>April 17, 2023</td>
<td>IBM / Marist LinuxONE Community Cloud Overview and Use Cases</td>
<td>Bruce Gilkes, IBM</td>
<td> <a href="https://www.youtube.com/watch?v=jf-0MK6j764"> recording </a></td>
</tr>
<tr>
<td>May 1, 2023</td>
<td>IBM Sustainability PoV</td>
<td>Christina Sim, IBM</td>
<td> <a href="https://www.youtube.com/watch?v=T04jiKLu2vw"> recording </a></td>
</tr>
<tr>
<td>May 15, 2023</td>
<td>Federated Learning for Scientific Applications</td>
<td>Richard Archibald, ORNL</td>
<td> <a href="https://www.youtube.com/watch?v=GxJ7HWNfCcs"> recording </a></td>
</tr>
<tr>
<td>June 12, 2023</td>
<td>Telum Processor Inference Engine</td>
<td>Elpida Tzortzatos and Joe Noonan, IBM </td>
<td> <a href="https://www.youtube.com/watch?v=SdnTtGoDhBk"> recording </a> </td>
</tr>
<tr>
<td>June 26, 2023</td>
<td>Surprise Networking</td>
<td>David Tennenhouse, UC Berkeley</td>
<td> <a href="https://www.youtube.com/watch?v=RKPT_F1lQqE"> recording </a></td>
</tr>
<tr>
<td>July 10, 2023</td>
<td>Rapid Deployment of AI/ML at the edge</td>
<td>Utpal Mangla and Gerald Coon, IBM</td>
<td> <a href="https://www.youtube.com/watch?v=7ofT58irTo0"> recording </a> </td>
</tr>
<tr>
<td>July 24, 2023</td>
<td>Release 2 of ENG Catalog</td>
<td>Vishnu Nemani, Tony Anga, Solomon Ebenezer, <br> Harichandana Vejendla, Raja Ramachandra, University of Buffalo</td>
<td> <a href="https://www.youtube.com/watch?v=m_MIr8gt5Ic"> recording</a> </td>
</tr>
<tr>
<td>Aug 7, 2023</td>
<td>Data Bandwidth Reduction </td>
<td>Pranav Prasad, Suryakanth Joshi, Vineet Kalghatgi, <br> Madhura Satao, University of Buffalo</td>
<td> <a href="https://youtu.be/1wWuwWfDwkM"> recording </a> </td>
<!--
</tr>
<tr>
<td>Aug 21, 2023</td>
<td> AI and Consciousness </td>
<td> Dr. Subhash Kak, Oklahoma State University </td>
<td><a href=" "> </a> </td>
</tr>
--!>
<tr>
<td>Sep 18, 2023</td>
<td>Panitek, Bringing Clean Energy Solutions to Emerging Nations</td>
<td> Pankaj Agrawal, Paanitek </td>
<td> <a href="https://www.youtube.com/watch?v=3cvH8ylvpk4"> recording </a> </td>
</tr>
<tr>
<td>Oct 2, 2023</td>
<td> Distributed Systems, RAFT and RedPanda </td>
<td> Josh Purcell, Red Panda </td>
<td> <a href="https://www.youtube.com/watch?v=tZpnX7Nd0bI"> recording </a> </td>
</tr>
<tr>
<td>Oct 16, 2023</td>
<td>Overview of ENG</td>
<td>Bill Wright, Red Hat</td>
<td> <a href="https://youtu.be/0y3vt6tHQfk"> recording </a> </td>
</tr>
<tr>
<td>Oct 30, 2023</td>
<td> Energy Consumption and Sustainability Issues with Generative AI </td>
<td> Sourav Mazumdar, IBM </td>
<td> <a href="https://youtu.be/TOt-6kBweIQ"> recording </a> </td>
</tr>
<td>Nov 13, 2023</td>
<td> The case for Agent based Computing </td>
<td> Andrew Hacker, Thought AI </td>
<td> <a href="https://youtu.be/2S8vdkgoQ28"> recording</a> </td>
</tr>
<td>Nov 27, 2023</td>
<td> Interactive Phygital Retail inthe Spatial Web Era: Driving Sustainability & Climate Change Awareness </td>
<td> Ganesh Harinath, Fiducia AI </td>
<td> <a href="https://www.youtube.com/watch?v=Rw4oXp50d5g"> recording </a> </td>
</tr>
</table>
</body>
</html>