-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathcourses.html
406 lines (378 loc) · 21.1 KB
/
courses.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
<!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">
<!--[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 ><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="teachers.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 class="active"><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="probootstrap-section probootstrap-section-colored">
<div class="container">
<div class="row">
<div class="col-md-12 text-left section-heading probootstrap-animate">
<h1>Our Courses</h1>
</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">
<div class="text-uppercase probootstrap-uppercase">Featured Course</div>
<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>
</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">
<div class="container">
<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">
<h3>Design & Analysis Of Algorithms</h3>
<p>The objective of this course is to implement polynomial addition, heap sort, DFS and BFS, estimate time and space complexity of an algorithm, and learn NP complete and NP hard problem and their solutions.</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">
<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>
</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/micoprocessor.jpg?alt=media&token=6997880b-e0fa-42a5-9041-8e3c5a94351d" alt="Free Bootstrap Template by ProBootstrap.com">
</div>
</div>
<div class="text">
<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>
</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/ca.jpg?alt=media&token=d3f6b7fc-96bd-40f5-91eb-f119f6cb0a55" alt="Free Bootstrap Template by ProBootstrap.com">
</div>
</div>
<div class="text">
<h3>Computer Organization and Architecture</h3>
<p>The objective of this course is to lets you know how exactly each instruction is executed at the micro level, the data flow, timing analysis, software-hardware trade-offs can be known.</p>
</div>
</div>
</div>
</div>
<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/os.jpg?alt=media&token=3022bbe9-b578-454b-bbda-33cdddb40521" alt="Free Bootstrap Template by ProBootstrap.com">
</div>
</div>
<div class="text">
<h3>Operating System</h3>
<p>The objective of this course is to know how OS manages all of the software and hardware on the computer. When programs become as intricate as they do in OS, you're forced to learn about the right tools (debuggers are you friend) and develop a disciplined approach to debugging.</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/Cr.jpg?alt=media&token=d081ba59-bc03-43de-bc00-d0b963bc8ec0" alt="Free Bootstrap Template by ProBootstrap.com">
</div>
</div>
<div class="text">
<h3>Cryptography and Network Security</h3>
<p>The objective of this course is to develop a basic understanding of the algorithms used to protect users online and to understand some of the design choices behind these algorithms.</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/se.jpg?alt=media&token=24dad9ea-00ca-40cc-bdc8-1f035535c749" alt="Free Bootstrap Template by ProBootstrap.com">
</div>
</div>
<div class="text">
<h3>Software Engineering</h3>
<p>The objective of the course is to know systematic approach to the development, operation, maintenance and retirement of software; the controlling element of computer-based systems.This course also includes software engineering principles, including software lifecycle, methodologies.</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/wd.jpg?alt=media&token=8f82d114-4b07-4e68-b797-8e5a0e5b8343" alt="Free Bootstrap Template by ProBootstrap.com">
</div>
</div>
<div class="text">
<h3>Web Programming</h3>
<p>The objective of the course is to learn writing, markup and coding which includes Web content, Web client and server scripting and network security and to make students capable of making their own webpages.</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>
</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-cta">
<div class="container">
<div class="row">
<div class="col-md-12">
<h2 class="probootstrap-animate" data-animate-effect="fadeInRight">Get your admission now!</h2>
</div>
</div>
</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 School</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="#"><i class="icon-facebook"></i></a></li>
<li><a href="#"><i class="icon-github"></i></a></li>
<li><a href="#"><i class="icon-dribbble"></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://probootstrap.com/">Computer Science & Engineering Society</a>. All Rights Reserved. Designed & Developed with <i class="icon icon-heart"></i> by <a href="#">The Doers Network</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/scripts.min.js"></script>
<script src="js/main.min.js"></script>
<script src="js/custom.js"></script>
</body>
</html>