-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathindex.html
744 lines (685 loc) · 40.7 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
<!DOCTYPE html>
<html lang="en">
<link rel="shortcut icon" href="https://firebasestorage.googleapis.com/v0/b/csewebsite-bb32e.appspot.com/o/logo.png?alt=media&token=f61d2567-b82f-4ab1-b7a8-2a46c0a1a0e2">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>CSE:Computer Science & Engineering Society</title>
<meta name="description" content="The Official website of Computer Science & Engineering Society,VSSUT,Burla">
<link href="https://fonts.googleapis.com/css?family=Raleway:300,400,500,700|Open+Sans" rel="stylesheet">
<link rel="stylesheet" href="css/styles-merged.css">
<link rel="stylesheet" href="css/style.min.css">
<link rel="stylesheet" href="css/custom.css">
<!-- AngularJS -->
<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.6.1/angular.min.js"></script>
<!--Firebase Integrated-->
<script src="https://www.gstatic.com/firebasejs/4.8.1/firebase.js"></script>
<script src="https://www.gstatic.com/firebasejs/4.8.1/firebase-app.js"></script>
<script src="https://www.gstatic.com/firebasejs/4.8.1/firebase-database.js"></script>
<script src="https://www.gstatic.com/firebasejs/4.8.1/firebase-firestore.js"></script>
<script src="/__/firebase/init.js"></script>
<!-- AngularFire -->
<script src="https://cdn.firebase.com/libs/angularfire/2.3.0/angularfire.min.js"></script>
<link rel="stylesheet" href="css/font-awesome.min.css">
<!--[if lt IE 9]>
<script src="js/vendor/html5shiv.min.js"></script>
<script src="js/vendor/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="probootstrap-search" id="probootstrap-search">
<a href="#" class="probootstrap-close js-probootstrap-close"><i class="icon-cross"></i></a>
<form action="#">
<input type="search" name="s" id="search" placeholder="Search a keyword and hit enter...">
</form>
</div>
<div class="probootstrap-page-wrapper">
<!-- Fixed navbar -->
<div class="probootstrap-header-top">
<div class="container">
<div class="row">
<div class="col-lg-9 col-md-9 col-sm-9 probootstrap-top-quick-contact-info">
<span><i class="icon-location2"></i>Vssut,Burla,Odisha</span>
<span><i class="icon-phone2"></i>0663-243-0211</span>
<span><i class="icon-mail"></i>[email protected]</span>
</div>
<div class="col-lg-3 col-md-3 col-sm-3 probootstrap-top-social">
<ul>
<!--<li><a href="#"><i class="icon-twitter"></i></a></li>-->
<li><a href="#"><i class="icon-facebook2"></i></a></li>
<!--<li><a href="#"><i class="icon-instagram2"></i></a></li>-->
<li><a href="#"><i class="icon-youtube"></i></a></li>
<li><a href="#" class="probootstrap-search-icon js-probootstrap-search"><i class="icon-search"></i></a></li>
</ul>
</div>
</div>
</div>
</div>
<nav class="navbar navbar-default probootstrap-navbar">
<div class="container">
<div class="navbar-header">
<div class="btn-more js-btn-more visible-xs">
<a href="#"><i class="icon-dots-three-vertical "></i></a>
</div>
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar-collapse" aria-expanded="false" aria-controls="navbar">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="index.html" title="CSE">CSE</a>
</div>
<div id="navbar-collapse" class="navbar-collapse collapse">
<ul class="nav navbar-nav navbar-right">
<li class="active"><a href="index.html">Home</a></li>
<li><a href="notice.html">NoticeBoard</a></li>
<li><a href="teachers.html">Faculties</a></li>
<!--<li><a href="students.html">Students</a></li>-->
<li><a href="events.html">Events</a></li>
<li class="dropdown">
<a href="#" data-toggle="dropdown" class="dropdown-toggle">More</a>
<ul class="dropdown-menu">
<li><a href="about.html">Vission & Mission</a></li>
<li><a href="courses.html">Courses</a></li>
<!--<li><a href="course-single.html">Course Single</a></li>-->
<li><a href="laboratories.html">Laboratories</a></li>
<li><a href="gallery.html">Gallery</a></li>
<li class="dropdown-submenu dropdown">
<a href="#" data-toggle="dropdown" class="dropdown-toggle"><span>Activities</span></a>
<ul class="dropdown-menu">
<li><a href="project.html">Projects</a></li>
<!--<li><a href="#">Workshop & Seminar</a></li>
<li><a href="#">Research & Consultancy</a></li>-->
<li><a href="peo_po.html">PEO & PO</a></li>
</ul>
</li>
<!--<li><a href="news.html">Student Corner</a></li>-->
</ul>
</li>
<!-- <li><a href="teachers.html">Alumni</a></li>-->
<li><a href="contact.html">Contact</a></li>
</ul>
</div>
</div>
</nav>
<section class="flexslider">
<ul class="slides">
<li style="background-image: url(https://firebasestorage.googleapis.com/v0/b/csewebsite-bb32e.appspot.com/o/slider_1.jpg?alt=media&token=ace55246-356d-49bd-89f7-537643e34bef)" class="overlay">
<div class="container">
<div class="row">
<div class="col-md-8 col-md-offset-2">
<div class="probootstrap-slider-text text-center">
<h1 class="probootstrap-heading probootstrap-animate">Your Bright Future is Our Mission</h1>
</div>
</div>
</div>
</div>
</li>
<li style="background-image: url(https://firebasestorage.googleapis.com/v0/b/csewebsite-bb32e.appspot.com/o/slider_2.jpg?alt=media&token=d4f236f4-4550-4c1e-a51c-bd3469b21c58)" class="overlay">
<div class="container">
<div class="row">
<div class="col-md-8 col-md-offset-2">
<div class="probootstrap-slider-text text-center">
<h1 class="probootstrap-heading probootstrap-animate">Education is Life</h1>
</div>
</div>
</div>
</div>
</li>
<li style="background-image: url(https://firebasestorage.googleapis.com/v0/b/csewebsite-bb32e.appspot.com/o/slider_3.jpg?alt=media&token=6aa9cb27-0e10-4bdf-b4a8-1b302f9c647e)" class="overlay">
<div class="container">
<div class="row">
<div class="col-md-8 col-md-offset-2">
<div class="probootstrap-slider-text text-center">
<h1 class="probootstrap-heading probootstrap-animate">Helping Each of Our Students Fulfill the Potential</h1>
</div>
</div>
</div>
</div>
</li>
</ul>
</section>
<section class="probootstrap-section probootstrap-section-colored">
<div class="container">
<div class="row">
<div class="col-md-12 text-left section-heading probootstrap-animate">
<h2>Welcome to the Department of Computer Science & Engineering</h2>
</div>
</div>
</div>
</section>
<section class="probootstrap-section">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="probootstrap-flex-block">
<div class="probootstrap-text probootstrap-animate">
<h3>About Us</h3>
<p>The Department of Computer Science and Engineering, Veer Surendra Sai University of Technology,Burla was established in 1994.It has produced high quality technocrats for the last few decades to cater to the needs of hardware and software industry, R&D organizations, and academic Institutions. </p>
<p><a href="#" class="btn btn-primary">Learn More</a></p>
</div>
<div class="probootstrap-image probootstrap-animate" style="background-image: url(https://firebasestorage.googleapis.com/v0/b/csewebsite-bb32e.appspot.com/o/slider_3.jpg?alt=media&token=6aa9cb27-0e10-4bdf-b4a8-1b302f9c647e)">
<a href="https://vimeo.com/45830194" class="btn-video popup-vimeo"><i class="icon-play3"></i></a>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="probootstrap-section" id="probootstrap-counter">
<div class="container">
<div class="row">
<div class="col-md-3 col-sm-6 col-xs-6 col-xxs-12 probootstrap-animate">
<div class="probootstrap-counter-wrap">
<div class="probootstrap-icon">
<i class="icon-users2"></i>
</div>
<div class="probootstrap-text">
<span class="probootstrap-counter">
<span class="js-counter" data-from="0" data-to="20203" data-speed="5000" data-refresh-interval="50">1</span>
</span>
<span class="probootstrap-counter-label">Students Enrolled</span>
</div>
</div>
</div>
<div class="col-md-3 col-sm-6 col-xs-6 col-xxs-12 probootstrap-animate">
<div class="probootstrap-counter-wrap">
<div class="probootstrap-icon">
<i class="icon-user-tie"></i>
</div>
<div class="probootstrap-text">
<span class="probootstrap-counter">
<span class="js-counter" data-from="0" data-to="139" data-speed="5000" data-refresh-interval="50">1</span>
</span>
<span class="probootstrap-counter-label">Certified Faculties</span>
</div>
</div>
</div>
<div class="clearfix visible-sm-block visible-xs-block"></div>
<div class="col-md-3 col-sm-6 col-xs-6 col-xxs-12 probootstrap-animate">
<div class="probootstrap-counter-wrap">
<div class="probootstrap-icon">
<i class="icon-library"></i>
</div>
<div class="probootstrap-text">
<span class="probootstrap-counter">
<span class="js-counter" data-from="0" data-to="99" data-speed="5000" data-refresh-interval="50">1</span>%
</span>
<span class="probootstrap-counter-label">Placements</span>
</div>
</div>
</div>
<div class="col-md-3 col-sm-6 col-xs-6 col-xxs-12 probootstrap-animate">
<div class="probootstrap-counter-wrap">
<div class="probootstrap-icon">
<i class="icon-smile2"></i>
</div>
<div class="probootstrap-text">
<span class="probootstrap-counter">
<span class="js-counter" data-from="0" data-to="100" data-speed="5000" data-refresh-interval="50">1</span>%
</span>
<span class="probootstrap-counter-label">Parents Satisfaction</span>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="probootstrap-section probootstrap-section-colored probootstrap-bg probootstrap-custom-heading probootstrap-tab-section" style="background-image: url(https://firebasestorage.googleapis.com/v0/b/csewebsite-bb32e.appspot.com/o/slider_2.jpg?alt=media&token=d4f236f4-4550-4c1e-a51c-bd3469b21c58)">
<div class="container">
<div class="row">
<div class="col-md-12 text-center section-heading probootstrap-animate">
<h2 class="mb0">Highlights</h2>
</div>
</div>
</div>
<div class="probootstrap-tab-style-1">
<ul class="nav nav-tabs probootstrap-center probootstrap-tabs no-border">
<li class="active"><a data-toggle="tab" href="#featured-news">Featured News</a></li>
<li><a data-toggle="tab" href="#upcoming-events">Upcoming Events</a></li>
</ul>
</div>
</section>
<section class="probootstrap-section probootstrap-section">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="tab-content">
<div id="featured-news" class="tab-pane fade in active">
<div class="row">
<div class="col-md-12">
<div class="owl-carousel" id="owl1">
<div class="item">
<a href="#" class="probootstrap-featured-news-box">
<figure class="probootstrap-media"><img src="https://firebasestorage.googleapis.com/v0/b/csewebsite-bb32e.appspot.com/o/img_sm_3.jpg?alt=media&token=7b8f9199-0f2c-432f-9c27-8ee8c17cde91" alt="" class="img-responsive"></figure>
<div class="probootstrap-text">
<h3 id="head0">Winter internship at C-DAC Pune</h3>
<p id="text0">32 CSE Students of VSSUT Burla for Two Weeks Winter Internship @ CDAC.</p>
<span class="probootstrap-date" id="dat0"><i class="icon-calendar"></i>Dec 2, 2017</span>
</div>
</a>
</div>
<!-- END item -->
<div class="item">
<a href="#" class="probootstrap-featured-news-box">
<figure class="probootstrap-media"><img src="https://firebasestorage.googleapis.com/v0/b/csewebsite-bb32e.appspot.com/o/img_sm_1.jpg?alt=media&token=e201698f-6a27-4836-b6ad-3f5fddf8c94c" alt="" class="img-responsive"></figure>
<div class="probootstrap-text">
<h3 id="head1">VSSUT TEAM,qualified for onsite semifinal round of ACM ICPC-2017.</h3>
<p id="text1">Our team secured 3rd Position in the state.</p>
<span class="probootstrap-date" id="dat1"><i class="icon-calendar"></i>Dec 3, 2017</span>
</div>
</a>
</div>
<!-- END item -->
<div class="item">
<a href="#" class="probootstrap-featured-news-box">
<figure class="probootstrap-media"><img src="https://firebasestorage.googleapis.com/v0/b/csewebsite-bb32e.appspot.com/o/img_sm_2.jpg?alt=media&token=ea895789-e15e-40f7-a274-ca41c00aa664" alt="" class="img-responsive"></figure>
<div class="probootstrap-text">
<h3 id="head2">Bootstrap:Computer Literacy Event</h3>
<p id="text2">Computer literacy mission program by CSE Dept VSSUT Burla aims to educate 10,000 people in 2018.</p>
<span class="probootstrap-date" id="dat2"><i class="icon-calendar"></i>Dec 7, 2017</span>
</div>
</a>
</div>
<!-- END item -->
<div class="item">
<a href="#" class="probootstrap-featured-news-box">
<figure class="probootstrap-media"><img src="https://firebasestorage.googleapis.com/v0/b/csewebsite-bb32e.appspot.com/o/img_sm_3.jpg?alt=media&token=7b8f9199-0f2c-432f-9c27-8ee8c17cde91" alt="" class="img-responsive"></figure>
<div class="probootstrap-text">
<h3 id="head3">Infosys Code Camp 2017</h3>
<p id="text3">One team from VSSUT participated in this event and came out with flying colours.</p>
<span class="probootstrap-date" id="dat3"><i class="icon-calendar"></i>Dec 16, 2017</span>
</div>
</a>
</div>
<!-- END item -->
</div>
</div>
</div>
<!-- END row -->
<div class="row">
<div class="col-md-12 text-center">
<p><a href="notice.html" class="btn btn-primary">View all news</a></p>
</div>
</div>
</div>
<div id="upcoming-events" class="tab-pane fade">
<div class="row">
<div class="col-md-12">
<div class="owl-carousel" id="owl2">
<div class="item">
<a href="#" class="probootstrap-featured-news-box">
<figure class="probootstrap-media"><img src="https://firebasestorage.googleapis.com/v0/b/csewebsite-bb32e.appspot.com/o/img_sm_3.jpg?alt=media&token=7b8f9199-0f2c-432f-9c27-8ee8c17cde91" alt="" class="img-responsive"></figure>
<div class="probootstrap-text">
<h3>SRUJAN 2K18</h3>
<span class="probootstrap-date"><i class="icon-calendar"></i>Jan 12-14, 2018</span>
<span class="probootstrap-location"><i class="icon-location2"></i>Dept. of CSE</span>
<span class="probootstrap-location"><i class="icon-location2"></i>VSSUT, Burla</span>
</div>
</a>
</div>
<!-- END item -->
<div class="item">
<a href="#" class="probootstrap-featured-news-box">
<figure class="probootstrap-media"><img src="https://firebasestorage.googleapis.com/v0/b/csewebsite-bb32e.appspot.com/o/img_sm_1.jpg?alt=media&token=e201698f-6a27-4836-b6ad-3f5fddf8c94c" alt="Free Bootstrap Template by ProBootstrap.com" class="img-responsive"></figure>
<div class="probootstrap-text">
<h3>Bootstrap:A Computer Literacy Event</h3>
<span class="probootstrap-date"><i class="icon-calendar"></i>Jan, 2018</span>
<span class="probootstrap-location"><i class="icon-location2"></i>Dept. of CSE, VSSUT, Burla</span>
</div>
</a>
</div>
<!-- END item -->
<div class="item">
<a href="#" class="probootstrap-featured-news-box">
<figure class="probootstrap-media"><img src="https://firebasestorage.googleapis.com/v0/b/csewebsite-bb32e.appspot.com/o/img_sm_2.jpg?alt=media&token=ea895789-e15e-40f7-a274-ca41c00aa664" alt="" class="img-responsive"></figure>
<div class="probootstrap-text">
<h3>BIG-O:A 3 hour Online Coding Competition</h3>
<span class="probootstrap-date"><i class="icon-calendar"></i>Jan, 2018</span>
<span class="probootstrap-location"><i class="icon-location2"></i>Dept. of CSE, VSSUT, Burla</span>
</div>
</a>
</div>
<!-- END item -->
<div class="item">
<a href="#" class="probootstrap-featured-news-box">
<figure class="probootstrap-media"><img src="https://firebasestorage.googleapis.com/v0/b/csewebsite-bb32e.appspot.com/o/img_sm_3.jpg?alt=media&token=7b8f9199-0f2c-432f-9c27-8ee8c17cde91" alt="" class="img-responsive"></figure>
<div class="probootstrap-text">
<h3>V_Hacks:An Online Hackathon</h3>
<span class="probootstrap-date"><i class="icon-calendar"></i>Jan, 2018</span>
<span class="probootstrap-location"><i class="icon-location2"></i>Dept. of CSE, VSSUT, Burla</span>
</div>
</a>
</div>
<!-- END item -->
</div>
</div>
</div>
<div class="row">
<div class="col-md-12 text-center">
<p><a href="#" class="btn btn-primary">View all events</a></p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="probootstrap-section probootstrap-bg-white probootstrap-border-top">
<div class="container">
<div class="row">
<div class="col-md-6 col-md-offset-3 text-center section-heading probootstrap-animate">
<h2>Our Courses</h2>
<p class="lead">The course structure includes vital topics on basic electronics, followed by microprocessors, computer hardware, advanced computer languages for text and graphics.</p>
</div>
</div>
<!-- END row -->
<div class="row">
<div class="col-md-6">
<div class="probootstrap-service-2 probootstrap-animate">
<div class="image">
<div class="image-bg">
<img src="https://firebasestorage.googleapis.com/v0/b/csewebsite-bb32e.appspot.com/o/design.jpg?alt=media&token=d3316e44-bc0b-430e-9b1e-870d990abac3" alt="Free Bootstrap Template by ProBootstrap.com">
</div>
</div>
<div class="text">
<span class="probootstrap-meta"><!--<i class="icon-calendar2"></i>--></span>
<h3>Design & Analysis Of Algorithms</h3>
<p>The objective of this course is to implement polynomial addition,heap sort, DFS & BFS,estimate time & space complexity of an algorithm,& learn NP complete & hard problem and their solutions.</p>
<!--<p><a href="#" class="btn btn-primary">Enroll now</a> <span class="enrolled-count">2,928 students enrolled</span></p>-->
</div>
</div>
<div class="probootstrap-service-2 probootstrap-animate">
<div class="image">
<div class="image-bg">
<img src="https://firebasestorage.googleapis.com/v0/b/csewebsite-bb32e.appspot.com/o/graphic.jpg?alt=media&token=9a34f5ab-3f71-4f8e-8939-d40906ca7eab" alt="Free Bootstrap Template by ProBootstrap.com">
</div>
</div>
<div class="text">
<span class="probootstrap-meta"><!--<i class="icon-calendar2"></i>--></span>
<h3>Computer Graphics</h3>
<p>The objective is to be familiar with GUI, use of points and lines algorithm, learn basic transformation such as translation, rotation and scaling, learn line and polygon clipping, and use of halftone pattern and dithering.</p>
<!--<p><a href="#" class="btn btn-primary">Enroll now</a> <span class="enrolled-count">7,202 students enrolled</span></p>-->
</div>
</div>
</div>
<div class="col-md-6">
<div class="probootstrap-service-2 probootstrap-animate">
<div class="image">
<div class="image-bg">
<img src="https://firebasestorage.googleapis.com/v0/b/csewebsite-bb32e.appspot.com/o/graphic.jpg?alt=media&token=9a34f5ab-3f71-4f8e-8939-d40906ca7eab" alt="Free Bootstrap Template by ProBootstrap.com">
</div>
</div>
<div class="text">
<span class="probootstrap-meta"><!--<i class="icon-calendar2"></i>--></span>
<h3>Microprocessors & Microcontrollers</h3>
<p>The objective of the course is to understand 8086/8088 pin and timing diagram analyze role of microprocessor and microcontroller in computer systems,and role of DMA in microprocessor.</p>
<!-- <p><a href="#" class="btn btn-primary">Enroll now</a> <span class="enrolled-count">12,582 students enrolled</span></p>-->
</div>
</div>
<div class="probootstrap-service-2 probootstrap-animate">
<div class="image">
<div class="image-bg">
<img src="https://firebasestorage.googleapis.com/v0/b/csewebsite-bb32e.appspot.com/o/artificial.jpg?alt=media&token=79ce5c9b-9e78-429a-8743-a44ad4916e07" alt="Free Bootstrap Template by ProBootstrap.com">
</div>
</div>
<div class="text">
<span class="probootstrap-meta"><!--<i class="icon-calendar2"></i>--></span>
<h3>Artificial Intelligence</h3>
<p>The objective of the course is to learn different forms of logic, deal with inconsistencies and uncertainties of logic, familiar with informed and uniformed searching techniques, study different matching techniques.</p>
<!-- <p><a href="#" class="btn btn-primary">Enroll now</a> <span class="enrolled-count">9,582 students enrolled</span></p>-->
</div>
</div>
</div>
</div>
</div>
</section>
<section class="probootstrap-section">
<div class="container">
<div class="row">
<div class="col-md-6 col-md-offset-3 text-center section-heading probootstrap-animate">
<h2>Meet Our Qualified Teachers</h2>
<p class="lead">We are committed to providing you with the best qualified and the most experienced teaching professionals.</p>
<!--<p class="lead">Sed a repudiandae impedit voluptate nam Deleniti dignissimos perspiciatis nostrum porro nesciunt</p>-->
</div>
</div>
<!-- END row -->
<div class="row">
<div class="col-md-3 col-sm-6">
<div class="probootstrap-teacher text-center probootstrap-animate">
<figure class="media">
<img src="https://firebasestorage.googleapis.com/v0/b/csewebsite-bb32e.appspot.com/o/rm_sir.jpg?alt=media&token=a26a7624-bf53-4b8d-8857-4c30e4e8beed" alt="Dr.Rakesh Mohanty" class="img-responsive">
</figure>
<div class="text">
<h3>Dr.Rakesh Mohanty</h3>
<p>Associate Professor & HOD</p>
<ul class="probootstrap-footer-social">
<li class="twitter"><a href="#"><i class="icon-twitter"></i></a></li>
<li class="facebook"><a href="https://www.facebook.com/rakesh.mohanty.7140"><i class="icon-facebook2"></i></a></li>
<li class="instagram"><a href="#"><i class="icon-instagram2"></i></a></li>
<li class="google-plus"><a href="#"><i class="icon-google-plus"></i></a></li>
</ul>
</div>
</div>
</div>
<div class="col-md-3 col-sm-6">
<div class="probootstrap-teacher text-center probootstrap-animate">
<figure class="media">
<img src="https://firebasestorage.googleapis.com/v0/b/csewebsite-bb32e.appspot.com/o/amiya_sir.jpg?alt=media&token=04c5e40e-fc98-487e-9d89-bba3dc83f847" alt="Dr.Amiya Kumar Rath" class="img-responsive">
</figure>
<div class="text">
<h3>Dr.Amiya Kumar Rath</h3>
<p>Professor</p>
<ul class="probootstrap-footer-social">
<li class="twitter"><a href="#"><i class="icon-twitter"></i></a></li>
<li class="facebook"><a href="https://www.facebook.com/amiya.k.rath"><i class="icon-facebook2"></i></a></li>
<li class="instagram"><a href="#"><i class="icon-instagram2"></i></a></li>
<li class="google-plus"><a href="#"><i class="icon-google-plus"></i></a></li>
</ul>
</div>
</div>
</div>
<div class="clearfix visible-sm-block visible-xs-block"></div>
<div class="col-md-3 col-sm-6">
<div class="probootstrap-teacher text-center probootstrap-animate">
<figure class="media">
<img src="https://firebasestorage.googleapis.com/v0/b/csewebsite-bb32e.appspot.com/o/manas_sir.jpg?alt=media&token=83439cde-c72c-4a62-b00e-29dfff61f36c" alt="Dr.Manas Ranjan Kabat" class="img-responsive">
</figure>
<div class="text">
<h3>Dr.Manas Ranjan Kabat</h3>
<p>Associate Professor</p>
<ul class="probootstrap-footer-social">
<li class="twitter"><a href="#"><i class="icon-twitter"></i></a></li>
<li class="facebook"><a href="https://www.facebook.com/manas.kabat"><i class="icon-facebook2"></i></a></li>
<li class="instagram"><a href="#"><i class="icon-instagram2"></i></a></li>
<li class="google-plus"><a href="#"><i class="icon-google-plus"></i></a></li>
</ul>
</div>
</div>
</div>
<div class="col-md-3 col-sm-6">
<div class="probootstrap-teacher text-center probootstrap-animate">
<figure class="media">
<img src="https://firebasestorage.googleapis.com/v0/b/csewebsite-bb32e.appspot.com/o/majhi_sir.jpg?alt=media&token=9e95bd0e-d0fc-4555-aafb-6c48044285b2" alt="Dr.Santosh Kumar Majhi" class="img-responsive">
</figure>
<div class="text">
<h3>Dr.Santosh Kumar Majhi</h3>
<p>Assistant Professor</p>
<ul class="probootstrap-footer-social">
<li class="twitter"><a href="#"><i class="icon-twitter"></i></a></li>
<li class="facebook"><a href="https://www.facebook.com/skmajhi"><i class="icon-facebook2"></i></a></li>
<li class="instagram"><a href="#"><i class="icon-instagram2"></i></a></li>
<li class="google-plus"><a href="#"><i class="icon-google-plus"></i></a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="probootstrap-section probootstrap-bg probootstrap-section-colored probootstrap-testimonial" style="background-image: url(img/slider_4.jpg);">
<div class="container">
<div class="row">
<div class="col-md-6 col-md-offset-3 text-center section-heading probootstrap-animate">
<h2>Dream Projects</h2>
<!-- <p class="lead">Sed a repudiandae impedit voluptate nam Deleniti dignissimos perspiciatis nostrum porro nesciunt</p> -->
</div>
</div>
<!-- END row -->
<div class="row">
<div class="col-md-12 probootstrap-animate">
<div class="owl-carousel owl-carousel-testimony owl-carousel-fullwidth">
<div class="item">
<div class="probootstrap-testimony-wrap text-center">
<figure>
<img src="https://firebasestorage.googleapis.com/v0/b/csewebsite-bb32e.appspot.com/o/LibraryCumReadingHall.jpg?alt=media&token=f533bfb0-48ab-4f9e-aaa4-b0a956408301" alt="img/person.png">
</figure>
<blockquote class="quote">“Library” <cite class="author"> — <span>Library cum Reading Hall</span></cite></blockquote>
</div>
</div>
<div class="item">
<div class="probootstrap-testimony-wrap text-center">
<figure>
<img src="https://firebasestorage.googleapis.com/v0/b/csewebsite-bb32e.appspot.com/o/MultipurposeConferenceHall.jpg?alt=media&token=57a3ffd4-7b69-444b-a3aa-1cd66cc178cc" alt="img/person.png">
</figure>
<blockquote class="quote">“Creativity is just connecting things. When you ask creative people how they did something, they feel a little guilty because they didn’t really do it, they just saw something. It seemed obvious to them after a while.” <cite class="author"> —<span>Multipurpose Conference Hall</span></cite></blockquote>
</div>
</div>
<div class="item">
<div class="probootstrap-testimony-wrap text-center">
<figure>
<img src="https://firebasestorage.googleapis.com/v0/b/csewebsite-bb32e.appspot.com/o/WorldClassRest%20Rooms.jpg?alt=media&token=997b39d5-6144-4b12-ac77-dc1911c5b2d2" alt="img/person.png">
</figure>
<blockquote class="quote">“I think design would be better if designers were much more skeptical about its applications. If you believe in the potency of your craft, where you choose to dole it out is not something to take lightly.” <cite class="author">— <span>World Class Rest Rooms</span></cite></blockquote>
</div>
</div>
</div>
</div>
</div>
<!-- END row -->
</div>
</section>
<section class="probootstrap-section">
<div class="container">
<div class="row">
<div class="col-md-6 col-md-offset-3 text-center section-heading probootstrap-animate">
<h2>Why Choose CSE at VSSUT ?</h2>
<!-- <p class="lead">Lorem ipsum dolor sit amet consectetur adipisicing elit. Iusto provident qui tempore natus quos quibusdam soluta at.</p>-->
</div>
</div>
<div class="row">
<div class="col-md-6">
<div class="service left-icon probootstrap-animate">
<div class="icon"><i class="icon-checkmark"></i></div>
<div class="text">
<h3>Highly Qualified Faculties</h3>
<p>Most of the faculty members have received advanced degrees and/or training from reputed institutions in India.The Faculty members of the department are involved in diversified advanced research areas like Parallel Processing,Data Mining & Soft Computing,etc </p>
</div>
</div>
<div class="service left-icon probootstrap-animate">
<div class="icon"><i class="icon-checkmark"></i></div>
<div class="text">
<h3>Fully-updated Syllabus</h3>
<p>The syllabi of the Department are updated with many advanced courses to enable students to keep themselves at par with the cutting edge-technology. </p>
</div>
</div>
<div class="service left-icon probootstrap-animate">
<div class="icon"><i class="icon-checkmark"></i></div>
<div class="text">
<h3>National & International Awardee</h3>
<p> The faculty members and students of the department have been honored at various National and International level Competitions & Technical Symposiums.</p>
</div>
</div>
</div>
<div class="col-md-6">
<div class="service left-icon probootstrap-animate">
<div class="icon"><i class="icon-checkmark"></i></div>
<div class="text">
<h3>Well-placed Graduates</h3>
<p>Alumni members of the department hold prestigious positions in leading Software and Hardware companies like Microsoft, IBM, Yahoo, Oracle, Wipro, Infosys, Satyam, TCS, Motorola, Intel, HCL, Samsung, CTS etc in various countries all over the world.</p>
</div>
</div>
<div class="service left-icon probootstrap-animate">
<div class="icon"><i class="icon-checkmark"></i></div>
<div class="text">
<h3>Well-equipped Laboratories</h3>
<p> The department has new laboratories namely Windows NT, UNIX, Computer Hardware, Linux, laboratories & research laboratory for PhD & M.Tech. scholars.</p>
</div>
</div>
<div class="service left-icon probootstrap-animate">
<div class="icon"><i class="icon-checkmark"></i></div>
<div class="text">
<h3>Technical Library</h3>
<p>The department has a library with good number of books, journals and magazines to help the students to upgrade their outlook in various areas of Computer Science. </p>
</div>
</div>
</div>
</div>
<!-- END row -->
</div>
</section>
<footer class="probootstrap-footer probootstrap-bg">
<div class="container">
<div class="row">
<div class="col-md-4">
<div class="probootstrap-footer-widget">
<h3>About The Society</h3>
<p>The Society fosters quality technical education and thereby facilitating the extensive research environment, equipping students with latest skills in the field of technology supplemented with practical orientation to face challenges in the fast morphing modern computing industry and academia for the betterment of the society.</p>
<h3>Social</h3>
<ul class="probootstrap-footer-social">
<!-- <li><a href="#"><i class="icon-twitter"></i></a></li>-->
<li><a href="https://www.facebook.com/groups/UCE.VSSUT.CSE.IT.MCA"><i class="icon-facebook"></i></a></li>
<li><a href="https://github.com/cse-vssut/cse.vssut.github.io"><i class="icon-github"></i></a></li>
<li><a href="#"><i class="icon-linkedin"></i></a></li>
<li><a href="#"><i class="icon-youtube"></i></a></li>
</ul>
</div>
</div>
<div class="col-md-3 col-md-push-1">
<div class="probootstrap-footer-widget">
<h3>Links</h3>
<ul>
<li><a href="#">Home</a></li>
<li><a href="#">Courses</a></li>
<li><a href="#">Teachers</a></li>
<li><a href="#">News</a></li>
<li><a href="#">Contact</a></li>
</ul>
</div>
</div>
<div class="col-md-4">
<div class="probootstrap-footer-widget">
<h3>Contact Info</h3>
<ul class="probootstrap-contact-info">
<li><i class="icon-location2"></i> <span>VSSUT,Burla,Sambalpur,Odisha</span></li>
<li><i class="icon-mail"></i><span>[email protected]</span></li>
<li><i class="icon-phone2"></i><span>(0663)2430211</span></li>
</ul>
</div>
</div>
</div>
<!-- END row -->
</div>
<div class="probootstrap-copyright">
<div class="container">
<div class="row">
<div class="col-md-8 text-left">
<p>© 2017 <a href="https://cse-vssut.github.io/cse.vssut.github.io/index.html">Computer Science & Engineering Society</a>. All Rights Reserved. Designed & Developed with <i class="icon icon-heart"></i> by <a href="https://enigmavssut.site/">Team Enigma</a></p>
</div>
<div class="col-md-4 probootstrap-back-to-top">
<p><a href="#" class="js-backtotop">Back to top <i class="icon-arrow-long-up"></i></a></p>
</div>
</div>
</div>
</div>
</footer>
</div>
<!-- END wrapper -->
<!-------------------->
<script src="js/app.js"></script>
<script src="js/scripts.min.js"></script>
<script src="js/main.min.js"></script>
<script src="js/custom.js"></script>
</body>
</html>