-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathevents.html
840 lines (773 loc) · 43 KB
/
events.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
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- <link rel="icon" href="/docs/4.0/assets/img/favicons/favicon.ico"> -->
<title>ASCI, COEP</title>
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous">
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-giJF6kkoqNQ00vy+HMDP7azOuL0xtbfIcaT9wjKHr8RbDVddVHyTfAAsrekwKmP1" crossorigin="anonymous">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.1/css/all.min.css"
integrity="sha512-+4zCK9k+qNFUR5X+cKL9EIR+ZOhtIloNl9GIKS57V1MyNsYpYcUrUeQc9vNfzsWfV28IaLL3i96P9sdNyeRssA=="
crossorigin="anonymous" />
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3" crossorigin="anonymous">
<link rel="stylesheet" href="home.css">
<link rel="stylesheet" type="text/css" href="events.css">
<link rel="icon" href="asci-svg.png" type="image/gif" sizes="20x20">
<!-- === Horizontal Timeline CSS -->
<link rel="stylesheet" href="events_assets/css/style.css">
<script>document.getElementsByTagName("html")[0].className += " js";</script>
<!-- ============================== -->
<!-- =========== scroll up ============== -->
<a id="scroll-up-btn" href="#goToTop" title="Go to top" style="position: fixed;top: 90vh;right: 1vw;
visibility:hidden;transition: all 0.5s ease-out; z-index: 3;">
<img src="projects_images/icons8-scroll-up-48.png" style="height: 2.5em; width: 2.5em;" alt="...">
</a>
<script>
const scrollUpBtn = document.getElementById('scroll-up-btn')
window.onscroll = function () { scrollFunction() };
function scrollFunction() {
if (document.body.scrollTop > 45 || document.documentElement.scrollTop > 45) {
scrollUpBtn.style.visibility = "visible";
} else {
scrollUpBtn.style.visibility = "hidden";
}
}
</script>
<!-- ===================================================== -->
</head>
<body>
<header id="goToTop">
<nav class="navbar navbar-expand-md navbar-dark" style="background-color:#1A2634">
<a class="navbar-brand logo" href="index.html"><img style="border-radius: 5px;" height=50px; width=170px;
src="ASCI_LOGO.jpg"></a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarCollapse"
aria-controls="navbarCollapse" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarCollapse">
<ul class="navbar-nav me-auto text-center">
<li class="nav-item">
<a class="nav-link " href="home.html">Home</a>
</li>
<li class="nav-item">
<a class="nav-link active" href="events.html">Events</a>
</li>
<li class="nav-item">
<a class="nav-link" href="resources.html">Resources</a>
</li>
<li class="nav-item">
<a class="nav-link" href="projects.html">Projects</a>
</li>
<li class="nav-item">
<a class="nav-link" href="interviews.html">Interview Diaries</a>
</li>
<li class="nav-item">
<a class="nav-link" href="team/team21-22.html">Team</a>
</li>
</ul>
<ul class="navbar-nav mr-auto disappear">
<li><a href="https://www.coep.org.in" target="_blank"><img class="coep-logo-img" width=120px
src="./COEP_logo.png"></a></li>
</ul>
</div>
</nav>
</header>
<main style="background-color: black;" role="main">
<div id="EventsCarousel" class="carousel carousel-fade slide " data-interval="2500" data-ride="carousel">
<div class="carousel-inner">
<div class="carousel-item">
<img src="Event_Images/codefiesta.jpg" alt=" slide">
<p class="carousel-text mt-3" style="font-size: x-large;">A Full Day Coding Event - Code Fiesta</p>
</div>
<div class="carousel-item">
<img src="Event_Images/joinTheTalk.jpg" alt=" slide">
<p class="carousel-text mt-3" style="font-size: x-large;">A Talk On Polarization Effects Of Botnets On Twitter By Dr. Hasan Davulcu
</p>
</div>
<div class="carousel-item active">
<img src="Event_Images/hackItAll-session.png" alt=" slide">
<p class="carousel-text mt-3" style="font-size: x-large;">Hack-It-All - An Interactive Session On importance Of Hackathons!</p>
</div>
<div class="carousel-item">
<img src="Event_Images/gsoc22slide.png" alt=" slide">
<p class="carousel-text mt-3" style="font-size: x-large;">Interactive Session On GSoC</p>
</div>
<div class="carousel-item">
<img src="Event_Images/cpp-stl-slide.jpeg" alt=" slide">
<p class="carousel-text mt-3" style="font-size: x-large;">Delve Into Coding World With C++ & STL</p>
</div>
<a class="carousel-control-prev" href="#EventsCarousel" role="button" data-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a class="carousel-control-next" href="#EventsCarousel" role="button" data-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div>
</div>
<!-- Upcoming Events -->
<!-- <div class="container marketing">
<hr class="featurette-divider">
<div class="upcomingEventHeading">Upcoming Events</div>
<hr class="featurette-divider">
<div class="row featurette" id="codeboost">
<div class="col-md-7 order-md-2">
<h2 class="featurette-heading">Automating The Boring Stuff With Python</h2>
<h4><span class="text-muted">Event Date – 10th Mar 2022</span></h4>
<p class="lead">ASCI in collaboration with FLOSSMeet'22 presents an hands-on session on "Automating boring Stuff with Python". Pranav Joglekar (COEP Alumni) is the speaker for the session. He will be demonstrating on how we can automate daily stuffs using python.</p>
</div>
<div class="col-md-5 order-md-1 mt-5 text-center">
<img class="featurette-image img-fluid mx-auto rounded border border-white"
src="Event_Images/automate-with-python.png" data-src="holder.js/500x500/auto" alt="Generic placeholder image">
</div>
</div>
</div> -->
<!-- Past Events -->
<div class="container marketing">
<hr class="featurette-divider">
<div class="upcomingEventHeading">Past Events</div>
<hr class="featurette-divider">
<div class="row featurette" id="codeboost">
<div class="col-md-7 order-md-2">
<h2 class="featurette-heading">Join The Talk</h2>
<h4><span class="text-muted">Event Date – 7th Sep,2022</span></h4>
<p class="lead">ASCI organized a talk on Twitter botnets. The key speaker of this talk was Dr. Hasan Davulcu, Professor at Arizona State University, USA. He talked about his research on identifying Twitter bots, different bot detection mechanisms and the extent of polarization effects of botnets on Twitter.</p>
</div>
<div class="col-md-5 order-md-1 mt-5 text-center">
<img class="featurette-image img-fluid mx-auto rounded border border-white" src="Event_Images/joinTheTalk.jpg"
data-src="holder.js/500x500/auto" alt="Generic placeholder image">
</div>
</div>
<hr class="featurette-divider">
<div class="row featurette" id="codeboost">
<div class="col-md-7">
<h2 class="featurette-heading">Code Fiesta</h2>
<h4><span class="text-muted">Event Date – 7th Aug,2022</span></h4>
<p class="lead">To enhance and promote good coding culture in college, ASCI conducted a full day coding event called Code Fiesta. The event comprised of two phases where each phase consisted of questions of varying difficulty level. Event was open to students of all branches and years.</p>
</div>
<div class="col-md-5 order-md-1 mt-5 text-center">
<img class="featurette-image img-fluid mx-auto rounded border border-white" src="Event_Images/codefiesta.jpg"
data-src="holder.js/500x500/auto" alt="Generic placeholder image">
</div>
</div>
<hr class="featurette-divider">
<div class="row featurette" id="codeboost">
<div class="col-md-7 order-md-2">
<h2 class="featurette-heading">Git Fundamentals</h2>
<h4><span class="text-muted">Event Date – 11th & 12th June,2022</span></h4>
<p class="lead">ASCI conducted 'Git Fundamentals' a two day workshop dealing with basics of Git and Github. Git and Github is a very efficient and useful tool for developers. Topics like importance of Git, creating github account, collaboration, cloning and forking a repo, creating a pull request along with various tips and tricks were discussed.</p>
</div>
<div class="col-md-5 order-md-1 mt-5 text-center">
<img class="featurette-image img-fluid mx-auto rounded border border-white" src="Event_Images/gitfundamentals.jpeg"
data-src="holder.js/500x500/auto" alt="Generic placeholder image">
</div>
</div>
<hr class="featurette-divider">
<div class="row featurette" id="codeboost">
<div class="col-md-7">
<h2 class="featurette-heading">Automating The Boring Stuff With Python</h2>
<h4><span class="text-muted">Event Date – 10th Mar 2022</span></h4>
<p class="lead">ASCI in collaboration with FLOSSMeet'22 organized an hands-on session on "Automating boring Stuff with Python". Pranav Joglekar (COEP Alumni) was the speaker for the session. He demonstrated on automation of chrome dino game using python.</p>
</div>
<div class="col-md-5 order-md-1 mt-5 text-center">
<img class="featurette-image img-fluid mx-auto rounded border border-white" src="Event_Images/automate-with-python.png"
data-src="holder.js/500x500/auto" alt="Generic placeholder image">
</div>
</div>
<hr class="featurette-divider">
<div class="row featurette" id="codeboost">
<div class="col-md-7 order-md-2">
<h2 class="featurette-heading">Hack-It-All</h2>
<h4><span class="text-muted">Event Date – 7th Mar 2022</span></h4>
<p class="lead">ASCI organized 'Hack It All' session on importance of hackathons. Hackathons are a great way to challenge your skills. It boosts your creativity as well as productivity. Shubham Mukkawar (<a href="https://www.sih.gov.in/" target="_blank" style=" user-select: none; color: whitesmoke;">SIH</a> Winner) was the chief guest. He shared his experience and guided students on why Hackathons are important and how one can succeed it with right planning.</p>
</div>
<div class="col-md-5 order-md-1 mt-5 text-center">
<img class="featurette-image img-fluid mx-auto rounded border border-white" src="Event_Images/hack-it-all.jpeg"
data-src="holder.js/500x500/auto" alt="Generic placeholder image">
</div>
</div>
<hr class="featurette-divider">
<div class="row featurette" id="codeboost">
<div class="col-md-7">
<h2 class="featurette-heading">Interactive Session On GSoC</h2>
<h4><span class="text-muted">Event Date – 25th Feb, 2022</span></h4>
<p class="lead">Google Summer of Code (GSoC), is an annual program funded by Google to enhance the Open Source
Culture and projects. Arnab Banarjee was the chief guest and he delivered an exemplary session on how to
crack GSoC with right approach and better preparation.</p>
</div>
<div class="col-md-5 order-md-1 mt-5 text-center">
<img class="featurette-image img-fluid mx-auto rounded border border-white" src="Event_Images/GSoC-2022.jpg"
data-src="holder.js/500x500/auto" alt="Generic placeholder image">
</div>
</div>
<hr class="featurette-divider">
<div class="row featurette" id="codeboost">
<div class="col-md-7 order-md-2">
<h2 class="featurette-heading">Delve Into Coding World With C++ & STL</h2>
<h4><span class="text-muted">Event Date – 23rd Jan, 2022</span></h4>
<p class="lead">ASCI in collaboration with SWE-CoEP organized a hands-on session on coding with C++ and STL.
Harshal Patil (COEP Student) was the chief guest. He demonstrated on how to start coding with C++ and how
one can level up his coding skill with STL.</p>
</div>
<div class="col-md-5 order-md-1 mt-5 text-center">
<img class="featurette-image img-fluid mx-auto rounded border border-white"
src="Event_Images/swe_asci_cppstl22.jpg" data-src="holder.js/500x500/auto" alt="Generic placeholder image">
</div>
</div>
<hr class="featurette-divider">
<div class="row featurette" id="codeboost">
<div class="col-md-7">
<h2 class="featurette-heading">ASCI Inauguration 2022</h2>
<h4><span class="text-muted">Event Date – 18th Jan, 2022</span></h4>
<p class="lead">Official commencement of ASCI, COEP through a virtual Inauguration Ceremony!
Mr. Vaibhav Kurhe(Coep Alumni) were the chief guest for our inauguration.
He had talked about how debuggers work and his related work at IIT Delhi that had recently been published at
CGO'22 conference.</p>
</div>
<div class="col-md-5 order-md-1 mt-5 text-center">
<img class="featurette-image img-fluid mx-auto rounded border border-white" src="Event_Images/inaug2022.jpg"
data-src="holder.js/500x500/auto" alt="Generic placeholder image">
</div>
</div>
</div>
<!-- === Events Horizontal Timeline === -->
<!-- YEAR 2021 -->
<section style="background-color: black; margin: 0;" class="cd-h-timeline js-cd-h-timeline margin-bottom-md">
<hr class="container featurette-divider">
<h1 style="color: white; text-align: center;">Year-2021</h1>
<hr class="container featurette-divider">
<div class="cd-h-timeline__container container">
<div class="cd-h-timeline__dates">
<div class="cd-h-timeline__line">
<ol>
<li><a href="#0" data-date="22/10/2021" class="cd-h-timeline__date cd-h-timeline__date--selected">22
Oct</a></li>
<li><a href="#0" data-date="26/04/2021" class="cd-h-timeline__date">26 Apr</a></li>
<li><a href="#0" data-date="25/04/2021" class="cd-h-timeline__date">25-26 Apr</a></li>
<li><a href="#0" data-date="27/03/2021" class="cd-h-timeline__date">27-28 Mar</a></li>
<li><a href="#0" data-date="06/03/2021" class="cd-h-timeline__date">6 Mar</a></li>
<li><a href="#0" data-date="27/02/2021" class="cd-h-timeline__date">27 Feb</a></li>
<li><a href="#0" data-date="31/01/2021" class="cd-h-timeline__date">31 Jan</a></li>
<li><a href="#0" data-date="16/01/2021" class="cd-h-timeline__date">16 Jan</a></li>
</ol>
<span class="cd-h-timeline__filling-line" aria-hidden="true"></span>
</div>
</div>
<ul>
<li><a href="#0"
class="text-replace cd-h-timeline__navigation cd-h-timeline__navigation--prev cd-h-timeline__navigation--inactive">Prev</a>
</li>
<li><a href="#0" class="text-replace cd-h-timeline__navigation cd-h-timeline__navigation--next">Next</a></li>
</ul>
</div>
<div class="cd-h-timeline__events">
<ol>
<li class="cd-h-timeline__event text-component">
<div class="cd-h-timeline__event-content">
<div class="event-image">
<img src="Event_Images/sparrow_webinar.jpg" alt="">
</div>
<h2 id="event-title" class="cd-h-timeline__event-title">SPARROW: Extremely Easy-To-Use Conversational AI
</h2>
<em class="cd-h-timeline__event-date">22nd October, 2021</em>
<p class="cd-h-timeline__event-description color-contrast-medium">
ASCI, in association with Mindspark organized a webinar on Sparrow, an intelligent
ubiquitous communication platform for medical and psychological well-being during disasters. The webinar
was conducted by our Alumni Reshul Dani, Ajit Rajurkar and Jay Lohokare who are currently very
successful and working in top companies in USA. The topics covered included Intro to AI, Basics of NLP
and Neural Network and in depth information about Sparrow AI.
</p>
</div>
</li>
<li class="cd-h-timeline__event text-component">
<div style="color: white;" class="cd-h-timeline__event-content">
<div class="event-image">
<img src="Event_Images/congrats.png" alt="">
</div>
<h2 id="event-title" class="cd-h-timeline__event-title">ASCI CODE BOOST 2021 RESULTS</h2>
<em class="cd-h-timeline__event-date">26th April, 2021</em>
<div class="d-flex justify-content-center">
<div>
<h4>FY SET 1 Results:</h4>
<p>
<b>Winner:</b> - Vivek Patil <br>
<b>Runner Up:</b> - Prerna Tulsiani <br>
</p>
</div>
<div style="margin-left: 40px;">
<h4>FY SET 2 Results:</h4>
<p>
<b>Winner:</b> - Vedanshi Shah <br>
<b>Runner Up:</b> - Shyam Randar <br>
</p>
</div>
</div>
<div class="d-flex justify-content-center">
<div>
<h4>SY SET 1 Results:</h4>
<p>
<b>Winner:</b> - Kunal Chaudhari <br>
<b>Runner Up:</b> - Yash Badgujar <br>
</p>
</div>
<div style="margin-left: 40px;">
<h4>SY SET 2 Results:</h4>
<p>
<b>Winner:</b> - Vishwajit Kadam <br>
<b>Runner Up:</b> - Dipak Ambhure <br>
</p>
</div>
</div>
</div>
</li>
<li class="cd-h-timeline__event text-component">
<div class="cd-h-timeline__event-content">
<div class="event-image">
<img src="Event_Images/codeboost.jpeg" alt="">
</div>
<h2 id="event-title" class="cd-h-timeline__event-title">ASCI CODE BOOST 2021</h2>
<em class="cd-h-timeline__event-date">25th and 26th April, 2021</em>
<p class="cd-h-timeline__event-description color-contrast-medium">
Aptitude and Coding Competition organized by ASCI for First Year and Second Year Students
of COEP sponsored by Institute of Engineering and Technology (IET), Pune. The aim of Code Boost is to
increase the coding culture in college and help students in preparation for Interviews.
</p>
</div>
</li>
<li class="cd-h-timeline__event text-component">
<div class="cd-h-timeline__event-content">
<div class="event-image">
<img src="Event_Images/react.jpeg" alt="">
</div>
<h2 id="event-title" class="cd-h-timeline__event-title">React Hands-on Workshop</h2>
<em class="cd-h-timeline__event-date">27th and 28th March, 2021</em>
<p class="cd-h-timeline__event-description color-contrast-medium">
Two day Hands-on Workshop Series on React Js, a popular Frontend
Javascript Framework developed by Facebook on 27th and 28th March. The session was conducted by
Shripad Mhetre one of our seniors from Btech. The topics that were covered are React Components, DOM
Events, API Calls, Virtual DOM, Client Side Rendering and its issues, Frameworks/Libraries based on
React.js.
</p>
</div>
</li>
<li class="cd-h-timeline__event text-component">
<div class="cd-h-timeline__event-content">
<div class="event-image">
<img src="Event_Images/introtopython.jpeg" alt="">
</div>
<h2 id="event-title" class="cd-h-timeline__event-title">Python 101: Intro to Basic Python!</h2>
<em class="cd-h-timeline__event-date">6th March, 2021</em>
<p class="cd-h-timeline__event-description color-contrast-medium">
Team ASCI in collaboration with SWE COEP Affilate organized Python workshop on 6th March,
2021. The workshop was conducted for both beginner level and intermediate level Python Programmers. The
topics covered were Intro to Python, Variables and Datatypes, Operators and Expressions, Conditional and
Looping statements, Data Structures, Strings, Functions and File Handling.
</p>
</div>
</li>
<li class="cd-h-timeline__event text-component">
<div class="cd-h-timeline__event-content">
<div class="event-image">
<img src="Event_Images/acingfywithasci.jpeg" alt="">
</div>
<h2 id="event-title" class="cd-h-timeline__event-title">Acing FY With ASCI</h2>
<em class="cd-h-timeline__event-date">27th Feb, 2021</em>
<p class="cd-h-timeline__event-description color-contrast-medium">
An interactive and guidance session arranged by Seniors! Seniors gave insights on academic
curriculum as well as guidance on interviews process and competitions. Various Subjects of First Year
and
how to deal with those subjects was discussed in detail.
</p>
</div>
</li>
<li class="cd-h-timeline__event text-component">
<div class="cd-h-timeline__event-content">
<div class="event-image">
<img src="Event_Images/Asci_session.jpg" alt="">
</div>
<h2 id="event-title" class="cd-h-timeline__event-title">How to Delve into Industrial World</h2>
<em class="cd-h-timeline__event-date">31st Jan, 2021</em>
<p class="cd-h-timeline__event-description color-contrast-medium">
An Interactive session with Mr. Tanmay Manolkar who is currently working at Microsoft. He
guided students about MS preparations. We had a great discussion about valuable insights around the
industrial world. Along With that Mr.Tanmay shared his personal experiences and learnings.
</p>
</div>
</li>
<li class="cd-h-timeline__event text-component">
<div class="cd-h-timeline__event-content">
<div class="event-image">
<img src="Event_Images/Event9.jpeg" alt="">
</div>
<h2 id="event-title" class="cd-h-timeline__event-title">Crack GSOC 2021</h2>
<em class="cd-h-timeline__event-date">16th Jan, 2021</em>
<p class="cd-h-timeline__event-description color-contrast-medium">
Google Summer of Code (GSoC) is Google's summer program for students to learn about and to
get
involved in open source culture. Our Seniors Yash Jakhotiya and Arnab Banarjee shared their journeys of
GSOC and brief us all about the process of GSOC.
</p>
</div>
</li>
<li class="cd-h-timeline__event text-component">
<div class="cd-h-timeline__event-content">
<div class="event-image">
<img src="Event_Images/Event8.jpeg" alt="">
</div>
<h2 id="event-title" class="cd-h-timeline__event-title">Code brawl V1</h2>
<em class="cd-h-timeline__event-date">26th Dec – 28th Dec, 2020</em>
<p class="cd-h-timeline__event-description color-contrast-medium">
ASCI, in association with AlgoZenith, organized a free Coding Bootcamp and Contest by ICPC
World Finalists. It was a 4 day event in which session was informative which included deep discussion
about binary search, second day was coding contest including competitive questions, third day was the
discussion on coding contest and fourth day was guidance session regarding internship and placement
preparation.
</p>
</div>
</li>
<li class="cd-h-timeline__event text-component">
<div class="cd-h-timeline__event-content">
<div class="event-image">
<img src="Event_Images/Event7.jpg" alt="">
</div>
<h2 id="event-title" class="cd-h-timeline__event-title">Resume Building and Interview Preparation Series
</h2>
<em class="cd-h-timeline__event-date">13th Sep – 6th Oct, 2020</em>
<p class="cd-h-timeline__event-description color-contrast-medium">
A series of Online posts regarding interview preparation from the Alumni of COEP working
at
higher posts in different companies to help TY and B Tech students to crack their interviews.
</p>
</div>
</li>
<li class="cd-h-timeline__event text-component">
<div class="cd-h-timeline__event-content">
<div class="event-image">
<img src="Event_Images/Event6.jpg" alt="">
</div>
<h2 id="event-title" class="cd-h-timeline__event-title">Codiva</h2>
<em class="cd-h-timeline__event-date">8th March, 2020</em>
<p class="cd-h-timeline__event-description color-contrast-medium">
ASCI in collaboration with SWE conducted a women-only coding contest on the occasion of
Internation Women’s Day.
</p>
</div>
</li>
<li class="cd-h-timeline__event text-component">
<div class="cd-h-timeline__event-content">
<div class="event-image">
<img src="Event_Images/Event5.jpg" alt="">
</div>
<h2 id="event-title" class="cd-h-timeline__event-title">Session on C++ STL and Advanced Data Structures
</h2>
<em class="cd-h-timeline__event-date">12th Dec, 2019</em>
<p class="cd-h-timeline__event-description color-contrast-medium">
C++ STL is a tool which every competitive programmer and software engineer ought to know.
Three time ICPC Regionalist and a final year member of the association conducted a hands-on session on
C++
STL and a few advanced data structures.
</p>
</div>
</li>
<li class="cd-h-timeline__event text-component">
<div class="cd-h-timeline__event-content">
<div class="event-image">
<img src="Event_Images/Event4.jpg" alt="">
</div>
<h2 id="event-title" class="cd-h-timeline__event-title">Session on Google Summer of Code</h2>
<em class="cd-h-timeline__event-date">13th Nov, 2019</em>
<p class="cd-h-timeline__event-description color-contrast-medium">
Google Summer of Code is a two-months summer long commitment towards contributing code to
an
opensource repository organized each year by Google. To increase awareness about GSoC, a COEP Alumnus
who
has successfully participated in the Google Summer of Code was invitied to give some insight on GSOC and
to
share his experience.
</p>
</div>
</li>
<li class="cd-h-timeline__event text-component">
<div class="cd-h-timeline__event-content">
<div class="event-image">
<img src="Event_Images/Event3.jpg" alt="">
</div>
<h2 id="event-title" class="cd-h-timeline__event-title">Coding Sprint</h2>
<em class="cd-h-timeline__event-date">13th Oct, 2019</em>
<p class="cd-h-timeline__event-description color-contrast-medium">
As a precursor to ICPC, a four-hour-long Coding Sprint was organized for the students of
the
college and the association to help sharpen competitive coding skills and imbibe a spirit of sports
programming in the college.
</p>
</div>
</li>
<li class="cd-h-timeline__event text-component">
<div class="cd-h-timeline__event-content">
<div class="event-image">
<img src="Event_Images/Event2.jpg" alt="">
</div>
<h2 id="event-title" class="cd-h-timeline__event-title">COEP’s Hacktoberfest Repository</h2>
<em class="cd-h-timeline__event-date">9th Oct, 2019</em>
<p class="cd-h-timeline__event-description color-contrast-medium">
Hacktoberfest is a month-long celebration of open source which happens each year in the
month
of October. We created a GitHub repository for students of our college to submit legitimate pull
requests
to
in order to inculcate a spirit of opensource contribution in them. With 226 total PRs, 150 forks, 241
(and
counting) commits, we are proud to say that Hacktoberfest 2019 at College of Engineering Pune was a huge
success!
</p>
</div>
</li>
<li class="cd-h-timeline__event text-component">
<div class="cd-h-timeline__event-content">
<div class="event-image">
<img src="Event_Images/Event1.jpg" alt="">
</div>
<h2 id="event-title" class="cd-h-timeline__event-title">ICPC Guidance</h2>
<em class="cd-h-timeline__event-date">4th Oct, 2019</em>
<p class="cd-h-timeline__event-description color-contrast-medium">
ICPC is a world-wide competitive programming competition which is considered prestigious
throughout the developer community. A guidance lecture on ICPC to introduce the competition to a wider
audience of our department students.<br> Speaker – Abhijit Sir.
</p>
</div>
</li>
</ol>
</div>
</section>
<!-- YEAR 2020 -->
<section style="background-color: black; margin: 0;" class="cd-h-timeline js-cd-h-timeline margin-bottom-md">
<hr class="container featurette-divider">
<h1 style="color: white; text-align: center;">Year-2020</h1>
<hr class="container featurette-divider">
<div style="max-width: 600px;" class="cd-h-timeline__container container">
<div class="cd-h-timeline__dates">
<div class="cd-h-timeline__line">
<ol>
<li><a href="#0" data-date="26/12/2020" class="cd-h-timeline__date cd-h-timeline__date--selected">26-28
Dec</a></li>
<li><a href="#0" data-date="13/09/2020" class="cd-h-timeline__date">13Sep-6oct</a></li>
<li><a href="#0" data-date="08/03/2020" class="cd-h-timeline__date">8 Mar</a></li>
</ol>
<span class="cd-h-timeline__filling-line" aria-hidden="true"></span>
</div>
</div>
<ul>
<li><a href="#0"
class="text-replace cd-h-timeline__navigation cd-h-timeline__navigation--prev cd-h-timeline__navigation--inactive">Prev</a>
</li>
<li><a href="#0" class="text-replace cd-h-timeline__navigation cd-h-timeline__navigation--next">Next</a></li>
</ul>
</div>
<div class="cd-h-timeline__events">
<ol>
<li class="cd-h-timeline__event text-component">
<div class="cd-h-timeline__event-content">
<div class="event-image">
<img src="Event_Images/Event8.jpeg" alt="">
</div>
<h2 id="event-title" class="cd-h-timeline__event-title">Code Brawl V1</h2>
<em class="cd-h-timeline__event-date">26–28th Dec, 2020</em>
<p class="cd-h-timeline__event-description color-contrast-medium">
ASCI, in association with AlgoZenith, organized a free Coding Bootcamp and Contest by ICPC
World Finalists. It was a 4 day event in which session was informative which included deep discussion
about binary search, second day was coding contest including competitive questions, third day was the
discussion on coding contest and fourth day was guidance session regarding internship and placement
preparation.
</p>
</div>
</li>
<li class="cd-h-timeline__event text-component">
<div class="cd-h-timeline__event-content">
<div class="event-image">
<img src="Event_Images/Event7.jpg" alt="">
</div>
<h2 id="event-title" class="cd-h-timeline__event-title">Resume Building and Interview Preparation Series
</h2>
<em class="cd-h-timeline__event-date">13th Sep – 6th Oct, 2020</em>
<p class="cd-h-timeline__event-description color-contrast-medium">
A series of Online posts regarding interview preparation from the Alumni of COEP working
at
higher posts in different companies to help TY and B Tech students to crack their interviews.
</p>
</div>
</li>
<li class="cd-h-timeline__event text-component">
<div class="cd-h-timeline__event-content">
<div class="event-image">
<img src="Event_Images/Event6.jpg" alt="">
</div>
<h2 id="event-title" class="cd-h-timeline__event-title">Codiva</h2>
<em class="cd-h-timeline__event-date">8th March, 2020</em>
<p class="cd-h-timeline__event-description color-contrast-medium">
ASCI in collaboration with SWE conducted a women-only coding contest on the occasion of
Internation Women’s Day.
</p>
</div>
</li>
</ol>
</div>
</section>
<!-- YEAR 2019 -->
<section style="background-color: black; margin: 0;" class="cd-h-timeline js-cd-h-timeline margin-bottom-md py-3">
<hr class="container featurette-divider">
<h1 style="color: white; text-align: center;">Year-2019</h1>
<hr class="container featurette-divider">
<div class="cd-h-timeline__container container">
<div class="cd-h-timeline__dates">
<div class="cd-h-timeline__line">
<ol>
<li><a href="#0" data-date="12/12/2019" class="cd-h-timeline__date cd-h-timeline__date--selected">12
Dec</a></li>
<li><a href="#0" data-date="13/11/2019" class="cd-h-timeline__date">13 Nov</a></li>
<li><a href="#0" data-date="13/10/2019" class="cd-h-timeline__date">13 Oct</a></li>
<li><a href="#0" data-date="09/10/2019" class="cd-h-timeline__date">9 Oct</a></li>
<li><a href="#0" data-date="04/10/2019" class="cd-h-timeline__date">4 Oct</a></li>
</ol>
<span class="cd-h-timeline__filling-line" aria-hidden="true"></span>
</div>
</div>
<ul>
<li><a href="#0"
class="text-replace cd-h-timeline__navigation cd-h-timeline__navigation--prev cd-h-timeline__navigation--inactive">Prev</a>
</li>
<li><a href="#0" class="text-replace cd-h-timeline__navigation cd-h-timeline__navigation--next">Next</a></li>
</ul>
</div>
<div class="cd-h-timeline__events">
<ol>
<li class="cd-h-timeline__event text-component">
<div class="cd-h-timeline__event-content">
<div class="event-image">
<img src="Event_Images/Event5.jpg" alt="">
</div>
<h2 id="event-title" class="cd-h-timeline__event-title">Session on C++ STL and Advanced Data Structures
</h2>
<em class="cd-h-timeline__event-date">12th Dec, 2019</em>
<p class="cd-h-timeline__event-description color-contrast-medium">
C++ STL is a tool which every competitive programmer and software engineer ought to know.
Three time ICPC Regionalist and a final year member of the association conducted a hands-on session on
C++
STL and a few advanced data structures.
</p>
</div>
</li>
<li class="cd-h-timeline__event text-component">
<div class="cd-h-timeline__event-content">
<div class="event-image">
<img src="Event_Images/Event4.jpg" alt="">
</div>
<h2 id="event-title" class="cd-h-timeline__event-title">Session on Google Summer of Code</h2>
<em class="cd-h-timeline__event-date">13th Nov, 2019</em>
<p class="cd-h-timeline__event-description color-contrast-medium">
Google Summer of Code is a two-months summer long commitment towards contributing code to
an
opensource repository organized each year by Google. To increase awareness about GSoC, a COEP Alumnus
who
has successfully participated in the Google Summer of Code was invitied to give some insight on GSOC and
to
share his experience.
</p>
</div>
</li>
<li class="cd-h-timeline__event text-component">
<div class="cd-h-timeline__event-content">
<div class="event-image">
<img src="Event_Images/Event3.jpg" alt="">
</div>
<h2 id="event-title" class="cd-h-timeline__event-title">Coding Sprint</h2>
<em class="cd-h-timeline__event-date">13th Oct, 2019</em>
<p class="cd-h-timeline__event-description color-contrast-medium">
As a precursor to ICPC, a four-hour-long Coding Sprint was organized for the students of
the
college and the association to help sharpen competitive coding skills and imbibe a spirit of sports
programming in the college.
</p>
</div>
</li>
<li class="cd-h-timeline__event text-component">
<div class="cd-h-timeline__event-content">
<div class="event-image">
<img src="Event_Images/Event2.jpg" alt="">
</div>
<h2 id="event-title" class="cd-h-timeline__event-title">COEP’s Hacktoberfest Repository</h2>
<em class="cd-h-timeline__event-date">9th Oct, 2019</em>
<p class="cd-h-timeline__event-description color-contrast-medium">
Hacktoberfest is a month-long celebration of open source which happens each year in the
month
of October. We created a GitHub repository for students of our college to submit legitimate pull
requests
to
in order to inculcate a spirit of opensource contribution in them. With 226 total PRs, 150 forks, 241
(and
counting) commits, we are proud to say that Hacktoberfest 2019 at College of Engineering Pune was a huge
success!
</p>
</div>
</li>
<li class="cd-h-timeline__event text-component">
<div class="cd-h-timeline__event-content">
<div class="event-image">
<img src="Event_Images/Event1.jpg" alt="">
</div>
<h2 id="event-title" class="cd-h-timeline__event-title">ICPC Guidance</h2>
<em class="cd-h-timeline__event-date">4th Oct, 2019</em>
<p class="cd-h-timeline__event-description color-contrast-medium">
ICPC is a world-wide competitive programming competition which is considered prestigious
throughout the developer community. A guidance lecture on ICPC to introduce the competition to a wider
audience of our department students.<br> Speaker – Abhijit Sir.
</p>
</div>
</li>
</ol>
</div>
</section>
<!-- ================================== -->
</main>
<!-- FOOTER -->
<footer class="footer bg-dark py-3">
<h3 text-align="center" style="color: white;">Connect</h3>
<br>
<div class="rounded-social-buttons">
<a class="social-button facebook" href="https://m.facebook.com/coepasci" target="_blank"><i
class="fab fa-facebook-f"></i></a>
<a class="social-button github" href="https://www.github.com/asci-coep/" target="_blank"><i
class="fab fa-github"></i></a>
<a class="social-button linkedin" href="https://www.linkedin.com/company/coepasci" target="_blank"><i
class="fab fa-linkedin"></i></a>
<a class="social-button instagram" href="http://www.instagram.com/coep_asci" target="_blank"><i
class="fab fa-instagram"></i></a>
</div>
<br>
<div class="container">
<span class="text-muted ">Copyright©ASCI COEP</span><br>
<span class="text-muted ">Designed by ASCI Core Team</span>
</div>
</footer>
<script src="https://code.jquery.com/jquery-3.2.1.slim.min.js"
integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN"
crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.9/umd/popper.min.js"
integrity="sha384-ApNbgh9B+Y1QKtv3Rn7W3mgPxhU9K/ScQsAP7hUibX39j7fakFPskvXusvfa0b4Q"
crossorigin="anonymous"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js"
integrity="sha384-JZR6Spejh4U02d8jOt6vLEHfe/JQGiRRSQQxSfFWpi1MquVdAyjUar5+76PVCmYl"
crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"
integrity="sha384-ka7Sk0Gln4gmtz2MlQnikT1wXgYsOg+OMhuP+IlRH9sENBO0LRn5q+8nbTov4+1p"
crossorigin="anonymous"></script>
<!-- Horizontal Timeline Script -->
<script src="events_assets/js/util.js"></script>
<script src="events_assets/js/swipe-content.js"></script>
<script src="events_assets/js/main.js"></script>
</body>
</html>