-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathOnline-Electives.html
237 lines (220 loc) · 11.7 KB
/
Online-Electives.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
<!DOCTYPE html>
<html>
<head>
<title>Dept. of CSE, IIITDM Kancheepuram</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css" integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO" crossorigin="anonymous">
<link href="assets/styles/owl.carousel.css" rel="stylesheet" type="text/css" media="all">
<link href="assets/styles/owl.carousel.min.css" rel="stylesheet" type="text/css" media="all">
<link href="assets/styles/owl.theme.default.min.css" rel="stylesheet" type="text/css" media="all">
<link href='https://fonts.googleapis.com/css?family=ABeeZee' rel='stylesheet'>
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.css" rel="stylesheet" />
<link href="assets/styles/layout.css" rel="stylesheet" type="text/css" media="all">
</head>
<body id="top">
<div class="wrapper row0">
<div id="topbar" class="clear">
<nav>
<ul>
<li><a href="http://www.iiitdm.ac.in/Profile/homePage.php">Student Login</a></li>
<li><a href="mailto:hod-cse@iiitdm.ac.in">Contact Us</a></li>
</ul>
</nav>
</div>
</div>
<div class="wrapper row2">
<div class="rounded">
<div id="header" class="clear">
<div class="row align-items-center equal">
<div id="deptLogo" class="col-xs-12" > <img id="CSElogo" src="logo.png" align="center" /> </div>
<div id="deptTitle" class="col-xs-12"> <h1 style="font-size:34px; text-align: center; margin: 0px 0px 0px 0px;"><a href="index.html">Department of Computer Science & Engineering</a></h1>
<h2 style="font-size:17px; text-align: center; margin: 5px 0px 5px 0px;"><a href="http://iiitdm.ac.in">Indian Institute Of Information Technology Design and Manufacturing,Kancheepuram</a></h2>
</div>
</div>
</div>
</div>
</div>
<div class="wrapper row2">
<div class="rounded">
<nav class="navbar navbar-expand-lg navbar-light">
<a id="brandDisplay" class="navbar-brand d-lg-none d-xl-none" href="#">Menu</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav mr-auto">
<li class="nav-item">
<a id="resize" class="nav-link" href="index.html">Home <span class="sr-only">(current)</span></a>
</li>
<li class="nav-item dropdown active">
<a id="resize" class="nav-link dropdown-toggle" href="#" id="navbarDropdown" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
Teaching
</a>
<div class="dropdown-menu" aria-labelledby="navbarDropdown">
<a class="dropdown-item" href="overview.html">Overview</a>
<a class="dropdown-item" href="http://iiitdm.ac.in/Academics/Curriculum.php">Curriculum</a>
<a class="dropdown-item active" href="Online-Electives.html">Online Electives</a>
<a class="dropdown-item" href="http://iiitdm.ac.in/img/Others/timetable.xlsx">Time Table</a>
<a class="dropdown-item" href="lectnotes.html">Lecture Notes</a>
<a class="dropdown-item" href="bestprojects.html">Best Projects</a>
</div>
</li>
<li class="nav-item dropdown">
<a id="resize" class="nav-link dropdown-toggle" href="#" id="navbarDropdown" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
People
</a>
<div class="dropdown-menu" aria-labelledby="navbarDropdown">
<a class="dropdown-item" href="faculty.html">Faculty</a>
<a class="dropdown-item" href="staff.html">Staff</a>
<a class="dropdown-item" href="http://iiitdm.ac.in/People/research.php?COE">Research Scholars</a>
<a class="dropdown-item" href="http://iiitdm.ac.in/People/students.php">Students</a>
<a class="nav-link dropdown-toggle dropright" href="#" id="navbarDropdown" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false" style="margin-left:15px;">Alumni</a>
<div class="dropdown-menu" aria-labelledby="navbarDropdown">
<a class="dropdown-item" href="alumni.html">In Abroad</a>
<a class="dropdown-item" href="alumni2.html">In India</a>
</div>
</li>
<li class="nav-item">
<a id="resize" class="nav-link" href="spons-research.html">Sponsored Research</a>
</li>
<li class="nav-item dropdown">
<a id="resize" class="nav-link dropdown-toggle" href="#" id="navbarDropdown" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
Outreach
</a>
<div class="dropdown-menu" aria-labelledby="navbarDropdown">
<a class="dropdown-item" href="workshop.html">Workshop</a>
<a class="dropdown-item" href="intern.html">Summer Internships</a>
</div>
</li>
<li class="nav-item">
<a id="resize" class="nav-link" href="indus-consult.html">Industrial Consultancy</a>
</li>
<li class="nav-item">
<a id="resize" class="nav-link" href="http://iiitdm.ac.in/Others/gallery.php">Gallery</a>
</li>
</ul>
</div>
</nav>
</div>
</div>
<div class="wrapper row1">
<header id="header" class="clear">
<div id="logo" class="fl_left">
<h1><a href="Online-Electives.html" style="color: white;">Online Electives</a></h1>
</div>
</header>
</div>
<div class="wrapper row3">
<div class="rounded">
<main class="container clear">
<p align="justify">The department encourages students of all programmes to credit online courses from NPTEL and this acts as good supplement in addition to in-house courses. Further, these online courses make the students aware of scientific and technological developments in the field of Computer Science and Engineering. Some of the popularly credited courses are</p>
<h4 class="subhead">Theory Track</h4>
<ul>
<li>The Joy of Computing using Python</li>
<li>Programming, data structures and algorithms using Python</li>
</ul>
<h3 class="subhead">Data Science Track</h3>
<ul>
<li>Introduction to Machine Learning</li>
<li>Social Networks</li>
<li>Artificial Intelligence Search Methods for problem Solving</li>
<li>Deep Learning</li>
</ul>
<h3 class="subhead">System Track</h3>
<ul>
<li>Embedded Systems-- Design Verification and Test</li>
<li>Hardware Modeling using Verilog</li>
<li>Introduction to Internet of Things</li>
<li>Computer Networks and Internet Protocol</li>
</ul>
<p align="justify">As part of Free elective, students are encouraged to credit the following courses and any other liberal arts course of their choice</p>
<ul>
<li>Technical english for engineers</li>
<li>English Language for Competitive Exams</li>
<li>Introduction to cultural studies</li>
</ul>
</div>
</main>
</div>
<div class="wrapper row4">
<div class="rounded">
<footer id="footer" class="clear">
<div class="one_half first">
<div id="links1">
<p class="nospace btmspace-10 h8">Quick Links</p>
<ul class="nospace">
<li><a href="http://www.iiitdm.ac.in/">IIITDM Website</a></li>
<li><a href="http://iiitdm.ac.in/placement">Placement Cell</a></li>
<li><a href="http://iiitdm.ac.in/img/Others/Academic_Calendar_2018.pdf">Academic Calendar</a></li>
<li><a href="https://www.onlinesbi.com/prelogin/icollecthome.htm?corpID=370535">Online Fee</a></li>
<li><a href="http://iiitdm.ac.in/Others/certificates.php">Academic Certificates</a></li>
</ul>
</div>
<div id="links2">
<ul class="nospace">
<!-- <li><a href="https://github.com/CS-House">CS Club</a></li> -->
<li><a href="http://172.16.1.200/">Library Intranet</a></li>
<li><a href="http://172.16.1.190/index.html">Intranet</a></li>
<li><a href="http://iiitdm.ac.in/Others/sgcc.php">Student Counselling Cell</a></li>
<li><a href="https://accounts.google.com/ServiceLogin?continue=https%3A%2F%2Fmail.google.com%2Fmail%2F<mpl=default&service=mail&sacu=1&hd=iiitdm.ac.in#identifier">Institute Email</a></li>
</ul>
</div>
</div>
<div class="one_quarter">
<p class="nospace btmspace-10 h8">Contact Us</p>
<address>
N.Sadagopan<br>
Head of the Department<br>
IIITD&M Kancheepuram,Chennai<br>
<i class="fa fa-phone pright-10"></i> +91-44-2747 6350<br>
<i class="fa fa-envelope-o pright-10"></i> <a href="mailto:hod-cse@iiitdm.ac.in">hod-cse@iiitdm.com</a>
</address>
</div>
<div class="one_quarter">
<p class="nospace btmspace-10 center h8">Follow Us On </p>
<ul class="faico clear center">
<li><a class="faicon-twitter" style="color:#00ACEE;" href="https://twitter.com/iiitdm_kancheep"><i class="fa fa-twitter"></i></a></li>
<li><a class="faicon-facebook" style="background:#3B5998; color:#FFFFFF;" href="https://www.facebook.com/IIIT-DM-Kancheepuram-628084297317220/"><i class="fa fa-facebook"></i></a></li>
<li><a class="faicon-linkedin" style="background:#0E76A8; color:#FFFFFF;" href="https://www.linkedin.com/school/15098639?pathWildcard=15098639"><i class="fa fa-linkedin"></i></a></li>
<!--<li><a class="faicon-instagram" href="#"><i class="fa fa-instagram"></i></a></li> -->
</ul>
<figcaption class="center"><a href="https://goo.gl/maps/fWagWyZBXwH2">Find Us With Google Maps »</a></figcaption>
</div>
</footer>
</div>
</div>
<div class="wrapper row5">
<div id="copyright" class="clear">
<p class="fl_left">Copyright © 2018 - All Rights Reserved - <a href="cse.iiitdm.ac.in">cse.iiitdm.ac.in</a></p>
<p class="fl_right">Designed by DMT</p>
</div>
</div>
<!-- JAVASCRIPTS -->
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.3/umd/popper.min.js" integrity="sha384-ZMP7rVo3mIykV+2+9J3UJ46jBk0WLaUAdn689aCwoqbBJiSnjAK/l8WvCWPIPm49" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/js/bootstrap.min.js" integrity="sha384-ChfqqxuZUCnJSK3+MXmPNIyE6ZbWh2IMqE241rYiqJxyMiZ6OW/JmZQ5stwEULTy" crossorigin="anonymous"></script>
<script src="assets/scripts/jquery.min.js"></script>
<script src="assets/scripts/owl.carousel.js"></script>
<script src="assets/scripts/jquery.fitvids.min.js"></script>
<script src="assets/scripts/jquery.mobilemenu.js"></script>
<script src="assets/scripts/tabslet/jquery.tabslet.min.js"></script>
<script type="text/javascript">
var owl = $('.owl-carousel');
owl.owlCarousel({
items:4,
loop:true,
margin:10,
autoplay:true,
autoplayTimeout:1000,
autoplayHoverPause:true
});
$('.play').on('click',function(){
owl.trigger('play.owl.autoplay',[1000])
})
$('.stop').on('click',function(){
owl.trigger('stop.owl.autoplay')
})
</script>
</body>
</html>