-
Notifications
You must be signed in to change notification settings - Fork 3
/
conference2021.html
681 lines (669 loc) · 26.1 KB
/
conference2021.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
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8"/>
<meta
content="width=device-width, initial-scale=1, shrink-to-fit=no"
name="viewport"
/>
<meta content="" name="description"/>
<meta content="" name="author"/>
<title>Odias in Machine Learning</title>
<!-- Favicon-->
<link href="assets/favicon.ico" rel="icon" type="image/x-icon"/>
<!-- Font Awesome icons (free version)-->
<script
crossorigin="anonymous"
src="https://use.fontawesome.com/releases/v5.15.3/js/all.js"
></script>
<!-- Google fonts-->
<link
href="https://fonts.googleapis.com/css?family=Montserrat:400,700"
rel="stylesheet"
type="text/css"
/>
<link
href="https://fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic"
rel="stylesheet"
type="text/css"
/>
<!-- Core theme CSS (includes Bootstrap)-->
<link href="./css/styles.css" rel="stylesheet"/>
<link href="./css/custom.css" rel="stylesheet"/>
</head>
<body id="page-top">
<!-- Navigation-->
<nav class="navbar navbar-expand-lg bg-secondary text-uppercase fixed-top" id="mainNav">
<div class="container">
<a class="navbar-brand" href="./index.html#page-top">Odias in AI</a>
<button aria-controls="navbarResponsive" aria-expanded="false" aria-label="Toggle navigation" class="
navbar-toggler
text-uppercase
font-weight-bold
bg-primary
text-white
rounded
" data-bs-target="#navbarResponsive"
data-bs-toggle="collapse" type="button">
Menu
<i class="fas fa-bars"></i>
</button>
<div class="collapse navbar-collapse" id="navbarResponsive">
<ul class="navbar-nav ms-auto">
<li class="nav-item mx-0 mx-lg-1">
<a class="nav-link py-3 px-0 px-lg-3 rounded" href="./index.html#about">About</a>
</li>
<li class="nav-item mx-0 mx-lg-1">
<a class="nav-link py-3 px-0 px-lg-3 rounded" href="./about.html#initiatives">Initiatives</a>
</li>
<li class="nav-item mx-0 mx-lg-1">
<a class="nav-link py-3 px-0 px-lg-3 rounded" href="./resources.html">Resources</a>
</li>
<li class="nav-item mx-0 mx-lg-1">
<a class="nav-link py-3 px-0 px-lg-3 rounded" href="./about.html#contact">Contact</a>
</li>
</ul>
</div>
</div>
</nav>
<section
class="page-section bg-primary text-white portfolio"
id="portfolio"
>
<h2 class="page-section-heading text-center text-uppercase">
Odias in Machine <br>Learning Conference 2021
</h2>
<div style="text-align: center;">
<br>
<h3>Saturday Oct 9th 2021</h3>
<a href="#agenda" style="color: white;list-style: none;">Go to agenda</a>
</div>
<div class="text-center mt-4">
<button class="btn btn-warning btn-md" id="submitButton" onclick="location.href='https://www.youtube.com/watch?v=iX59_YJzINs'"
type="button">
YouTube Recording
</button>
</div>
</section>
<!-- About Section-->
<section class="page-section mb-0" id="about">
<div class="container">
<!-- About Section Heading-->
<!-- About Section Content-->
<div class="row">
<div class="col-lg-12 ms-auto">
<p class="lead">
Odias in ML Conference 2021 is the second international
congregation of Odias techies in AI/ML, academicians, policymakers,
linguists, business executives, investors, entrepreneurs and those
working towards positively intervening in people’s lives through AI/ML.
</p>
<p class="lead">The conference, divided into three sessions on the topics
ecosystem, entrepreneurship, and skills to scale, will try to set the
foundation for greater engagement in the future for specific action
points that will emerge from the deliberations.</p>
</p>
</div>
<!-- Icon Divider-->
<div class="divider-custom">
<div class="divider-custom-line"></div>
<div class="divider-custom-icon"><i class="fas fa-star"></i></div>
<div class="divider-custom-line"></div>
</div>
<h4 class="masthead-subheading text-uppercase" id="agenda">Agenda</h4>
<table class="table table-bordered" style="display: block;height: auto;width: 100%; overflow:auto">
<thead class="thead-dark">
<tr class="table-dark" style="font-weight: bolder;">
<td></td>
<td></td>
<td>Time</td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
</tr>
<tr class="table-dark" style="font-weight: bolder;">
<td>Section</td>
<td>Topic</td>
<td>BBSR</td>
<td>London</td>
<td>Munich</td>
<td>SFO</td>
<td>NY</td>
<td>Speakers</td>
<td>Moderators</td>
</tr>
</thead>
<tbody>
<tr class="table-warning">
<td>Intro</td>
<td>Sankha</td>
<td>17:30</td>
<td>12:00</td>
<td>14:00</td>
<td>5:00</td>
<td>8:00</td>
<td>Sankha</td>
<td>Shyamanuja Das</td>
</tr>
<tr class="table-warning">
<td>Intro</td>
<td>Mun Sei Kalinga</td>
<td>17:31</td>
<td>12:01</td>
<td>14:01</td>
<td>5:01</td>
<td>8:01</td>
<td>Mu Sei Kalinga Audio Play</td>
<td></td>
</tr>
<tr class="table-warning">
<td>Intro</td>
<td>Setting context : ପ୍ରସଙ୍ଗ ପ୍ରସ୍ତାବନା</td>
<td>17:35</td>
<td>12:05</td>
<td>14:05</td>
<td>5:05</td>
<td>8:05</td>
<td>Anjan Kumar Panda</td>
<td></td>
</tr>
<tr class="table-warning">
<td>Intro</td>
<td>[Overall theme and specific themes] ANNOUCEMENT SLOTS: [Call to actions]</td>
<td>17:40</td>
<td>12:10</td>
<td>14:10</td>
<td>5:10</td>
<td>8:10</td>
<td>Abhijeet Parida</td>
<td></td>
</tr>
<tr class="table-warning">
<td>Intro</td>
<td>Handover to First session</td>
<td>17:43</td>
<td>12:13</td>
<td>14:13</td>
<td>5:13</td>
<td>8:13</td>
<td>Anjan Kumar Panda</td>
<td></td>
</tr>
<tr class="table-warning">
<td>Intro</td>
<td>Welcoming Opening Keynote Speaker</td>
<td>17:44</td>
<td>12:14</td>
<td>14:14</td>
<td>5:14</td>
<td>8:14</td>
<td>Shyamanuja Das</td>
<td></td>
</tr>
<tr class="table-danger">
<td>Opening Keynote</td>
<td>Opening Keynote</td>
<td>17:45</td>
<td>12:15</td>
<td>14:15</td>
<td>5:15</td>
<td>8:15</td>
<td>Dr. Amar Pattnaik</td>
<td></td>
</tr>
<tr class="table-info">
<td>Ecosystem</td>
<td>Ecosystem : building an AI ecosystem , an Odisha Administration perspective</td>
<td>18:05</td>
<td>12:35</td>
<td>14:35</td>
<td>5:35</td>
<td>8:35</td>
<td>Manoj Mishra</td>
<td></td>
</tr>
<tr class="table-info">
<td>Ecosystem</td>
<td>Role of Higher Education Institutes in preparing Odias for AI/ML opportunity</td>
<td>18:20</td>
<td>12:50</td>
<td>14:50</td>
<td>5:50</td>
<td>8:50</td>
<td>Dr. Ashok Kumar Mahapatra</td>
<td></td>
</tr>
<tr class="table-info">
<td>Ecosystem</td>
<td>Indic Language Business Landscape : Opportinities for an Odia ML ecosystem</td>
<td>18:35</td>
<td>13:05</td>
<td>15:05</td>
<td>6:05</td>
<td>9:05</td>
<td>Arvind Pani</td>
<td></td>
</tr>
<tr class="table-info">
<td>Ecosystem</td>
<td>Getting things done in government ecosystem</td>
<td>18:45</td>
<td>13:15</td>
<td>15:15</td>
<td>6:15</td>
<td>9:15</td>
<td>Debabrata Nayak</td>
<td></td>
</tr>
<tr class="table-info">
<td>Ecosystem</td>
<td>Making Students think computationally for ML</td>
<td>18:55</td>
<td>13:25</td>
<td>15:25</td>
<td>6:25</td>
<td>9:25</td>
<td>Prof. Dr. Suprava Pattanaik</td>
<td></td>
</tr>
<tr class="table-info">
<td>Ecosystem</td>
<td>“How ଓଡ଼ିଶା can leverage STPI for setting up AIML units”</td>
<td>19:05</td>
<td>13:35</td>
<td>15:35</td>
<td>6:35</td>
<td>9:35</td>
<td>Manas Panda</td>
<td></td>
</tr>
<tr class="table-info">
<td>Ecosystem</td>
<td>Panel/ media/ QA/ Summary/ Announcement</td>
<td>19:15</td>
<td>13:45</td>
<td>15:45</td>
<td>6:45</td>
<td>9:45</td>
<td>Panel/ media/ QA/ Summary/ Announcement</td>
<td></td>
</tr>
<tr class="table-primary">
<td>Entrepreneurship</td>
<td>Building an AI Company in Silicon Valley</td>
<td>19:30</td>
<td>14:00</td>
<td>16:00</td>
<td>7:00</td>
<td>10:00</td>
<td>Prasanta Behera</td>
<td>Anjan Kumar Panda & Santosh Panda</td>
</tr>
<tr class="table-primary">
<td>Entrepreneurship</td>
<td>Investment into AI space</td>
<td>19:40</td>
<td>14:10</td>
<td>16:10</td>
<td>7:10</td>
<td>10:10</td>
<td>Priyanka Pani</td>
<td></td>
</tr>
<tr class="table-primary">
<td>Entrepreneurship</td>
<td>Building AI Products: From Prototype to Production</td>
<td>19:50</td>
<td>14:20</td>
<td>16:20</td>
<td>7:20</td>
<td>10:20</td>
<td>Amarjeet Sahoo</td>
<td></td>
</tr>
<tr class="table-primary">
<td>Entrepreneurship</td>
<td>Startup Opportunities in AI/ML for Odisha and Odias</td>
<td>20:00</td>
<td>14:30</td>
<td>16:30</td>
<td>7:30</td>
<td>10:30</td>
<td>Dr Manisha Acharya</td>
<td></td>
</tr>
<tr class="table-primary">
<td>Entrepreneurship</td>
<td>Building an Educational Platform</td>
<td>20:10</td>
<td>14:40</td>
<td>16:40</td>
<td>7:40</td>
<td>10:40</td>
<td>Chandrahas Panigrahi</td>
<td></td>
</tr>
<tr class="table-primary">
<td>Entrepreneurship</td>
<td>Building an IOT Company</td>
<td>20:15</td>
<td>14:45</td>
<td>16:45</td>
<td>7:45</td>
<td>10:45</td>
<td>Sambit Prasad Kar</td>
<td></td>
</tr>
<tr class="table-primary">
<td>Entrepreneurship</td>
<td>Building a Robotics company</td>
<td>20:20</td>
<td>14:50</td>
<td>16:50</td>
<td>7:50</td>
<td>10:50</td>
<td>SakyaSingh Mohapatra</td>
<td></td>
</tr>
<tr class="table-primary">
<td>Entrepreneurship</td>
<td>Buildig a management consulting organization</td>
<td>20:25</td>
<td>14:55</td>
<td>16:55</td>
<td>7:55</td>
<td>10:55</td>
<td>Manoj Kumar Nayak</td>
<td></td>
</tr>
<tr class="table-primary">
<td>Entrepreneurship</td>
<td>Running on-shore-off-shore model from Odisha</td>
<td>20:30</td>
<td>15:00</td>
<td>17:00</td>
<td>8:00</td>
<td>11:00</td>
<td>Sam Biswal</td>
<td></td>
</tr>
<tr class="table-primary">
<td>Entrepreneurship</td>
<td>Building a Local Linguistic Product for Odisha</td>
<td>20:35</td>
<td>15:05</td>
<td>17:05</td>
<td>8:05</td>
<td>11:05</td>
<td>Akash Roshan Mund</td>
<td></td>
</tr>
<tr class="table-primary">
<td>Entrepreneurship</td>
<td>Demystifying the AI/ML market</td>
<td>20:40</td>
<td>15:10</td>
<td>17:10</td>
<td>8:10</td>
<td>11:10</td>
<td>Chidananda Khatua</td>
<td></td>
</tr>
<tr class="table-primary">
<td>Entrepreneurship</td>
<td>Panel/ media/ QA/ Summary/ Announcement</td>
<td>20:45</td>
<td>15:15</td>
<td>17:15</td>
<td>8:15</td>
<td>11:15</td>
<td>QA/Summary/Panel Disc</td>
<td></td>
</tr>
<tr class="table-warning">
<td>Skill to Scale</td>
<td>AI/ML Skill requirements for Govt in Odisha in healthcare</td>
<td>21:00</td>
<td>15:30</td>
<td>16:30</td>
<td>8:30</td>
<td>11:30</td>
<td>Dr Sanghamitra Pati</td>
<td>Dr. Pragyasmita Nayak & Kirtisundar Sahu</td>
</tr>
<tr class="table-warning">
<td>Skill to Scale</td>
<td>Harvesting Federated Intelligence in Machine Learning</td>
<td>21:10</td>
<td>15:40</td>
<td>16:40</td>
<td>8:40</td>
<td>11:40</td>
<td>Prof. Prasant Mohapatra</td>
<td></td>
</tr>
<tr class="table-warning">
<td>Skill to Scale</td>
<td>Emergence of Quantum Computing and AI</td>
<td>21:30</td>
<td>16:00</td>
<td>17:00</td>
<td>9:00</td>
<td>12:00</td>
<td>Sudeepta Maharana</td>
<td></td>
</tr>
<tr class="table-warning">
<td>Skill to Scale</td>
<td>Using AI/MLto Enhance cyber presence of Odia language</td>
<td>21:40</td>
<td>16:10</td>
<td>17:10</td>
<td>9:10</td>
<td>12:10</td>
<td>Manoj Patra</td>
<td></td>
</tr>
<tr class="table-warning">
<td>Skill to Scale</td>
<td>Managing an AI product in a big tech, path challenges and opportunities</td>
<td>21:50</td>
<td>16:20</td>
<td>17:20</td>
<td>9:20</td>
<td>12:20</td>
<td>Debu Panda</td>
<td></td>
</tr>
<tr class="table-warning">
<td>Skill to Scale</td>
<td>Protecting AI Ecosystem from Threats</td>
<td>22:00</td>
<td>16:30</td>
<td>17:30</td>
<td>9:30</td>
<td>12:30</td>
<td>Swati Satpathy</td>
<td></td>
</tr>
<tr class="table-warning">
<td>Skill to Scale</td>
<td>How startups can use Microsoft platforms, Building AI products on Azure Data products</td>
<td>22:10</td>
<td>16:40</td>
<td>17:40</td>
<td>9:40</td>
<td>12:40</td>
<td>Sunil Sabat</td>
<td></td>
</tr>
<tr class="table-warning">
<td>Skill to Scale</td>
<td>ML Design Patterns : Building ML products from SQL</td>
<td>22:20</td>
<td>16:50</td>
<td>17:50</td>
<td>9:50</td>
<td>12:50</td>
<td>Valliappa Lakshmanan</td>
<td></td>
</tr>
<tr class="table-warning">
<td>Skill to Scale</td>
<td>Building an AI/ML Product for Rural Healthcare of Odisha</td>
<td>22:30</td>
<td>17:00</td>
<td>18:00</td>
<td>10:00</td>
<td>13:00</td>
<td>Dr Aviseka Acharya</td>
<td></td>
</tr>
<tr class="table-warning">
<td>Skill to Scale</td>
<td>Laying the right kind of highways</td>
<td>22:40</td>
<td>17:10</td>
<td>18:10</td>
<td>10:10</td>
<td>13:10</td>
<td>Vivek Pani</td>
<td></td>
</tr>
<tr class="table-warning">
<td>Skill to Scale</td>
<td>Tapping the Market</td>
<td>22:50</td>
<td>17:20</td>
<td>18:20</td>
<td>10:20</td>
<td>13:20</td>
<td>Ambika Sukla</td>
<td></td>
</tr>
<tr class="table-success">
<td>Concluding session</td>
<td>Conclusion, Session of Thanks , and Handover to open mike session</td>
<td>23:00</td>
<td>17:30</td>
<td>18:30</td>
<td>10:30</td>
<td>13:30</td>
<td>Pradeepta Mishra</td>
<td></td>
</tr>
<tr class="table-success">
<td></td>
<td>Open mike ; ଗପସପ</td>
<td>23:30</td>
<td>18:00</td>
<td>19:00</td>
<td>11:00</td>
<td>14:00</td>
<td>Damodar Sahu</td>
<td></td>
</tr>
</tbody>
</table>
</div>
</div>
</section>
<div align="center" class="mt-4">
<button
class="btn btn-dark btn-lg"
id="submitButton"
onclick="location.href='#page-top'"
style="margin-bottom: 3rem"
type="submit"
>
Back to Top
</button>
</div>
<!-- Footer-->
<footer class="footer text-center">
<div class="container">
<div class="row">
<!-- Footer Social Icons-->
<div class="col-lg-6 mb-5 mb-lg-0">
<h4 class="text-uppercase mb-4">Around the Web</h4>
<a
class="btn btn-outline-light btn-social mx-1"
href="https://www.facebook.com/groups/Odias.in.ML"
><i class="fab fa-fw fa-facebook-f"></i
></a>
<a class="btn btn-outline-light btn-social mx-1" href="https://www.instagram.com/odiaml/">
<i class="fab fa-instagram"></i></a>
<a
class="btn btn-outline-light btn-social mx-1"
href="https://twitter.com/odias_in_ml"
><i class="fab fa-fw fa-twitter"></i
></a>
<a
class="btn btn-outline-light btn-social mx-1"
href="https://www.linkedin.com/groups/8973063/"
><i class="fab fa-fw fa-linkedin-in"></i
></a>
<a
class="btn btn-outline-light btn-social mx-1"
href="https://www.youtube.com/channel/UCaoGfM_49C8kcKqyTh-fr6Q/"
><i class="fab fa-fw fa-youtube"></i
></a>
</div>
<!-- Footer About Text-->
<div class="col-lg-6">
<h4 class="text-uppercase mb-4">Reach out:</h4>
<p class="lead mb-0">
For activities / community related queries / media queries email
<a href="mailto: [email protected]" target="_blank"
>
.
</p>
</div>
</div>
</div>
</footer>
<!-- Copyright Section-->
<div class="copyright py-4 text-center text-white">
<div class="container">
<small>Developed by
<a href="https://twitter.com/anishaswain">@anishaswain</a> and <a
href="https://www.linkedin.com/in/goutam-samal-03b5871a2/">@goutam</a></small>
<br/>
<small>Copyright © odishaai.org 2023</small>
</div>
</div>
<!--Scroll to the top button-->
<button id="goToTopButton" onclick="topFunction()" title="Go to top">Scroll to top</button>
<script>
// When the user scrolls down 20px from the top of the document, show the button
window.onscroll = function () {
scrollFunction()
};
function scrollFunction() {
if (document.body.scrollTop > 200 || document.documentElement.scrollTop > 200) {
document.getElementById("goToTopButton").style.display = "block";
} else {
document.getElementById("goToTopButton").style.display = "none";
}
}
// When the user clicks on the button, scroll to the top of the document
function topFunction() {
document.body.scrollTop = 0;
document.documentElement.scrollTop = 0;
}
</script>
<!-- Bootstrap core JS-->
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"></script>
<!-- Core theme JS-->
<script src="js/scripts.js"></script>
<!-- * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *-->
<!-- * * SB Forms JS * *-->
<!-- * * Activate your form at https://startbootstrap.com/solution/contact-forms * *-->
<!-- * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *-->
<script src="https://cdn.startbootstrap.com/sb-forms-latest.js"></script>
</body>
</html>