-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
761 lines (653 loc) · 37.6 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
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
<!doctype html>
<!--[if IE 8 ]><html class="ie ie8" lang="en"> <![endif]-->
<!--[if (gte IE 9)|!(IE)]><html lang="en" class="no-js"> <![endif]-->
<html lang="en">
<head>
<!-- Basic -->
<title>WCE Research Symposium on Computing | Home</title>
<!-- Define Charset -->
<meta charset="utf-8">
<!-- Responsive Metatag -->
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<!-- Page Description and Author -->
<meta name="description" content="WCE ACM Student Chapter is a recently formed ACM student chapter in Walchand College of Engineering, Sangli. The chapter aims to conduct various technical & non-technical activities for overall development of the students of the institute. The chapter has received official authorization from the WCE India Council to operate at a local level." />
<meta name="keywords" content="WCE ACM Student Chapter, ACM Student Chapter, Walchand College of Engineering Sangli, CSE Department, WCE Sangli, WCE ACM, Student Activity" />
<meta name="author" content="Vinayak Sharma | Prajwal Bhagat | Rushikesh Shelke" />
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="asset/css/bootstrap.min.css" type="text/css" media="screen">
<!-- Font Awesome CSS -->
<link rel="stylesheet" href="css/font-awesome.min.css" type="text/css" media="screen">
<!-- Slicknav -->
<link rel="stylesheet" type="text/css" href="css/slicknav.css" media="screen">
<!-- Margo CSS Styles -->
<link rel="stylesheet" type="text/css" href="css/style.css" media="screen">
<!-- Responsive CSS Styles -->
<link rel="stylesheet" type="text/css" href="css/responsive.css" media="screen">
<!-- Css3 Transitions Styles -->
<link rel="stylesheet" type="text/css" href="css/animate.css" media="screen">
<!-- Color CSS Styles -->
<link rel="stylesheet" type="text/css" href="css/colors/blue.css" title="blue" media="screen" />
<!-- Margo JS -->
<script type="text/javascript" src="js/jquery-2.1.4.min.js"></script>
<script type="text/javascript" src="js/jquery.migrate.js"></script>
<script type="text/javascript" src="js/modernizrr.js"></script>
<script type="text/javascript" src="asset/js/bootstrap.min.js"></script>
<script type="text/javascript" src="js/jquery.fitvids.js"></script>
<script type="text/javascript" src="js/owl.carousel.min.js"></script>
<script type="text/javascript" src="js/nivo-lightbox.min.js"></script>
<script type="text/javascript" src="js/jquery.isotope.min.js"></script>
<script type="text/javascript" src="js/jquery.appear.js"></script>
<script type="text/javascript" src="js/count-to.js"></script>
<script type="text/javascript" src="js/jquery.textillate.js"></script>
<script type="text/javascript" src="js/jquery.lettering.js"></script>
<script type="text/javascript" src="js/jquery.easypiechart.min.js"></script>
<script type="text/javascript" src="js/jquery.nicescroll.min.js"></script>
<script type="text/javascript" src="js/jquery.parallax.js"></script>
<script type="text/javascript" src="js/jquery.slicknav.js"></script>
<!--[if IE 8]><script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script><![endif]-->
<!--[if lt IE 9]><script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script><![endif]-->
<link rel="apple-touch-icon" sizes="57x57" href="favicon/apple-icon-57x57.png">
<link rel="apple-touch-icon" sizes="60x60" href="favicon/apple-icon-60x60.png">
<link rel="apple-touch-icon" sizes="72x72" href="favicon/apple-icon-72x72.png">
<link rel="apple-touch-icon" sizes="76x76" href="favicon/apple-icon-76x76.png">
<link rel="apple-touch-icon" sizes="114x114" href="favicon/apple-icon-114x114.png">
<link rel="apple-touch-icon" sizes="120x120" href="favicon/apple-icon-120x120.png">
<link rel="apple-touch-icon" sizes="144x144" href="favicon/apple-icon-144x144.png">
<link rel="apple-touch-icon" sizes="152x152" href="favicon/apple-icon-152x152.png">
<link rel="apple-touch-icon" sizes="180x180" href="favicon/apple-icon-180x180.png">
<link rel="icon" type="image/png" sizes="192x192" href="favicon/android-icon-192x192.png">
<link rel="icon" type="image/png" sizes="32x32" href="favicon/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="96x96" href="favicon/favicon-96x96.png">
<link rel="icon" type="image/png" sizes="16x16" href="favicon/favicon-16x16.png">
<link rel="manifest" href="favicon/manifest.json">
<meta name="msapplication-TileColor" content="#ffffff">
<meta name="msapplication-TileImage" content="favicon/ms-icon-144x144.png">
<meta name="theme-color" content="#ffffff">
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-85671004-1', 'auto');
ga('send', 'pageview');
</script>
</head>
<body style="background: url(images/patterns/5.png) repeat;">
<!-- Full Body Container -->
<div id="container">
<!-- Start Header Section -->
<div class="hidden-header"></div>
<header class="clearfix">
<!-- Start Top Bar -->
<div class="top-bar">
<div class="container">
<div class="row">
<div class="col-md-9">
<!-- Start Contact Info -->
<ul class="contact-details">
<li><a href="#"><i class="fa fa-map-marker"></i> Walchand College of Engineering, Sangli, MH-IN</a>
</li>
<li><a href="mailto: rsc2021@walchandsangli.ac.in "><i class="fa fa-envelope-o"></i> rsc2021@walchandsangli.ac.in </a>
</li>
<li><a href="#"><i class="fa fa-phone"></i> +91 88057 09102 | 7030226700 </a>
</li>
</ul>
<!-- End Contact Info -->
</div>
<!-- .col-md-6 -->
<div class="col-md-3">
<!-- Start Social Links -->
<ul class="social-list">
<li>
<a class="facebook itl-tooltip" data-placement="bottom" title="Facebook" href=" $acm->SiteFB(); "><i class="fa fa-facebook"></i></a>
</li>
<li>
<a class="twitter itl-tooltip" data-placement="bottom" title="Twitter" href=" $acm->SiteTwitter(); "><i class="fa fa-twitter"></i></a>
</li>
<li>
<a class="google itl-tooltip" data-placement="bottom" title="Google Plus" href=" $acm->SiteLinkedIn(); "><i class="fa fa-google-plus"></i></a>
</li>
<li>
<a class="linkdin itl-tooltip" data-placement="bottom" title="Linkedin" href=" $acm->SiteGplus(); "><i class="fa fa-linkedin"></i></a>
</li>
</ul>
<!-- End Social Links -->
</div>
<!-- .col-md-6 -->
</div>
<!-- .row -->
</div>
<!-- .container -->
</div>
<!-- .top-bar -->
<!-- End Top Bar -->
<!-- Start Logo & Naviagtion -->
<div class="navbar navbar-default navbar-top">
<div class="container">
<div class="navbar-header" style="margin-bottom:2%;">
<!-- Stat Toggle Nav Link For Mobiles -->
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
<i class="fa fa-bars"></i>
</button>
<!-- End Toggle Nav Link For Mobiles -->
<a class="navbar-brand" href="index.html">
<h1> <img src="images/iferp.png" alt="IFERP" style="width:100px; padding-right:2%;"> WCE Research Symposium on Computing - RSC 2021 </h1>
<small>                                                         FIFTH NATIONAL RESEARCH SYMPOSIUM ON COMPUTING </small>
</a>
</div>
<div class="navbar-collapse collapse">
<!-- Stat Search -->
<div class="search-side">
<a class="show-search"><i class="fa fa-search"></i></a>
<div class="search-form">
<form autocomplete="on" role="search" method="get" class="searchform" action="#">
<input type="text" class="input-lg" name="s" id="s" placeholder="Search the site..." onkeyup="showResult(this.value)"/>
<div id="livesearch"></div>
</form>
</div>
</div>
<!-- End Search -->
<!-- Start Navigation List -->
<div class="col-md-12 col-lg-12 col-sm-12 col-xs-12" style="margin-top:2%;" >
<ul class="nav navbar-nav" >
<li>
<a class="active" href="index.html"><span class="pull-left"><i class="fa fa-home"></i></span> Home</a>
</li>
<li>
<a href="#"><span class="pull-left"><i class="fa fa-group"></i></span> Authors</a>
<ul class="dropdown">
<li><a href="call_for.html">Call for Contributions <span class="pull-right"><i class="fa fa-bullhorn"></i></span></a>
</li>
<li><a href="instructions.html">Presentation <br/> Instructions <span class="pull-right"><i class="fa fa-info-circle"></i></span></a>
</li>
<li><a href="submission.html">Paper Submission <span class="pull-right"><i class="fa fa-upload"></i></span></a>
</li>
<li><a href="dates.html">Important Dates<span class="pull-right"><i class="fa fa-calendar"></i></span></a></li><li><a href="asset/latex.zip">LaTeX Template<span class="pull-right"><i class="fa fa-file"></i></span></a></li><li><a href="asset/word.zip">Word Template<span class="pull-right"><i class="fa fa-file"></i></span></a>
</li>
</ul>
</li>
<li><a href="#"><span class="pull-left"><i class="fa fa-calendar-check-o"></i></span> Programs</a>
<ul class="dropdown">
<li><a href="keynotes.html">Keynotes & Awards Presentation<span class="pull-right"><i class="fa fa-microphone"></i></span></a>
</li>
<li><a href="paper_presentation.html">Paper Presentation<span class="pull-right"><i class="fa fa-newspaper-o"></i></span></a>
</li>
<li><a href="poster_presentation.html">Poster Presentation<span class="pull-right"><i class="fa fa-image"></i></span></a>
</li>
<li><a href="schedule.html">Event Schedule<span class="pull-right"><i class="fa fa-calendar"></i></span></a>
</li>
<li><a href="register.html">Event Registration<span class="pull-right"><i class="fa fa-edit"></i></span></a>
</li>
</ul>
</li>
<li><a href="#"><span class="pull-left"><i class="fa fa-sitemap"></i></span> Organisation</a>
<ul class="dropdown">
<li><a href="org_committee.html"> Organising Committee<span class="pull-right"><i class="fa fa-group"></i></span></a>
</li>
<li><a href="adv_committee.html"> Advisory Committee<span class="pull-right"><i class="fa fa-group"></i></span></a>
</li>
</ul>
</li>
<li><a href="#"><span class="pull-left"><i class="fa fa-info-circle"></i></span> Local Information</a>
<ul class="dropdown">
<li><a href="venue.html">Conference Venue<span class="pull-right"><i class="fa fa-location-arrow"></i></span></a>
</li>
<li><a href="location.html">Conference Location<span class="pull-right"><i class="fa fa-map-marker"></i></span></a>
</li>
<li><a href="accessing.html">Accessing Sangli<span class="pull-right"><i class="fa fa-plane"></i></span></a>
</li>
</ul>
</li>
<li><a href="gallery.html"><span class="pull-left"><i class="fa fa-image"></i></span> Gallery</a>
</li>
<li><a href="about.html"><span class="pull-left"><i class="fa fa-info-circle"></i></span> About</a>
</li>
<li><a href="contact.html"><span class="pull-left"><i class="fa fa-envelope"></i></span> Contact</a>
</li>
<!--
<?php if($acm->CheckLogin()){
<li><a href="#"><span class="pull-left"><i class="fa fa-user"></i></span> $acm->UserFullName(); </a>
<ul class="dropdown">
<li><a href=" $acm->UserRole(); /index.html">Dashboard <span class="pull-right"><i class="fa fa-dashboard"></i></span></a>
</li>
<li><a href=" $acm->UserRole(); /settings.html">Settings <span class="pull-right"><i class="fa fa-gears"></i></span></a>
</li>
<li><a href="login.html?logout=true">Logout <span class="pull-right"><i class="fa fa-sign-out"></i></span></a>
</li>
</ul>
</li>
<?php } else{
<li><a href="register_rsc.html"><span class="pull-left"><i class="fa fa-sign-in"></i></span> Register</a>
</li>
<?php }
</ul>
</div>-->
<!-- End Navigation List -->
<!-- </div>
</div> -->
<!-- Mobile Menu Start -->
<ul class="wpb-mobile-menu">
<li>
<a class="active" href="index.html"><span class="pull-left"><i class="fa fa-home"></i></span> Home</a>
</li>
<li>
<a href="#"><span class="pull-left"><i class="fa fa-group"></i></span> Authors</a>
<ul class="dropdown">
<li><a href="call_for.html">Call for Contributions <span class="pull-right"><i class="fa fa-bullhorn"></i></span></a>
</li>
<li><a href="instructions.html">Presentation <br/> Instructions <span class="pull-right"><i class="fa fa-info-circle"></i></span></a>
</li>
<li><a href="submission.html">Paper Submission <span class="pull-right"><i class="fa fa-upload"></i></span></a>
</li>
<li><a href="dates.html">Important Dates<span class="pull-right"><i class="fa fa-calendar"></i></span></a></li><li><a href="asset/latex.zip">LaTeX Template<span class="pull-right"><i class="fa fa-file"></i></span></a></li><li><a href="asset/word.zip">Word Template<span class="pull-right"><i class="fa fa-file"></i></span></a>
</li>
</ul>
</li>
<li><a href="#"><span class="pull-left"><i class="fa fa-calendar-check-o"></i></span> Programs</a>
<ul class="dropdown">
<li><a href="keynotes.html"> Keynotes & Awards Presentation<span class="pull-right"><i class="fa fa-microphone"></i></span></a>
</li>
<li><a href="paper_presentation.html">Paper Presentation<span class="pull-right"><i class="fa fa-newspaper-o"></i></span></a>
</li>
<li><a href="poster_presentation.html">Poster Presentation<span class="pull-right"><i class="fa fa-image"></i></span></a>
</li>
<li><a href="schedule.hrml">Event Schedule<span class="pull-right"><i class="fa fa-calendar"></i></span></a>
</li>
<li><a href="register.html">Event Registration<span class="pull-right"><i class="fa fa-edit"></i></span></a>
</li>
</ul>
</li>
<li><a href="#"><span class="pull-left"><i class="fa fa-sitemap"></i></span> Organisation</a>
<ul class="dropdown">
<li><a href="org_committee.html"> Organising Committee<span class="pull-right"><i class="fa fa-group"></i></span></a>
</li>
<li><a href="adv_committee.html"> Technical Program Committee<span class="pull-right"><i class="fa fa-group"></i></span></a>
</li>
</ul>
</li>
<li><a href="#"><span class="pull-left"><i class="fa fa-info-circle"></i></span> Local Information</a>
<ul class="dropdown">
<li><a href="venue.html">Conference Venue<span class="pull-right"><i class="fa fa-location-arrow"></i></span></a>
</li>
<li><a href="location.html">Conference Location<span class="pull-right"><i class="fa fa-map-marker"></i></span></a>
</li>
<li><a href="accessing.html">Accessing Sangli<span class="pull-right"><i class="fa fa-plane"></i></span></a>
</li>
</ul>
</li>
<li><a href="gallery.html"><span class="pull-left"><i class="fa fa-image"></i></span> Gallery</a>
</li>
<li><a href="about.html"><span class="pull-left"><i class="fa fa-info-circle"></i></span> About</a>
</li>
<li><a href="contact.html"><span class="pull-left"><i class="fa fa-envelope"></i></span> Contact</a>
</li>
<!-- <?php if($acm->CheckLogin()){
<li><a href="#"><span class="pull-left"><i class="fa fa-user"></i></span> $acm->UserFullName(); </a>
<ul class="dropdown">
<li><a href=" $acm->UserRole(); /index.html">Dashboard <span class="pull-right"><i class="fa fa-dashboard"></i></span></a>
</li>
<li><a href=" $acm->UserRole(); /settings.html">Settings <span class="pull-right"><i class="fa fa-gears"></i></span></a>
</li>
<li><a href="login.html?logout=true">Logout <span class="pull-right"><i class="fa fa-sign-out"></i></span></a>
</li>
</ul>
</li>
<?php } else{
<li><a href="register_rsc.html"><span class="pull-left"><i class="fa fa-sign-in"></i></span> Register</a>
</li>
<?php }
</ul>-->
<!-- Mobile Menu End -->
</div>
<!-- End Header Logo & Naviagtion -->
</header>
<!-- End Header Section -->
<!-- <marquee behavior="alternate" onmouseover="this.stop();" onmouseout="this.start();"><span class="badge badge-secondary">New</span><strong>Welcome to the 5th National Research Symposium on Computing at WCE, A Co-located activity of <a href="http://www.iccet2020.in/" target="_blank">ICCET-2020</a></strong></marquee> -->
<!--marquee><strong>The submissions for possible inclusion in IJCSE/Springer and e-proceeding have been closed. Authors can download consent form and templates from notification section</strong>   </marquee>-->
<!--
<marquee><a href="asset/selectedlist.pdf"><strong>List of papers selected for Oral and Poster presentation</strong></a><a href="rsc-schedule19.pdf"><strong>RSC 2019 Schedule</strong></a></marquee>
-->
<!-- <marquee> <strong>RSC 2021 Schedule will be uploaded soon on the website.</strong> </marquee> -->
<!--
<marquee behavior="alternate"><strong>Submission of RSC 2019 for all categories is closed</strong>   <h3></marquee>
-->
<!-- <marquee behavior="alternate"><strong>50% fee would be waived for registered IET members only in all categories</strong>   <h3></marquee> -->
<!-- <marquee behavior="alternate"><strong> <a href="#"class="badge badge-primary">New</a> Results are out now !! <a href="#notifications">Check out notifications section</a></strong>   <h3></marquee> -->
<!-- Start Home Page Slider -->
<section id="home">
<!-- Carousel -->
<div id="main-slide" class="carousel slide" data-ride="carousel">
<!-- Indicators -->
<ol class="carousel-indicators">
<li data-target="#main-slide" data-slide-to="0" class="active"></li>
<li data-target="#main-slide" data-slide-to="1"></li>
<li data-target="#main-slide" data-slide-to="2"></li>
<li data-target="#main-slide" data-slide-to="3"></li>
<li data-target="#main-slide" data-slide-to="4"></li>
<li data-target="#main-slide" data-slide-to="5"></li>
<li data-target="#main-slide" data-slide-to="6"></li>
</ol>
<!--/ Indicators end-->
<!-- Carousel inner -->
<div class="carousel-inner" style="max-height:450px;">
<div class="item active">
<img class="img-responsive" src="images/slider/1.jpg" alt="slider">
</div>
<!--/ Carousel item end -->
<div class="item">
<img class="img-responsive" src="images/slider/2.jpg" alt="slider">
</div>
<div class="item">
<img class="img-responsive" src="images/slider/3.jpg" alt="slider">
</div>
<div class="item">
<img class="img-responsive" src="images/slider/4.jpg" alt="slider">
</div>
<div class="item">
<img class="img-responsive" src="images/slider/5.jpg" alt="slider">
</div>
<div class="item">
<img class="img-responsive" src="images/slider/6.jpg" alt="slider">
</div>
<div class="item">
<img class="img-responsive" src="images/slider/7.jpg" alt="slider">
</div>
<!--/ Carousel item end -->
</div>
<!-- Carousel inner end-->
<!-- Controls -->
<a class="left carousel-control" href="#main-slide" data-slide="prev">
<span><i class="fa fa-angle-left"></i></span>
</a>
<a class="right carousel-control" href="#main-slide" data-slide="next">
<span><i class="fa fa-angle-right"></i></span>
</a>
</div>
<!-- /carousel -->
</section>
<!-- End Home Page Slider -->
<!-- Start Content -->
<div id="content">
<!-- Start News & Skill Section -->
<div class="container" style="text-align:justify">
<div class="row">
<div class="col-md-8" id="whowe">
<h1 class="accent-color">WCE Research Symposium on Computing - RSC 2021 </h1>
<p><strong>FIFTH NATIONAL RESEARCH SYMPOSIUM ON COMPUTING <br/>National Level joint Event by WCE ACM Student Chapter and Department of CSE and Department of IT (WCE,Sangli) and Jabalpur College of Engineering, Jabalpur <br>At Walchand College of Engineering, Sangli.</strong></p>
<br/><br/>
<p>At Walchand College of Engineering (WCE) Sangli, Computer Science and Engineering (CSE) Department as well as Information Technology (IT) Department are active in promoting research in advances in CSE/ IT under Association for Computing Machinery (ACM) India. This has resulted into instituting WCE-ACM chapter. First, second, third and fourth National Research Symposium was organized during Dec 19-20, 2016, Dec 15-16, 2017, Dec 21-22, 2018 and Dec 19-21, 2019 respectively at WCE and it received excellent response from researchers.</p><br>
<p> In this series, the WCE-ACM chapter is delighted to announce its fifth National Research Symposium on Computing (RSC 2021) in March 2021 under the technical support from ACM. The WCE-ACM chapter welcomes research paper submissions from faculty, doctoral students, research scholars and industry experts who are actively working in the area of Computer Science and Engineering and allied branches.</p><br>
<p>The RSC 2021 will provide a unique opportunity to the researchers to present their research work and will enable them to interact with renowned and experienced researchers in all areas of Computer Science and Engineering as well as Information Technology. The symposium will also provide to its participants, independent and constructive feedback about their completed/planned research work for its further improvements. The research symposium aims at establishing and promoting social and intellectual interactions among students and researchers from academia and industry. The symposium will be accompanied by prominent experts who will deliver the keynote address and will actively participate in critical discussions at the symposium. The selected papers will be forwarded for its publication in IFERP.</p><br>
</div>
<div class="col-md-4" id="news">
<div class="latest-posts">
<!-- Classic Heading -->
<ul class="nav nav-tabs">
<li class="active"><a href="#tab1" data-toggle="tab"><i class="icon-award-1"></i>Supported By</a></li>
<li><a href="#tab2" data-toggle="tab"><i class="icon-beaker"></i>Publication By</a></li>
</ul>
<br>
<div class="tab-content">
<div class="tab-pane fade in active" id="tab1">
<img src="images/iet.png" width="300" height="50" alt="ACM India" />
<br/>
<br/>
<img src="images/teqip3logo.png" width="300" height="50" alt="TEQIP-III" /><br/><br/>
<img src="images/wceacm.png" width="300" height="50" alt="WCE ACM Student Chapter" />
<br/><br/>
<img src="images/FinIQ.png" width="300" height="50" alt="FinIQ">
</div>
<div class="tab-pane fade" id="tab2">
<!-- <h5><a href="http://www.iccet2020.in/publications.html" target="_blank"><img src="images/ICCET2020.jpg" alt="Springer" /></a></h5>
<br/><br/> -->
<!-- <h5>Will be updated soon</h5> -->
<!-- <h5><a href="http://www.ijcseonline.org/" target="_blank"><img src="images/ijcse_logo.jpg" alt="International Journal of Computer Sciences and Engineering" /></a></h5> -->
<img src="images/iferp.png" alt="IFERP" style="width: 100px; align-self:center;">
<br>
<h5>1. Journal Name:- Materials Today: Proceedings <br>
ISSN:- 2214-7853 <br>
Article Processing Fee + Publication Charges:- 10000 INR
</h5>
<br><br>
<h5>
2. Journal Name:- IOP Conference Series: Material Science & Engineering <br>
ISSN:- 1757-899X <br>
Article Processing Fee + Publication Charges:- 10000 INR
</h5>
<br><br>
<h5>
3. Journal Name:- Psychology and Education <br>
ISSN:- 0033-3077 <br>
Article Processing Fee + Publication Charges:- 10000 INR
</h5>
<br/><br/>
<br/-->
</div>
</div>
</div>
<div class="latest-posts">
<!-- Classic Heading -->
<h4 class="classic-title" id="notifications"><span>Notifications</span></h4>
<marquee behavior="scroll" direction="up" scrollamount="4" height="100%" vspace="10%" onmouseover="this.stop();" onmouseout="this.start();">
<!-- Grp wise allocation of teams -->
<a href="#"class="badge badge-primary">New</a><strong>Groupwise allocation of teams for Poster Presentation:<a href="asset/2021_grp1.pdf"> Group 1</a> <a href="asset/2021_grp2.pdf"> Group 2</a></strong></br>
<br>
<!-- Results -->
<a href="#"class="badge badge-primary">New</a><strong>Papers Selected in<a href="asset/2021_IPS_Category.pdf"> IPS category</a> RSC 2021</strong></br>
<a href="#"class="badge badge-primary">New</a><strong>Papers Selected in<a href="asset/2021_Poster_Category.pdf"> Poster category</a> RSC 2021</strong></br>
<a href="#"class="badge badge-primary">New</a><strong>Papers Selected in<a href="asset/2021_Oral_Presentation_Category.pdf"> Oral Presentation category</a> RSC 2021</strong></br>
<br>
<a href="#"class="badge badge-primary">New</a><strong><a href="asset/2021_schedule.pdf"> Schedule - RSC 2k21</a> </strong></br>
<!-- <strong>Guidelines for Innovative Project Showcasing <a href="asset/ips.pdf" taget="_blank">IPS-2019</a></strong> -->
<br>
<!-- <strong>The <a href="asset/ieee_template.doc"> IEEE </a> and <a href="asset/latex.zip">Latex</a> template for paper submissions for IPS </a></strong>
<br>
<strong><a href="asset/CTP_RSC 2019.pdf">Springer Consent To Publish Form </a></strong><br-->
<!-- <strong><a href="asset/CTP_DSP_DIP.doc">Copyright Form: Track-1(DSP/DIP)</a></strong><br>
<strong><a href="asset/CTP_Others.doc">Copyright Form: Track-2(Next Gen. Computing)</a></strong><br> -->
<!-- <strong><a href="asset/Reviewers Response Sheet.pdf">Response sheet on Reviewers Comments</a></strong><br> -->
<!-- <a href="" class="badge badge-primary">New</a><strong><a href="asset/rsc_copyright.pdf"> RSC Copyright Consent Form</a></strong></br> -->
<a href="asset/Paper submission M.Tech Poster Submission and IPS instructions.pdf"> Paper submission M.Tech Poster Submission and IPS instructions</a></strong></br>
<a href="asset/2021_copyrightform.docx"> Copy Right Form (Blank)</a></strong></br>
<a href="asset/2021_reviewers_response_sheet.docx"> Reviewers' Response Sheet</a></strong></br>
<a href="asset/2021_Presentation_Guidelines.pptx"> Presentation Guidelines </a></strong></br>
<a href="asset/2021_IPS_Presentation_Guidelines.pptx"> (IPS) Presentation Guidelines</a></strong></br>
<a href="asset/2021_Fee_waiver.docx"> Fee Waiver Form </a></strong></br>
<br>
<strong>First National Research Symposium <a href="asset/RSC-2016.pdf">RSC-2016</a></strong>
<strong>Second National Research Symposium <a href="asset/RSC-2017.pdf">RSC-2017</a></strong><br>
<strong>Third National Research Symposium <a href="asset/RSC-2018.pdf">RSC-2018</a></strong><br>
<strong>Fourth National Research Symposium <a href="asset/RSC 2019 Proceeding.pdf">RSC-2019</a></strong><br>
</marquee>
</div>
</div>
</div>
<!-- End Call Action -->
</div>
<!-- .container -->
<!-- End News & Skill Section -->
</div>
<!-- End Content -->
<!--Footer Start-->
<footer>
<div class="container">
<div class="row footer-widgets">
<!-- Start Subscribe & Social Links Widget -->
<div class="col-md-3">
<div class="footer-widget mail-subscribe-widget">
<h4>Get in touch<span class="head-line"></span></h4>
<p>Subscribe to our forum to stay tuned for the latest updates related to <strong>WCE Research Symposium on Computing!</strong></p>
<form class="subscribe">
<input type="email" class="email" id="txtEmail" placeholder="mail@example.com">
<a href="#subscribe" class="btn btn-lg btn-system" onclick="subscribe()">Subscribe</a>
</form>
<div id="subscribeResponse"></div>
</div>
<div class="footer-widget social-widget">
<h4>Follow Us<span class="head-line"></span></h4>
<ul class="social-icons">
<li>
<a class="facebook" href="#"><i class="fa fa-facebook"></i></a>
</li>
<li>
<a class="twitter" href="#"><i class="fa fa-twitter"></i></a>
</li>
<li>
<a class="google" href="#"><i class="fa fa-google-plus"></i></a>
</li>
<li>
<a class="linkdin" href="#"><i class="fa fa-linkedin"></i></a>
</li>
<li>
<a class="instgram" href="#"><i class="fa fa-instagram"></i></a>
</li>
</ul>
</div>
</div>
<!-- .col-md-3 -->
<!-- End Subscribe & Social Links Widget -->
<!-- Start Twitter Widget -->
<div class="col-md-3">
<div class="footer-widget twitter-widget">
<h4>Quick Links<span class="head-line"></span></h4>
<ul>
<li>
<a href="asset/RSC-2018.pdf" target="_blank">e-Proceeding Download </a>
</li>
<li>
<a href="about.html">About Us </a>
</li>
<li>
<a href="contact.html">Contact Us </a>
</li>
<li>
<a href="terms.html">Terms of Use</a>
</li>
</ul>
</div>
</div>
<!-- .col-md-3 -->
<!-- End Twitter Widget -->
<!-- Start Flickr Widget -->
<div class="col-md-3">
<div class="footer-widget flickr-widget">
<h4>External Links<span class="head-line"></span></h4>
<ul class="flickr-list">
<li>
<a href="http://acm.org" class="lightbox">
<img alt="ACM Official Website" src="images/ext/1.png">
</a>
</li>
<li>
<a href="http://india.acm.org" class="lightbox">
<img alt="ACM India Official Website" src="images/ext/2.png">
</a>
</li>
<li>
<a href="http://walchandsangli.ac.in" class="lightbox">
<img alt="Walchand College of Engineering Official Website" src="images/ext/3.png">
</a>
</li>
<li>
<a href="http://wce.acm.org" class="lightbox">
<img alt="Wce ACM Official Website" src="images/news/3.jpg">
</a>
</li>
</ul>
</div>
</div>
<!-- .col-md-3 -->
<!-- End Flickr Widget -->
<!-- Start Contact Widget -->
<div class="col-md-3">
<div class="footer-widget contact-widget">
<h4><img src="images/acm.png" class="img-responsive" alt="WCE Research Symposium on Computing" /></h4>
<p>WCE Research Symposium on Computing 2021 is the 5th National Level event organized by Department of Computer Science & Engineering, Walchand College of Engineering, Sangli.</p>
<ul>
<li><span>Phone Number:</span> +91 88057 09102 | 7030226700</li>
<li><span>Email:</span> rsc2021@walchandsangli.ac.in</li>
<li><span>Website:</span> http://rsc.wce.ac.in</li>
</ul>
</div>
</div>
<!-- .col-md-3 -->
<!-- End Contact Widget -->
</div>
<!-- row -->
<!-- Start Copyright -->
<div class="copyright-section">
<div class="row">
<div class="col-md-6">
<p>© 2021 WCE Research Symposium on Computing - All Rights Reserved <br/></p>
</div>
<div class="col-md-6">
<ul class="footer-nav">
<li><a href="sitemap.html">Sitemap</a></li>
<li><a href="privacy.html">Privacy Policy</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</div>
</div>
</div>
<!-- End Copyright -->
</div>
</footer>
<!-- End Footer -->
</div>
<!-- End Container -->
<!-- Go To Top Link -->
<a href="#" class="back-to-top"><i class="fa fa-angle-up"></i></a>
<script type="text/javascript" src="js/script.js"></script>
<script>
function showResult(str) {
if (str.length==0) {
document.getElementById("livesearch").innerHTML="";
document.getElementById("livesearch").style.border="0px";
return;
}
if (window.XMLHttpRequest) {
// code for IE7+, Firefox, Chrome, Opera, Safari
xmlhttp=new XMLHttpRequest();
} else { // code for IE6, IE5
xmlhttp=new ActiveXObject("Microsoft.XMLHTTP");
}
xmlhttp.onreadystatechange=function() {
if (xmlhttp.readyState==4 && xmlhttp.status==200) {
document.getElementById("livesearch").innerHTML= "<ul class='dropdown'>"+xmlhttp.responseText+"</ul>";
document.getElementById("livesearch").style.background="#fff";
document.getElementById("livesearch").style.border="1px solid #A5ACB2";
document.getElementById("livesearch").style.padding="3%";
}
}
xmlhttp.open("GET","livesearch.html?q="+str,true);
xmlhttp.send();
}
function subscribe()
{
if (window.XMLHttpRequest) {
// code for IE7+, Firefox, Chrome, Opera, Safari
xmlhttp=new XMLHttpRequest();
}
else
{ // code for IE6, IE5
xmlhttp=new ActiveXObject("Microsoft.XMLHTTP");
}
xmlhttp.onreadystatechange=function() {
if (xmlhttp.readyState==4 && xmlhttp.status==200) {
document.getElementById("subscribeResponse").innerHTML = xmlhttp.responseText;
}
}
var email = document.getElementById("txtEmail").value;
if(email =="")
{
document.getElementById("subscribeResponse").innerHTML = "Email Cannot Be Empty!";
}
else
{
xmlhttp.open("GET","subscribe.html?email="+email,true);
xmlhttp.send();
}
}
</script>
</body>
</html>