-
Notifications
You must be signed in to change notification settings - Fork 18
/
SoI.html
441 lines (391 loc) · 23.3 KB
/
SoI.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
<!DOCTYPE html>
<html lang="en">
<head>
<title>OSS — IIT Dharwad</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link rel="shortcut icon" href="./images/oss_logo.png" />
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Nunito+Sans:200,300,400,700,900|Roboto+Mono:300,400,500">
<link rel="stylesheet" href="fonts/icomoon/style.css">
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="css/magnific-popup.css">
<link rel="stylesheet" href="css/jquery-ui.css">
<link rel="stylesheet" href="css/owl.carousel.min.css">
<link rel="stylesheet" href="css/owl.theme.default.min.css">
<link rel="stylesheet" href="css/bootstrap-datepicker.css">
<link rel="stylesheet" href="css/animate.css">
<link rel="stylesheet" href="fonts/flaticon/font/flaticon.css">
<link rel="stylesheet" href="css/fl-bigmug-line.css">
<link rel="stylesheet" href="css/aos.css">
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="css/custom.css">
<style type "text/css">
/* @group Blink */
.blink {
-webkit-animation: blink .75s linear infinite;
-moz-animation: blink .75s linear infinite;
-ms-animation: blink .75s linear infinite;
-o-animation: blink .75s linear infinite;
animation: blink .75s linear infinite;
}
@-webkit-keyframes blink {
0% { opacity: 1; }
50% { opacity: 1; }
50.01% { opacity: 0; }
100% { opacity: 0; }
}
@-moz-keyframes blink {
0% { opacity: 1; }
50% { opacity: 1; }
50.01% { opacity: 0; }
100% { opacity: 0; }
}
@-ms-keyframes blink {
0% { opacity: 1; }
50% { opacity: 1; }
50.01% { opacity: 0; }
100% { opacity: 0; }
}
@-o-keyframes blink {
0% { opacity: 1; }
50% { opacity: 1; }
50.01% { opacity: 0; }
100% { opacity: 0; }
}
@keyframes blink {
0% { opacity: 1; }
50% { opacity: 1; }
50.01% { opacity: 0; }
100% { opacity: 0; }
}
/* @end */
</style>
<script>
(function() {
var qs,js,q,s,d=document,
gi=d.getElementById,
ce=d.createElement,
gt=d.getElementsByTagName,
id="typef_orm_share",
b="https://embed.typeform.com/";
if(!gi.call(d,id)){
js=ce.call(d,"script");
js.id=id;
js.src=b+"embed.js";
q=gt.call(d,"script")[0];
q.parentNode.insertBefore(js,q)
}
})()
</script>
</head>
<body>
<div class="site-wrap">
<div class="site-mobile-menu">
<div class="site-mobile-menu-header">
<div class="site-mobile-menu-close mt-3">
<span class="icon-close2 js-menu-toggle"></span>
</div>
</div>
<div class="site-mobile-menu-body"></div>
</div> <!-- .site-mobile-menu -->
<header class="site-navbar py-1" role="banner">
<div class="container">
<div class="row align-items-center">
<div class="col-6 col-xl-2">
<a href="index.html"><img src="images/oss_logo.png" style="max-height: 100px;"></a>
<!-- <h1 class="mb-0"><a href="index.html" class="text-black h2 mb-0">O<strong>SS</strong></a></h1> -->
</div>
<div class="col-10 col-xl-10 d-none d-xl-block">
<nav class="site-navigation text-right" role="navigation">
<ul class="site-menu js-clone-nav mr-auto d-none d-lg-block">
<li><a href="index.html">Home</a></li>
<li><a href="events.html">Events</a></li>
<li><a href="blog.html">Blog</a></li>
<li><a href="team.html">Team</a></li>
<li><a href="previousTeam.html">Previous Team</a></li>
<li><a href="new_post.html"><span class="rounded bg-primary py-2 px-3 text-white"><span class="h5 mr-2">+</span>Propose an Idea </span></a></li>
</ul>
</nav>
</div>
<div class="col-6 col-xl-2 text-right d-block">
<div class="d-inline-block d-xl-none ml-md-0 mr-auto py-3" style="position: relative; top: 3px;"><a href="#" class="site-menu-toggle js-menu-toggle text-black"><span class="icon-menu h3"></span></a></div>
</div>
</div>
</div>
</header><!-- SoC Banner -->
<h2 class="text-danger text-center mt-5 blink">Summer of Innovation 2019 has ended!</h2>
<h5 class="text-muted text-center col-8 mx-auto mt-2 mb-5">
We thank you all for your contributions and hope you continue it in the true spirit of open source.
<br>
P.S. Goodies have been delivered. Don't forget to share your experience with Us. xP
<br>
</h5>
<div class="unit-5 banner" style="background: url('SoC19/logo.png'); background-repeat: no-repeat; background-position:
center; background-size: auto;">
<div class="container text-center">
<h2 style="padding: 140px" class="mb-5"></h2>
</div>
</div>
<!--Start Section Events-->
<div class="site-section">
<div class="container">
<h2>Overview</h2>
<p align="justify">
Hello everyone! We take pleasure in announcing <strong>Summer of Innovation</strong>, an initiative by the OSS to transform your summer into an innovation extravaganza. As you have guessed it, in this programme, you can select from a number of projects (which can in turn be put up by anyone with a brilliant idea and resolve to pursue it) to work on in the summer. There will be mentors for each project who basically are the people who came up with the idea and a rough draft on how to go about it. <br>
So you can team up with these mentors and get started on a project.
<br><br>
<strong> Join Summer of Innovation, 2019</strong> on Gitter<br>
<a target="_blank" href="https://gitter.im/oss2019/community" target="_blank" style="margin-left: 10%"><img style="max-width: 64px;" src="SoC19/gitter.png"></a>
<!-- Deadline to become a mentor is over
<br><br>
<strong>Want to mentor a project? </strong>Please fill the form using the link below:<br>
<a href="SoC19/soc-form.html" class="btn btn-primary py-1 px-3">Fill the form </a> -->
<br><br>
</p>
<br>
<h2>Timeline</h2>
<p>
<strong>Phase 1 - Exploration</strong>: May 1<sup>st</sup> to May 5<sup>th</sup>
<br>
<strong>Phase 2 - Contribution</strong>: May 6<sup>th</sup> to July 28<sup>th</sup>
<br>
<strong>Phase 3 - Submission</strong>: July 28<sup>th</sup> to July 31<sup>st</sup>
</p>
<br>
<!-- Row 1 -->
<h2>
Hardware Projects
</h2>
<div class="row">
<div class="col-md-6 mb-5 mb-lg-0 col-lg-3 event-card" data-aos="fade">
<div class="position-relative unit-8">
<a href="SoC19/hardware.html" class="mb-3 d-block img-a"><img src="images/SoC assets/hardware.png" alt="Image" style="max-width:100%" class="img-fluid rounded"></a>
<span class="d-block text-gray-500 text-normal font-weight-bold small mb-3">
<center>Various mentors for various projects </center>
<!-- <span class="mx-2">•</span> March 17th, 2019 -->
</span>
<h2 class="h5 font-weihgt-normal line-height-sm mb-3">
<a href="SoC19/hardware.html" class="text-black">
<center><strong>Hardware</strong></center></a>
</h2>
<p><strong>
<center>A range of projects for all the hardware enthusiasts there.</center></strong> <br><br><center>Estimated: 12 Weeks</center></p>
</div>
</div>
</div>
<br>
<!-- Row 2 -->
<h2>
Software Projects
</h2>
<div class="row">
<div class="col-md-6 mb-5 mb-lg-0 col-lg-3 event-card" data-aos="fade">
<div class="position-relative unit-8">
<a href="SoC19/crispy-ai.html" class="mb-3 d-block img-a"><img src="images/SoC assets/crispy-ai-bot.jpg" alt="Image" style="max-width:100%" class="img-fluid rounded"></a>
<span class="d-block text-gray-500 text-normal font-weight-bold small mb-3">Mentors: <a target="_blank" href="https://github.com/svp19/">svp19</a>, <a target="_blank" href="https://github.com/NeuralFlux">NeuralFlux</a> <!-- <span class="mx-2">•</span> March 17th, 2019 --></span>
<h2 class="h5 font-weight-normal line-height-sm mb-3"><a href="SoC19/crispy-ai.html" class="text-black"><strong><center>Crispy AI</center></strong></a></h2>
<p><strong><center>One intelligent bot to brief up all courses.</center></strong> <br><br><center>Estimated: 12 weeks</center></p>
</div>
</div>
<div class="col-md-6 mb-5 mb-lg-0 col-lg-3 event-card" data-aos="fade">
<div class="position-relative unit-8">
<a href="SoC19/instigo-android.html" class="mb-3 d-block img-a"><img src="images/SoC assets/instigo-android.jpg" alt="Image" style="max-width:100%" class="img-fluid rounded"></a>
<span class="d-block text-gray-500 text-normal font-weight-bold small mb-3">Mentors: <a target="_blank" href="https://github.com/sonusourav/">sonusourav</a>, <a target="_blank" href="https://github.com/aman1403">aman1403</a>, <a target="_blank" href="https://github.com/ameyvadnere/">ameyvadnere</a> <!-- <span class="mx-2">•</span> March 17th, 2019 --></span>
<h2 class="h5 font-weight-normal line-height-sm mb-3"><a href="SoC19/instigo-android.html" class="text-black"><strong><center>InstiGo-Android</center></strong></a></h2>
<p><strong><center>One Stop Solution for IITDh.</center></strong> <br><br><center>Estimated: 12 weeks</center></p>
</div>
</div>
<div class="col-md-6 mb-5 mb-lg-0 col-lg-3 event-card" data-aos="fade">
<div class="position-relative unit-8">
<a href="SoC19/text-sum.html" class="mb-3 d-block img-a"><img src="images/SoC assets/text-summarization.jpg" alt="Image" style="max-width:100%" class="img-fluid rounded"></a>
<span class="d-block text-gray-500 text-normal font-weight-bold small mb-3">Mentors: <a target="_blank" href="https://github.com/sedherthe/">sedherthe</a>, <a target="_blank" href="https://github.com/prateekjain2606">prateekjain2606</a>, <a target="_blank" href="https://github.com/ganeshsamarth">ganeshsamarth</a> <!-- <span class="mx-2">•</span> March 17th, 2019 --></span>
<h2 class="h5 font-weight-normal line-height-sm mb-3"><a href="SoC19/text-sum.html" class="text-black"><strong><center>Text-Summarization</center></strong></a></h2>
<p><strong><center>Shorter text is always easier to read, isn't it!?</center></strong> <br><br><center>Estimated: 12 weeks</center></p>
</div>
</div>
<div class="col-md-6 mb-5 mb-lg-0 col-lg-3 event-card" data-aos="fade">
<div class="position-relative unit-8">
<a href="SoC19/pyquotes.html" class="mb-3 d-block img-a"><img src="images/SoC assets/pyquotes.jpg" alt="Image" style="max-width:100%" class="img-fluid rounded"></a>
<span class="d-block text-gray-500 text-normal font-weight-bold small mb-3">Mentors: <a target="_blank" href="https://github.com/akshatkarani/">akshatkarani</a>, <a target="_blank" href="https://github.com/sunn-e/">sunn-e</a> <!-- <span class="mx-2">•</span> March 17th, 2019 --></span>
<h2 class="h5 font-weight-normal line-height-sm mb-3"><a href="SoC19/pyquotes.html" class="text-black"><strong><center>Py Quotes</center></strong></a></h2>
<p><strong><center>Web scrapper to scrap quotes and build a pip package.</center></strong> <br><br><center>Estimated: 8 weeks</center></p>
</div>
</div>
<div class="col-md-6 mb-5 mb-lg-0 col-lg-3 event-card" data-aos="fade">
<div class="position-relative unit-8">
<a href="SoC19/blockchain.html" class="mb-3 d-block img-a"><img src="images/SoC assets/blockchain.jpg" alt="Image" style="max-width:100%" class="img-fluid rounded"></a>
<span class="d-block text-gray-500 text-normal font-weight-bold small mb-3">Mentors: <a target="_blank" href="https://github.com/RohanShrothrium/">RohanShrothrium</a>, <a target="_blank" href="https://github.com/deepakhr1999/">deepakhr1999</a> <!-- <span class="mx-2">•</span> March 17th, 2019 --></span>
<h2 class="h5 font-weight-normal line-height-sm mb-3"><a href="SoC19/blockchain.html" class="text-black"><strong><center>Block-Chain</center></strong></a></h2>
<p><strong><center>Online-fying essential processes, in an amazingly secure way.</center></strong> <br><br><center>Estimated: 8 weeks</center></p>
</div>
</div>
<div class="col-md-6 mb-5 mb-lg-0 col-lg-3 event-card" data-aos="fade">
<div class="position-relative unit-8">
<a href="SoC19/celebrino.html" class="mb-3 d-block img-a"><img src="images/SoC assets/celebrino.jpg" alt="Image" style="max-width:100%" class="img-fluid rounded"></a>
<span class="d-block text-gray-500 text-normal font-weight-bold small mb-3">Mentors: <a target="_blank" href="https://github.com/Mandeep3838">Mandeep3838</a>, <a target="_blank" href="https://github.com/garcharjay811/">garcharjay811</a> <!-- <span class="mx-2">•</span> March 17th, 2019 --></span>
<h2 class="h5 font-weight-normal line-height-sm mb-3"><a href="SoC19/celebrino.html" class="text-black"><strong><center>Celebrino</center></strong></a></h2>
<p><strong><center>Platform for IIT Dharwad Events.</center></strong> <br><br><center>Estimated: 12 weeks</center></p>
</div>
</div>
<div class="col-md-6 mb-5 mb-lg-0 col-lg-3 event-card" data-aos="fade">
<div class="position-relative unit-8">
<a href="SoC19/naarad.html" class="mb-3 d-block img-a"><img src="images/SoC assets/naarad.png" alt="Image" style="max-width:100%;" class="img-fluid rounded"></a>
<span class="d-block text-gray-500 text-normal font-weight-bold small mb-3">Mentors: <a target="_blank" href="https://github.com/thealphadollar">thealphadollar</a> <!-- <span class="mx-2">•</span> March 17th, 2019 --></span>
<h2 class="h5 font-weight-normal line-height-sm mb-3"><a href="SoC19/naarad.html" class="text-black"><strong><center>Naarad</center></strong></a></h2>
<p><strong><center>Automated Sharing.</center></strong> <br><br><center>Estimated: 12 weeks</center></p>
</div>
</div>
<div class="col-md-6 mb-5 mb-lg-0 col-lg-3 event-card" data-aos="fade">
<div class="position-relative unit-8">
<a href="SoC19/colorwow.html" class="mb-3 d-block img-a"><img src="images/SoC assets/pygame.png" alt="Image" style="max-width:100%; min-width:100%;" class="img-fluid rounded"></a>
<span class="d-block text-gray-500 text-normal font-weight-bold small mb-3">Mentors: <a target="_blank" href="https://github.com/anmolharsh">anmolharsh</a> <!-- <span class="mx-2">•</span> March 17th, 2019 --></span>
<h2 class="h5 font-weight-normal line-height-sm mb-3"><a href="SoC19/colorwow.html" class="text-black"><strong><center>ColorWow</center></strong></a></h2>
<p><strong><center>Be the best code-gamer! (or is it game-coder?)</center></strong> <br><br><center>Estimated: 12 weeks</center></p>
</div>
</div>
<div class="col-md-6 mb-5 mb-lg-0 col-lg-3 event-card" data-aos="fade">
<div class="position-relative unit-8">
<a href="SoC19/convforms.html" class="mb-3 d-block img-a"><img src="images/SoC assets/oss_logo.png" alt="Image" style="max-width:100%;" class="img-fluid rounded"></a>
<span class="d-block text-gray-500 text-normal font-weight-bold small mb-3">Mentors: <a target="_blank" href="https://github.com/akashamin01">akashamin01</a> <!-- <span class="mx-2">•</span> March 17th, 2019 --></span>
<h2 class="h5 font-weight-normal line-height-sm mb-3"><a href="SoC19/convforms.html" class="text-black"><strong><center>Conversational Forms</center></strong></a></h2>
<p><strong><center>Make your device fill those annoying forms!</center></strong> <br><br><center>Estimated: 12 weeks</center></p>
</div>
</div>
</div>
<br>
<h2>
Learning Guides
</h2>
<div class="row">
<div class="col-md-6 mb-5 mb-lg-0 col-lg-3 event-card" data-aos="fade">
<div class="position-relative unit-8">
<a href="SoC19/security.html" class="mb-3 d-block img-a"><img src="images/SoC assets/learn-hacking.png" alt="Image" style="max-width:100%;height: 150px;" class="img-fluid rounded"></a>
<span class="d-block text-gray-500 text-normal font-weight-bold small mb-3">Mentors: <a target="_blank" href="https://github.com/agrawalarpit14/">agrawalarpit14</a></span>
<h2 class="h5 font-weihgt-normal line-height-sm mb-3"><a href="SoC19/security.html" class="text-black"><strong><center>Information Security</center></strong></a></h2>
<p><strong><center>A roadmap to learn basics of information security.</center></strong> <br><br><center>Estimated: 12 Weeks</center></p>
</div>
</div>
</div>
<br>
<p><i><strong>NOTE:</strong> Learning guides might not be entitled for a T-shirt.</i></p>
<br>
<h2>Prizes</h2>
<h5 style="text-decoration: underline;">Software</h5>
<ul>
<li>T-Shirts on getting minimum 3 PRs merged (at most one goodfirstissue)</li>
<li>Backpacks for top 3 contributors (based on PRs merged)</li>
<li>Cheatsheets and stickers for all</li>
<li>Hoodies for mentors</li>
</ul>
<h5 style="text-decoration: underline;">Hardware</h5>
<ul>
<li>T-Shirts for all team members</li>
<li>Hoodies for mentors</li>
</ul>
<h2>Resources</h2>
<p>The documentation contains answers to many common questions. Also, please note by participating in Summer of Innovation, you <strong>agree</strong> to OSS' Terms and Policies and its Code of Conduct. Read more below.</p>
<ul>
<li><a href="faq.html">FAQ</a></li>
<li><a href="community_guidelines.html">Community Guidelines</a></li>
<li><a href="rules.html">Rules</a></li>
<li><a href="codeofconduct.html">Terms & Policies</a></li>
</ul>
<strong>Have a query? Feel free to bother us at <a target="_blank" href="mailto:[email protected]">[email protected]</a></strong>
<br>
</div>
</div>
<!--End Section Events--><!--Start Footer-->
<footer class="site-footer unit-5 overlay footer-color">
<div class="container">
<div class="row">
<div class="col-lg-9">
<div class="row">
<div class="col-6 col-md-6 col-lg-6 mb-5 mb-lg-0">
<img src="images/oss_logo.png" style="max-width: 100%">
</div>
<div class="col-6 col-md-3 col-lg-3 mb-5 mb-lg-0">
</div>
<div class="col-6 col-md-3 col-lg-3 mb-5 mb-lg-0">
<div class="text-center">
<h3 class="footer-heading mb-4">Quick Links</h3>
<ul class="list-unstyled">
<li><a href="index.html">Home</a></li>
<li><a href="about.html">About</a></li>
<li><a href="team.html">Team</a></li>
<li><a href="codeofconduct.html">Terms & Policies</a></li>
</ul>
</div>
<div class="text-center">
<h3 class="footer-heading mb-4">Follow Us</h3>
<span class="unit-3-icon icon" style="margin-left: 5%" >
<a href="https://www.facebook.com/OSS-Open-Student-Society-390468168410308/" target="_blank">
<img src="images/facebook.png" style="max-width: 20px">
</a>
</span>
<span class="unit-3-icon icon" style="margin-left: 5%" >
<a href="https://www.linkedin.com/company/oss2019" target="_blank">
<img src="images/linkedin.png" style="max-width: 20px">
</a>
</span>
<span class="unit-3-icon icon" style="margin-left: 5%" >
<a href="https://github.com/oss2019/oss2019.github.io/" target="_blank">
<img src="images/github.png" style="max-width: 20px">
</a>
</span>
</div>
</div>
</div>
</div>
<div class="col-lg-3">
<h3 class="footer-heading mb-4">Contact Info</h3>
<ul class="list-unstyled">
<li>
<span class="d-block text-white">Address</span>
Indian Institute of Technology, Dharwad,
Karnataka 580011
</li>
<li>
<span class="d-block text-white">Email</span>
</li>
</ul>
</div>
</div>
<div class="row pt-5 mt-5 text-center">
<div class="col-md-12">
<p>
<!-- Link back to Colorlib can't be removed. Template is licensed under CC BY 3.0. -->
Copyright © <script data-cfasync="false" src="/cdn-cgi/scripts/5c5dd728/cloudflare-static/email-decode.min.js"></script><script>document.write(new Date().getFullYear());</script> All Rights Reserved <br> OSS, IIT Dharwad<br>
</p>
<p style="font-size: 10px;">
This template is made by <a href="https://colorlib.com" target="_blank" >Colorlib</a>
<!-- Link back to Colorlib can't be removed. Template is licensed under CC BY 3.0. -->
<br>
Icons made by <a href="https://www.flaticon.com/authors/geotatah" target="_blank" title="geotatah">geotatah</a> from <a href="https://www.flaticon.com/" target="_blank" title="Flaticon">www.flaticon.com </a> is licensed by <a href="http://creativecommons.org/licenses/by/3.0/" title="Creative Commons BY 3.0" target="_blank">CC 3.0 BY</a>
</p>
</div>
</div>
</div>
<div class="footer-up-btn">
<div>
<img src="images/arrow-up.png" alt="up">
</div>
</div>
</footer>
<!--End Footer-->
</div>
<script src="js/custom.js"></script>
<script src="js/jquery-3.3.1.min.js"></script>
<script src="js/jquery-migrate-3.0.1.min.js"></script>
<script src="js/jquery-ui.js"></script>
<script src="js/popper.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/owl.carousel.min.js"></script>
<script src="js/jquery.stellar.min.js"></script>
<script src="js/jquery.countdown.min.js"></script>
<script src="js/jquery.magnific-popup.min.js"></script>
<script src="js/bootstrap-datepicker.min.js"></script>
<script src="js/aos.js"></script>
<script src="js/main.js"></script>
</body>
</html>