-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathabout.html
executable file
·418 lines (386 loc) · 15.7 KB
/
about.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
<!DOCTYPE html>
<html lang="zxx">
<head>
<style>
.dropbtn1 {
margin: 10px;
background-color: #357ddb;
color: white;
padding: 16px;
font-size: 16px;
border: none;
cursor: pointer;
width: 300px;
}
.dropdown1 {
position: relative;
display: inline-block;
}
.dropdown-content1 {
display: none;
position: absolute;
background-color: #f9f9f9;
min-width: 160px;
box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
z-index: 1;
left: 70px;
}
.dropdown-content1 a {
color: black;
padding: 12px 16px;
text-decoration: none;
display: block;
}
.dropdown-content1 a:hover {background-color: #f1f1f1}
.dropdown1:hover .dropdown-content1 {
display: block;
}
.dropdown1:hover .dropbtn1 {
background-color: rgb(26, 71, 133);
}
.dropbtn2 {
margin: 10px;
background-color: #357ddb;
color: white;
padding: 16px;
font-size: 16px;
border: none;
cursor: pointer;
width: 300px;
}
.dropdown2 {
position: relative;
display: inline-block;
}
.dropdown-content2 {
display: none;
position: absolute;
background-color: #f9f9f9;
min-width: 160px;
box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
z-index: 1;
left: 55px;
}
.dropdown-content2 a {
color: black;
padding: 12px 16px;
text-decoration: none;
display: block;
}
.dropdown-content2 a:hover {background-color: #f1f1f1}
.dropdown2:hover .dropdown-content2 {
display: block;
}
.dropdown2:hover .dropbtn2 {
background-color: rgb(26, 71, 133);
}
</style>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script
async
src="https://www.googletagmanager.com/gtag/js?id=UA-141882297-1"
></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag('js', new Date());
gtag('config', 'UA-141882297-1');
</script>
<title>Academics Wing | AnC Council, IITK</title>
<meta charset="UTF-8" />
<meta
name="description"
content="The Academics and Career Council of the Indian Institute of Technology, Kanpur is a council directly placed under the Student's Gymkhana that aims to foster all needs related to academics and research for the campus dwellers. "
/>
<meta
name="keywords"
content="academic, research, cell, anc, iit kanpur, college, study, science, gymkhana, academics, career, future"
/>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- Favicon -->
<link href="img/favicon.ico" rel="shortcut icon" />
<!-- Google Font -->
<link
href="https://fonts.googleapis.com/css?family=Poppins:400,400i,500,500i,600,600i,700,700i"
rel="stylesheet"
/>
<!-- Stylesheets -->
<link rel="stylesheet" href="css/bootstrap.min.css" />
<link rel="stylesheet" href="css/font-awesome.min.css" />
<link rel="stylesheet" href="css/magnific-popup.css" />
<link rel="stylesheet" href="css/owl.carousel.min.css" />
<link rel="stylesheet" href="css/style.css" />
<link rel="stylesheet" href="css/animate.css" />
<link rel="stylesheet" href="css/dropdown.css" />
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<!-- Page Preloder -->
<div id="preloder">
<div class="loader"></div>
</div>
<!-- Header section -->
<header class="header-section">
<div class="container">
<a href="index.html" class="site-logo">
<img src="img/anc-logo.png" alt="logo" height="100px" width="100px" />
</a>
<!-- Switch button -->
<div class="nav-switch">
<div class="ns-bar"></div>
</div>
<div class="header-right">
<ul class="main-menu">
<li><a href="index.html">Home</a></li>
<li class="active"><a href="about.html">Academics</a></li>
<li><a href="service.html">Research</a></li>
<li><a href="ir.html">Int. Relations</a></li>
<li><a href="crdev.html">Career Dev.</a></li>
<li><a href="https://blogs.anciitk.in/">Blogs</a></li>
<li><div class="dropdown">
<button class="dropbtn">Interest Groups</button>
<div class="dropdown-content">
<div>
<a href="./specialInterestGroups/product-management.html">Product Management</a>
</div>
</div>
</div></li>
<li><div class="dropdown">
<button class="dropbtn">Portals</button>
<div class="dropdown-content">
<div>
<a href="https://career-portal.anciitk.in/">Application Portal</a>
<a href="https://webanciitk.wixsite.com/institute-research-s">IRS 23</a>
<a href="https://resources.anciitk.in">Resources</a>
</div>
</div>
</div></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</div>
</div>
</header>
<!-- Header section end -->
<!-- Page Top section -->
<section class="page-top-section set-bg" data-setbg="img/page-top-bg/7.jpg">
<div class="container hero-title">
<h2>UG/PG Academics Wing</h2>
</div>
</section>
<!-- Page Top section end -->
<!-- Services section -->
<section class="blog-section spad">
<div class="container">
<div class="blog-post">
<div class="row">
<div class="col-lg-10 offset-lg-1">
<div class="post-content">
<p>
The UG/PG Academics wing takes up the responsibility of the
academics related work of the Academic and Career Council. It
acts as an interface between the institute policy makers and
the students on matters related to academia. The wing
endeavors to protect the students’ academic interests and is
the voice of the student body on this front.
</p>
<div class="dropdown1">
<button class="dropbtn1">Comprehensive Course Guide</button>
<div class="dropdown-content1">
<a href="https://heyzine.com/flip-book/ac92227734.html" target="_blank" rel="noopener noreferrer">MTH111 & MTH112 </a>
<a href="https://heyzine.com/flip-book/9e06c06c56.html" target="_blank" rel="noopener noreferrer">MTH113 & 114</a>
<a href="https://heyzine.com/flip-book/edf2e79584.html" target="_blank" rel="noopener noreferrer">LIF111</a>
<a href="https://heyzine.com/flip-book/f85565aa91.html" target="_blank" rel="noopener noreferrer">ESC111 & 112</a>
<!-- <a href="https://anciitk.nyc3.digitaloceanspaces.com/First-year-courses/TA111.pdf" target="_blank" rel="noopener noreferrer">TA111</a> -->
<a href="https://heyzine.com/flip-book/70b2a9b651.html" target="_blank" rel="noopener noreferrer">PHY113</a>
<a href="https://heyzine.com/flip-book/f27533ebe3.html" target="_blank" rel="noopener noreferrer">PHY112</a>
<a href="https://heyzine.com/flip-book/723c7061ee.html" target="_blank" rel="noopener noreferrer">PHY114</a>
<!-- <a href="https://anciitk.nyc3.digitaloceanspaces.com/First-year-courses/PHY115.pdf" target="_blank" rel="noopener noreferrer">PHY115</a> -->
<a href="https://heyzine.com/flip-book/dbb83957df.html" target="_blank" rel="noopener noreferrer">CHM112 & 113</a>
</div>
</div>
<div class="dropdown2">
<button class="dropbtn2">Department Guides</button>
<div class="dropdown-content2">
<a href="https://heyzine.com/flip-book/5a659a1b72.html" target="_blank" rel="noopener noreferrer">Physics</a>
<a href="https://heyzine.com/flip-book/3631bb5347.html" target="_blank" rel="noopener noreferrer">Earth Science</a>
<!-- <a href="https://heyzine.com/flip-book/5a659a1b72.html" target="_blank" rel="noopener noreferrer">Physics</a> -->
<a href="https://heyzine.com/flip-book/52976ce5fc.html" target="_blank" rel="noopener noreferrer">Electrical Engineering</a>
<a href="https://heyzine.com/flip-book/880c979ce9.html" target="_blank" rel="noopener noreferrer">Civil Engineering</a>
<a href="https://heyzine.com/flip-book/637c5544eb.html" target="_blank" rel="noopener noreferrer">Mechanical Engineering</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Services section end -->
<!-- Pricing section -->
<section class="pricing-section spad">
<div class="container">
<div class="obj-card">
<div class="section-title">
<h2>Objectives</h2>
</div>
<div class="row">
<div class="col-md-12">
<ul>
<li>
<p>
Helping the students to contact Institute bodies for
academics and related purposes
</p>
</li>
<li>
<p>
Assisting and Coordinating with students senate nominees to
Academic committees of the Institute.
</p>
</li>
<li>
<p>
Spreading importance about academic policies, rules &
regulations, and changes in them (if any)
</p>
</li>
<li>
<p>
Gathering students opinion on matters of critical importance
</p>
</li>
<li>
<p>Conducting academic orientation sessions</p>
</li>
</ul>
</div>
</div>
</div>
</div>
</section>
<section class="pricing-section spad">
<div class="container">
<div class="obj-card">
<div class="section-title">
<h2>Quick Links</h2>
</div>
<a href="https://pingala.iitk.ac.in/IITK-0/login">
<button class="site-btn sb-c3 mr-4 mb-4">
Pingala
</button>
</a>
<a href="http://oars1.cc.iitk.ac.in/">
<button class="site-btn sb-c3 mr-4 mb-4">
OARS (Only available on Internet Explorer)
</button>
</a>
<a
href="https://docs.google.com/spreadsheets/d/1OxB8Zo2k2TBK5unBHJXt7pBsDJI_OSwwtS_yapMAP8s/edit?usp=sharing"
>
<button class="site-btn sb-c3 mr-4 mb-4">
Students' Senate Nominees to DUGC
</button>
</a>
<a
href="https://docs.google.com/spreadsheets/d/1imcduxzVQIkBUG23vwQ4qwLbHfyDZVtZTGfNwzSkYpU/edit?usp=sharing"
>
<button class="site-btn sb-c3 mr-4 mb-4">
Students' Senate Nominees to SUGC
</button>
</a>
<a href="http://iitk.ac.in/new/key-administrators">
<button class="site-btn sb-c3 mr-4 mb-4">
List of HODs
</button>
</a>
<a href="https://www.iitk.ac.in/doaa/data/UG-Manual.pdf">
<button class="site-btn sb-c3 mr-4 mb-4">
UG Manual
</button>
</a>
<a href="https://iitk.ac.in/doaa/pg-manual">
<button class="site-btn sb-c3 mr-4 mb-4">
PG Manual
</button>
</a>
<a
href="https://www.iitk.ac.in/doaa/data/Course-Template-B.Tech-BS.pdf"
>
<button class="site-btn sb-c3 mr-4 mb-4">
Course Template (B.Tech, BS, Dual Degree)
</button>
</a>
<a href="https://www.iitk.ac.in/doaa/data/sugcmember.pdf">
<button class="site-btn sb-c3 mr-4 mb-4">
List of SUGC Members and DUGC Conveners
</button>
</a>
<a
href="http://www.iitk.ac.in/doaa/data/Form-Financial-Support-for-Participation-in-I-C.pdf?fbclid=IwAR1f72vpdTNmW1BUCa5uOvCs7t1xijtoqZqucZLS1026WRxBmlCIxNQDx2w"
>
<button class="site-btn sb-c3 mr-4 mb-4">
Conference Support
</button>
</a>
<a href="https://www.iitk.ac.in/doaa/data/Calendar-2023.pdf">
<button class="site-btn sb-c3 mr-4 mb-4">
Academic Calendar 2023
</button>
</a>
<a href="http://www.iitk.ac.in/doaa/exam-schedule">
<button class="site-btn sb-c3 mr-4 mb-4">
Exam Schedule
</button>
</a>
<a href="https://www.iitk.ac.in/doaa/data/Holidays-2023.pdf">
<button class="site-btn sb-c3 mr-4 mb-4">
List of Holidays 2023
</button>
</a>
<a
href="https://www.iitk.ac.in/doaa/data/Course_Schedule_2023-24-1.pdf"
>
<button class="site-btn sb-c3 mr-4 mb-4">
Course Schedule and Venue: 2023-24/I
</button>
</a>
</div>
</div>
</section>
<!-- Pricing end -->
<!-- Footer section -->
<footer class="footer-section">
<div class="container">
<div class="footer-nav">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="about.html">Academics</a></li>
<li><a href="service.html">Research</a></li>
<li><a href="ir.html">Int. Relations</a></li>
<li><a href="crdev.html">Career Dev.</a></li>
<li><a href="https://blogs.anciitk.in/">Blogs</a></li>
<li><a href="contact.html">Contact</a></li>
<li><a href="https://career-portal.anciitk.in/">Application Portal</a></li>
<li><a href="https://webanciitk.wixsite.com/institute-research-s">IRS 23</a></li>
<li><a href="https://resources.anciitk.in/">Resources</a></li>
<li><a href="./specialInterestGroups/product-management.html">Product Management</a></li>
<!-- <li><a href="src">SRC</a></li> -->
</ul>
</div>
</div>
</footer>
<!-- Footer section end -->
<!--====== Javascripts & Jquery ======-->
<script src="js/jquery-3.2.1.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/owl.carousel.min.js"></script>
<script src="js/jquery.magnific-popup.min.js"></script>
<script src="js/circle-progress.min.js"></script>
<script src="js/main.js"></script>
</body>
</html>