-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
727 lines (697 loc) · 32.2 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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="description" content="Post graduate studies at CSE, IIT Kanpur">
<meta name="keywords" content="iit, iitk, kanpur, phd, computer science, cse, admission, gate">
<meta name="author" content="CSE">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>CSE Admissions · IIT Kanpur · Welcomes You</title>
<!-- =========================
STYLESHEETS
============================== -->
<!-- Latest compiled and minified CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
<!-- Optional theme -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap-theme.min.css" integrity="sha384-rHyoN1iRsVXV4nD0JutlnGaslCJuC7uwjduW9SVrLvRYooPp2bWYgmgJQIXwl/Sp" crossorigin="anonymous">
<link rel="stylesheet" href="static/css/owl.theme.css">
<link rel="stylesheet" href="static/css/owl.carousel.css">
<link rel="stylesheet" href="static/css/jquery.vegas.min.css">
<link rel="stylesheet" href="static/css/animate.min.css">
<link rel="stylesheet" href="static/assets/icon-fonts/styles.css">
<link rel="stylesheet" href="static/css/pixeden-icons.css">
<!-- CUSTOM STYLES -->
<link rel="stylesheet" href="static/css/styles.css">
<link rel="stylesheet" href="static/css/responsive.css">
<!-- WEBFONT -->
<link href='https://fonts.googleapis.com/css?family=Lato:300,400,700,400italic|Montserrat:700,400|Homemade+Apple' rel='stylesheet' type='text/css'>
<!-- Facebook -->
<meta property="og:title" content="CSE Admissions · IIT Kanpur">
<meta property="og:site_name" content="CSE PG Admissions">
<meta property="og:url" content="http://cse.iitk.ac.in/users/admissions/">
<meta property="og:description" content="CSE, IIT Kanpur : One of the best institutes for research and postgraduate education in India">
<meta property="og:image" content="http://cse.iitk.ac.in/users/admissions/static/images/backgrounds/bg1.jpg">
<meta property="og:image" content="http://cse.iitk.ac.in/users/admissions/static/images/backgrounds/bg2.jpg">
<meta property="og:image" content="http://cse.iitk.ac.in/users/admissions/static/images/backgrounds/bg3.jpg">
<meta property="og:image" content="http://cse.iitk.ac.in/users/admissions/static/images/backgrounds/bg4.jpg">
<script type="text/javascript">
var baseURL = "";
</script>
</head>
<body>
<!-- =========================
HOME SECTION
============================== -->
<header id="home" class="header">
<!-- TOP BAR -->
<div id="main-nav" class="navbar navbar-inverse bs-docs-nav" role="banner">
<div class="container">
<div class="navbar-header responsive-logo navbar-right">
<button class="navbar-toggle collapsed" type="button" data-toggle="collapse" data-target=".bs-navbar-collapse">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a href="http://cse.iitk.ac.in/" target="blank" class="navbar-brand">
<img src="static/images/logo.png">
</a>
</div>
<nav class="navbar-collapse bs-navbar-collapse collapse" role="navigation" style="height: 1px;">
<ul class="nav navbar-nav responsive-nav ">
<li><a href="#" style="border-bottom: solid 2px red;">Home</a></li>
<li><a href="admissions/">Admissions</a></li>
<li><a href="acads/">Academics</a></li>
<li><a href="life/">Life on Campus</a></li>
<li><a href="faq/">FAQ</a></li>
<li><a href="contacts/">Contact</a></li>
</ul>
</nav>
</div>
</div>
<!-- / END TOP BAR -->
<!-- BIG HEADING WITH CALL TO ACTION BUTTONS AND SHORT MESSAGES -->
<div class="container">
<!-- HEADING -->
<h1 class="intro">Explore Cutting Edge Research </h1>
<!-- CALL TO ACTION BUTTONS -->
<div class="buttons">
<a href="admissions/" class="btn btn-primary custom-button red-btn">Admissions <span class="badge">new</span></a>
<a href="acads/" class="btn btn-primary custom-button blue-btn">Academics</a>
<a href="life/" class="btn btn-primary custom-button green-btn">Life on Campus</a>
</div>
<!-- 3 SHORT MESSAGE ABOUT COMPANY -->
<div class="row bottom-message-section">
<div class="col-lg-4 col-sm-4">
<div class="short-text">
<i class="icon-ribbon"></i> Nurturing Brilliance
</div>
</div>
<div class="col-lg-4 col-sm-4">
<div class="short-text">
<i class="icon-fire"></i> State of the art Infrastructure
</div>
</div>
<div class="col-lg-4 col-sm-4">
<div class="short-text">
<i class="icon-painting-pallet-streamline"></i> Vibrant Campus Life
</div>
</div>
</div>
</div>
<!-- / END BIG HEADING WITH CALL TO ACTION BUTTONS AND SHORT MESSAGES -->
</header>
<!-- / END HOME SECTION -->
<!-- =========================
FOCUS SECTION
============================== -->
<section class="focus" id="focus">
<div class="container">
<!-- SECTION HEADER -->
<div class="section-header">
<!-- SECTION TITLE -->
<h2 class="dark-text">Our Focus</h2>
<!-- SHORT DESCRIPTION ABOUT THE SECTION -->
<h6>
Creating Technocrats, Scientists, Teachers and Entrepreneurs
</h6>
</div>
<!-- / END SECTION HEADER -->
<!-- 4 FOCUS BOXES -->
<div class="row">
<!-- FIRST FOCUS BOXES -->
<div class="col-lg-4 col-sm-4 focus-box yellow wow fadeInRight animated" data-wow-offset="30" data-wow-duration="1.5s" data-wow-delay="0.15s">
<div class="service-icon">
<a href="acads/#research"><i class="pixeden pd-icon-config"></i></a>
</div>
<h5 class="yellow-border-bottom">Research & Development</h5>
<p>
Access to the latest and pioneering advances in technology with the aim of acclimating students to the innovations in the scientific community.
</p>
</div>
<div class="col-lg-4 col-sm-4 focus-box red wow fadeInLeft animated" data-wow-offset="30" data-wow-duration="1.5s" data-wow-delay="0.15s">
<div class="service-icon">
<a href="acads/"><i class="pixeden pd-icon-notes"></i></a>
</div>
<h5 class="red-border-bottom">Academics</h5>
<p>
Providing a rigorous and world-class academic experience with the help of distinguished faculty, amazing peer-groups and carefully designed coursework.
</p>
</div>
<!-- / END FIRST FOCUS BOX. Other boxes has same format -->
<div class="col-lg-4 col-sm-4 focus-box blue wow fadeInRight animated" data-wow-offset="30" data-wow-duration="1.5s" data-wow-delay="0.15s">
<div class="service-icon">
<a href="life/#culture"><i class="pixeden pd-icon-camera"></i></a>
</div>
<h5 class="blue-border-bottom">Campus Life</h5>
<p>
The campus community forms a close knit group and you make friends for life here. The campus, the people and this life has made a stronger and confident person.
</p>
</div>
</div>
<!-- / END 4 FOCUS BOXES -->
<!-- OTHER FOCUSES -->
<div class="other-focuses">
<h5><span class="section-footer-title"><i class="icon-grid-lines-streamline"></i></span></h5>
</div>
</div>
<!-- / END CONTAINER -->
</section>
<!-- / END FOCUS SECTION -->
<!-- =========================
SEPARATOR ONE
============================== -->
<section class="separator-one">
<div class="color-overlay">
<h3 class="container text wow fadeInLeft animated" data-wow-offset="30" data-wow-duration="1.5s" data-wow-delay="0.15s">
The Institute has a rich heritage of technological and scientific innovation imbibed with the spirit of professionalism & a radiant culture.</h3>
<div class="wow fadeInRight animated" data-wow-offset="30" data-wow-duration="1s" data-wow-delay="0.10s">
<div class="container">
<div class="row">
<div class="col-lg-6 col-lg-offset-3 col-sm-8 col-sm-offset-2">
<div class="embed-responsive embed-responsive-16by9">
<iframe class="embed-responsive-item" src="https://www.youtube.com/embed/Yq-vTT-fHtk" allowfullscreen></iframe>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- / END SEPARATOR -->
<!-- =========================
ABOUT US SECTION
============================== -->
<section class="about-us" id="aboutus">
<div class="container">
<!-- SECTION HEADER -->
<div class="section-header">
<!-- SECTION TITLE -->
<h2 class="white-text">About IITK</h2>
<!-- SHORT DESCRIPTION ABOUT THE SECTION -->
<h6 class="white-text">
Established under the IIT Act in 1959
</h6>
</div>
<!-- / END SECTION HEADER -->
<!-- 3 COLUMNS OF ABOUT US-->
<div class="row">
<!-- COLUMN 1 - BIG MESSAGE ABOUT THE COMPANY-->
<div class="col-lg-4 col-md-4 column">
<div class="big-intro wow fadeInLeft animated" data-wow-offset="30" data-wow-duration="1.5s" data-wow-delay="0.15s">
Inspiring Excellence and Innovation Since 1959
</div>
</div>
<!-- COLUMN 2 - BRIEF ABOUT THE COMPANY-->
<div class="col-lg-4 col-md-4 column">
<p class="wow fadeInUp animated" data-wow-offset="30" data-wow-duration="1.5s" data-wow-delay="0.15s">
IIT Kanpur is a prestigious institute of higher learning producing meritorious students with excellent career growth and universal recognition. The students go to get the best of opportunities in the form of highly advanced courses, eminent faculty members, well-equipped laboratories, library, hostels and immense facilities to excel in research and development.<br/><br/> The selection procedure for students at undergraduate, postgraduate and research level is highly stringent so that IIT gets the best brains of India. <br/><br/>Highly scientific and innovative technology is used for teaching and conducting research activities.Every year IIT Kanpur is enriched by the laurels brought by the faculty members and the students in the form of research publications, projects, fellowships and industrial exposure.
</p>
</div>
<!-- COLUMN 1 - SKILSS-->
<div class="col-lg-4 col-md-4 column">
<ul class="skills wow fadeInRight animated" data-wow-offset="30" data-wow-duration="1.5s" data-wow-delay="0.15s">
<!-- SKILL ONE -->
<li class="skill">
<div class="skill-count">
<input type="text" value="6500" data-thickness=".2" class="skill1">
</div>
<h6>Students</h6>
<p>
A diverse mix of some of the brightest minds of the country.
</p>
</li>
<!-- SKILL TWO -->
<li class="skill">
<div class="skill-count">
<input type="text" value="1055" data-thickness=".2" class="skill2">
</div>
<h6>Acres Campus</h6>
<p>
An eco friendly campus equipped with world class facilities.
</p>
</li>
<!-- SKILL THREE -->
<li class="skill">
<div class="skill-count">
<input type="text" value="20" data-thickness=".2" class="skill3">
</div>
<h6>Departments</h6>
<p>
A holistic curriculum comprising of Science, Engineering and Humanities.
</p>
</li>
<!-- SKILL FOUR -->
<li class="skill">
<div class="skill-count">
<input type="text" value="10" data-thickness=".2" class="skill4">
</div>
<h6>Centers of Excellence</h6>
<p>
State-of-the-art infrastructure and laboratories.
</p>
</li>
</ul>
</div>
<!-- / END SKILLS COLUMN-->
</div>
<!-- / END 3 COLUMNS OF ABOUT US-->
<!-- CLIENTS -->
<div class="our-clients">
<h5><span class="section-footer-title">Facilities On Campus</span></h5>
</div>
<!-- CLIENT LIST -->
<div class="client-list">
<ul class="wow fadeInRight animated" data-wow-offset="30" data-wow-duration="1.5s" data-wow-delay="0.15s">
<li>
<div class="feature-icon">
<i class="icon-computer-imac"></i>
<a href="http://www.iitk.ac.in/ccnew/" target="_blank">Computer Centre</a>
</div>
</li>
<li>
<div class="feature-icon">
<i class="icon-book-read-streamline"></i>
<a href="http://www.lib.iitk.ac.in" target="_blank">P K Kelkar Library</a>
</div>
</li>
<li>
<div class="feature-icon">
<i class="icon-settings-streamline-1"></i>
<a href="http://www.iitk.ac.in/drpg/Tinkering_Lab.pdf" target="_blank">Tinkering Lab</a>
</div>
</li>
<li>
<div class="feature-icon">
<i class="icon-bulb"></i>
<a href="http://www.iitk.ac.in/siic/" target="_blank">SIIC</a>
</div>
</li>
</ul>
</div>
<!-- / END CLIENT LIST -->
</div>
<!-- / END CONTAINER -->
</section>
<!-- END ABOUT US SECTION -->
<!-- =========================
FEATURES SECTION
============================== -->
<section class="features" id="features">
<div class="container">
<!-- SECTION HEADER -->
<div class="section-header">
<!-- SECTION TITLE -->
<h2 class="dark-text">Department of Computer Science and Engineering</h2>
<!-- SHORT DESCRIPTION ABOUT THE SECTION -->
<h6>The first department in India to start Computer Science education. It started in August 1963 with an IBM 1620 system - a novelty then, even in many North American and European universities. The department runs BTech, MTech and PhD programs and is engaged in cutting edge research with sponsored projects and consultancies. Following are some of the special interest groups and workshops/conferences at CSE, IIT Kanpur.</h6>
</div>
<!-- / END SECTION HEADER -->
<!-- FEATURS -->
<div class="row">
<!-- FEATURES COLUMN LEFT -->
<div class="col-md-6 col-sm-6 wow fadeInLeft animated" data-wow-offset="30" data-wow-duration="1.5s" data-wow-delay="0.15s">
<!-- FEATURE -->
<div class="feature">
<div class="feature-icon">
<i class="icon-receipt-shopping-streamline"></i>
</div>
<h5><a href='http://www2.cse.iitk.ac.in/~sigtacs/' target="_blank">SIGTACS</a></h5>
<p>
Special Interest Group on Theoretical Aspects of Computer Science, was born out of an effort to bring together people interested in areas of Theoretical Computer Science.
</p>
</div>
<!-- / END FEATURE -->
<!-- FEATURE -->
<div class="feature">
<div class="feature-icon">
<i class="icon-computer-macintosh-vintage"></i>
</div>
<h5><a href='http://www.cse.iitk.ac.in/users/sesres/' target="_blank">SESRes</a></h5>
<p>
Software Engineering and Systems Research - A theme central to our research is software engineering (SE) and software architecture (SA). We investigate several areas in systems from SE and SA perspective.
</p>
</div>
<!-- / END FEATURE -->
<!-- FEATURE -->
<div class="feature">
<div class="feature-icon">
<i class="icon-settings-streamline"></i>
</div>
<h5><a href='http://www.cse.iitk.ac.in/users/sigdata/' target="_blank">SIGDATA</a></h5>
<p>
Special Interest Group in Data is a forum for discussion on topics in Databases and Data Mining. It is an endeavor to bring together people who share interest in databases and discuss latest developments and research problems.
</p>
</div>
<!-- / END FEATURE -->
<!-- FEATURE -->
<div class="feature">
<div class="feature-icon">
<i class="icon-macintosh"></i>
</div>
<h5><a href='http://www.cse.iitk.ac.in/users/sigml/' target="_blank">SIGML</a></h5>
<p>
Special Interest Group on Machine Learning of Computer Science , was born out of an effort to bring together people interested in areas of Machine Learning, Data Mining and related fields.
</p>
</div>
<!-- / END FEATURE -->
<!-- FEATURE -->
<div class="feature">
<div class="feature-icon">
<i class="icon-happy-smiley-streamline"></i>
</div>
<h5><a href='http://www2.cse.iitk.ac.in/~iwml/' target="_blank">iWML</a></h5>
<p>
Indian Workshop on Machine Learning is intended to be a high quality, single track event that includes tutorials, invited talks by leading researchers from both the academia and the industry as well as presentations for refereed abstracts.
</p>
</div>
<!-- / END FEATURE -->
<!-- FEATURE -->
<div class="feature">
<div class="feature-icon">
<i class="icon-happy-smiley-streamline"></i>
</div>
<h5><a href='http://mini-symposium.cse.iitk.ac.in/' target="_blank">MINI-SYMPOSIUM</a></h5>
<p>
The aim of this mini-symposium is to highlight the role of computation and optimization in the modern day problems in the sciences and engineering. The speakers are researchers working in various areas of computation and optimization and their applications.
</p>
</div>
<!-- / END FEATURE -->
</div>
<!-- / FEATURES COLUMN LEFT -->
<!-- FEATURES COLUMN RIGHT -->
<!-- FEATURE -->
<div class="feature">
<div class="feature-icon">
<i class="icon-study"></i>
</div>
<h5><a href='http://icla.cse.iitk.ac.in/' target="_blank">ICLA</a></h5>
<p>
Indian Conference on Logic and its Applications is a forum for bringing together researchers from a wide variety of fields that formal logic plays a significant role in, along with mathematicians, philosophers and logicians studying foundations of formal logic in itself. A special feature of this conference is the inclusion of studies in systems of logic in the Indian tradition, and historical research on logic.
</p>
</div>
<!-- / END FEATURE -->
<div class="col-md-6 col-sm-6 wow fadeInRight animated" data-wow-offset="30" data-wow-duration="1.5s" data-wow-delay="0.15s">
<!-- FEATURE -->
<div class="feature">
<div class="feature-icon">
<i class="icon-robo"></i>
</div>
<h5><a href='http://caldam.cse.iitk.ac.in/' target="_blank">CALDAM</a></h5>
<p>
The International Conference on Algorithms and Discrete Applied Mathematics (CALDAM) is intended to bring together researchers working in the areas of algorithms and applied discrete mathematics and provide a high-quality forum for the dissemination and discussion of research results in these broad areas.
</p>
</div>
<!-- / END FEATURE -->
<!-- FEATURE -->
<div class="feature">
<div class="feature-icon">
<i class="icon-myspace-alt"></i>
</div>
<h5><a href='http://www.fsttcs.org/' target="blank">FSTTCS</a></h5>
<p>
Foundations of Software Technology and Theoretical Computer Science conference is a forum for presenting original results in foundational aspects of Computer Science and Software Technology.
</p>
</div>
<!-- / END FEATURE -->
<!-- FEATURE -->
<div class="feature">
<div class="feature-icon">
<i class="icon-monocle-mustache-streamline"></i>
</div>
<h5><a href='http://wosca.cse.iitk.ac.in/' target="_blank">WOSCA</a></h5>
<p>
Workshop on Side Channel Analysis Based Cyber Threats and Mitigation Techniques aims to provide a pretty in-depth introduction to the various topics in side-channel analysis, attacks, and counter measures from world experts who have made fundamental contributions to this field, and who have been teaching courses on this topic, carrying out research projects, and graduating multiple doctoral students on this topic.
</p>
</div>
<!-- / END FEATURE -->
<!-- FEATURE -->
<div class="feature">
<div class="feature-icon">
<i class="icon-monocle-mustache-streamline"></i>
</div>
<h5><a href='http://memocode.irisa.fr/2016/index.html' target="_blank">MEMOCODE</a></h5>
<p>
MEMOCODE's objective is to emphasize the importance of models and methodologies in correct system design and development, and to bring together researchers and industry practitioners interested in all aspects of computer system development, to exchange ideas, research results and lessons learned.
</p>
</div>
<!-- / END FEATURE -->
</div>
<!-- / END FEATURES COLUMN RIGHT -->
</div>
<!-- / END FEATURES -->
</div>
<!-- / END CONTAINER -->
</section>
<!-- / END FEATURES SECTION -->
<!--=========================
TESTIMONIAL
============================== -->
<section class="testimonial" id="testimonials">
<div class="container">
<!-- SECTION HEADER -->
<div class="section-header">
<!-- SECTION TITLE -->
<h2 class="white-text">Messages</h2>
<!-- SHORT DESCRIPTION ABOUT THE SECTION -->
<h6 class="white-text">
Read what our Professors have to say about CSE, IITK
</h6>
</div>
<!-- / END SECTION HEADER -->
<!-- CLIENT FEEDBACKS -->
<div class="row wow fadeInRight animated" data-wow-offset="30" data-wow-duration="1.5s" data-wow-delay="0.15s">
<div class="col-md-12">
<!--
<div id="client-feedbacks" class="owl-carousel owl-theme">
<div class="feedback-box">
<div class="message">
<p class="text-justify">
"Since the advent of this great institution, IIT Kanpur has vision to provide quality technical education and act as a rostrum for scientific research, and a mission to develop human potential to its greatest degree. In accordance with this vision IIT Kanpur has maintained an exemplary record of academic contribution for achieving excellence in teaching, research and governance. The students of IITK are a cherry picked group.
"
</p>
</div>
<div class="client">
<div class="quote red-text">
<i class="icon-fontawesome-webfont-294"></i>
</div>
<div class="client-info">
<a class="client-name" href="index.html">Dr. I. Manna</a>
<div class="client-company">
Director, IIT Kanpur
</div>
</div>
<div class="client-image hidden-xs">
<img src="static/images/clients-pic/1.jpg" alt="">
</div>
</div>
</div>
<div class="feedback-box">
<div class="message">
“DPGC incharge gives us a message as to why our department is awesome and what differentiates our PG program from others”
</div>
<div class="client">
<div class="quote blue-text">
<i class="icon-fontawesome-webfont-294"></i>
</div>
<div class="client-info">
<a class="client-name" href="index.html">Dr. Shashank Mehta</a>
<div class="client-company">
DPGC, CSE, IIT Kanpur<br> 2014-current
</div>
</div>
<div class="client-image hidden-xs">
<img src="static/images/clients-pic/3.jpg" alt="">
</div>
</div>
</div>
</div>
-->
<!-- / END FEEDBACKS-->
</div>
<!-- / END COLUMN -->
</div>
<!-- / END ROW -->
<div class="row">
<style>
.feedback-custom{
background: #FFFFFF;
padding: 25px;
margin: 13px;
text-align: left;
border-radius: 4px;
-webkit-box-shadow: none;
box-shadow: none;
display: block;
z-index: 5;
}
</style>
<div class="row wow fadeInRight animated" data-wow-offset="30" data-wow-duration="1.5s" data-wow-delay="0.15s">
<div class="col-md-12" data-wow-offset="30" data-wow>
<div class="feedback-box feedback-custom">
<div class="message">
<p class="text-justify">"The Computer Science and Engineering department at IIT Kanpur is the oldest Computer
Science program in India, and it continues to excel in producing academic and
industrial leaders of the future. In 2017 we are at the cross roads of the Computer
Science as we have known in the last few decades, and the amazing new world of
computing. Convergence of multiple trends in the industry, governance, and research
marks the current era of Computer Science -- such as
<br />
(i) industry 4.0 -- city-scale,
country-scale or even larger scale automation -- smart cities, smart grid, smart
transportation, smart living, smart health-care etc., enabled by pervasive
computing;
<br />
(ii) Rapid convergence of almost all engineering disciplines with
Computer Science -- be it biological engineering, cognitive science, civil,
mechanical, electrical and material engineering -- opportunities abound in making a
huge contribution to the society and human lives;
<br />
(iii) artificial intelligence
revolution through deep learning, advanced machine learning, and cognitive
computing;
<br />
(iv) social networking, e-governance, e-Taxation, e-commerce leading to
online transactions and data collection raising potential privacy and security
issues;
<br />
(v) resulting from pervasive data collection and ubiquitous computing is
the fear of security breaches that could lead to national security issues; and many
more. <br />
In this environment, CSE@IITK is uniquely poised to offer opportunities for students
to work on these exciting areas of research, as well as our core strength in
theoretical Computer Science. We are seeking students for M.Tech, MS by Research,
and PhD programs who are knowledgeable in their core Computer Science and
Engineering topics, and are willing to participate in the exciting world of
technology innovation and research -- with enthusiasm, hard work, energy, and a
hunger to create impact on the field and/or the society. We welcome all applicants
who want to take our admissions tests and interviews to get into this exciting
journey.
</p>
<br />
<p class="text-justify">
There is also a unique opportunity for IIT bachelor's students who have very high
CPI and want to pursue Masters or PhD in this department -- Prime Minister
fellowships with substantially high stipend are available in limited numbers. IIT
students (current and past) interested in pursuing this special fellowship
opportunities should contact me directly.
"
</p>
</div>
<div class="client">
<div class="quote green-text">
<i class="icon-fontawesome-webfont-294"></i>
</div>
<div class="client-info">
<a class="client-name" href="index.html">Dr. Sandeep Shukla</a>
<div class="client-company">
Head, CSE, IIT Kanpur<br> 2017-present
</div>
</div>
<div class="client-image hidden-xs">
<img src="static/images/clients-pic/2.jpg" alt="">
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- / END CONTAINER -->
</section>
<!-- / END FEATURES SECTION -->
</div>
<!-- / END TESTIMONIAL SECTION -->
<!-- =========================
Tagline
============================== -->
<section class="purchase-now">
<div class="container">
<div class="row">
<div class="col-md-9">
<h3 class="white-text wow fadeInLeft animated" data-wow-offset="30" data-wow-duration="1.5s" data-wow-delay="0.15s">
Globally acclaimed education for rewarding & exciting careers</h3>
</div>
</div>
</div>
</section>
<!-- / Tagline-->
<!-- =========================
FOOTER
============================== -->
<footer>
<div class="container">
<!-- COMPANY ADDRESS-->
<div class="col-md-5 company-details">
<div class="icon-top red-text">
<a href="https://goo.gl/maps/bLag75Q9PeC2" target="_blank"><i class="icon-fontawesome-webfont-302"></i></a>
</div>
Computer Science and Engineering, IIT Kanpur, Uttar Pradesh 208016 - India
</div>
<!-- COMPANY EMAIL-->
<div class="col-md-2 company-details">
<div class="icon-top green-text">
<a href="mailto:[email protected]"><i class="icon-fontawesome-webfont-329" style="color:rgb(31, 223, 21)"></i></a>
</div>
</div>
<!-- COMPANY PHONE NUMBER -->
<div class="col-md-2 company-details">
<div class="icon-top blue-text">
<i class="icon-fontawesome-webfont-101"></i>
</div>
+91 512 259 7638
</div>
<!-- SOCIAL ICON AND COPYRIGHT -->
<div class="col-lg-3 col-sm-3 copyright">
<ul class="social">
<li><a target="_blank" href="https://www.facebook.com/buzz.iitk"><i class="icon-facebook"></i></a></li>
<li><a target="_blank" href="https://twitter.com/hashtag/iitk"><i class="icon-twitter-alt"></i></a></li>
<li><a target="_blank" href="https://plus.google.com/u/0/108237246413867499373/posts"><i class="icon-google"></i></a></li>
<li><a target="_blank" href="http://www.youtube.com/fmciitkanpur"><i class="icon-youtube"></i></a></li>
<li><a target="_blank" href="http://www.flickr.com/fmciitk"><i class="icon-flickr"></i></a></li>
</ul>
<a href="http://iitk.ac.in/">IIT Kanpur</a>
</div>
</div>
<!-- / END CONTAINER -->
</footer>
<!-- / END FOOOTER -->
<!-- SCRIPTS -->
<script type="text/javascript" src="https://code.jquery.com/jquery-latest.min.js"></script>
<!-- Latest compiled and minified JavaScript -->
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script>
<script src="static/js/wow.min.js"></script>
<script src="static/js/jquery.nav.js"></script>
<script src="static/js/jquery.knob.js"></script>
<script src="static/js/owl.carousel.min.js"></script>
<script src="static/js/jquery.vegas.min.js"></script>
<script src="static/js/counsel.js"></script>
<!-- Google Analytics -->
<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', '//www.google-analytics.com/analytics.js', 'ga');
ga('create', 'UA-96339138-1', 'auto');
ga('send', 'pageview');
</script>
<script type="text/javascript">
jQuery(document).ready(function() {
var delay = 3000;
setTimeout(function() {
$("#responsive").modal('show');
}, delay);
setTimeout(function() {
$("#responsive").modal('hide');
}, 10000);
});
</script>
</body> </html>