-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathresources.html
More file actions
410 lines (393 loc) · 23 KB
/
resources.html
File metadata and controls
410 lines (393 loc) · 23 KB
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
<!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
src="https://use.fontawesome.com/releases/v5.15.3/js/all.js"
crossorigin="anonymous"
></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 ML</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">Resources</h2>
</section>
<!-- About Section-->
<section class="page-section mb-0" id="about">
<div class="container">
<div class="row">
<div class="col-lg-12 ms-auto">
<!-- About Section Heading-->
<div class="col-lg-6">
<h2 class="masthead-subheading text-uppercase">ML Revolution in Odisha</h2>
<div class="row">
<div class="col-lg-12 ms-auto">
<p style="font-size:125%;">Presenter: <b>Ashutosh Ashirbad Tripathy</b></p>
<p style="color:darkorange;">-- English version:</p>
<iframe src="./assets/resources/ML%20Revolution%20in%20Odisha%20(English%20version).pdf"
style="width: 50vw;height: 60vh;"></iframe>
<p style="color:darkorange;">-- Odia version 😉 :</p>
<iframe src="./assets/resources/ML%20Revolution%20in%20Odisha%20(Odia%20version).pdf"
style="width: 50vw;height: 60vh;"></iframe>
</div>
</div>
</div>
</div>
</div>
<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>
<div class="container">
<div class="row">
<div class="col-lg-12 ms-auto">
<!-- About Section Heading-->
<div class="col-lg-6">
<h2 class="masthead-subheading text-uppercase">Product Market Research Findings</h2>
<div class="row">
<div class="col-lg-12 ms-auto">
<p style="font-size:125%;">Presenter: <b>Sudhir Sahu</b></p>
<p style="font-size:125%;">This is a template anyone can use while starting their
startup. This provides a vision of what data needs to be collected to complete the
process. It will differ based on each startup's vision.</p>
<iframe src="./assets/resources/Data%20Safeguard%20-%20Market%20Research%20Template%20-%20Aug%202022.pdf"
style="width: 50vw;height: 60vh;"></iframe>
</div>
</div>
</div>
</div>
</div>
<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>
<div class="container">
<div class="row">
<div class="col-lg-12 ms-auto">
<!-- About Section Heading-->
<div class="col-lg-6">
<h2 class="masthead-subheading text-uppercase">Mentorship Program</h2>
<div class="row">
<div class="col-lg-12 ms-auto">
<p class="lead">Are you somebody who has general questions on how to get started
with ML,
want to explore the field or even have specific questions on your ML related
work?
We are looking forward to mentor you!
<a href="https://docs.google.com/forms/d/e/1FAIpQLSe-hsv0tCM3g3HXNRQUzK41GB8-y9MwAzNo5x50OaLKNoRVUQ/viewform"
target="_blank">Get started.</a>
</p>
<iframe src="https://docs.google.com/forms/d/e/1FAIpQLSe-hsv0tCM3g3HXNRQUzK41GB8-y9MwAzNo5x50OaLKNoRVUQ/viewform"
style="width: 50vw;height: 60vh;"></iframe>
</div>
</div>
<p style="font-size:125%;color:orangered"><b>Note:</b> We have received a lot of
applications. We have reached out to a big pool of those applications. If we did not
reach out to your application yet, we are planning to do that soon!</p>
</div>
<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>
<div class="row">
<div class="col-lg-12 ms-auto">
<h2 class="masthead-subheading text-uppercase">Media Visibility</h2>
<ul>
<li><b>October 2020</b></li>
<ul>
<li>
<a href="http://www.newspatrolling.com/odias-in-ml-global-conference-2020-discussed-how-to-leverage-aiml-for-overall-socio-economic-development-of-odisha/">News
Patrolling</a></li>
<li>
<a href="https://www.pninews.com/odisha-can-chart-out-a-data-driven-strategy-to-propel-the-next-phase-of-its-growth/">PNI
News</a></li>
<li>
<a href="https://blogspot.siliconvillage.net/2020/10/odias-in-ml-global-conference-2020.html">Silicon
Village</a></li>
<li>
<a href="https://smartstateindia.com/odias-in-ml-global-conference-2020-discussed-how-to-leverage-ai-ml-for-overall-socio-economic-development-of-odisha/">Smart
State India</a></li>
<li>
<a href="https://www.enterpriseitworld.com/odias-in-ml-global-conference-2020-discussed-how-to-leverage-ai-ml-for-overall-socio-economic-development-of-odisha/">Enterprise
IT World</a></li>
<li>
<a href="https://www.emergingtechnologiesnews.com/index.php/2020/10/19/odias-globally-deliberate-on-leveraging-ai-ml-for-odishas-development-odisha-breaking-news-odisha-news-latest-odisha-news/">Emerging
Technologies World</a></li>
<li>
<a href="https://technuter.com/artificial-intelligence/odias-in-ml-global-conference-2020-discussed-how-to-leverage-ai-ml-for-overall-socio-economic-development-of-odisha.html">Technuter</a>
</li>
<li>
<a href="https://odishabytes.com/odias-globally-deliberate-on-leveraging-ai-ml-for-odishas-rowth/">Odisha
Bytes</a></li>
<li>
<a href="https://www.varindia.com/news/odias-globally-deliberate-on-leveraging-aiml-for-odishas-growth">Var
India</a></li>
<li>
<a href="https://orissadiary.com/odias-globally-deliberate-on-leveraging-ai-ml-for-odishas-growth/">Orissa
Diary</a></li>
<li>
<a href="https://timesofindia.indiatimes.com/home/education/news/odias-in-machine-learning-global-virtual-conference-to-be-held-today/articleshow/78472054.cms">Times
of India</a></li>
<li>
<a href="https://m.dailyhunt.in/news/india/english/bhubaneswar+buzz-epaper-bunesbuz/odias+ml+a+global+virtual+conference+of+odias+in+machine+learning+don+t+miss-newsid-n219017568">Daily
Hunt</a></li>
<li>
<a href="https://www.varindia.com/news/global-virtual-conference-odias-in-ml-to-be-held-on-october-4">Var
India</a></li>
<li>
<a href="https://localwire.me/global-virtual-conference-organised-for-odias-in-machine-learning-and-artificial-intelligence/">Local
Wire</a></li>
<li>
<a href="https://orissadiary.com/global-virtual-conference-odias-in-ml-to-be-held-on-october-4/">Orissa
Diary</a></li>
<li>
<a href="https://news.brandawareness.in/2020/10/04/odias-in-machine-learning-global-virtual-conference-to-be-held-today-times-of-india/">Brand
Awareness</a></li>
<li>
<a href="https://spoindia.org/global-virtual-conference-odias-in-ml-to-be-held-on-october-4/#:~:text=Odias%20in%20ML%20aims%20to,with%20technology%20and%20thought%20leaders">SPO
India</a></li>
<li>
<a href="https://www.newsreaderboard.com/odias-in-machine-learning-global-virtual-conference-to-be-held-today/">News
Reader Board</a></li>
</ul>
</ul>
</div>
</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>
<h2 class="masthead-subheading text-uppercase">Upcoming conferences</h2>
<ul>
<li><span style="color:gray"><span style="font-size: 14pt;"><a
href="https://recsys.acm.org/recsys21/">RecSys 2021</a> September 27 - October 1, 2021. Amsterdam, Netherlands.</span></span>
</li>
<li><span style="color:gray"><span style="font-size: 14pt;"><a
href="https://2021.emnlp.org/">EMNLP 2021</a> November 7-11, 2021. Punta Cana, Dominican Republic.</span></span>
</li>
<li><span style="color:gray"><span style="font-size: 14pt;"><a
href="https://aaai.org/Conferences/AAAI-22/">AAAI 2022</a> February 22 - March 1, 2022. Vancouver, Canada. </span></span>
</li>
<li><span style="color:gray"><span style="font-size: 14pt;"><a
href="https://2022.ieeeicassp.org/">ICASSP 2022</a> May 22-27, 2022. Singapore.</span></span>
</li>
<li><span style="color:gray"><span style="font-size: 14pt;"><a href="https://iclr.cc/">ICLR 2022</a> April 25-29, 2022. Online.</span></span>
</li>
<li><span style="color:gray"><span style="font-size: 14pt;"><a
href="https://www.aistats.org/aistats2022/">AISTATS 2022</a> March 30 - April 1, 2022. Valencia, Spain.</span></span>
</li>
<li><span style="color:gray"><span style="font-size: 14pt;"><a
href="https://www2022.thewebconf.org/">WWW 2022</a> April 25-29, 2022. Lyon, France.</span></span>
</li>
<li><span style="color:gray"><span style="font-size: 14pt;"><a
href="https://2022.aclweb.org/">ACL 2022</a> May 22-27, 2022. Dublin, Ireland.</span></span>
</li>
<li><span style="color:gray"><span style="font-size: 14pt;"><a
href="http://cvpr2022.thecvf.com/">CVPR 2022</a> June 21-24, 2022. New Orleans, Louisiana, USA.</span></span>
</li>
<li><span style="color:gray"><span style="font-size: 14pt;"><a
href="http://elra.info/en/lrec/lrec-2022/">LREC 2022</a> June 20-25, 2022. Marseille, France.</span></span>
</li>
<li><span style="color:gray"><span style="font-size: 14pt;"><a
href="https://2022.naacl.org/">NAACL 2022</a> July 10-15, 2022. Seattle, Washington, USA.</span></span>
</li>
</ul>
<!-- 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>
<div class="row">
<div class="col-lg-12 ms-auto">
<h2 class="masthead-subheading text-uppercase">Useful Odia Related NLP Resources</h2>
<p>This is a gem of a place to find Odia related natural language processing resources.
Check this out!
<p></p>
<ul>
<li><a href="https://openodia.soumendrak.com">Open-source Odia</a>
</li>
<li><a href="https://odianlp.github.io/">OdiaNLP</a></li>
</li>
<li><a href="https://github.com/shantipriyap/Odia-NLP-Resource-Catalog">Odia NLP resource catalog</a></li>
</ul>
</div>
</div>
<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>
<!-- About Section Heading-->
<div class="col-lg-6">
<h2 class="masthead-subheading text-uppercase">Blog & Newsletter</h2>
<div class="row">
<div class="col-lg-12 ms-auto">
<p>We have a monthly newsletter/blog.
<br>Check this out and subscribe to get AI and Odia related news in your inbox!
<p></p>
<ul>
<li><a href="https://odishaml.substack.com/">Monthly Newsletter</a>
</li>
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Icon Divider-->
<!-- 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: contact@odishaai.org" target="_blank"
>contact@odishaai.org</a
>
.
</p>
</div>
<!-- Icon Divider-->
</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/bootstrap@5.1.0/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>