forked from IEEE-NITK/ieee-nitk.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
472 lines (460 loc) · 24.7 KB
/
index.html
File metadata and controls
472 lines (460 loc) · 24.7 KB
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
<!DOCTYPE html>
<html>
<head>
<!-- Meta tags-->
<!-- Give a small description in 3-4 sentences about the website -->
<meta name="description" content="IEEE NITK is a local chapter of the IEEE Organisation belonging in the Bangalore R10 Section. IEEE NITK undertakes lots of projects by its various SIGs which are formed and projects undertaken by students are futher applied to help solve daily world problems.">
<!-- A small abstract idea about the website -->
<meta name="abstract" content="This Website is about IEEE NITK Student Chapter">
<!-- Important Keywords to be noted in the website -->
<meta name="keywords" content="IEEE, IEEE NITK, NITK Surathkal, NITK, Clubs in NITK, Technical Clubs in NITK">
<!-- Tell the spider to index the first page and other pages as well-->
<meta name="robots" content="index, follow">
<!-- How often should spiders come back to your page -->
<meta name="revisit-after" content="3 days">
<!-- Copyright regarding the website -->
<meta name="copyright" content="IEEE NITK">
<!-- Tells Google Bot not to duplicate description -->
<meta name="googlebot" content="noodp">
<!-- Language for the website -->
<meta name="language" content="English">
<!-- Web Author for the image -->
<meta name="web_author" content="IEEE NITK">
<meta name="author" content="Salman Shah">
<!-- Email ID -->
<meta name="contact" content="chairman.nitkieee@gmail.com" />
<!-- Email ID to reply to -->
<meta name="reply-to" content="chairman.nitkieee@gmail.com">
<!-- Refers to distribution of the page -->
<meta name="distribution" content="global">
<!-- Generator or formatter tag -->
<meta name="generator" content="Jekyll">
<!-- Disallow spammers for the webpage -->
<meta name="no-email-collection" content="http://www.metatags.info/nospamharvesting">
<!-- Rating for the page -->
<meta name="rating" content="general">
<!-- Content Type for the page -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<!-- Fixing viewport on mobile views -->
<meta name="viewport" content="width=device-width; initial-scale=1; maximum-scale=1.0">
<!-- Default Image present -->
<meta property="og:image" content="/blog/assets/blog-image.png">
<!-- Page Title -->
<title>Home | IEEE NITK</title>
<!-- Linked Sheets needed -->
<link rel="stylesheet" type="text/css" href="https://fonts.googleapis.com/css?family=Prociono">
<link href="https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300" rel="stylesheet">
<link rel="stylesheet" href="res/main.css">
<link rel="stylesheet" href="res/jquery.fullpage.css">
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
<!-- Linked Scripts needed -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<script type="text/javascript" src="js/jquery.fullpage.js"></script>
<script src="js/particles.js"></script>
<script src="js/slider.js"></script>
<script src="js/events.js"></script>
<script src="js/cta.js"></script>
<script src="js/header.js"></script>
<script src="js/footer.js"></script>
<script>
$(document).ready(function () {
displayHeader();
displayFooter();
});
</script>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-106590424-3"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-106590424-3');
</script>
<!--Structured Data-->
<script type="application/ld+json">
{
"@context": "http://schema.org",
"@type": "Organization",
"description":"IEEE NITK is a local chapter of the IEEE Organisation belonging in the Bangalore R10 Section",
"email":"chairman.nitkieee@gmail.com",
"url": "https://www.ieeenitk.org",
"name": "IEEE NITK",
"foundingDate":"1988",
"location" : {
"@type": "Place",
"name": "NITK",
"map": "https://goo.gl/maps/qitf7bZSSBR2",
"address": {
"@type": "PostalAddress",
"streetAddress": "National Institute of Technology Karnataka",
"addressLocality": "Surathkal, Mangalore",
"addressRegion": "Karnataka",
"postalCode": "575025",
"addressCountry": "India"
}
},
"member": {
"@type": "Person",
"name": "Salman Shah",
"jobTitle":"Convener",
"email":"sbs.191197@gmail.com"
},
"parentOrganization":["IEEE","IEEE Bangalore"],
//"logo":"ieee-nitk logo url",
"subOrganization":["CompSoc","Diode","Piston"],
"sameAs": [
"https://www.facebook.com/IEEENITK/",
"https://github.com/IEEE-NITK/"]
}
</script>
</head>
<body>
<!-- Header Loaded dynamically using the files 'header.json' and 'header.js' -->
<nav class="visible_nav" id="header">
</nav>
<div id="fullpage" full-page options="mainOptions">
<div class="landing_page section prociono">
<div class="main_container">
<div id="text_effect"></div>
<div id="logo">
<a href ="https://www.ieee.org/"><img src="res/img/ieee_white.png" alt="IEEE Logo"></a>
</div>
<div id="notif"> <center><strong>We are now recruiting !!</strong></center></div>
<div class = "notif_link"><center> Register <a class ="notif_link_href" target="_blank" href ="https://www.facebook.com/IEEENITK/posts/2323049947749762">here</a></center></div>
</div>
<div class="cta_container teco">
<div class="cta" id="article1">
<div class="cta_heading"></div>
<div style="display: flex">
<div class="cta_section"></div>
<div class="tags_container"></div>
</div>
</div>
<div class="cta" id="article2">
<div class="cta_heading"></div>
<div style="display: flex">
<div class="cta_section"></div>
<div class="tags_container"></div>
</div>
</div>
</div>
</div>
<div class="about section">
<div id="particles-js"></div>
<div class="wrapper">
<div class="col_left col prociono">
<div class="text1">About</div>
<div class="text2 fly_up_fast">IEEE NITK</div>
</div>
<div class="col_right col fadein sans">
The IEEE is the world's largest professional association advancing innovation and technological excellence for the benefit of humanity. IEEE and its members inspire a global community to innovate for a better tomorrow through its highly-cited publications, conferences, technology standards, and professional and educational activities. IEEE is the trusted "voice" for engineering, computing and technology information around the globe. We, IEEE NITK, belongs to the Region 10 of IEEE and under Bangalore section. Founded in 1988, we are an award winning student branch and one of the biggest world wide.
<strong>NITK Student Branch: 98631</strong><br>
<img style="max-width:200px" src="res/img/nitk.png" alt="ieeenitk_logo"> <img style="max-width:250px" src="res/img/ieee_bangalore.png" alt="ieee_bangalore_logo">
</div>
</div>
</div>
<div class="sig section sliders">
<div class="content_slides">
<div class="slide slide1 comps_slide">
<div class="wrapper">
<div class="col_left col mybox bgbox">
</div>
<div class="col_right col fadein mybox">
<h1 class="slide_heading teco"> Computer Society</h1>
<div class="slide_content sans">
<p class="main" align="justify">
<br>The Computer Society is a conglomeration of students with a passion for Computer Science and Information Technology. This SIG is a wonderful platform for those who want to gain expertise in computer based technology.<br>
</p>
<p class="sub" align="justify">
<br>In true divide-and-conquer spirit, the SIG is subcategorized into three research groups, namely :<br>
<ul style = "list-style-position: inside;"><br>
<li> Intelligence </li>
<li> Systems </li>
<li> Theoretical Computer Science </li><br>
</ul>
Activities are carried out by members of the research groups under their respective heads and co-heads.
</p>
</div><br>
<div class="slide_button sans">
<a href="./compsoc.html" title="CompSoc">READ MORE</a>
</div>
</div>
</div>
</div>
<div class="slide slide2 diode_slide">
<div class="wrapper">
<div class="col_left col mybox bgbox">
</div>
<div class="col_right col fadein mybox">
<h1 class="slide_heading teco">CAS/SPS</h1>
<div class="slide_content sans">
<p class="main" align="justify">
<br>The Circuits and Systems (CAS) & Signal Processing Society (SPS), consists of a team of students with a strong interest in the field of Electronics and Electrical Science. There are various seminars and talks organised by this SIG to encourage students to learn and gain more knowledge in their particular field of interest. CAS/SPS has contributed greatly to the development of interest in the field of robotics, microcontrollers and Signal Processing<br>
</p>
<p class="sub" align="justify">
<br>The main focus of the CAS/SPS is on small projects, a cross-year collaborative effort among all the members that will help in academics and give us an edge when participating in various technical competitions conducted in many prestigious institutes.<br>
</p>
</div><br>
<div class="slide_button sans">
<a href="./diode.html" title="CAS">
READ MORE
</a>
</div>
</div>
</div>
</div>
<div class="slide slide3 piston_slide">
<div class="wrapper">
<div class="col_left col mybox bgbox">
</div>
<div class="col_right col fadein mybox">
<h1 class="slide_heading teco">PISTON</h1>
<div class="slide_content sans">
<p class="main" align="justify">
<br>Piston is a special interest group dedicated to the engineering applications of Mechanical, Automation, Civil, Chemical and Material Sciences. The SIG functions as a platform for students interested in learning and advancing specific areas of knowledge and technology. The SIG members co-operate, communicate, and organise meets, talks and conferences to discuss latest technology advancement and application.<br>
</p>
<p class="sub" align="justify">
<br>The SIG consists of 2 societies namely Mach (Mechanical, Automation and Chemical Engineering) and RAS (Robotics and Automation). We specialise on a lot of areas like Aerospace Engineering Automobile engineering, Bio-Mechanical Applications, Chemical and Thermal Engineering, Heat and Renewable Energy Engineering, Robotics, Controls and Mechatronics and Structures and Materials.<br>
</p><br>
</div>
<div class="slide_button sans">
<a href="./piston.html" title="Piston">
READ MORE
</a>
</div>
</div>
</div>
</div>
<div class="slide slide4 wie_slide">
<div class="wrapper">
<div class="col_left col mybox bgbox">
</div>
<div class="col_right col fadein mybox">
<h1 class="slide_heading teco"> WiE</h1>
<div class="slide_content sans" align="justify">
<br>The IEEE NITK WiE is a professional organisation dedicated to promoting technical interests among women engineers and scientists. It was launched on February 18th 2009 by Prof Marimuthu, the R10 WIE Coordinator.Our mission is to inspire, engage, encourage, and empower IEEE women student members and facilitate the recruitment and retention of women in technical disciplines globally.<br>
</div>
<div class="slide_button sans">
<br>
<a href="./wie.html" title="Piston">
READ MORE
</a>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="section events">
<div class="events_wrapper">
<div class="box box_left">
<div class="event_info">
<div class="text2 fly_up_fast prociono">Events</div>
<div class="event_details fly_up_fast">
<h3 class="event_name teco">
ENVISION
</h3>
<div class="event_date sans">
January 2018
</div>
<div class="event_type sans">
All SIGs
</div>
</div>
</div>
</div>
<div class="box box_middle sans">
<ul id="event_list">
</ul>
</div>
<div class="box box_right sans">
<button id="closebutton">
CLOSE
</button>
<h2 class="event_title"></h2>
<div class="event_sub_title"></div>
<hr>
<p class="event_desc_p">
</p>
<div class="more">
</div>
</div>
</div>
</div>
<div class="section team">
<div class="title_image">
<div class="title_contents">
<div class="team_title teco">
Our Team
</div>
<a href="./team.html" title="Full Team" class="teco">View full team</a>
</div>
</div>
<div class="core_team">
<div class="pseudo team_title teco">
Our Team
</div>
<div class="member_card card_left">
<br>
<div class="img_section">
<img src="res/img/faculty/msbhat.png" alt="MS Bhat">
</div>
<div class="data_section sans">
<h3>Dr. M. S. Bhat</h3>
<p>Branch Counsellor</p>
<div class="web-page"><a target="_blank" href="http://ece.nitk.ac.in/faculty/m-shankaranarayana-bhat"
title="MS Bhat's Personal Page">Web page</a></div>
</div>
</div>
<div class="member_card card_right">
<div class="img_section">
<img src="res/img/faculty/annappa.jpg" alt="Anappa">
</div>
<div class="data_section sans">
<h3>Dr. Annappa</h3>
<p>Computer Society - Faculty Advisor</p>
<div class="web-page"><a href="http://cse.nitk.ac.in/faculty/annappa"
title="Annappa's Personal Page">Web page</a></div>
</div>
</div>
<div class="member_card card_left">
<div class="img_section">
<img src="res/img/faculty/bvp.jpg" alt="B Venkatesa Perumal">
</div>
<div class="data_section sans">
<h3>Dr. B Venkatesa Perumal</h3>
<p>CAS - Faculty Advisor</p>
<div class="web-page"><a target="_blank" href="http://eee.nitk.ac.in/professor/BVP"
title="BVP's Personal Page">Web page</a></div>
</div>
</div>
<div class="member_card card_right">
<div class="img_section">
<img src="res/img/faculty/rekha-s-image.jpg" alt="Rekha S">
</div>
<div class="data_section sans">
<h3>Dr. Rekha S.</h3>
<p>Faculty Advisor, WiE Affinity Group</p>
<div class="web-page"><a href="http://ece.nitk.ac.in/faculty/rekha-s"
title="Rekha S's Personal Page">Web page</a></div>
</div>
</div>
<div class="member_card card_left">
<div class="img_section">
<img src="res/img/faculty/deepu.jpg" alt="Deepu">
</div>
<div class="data_section sans">
<h3>Dr. Deepu Vijayasenan</h3>
<p>SPS - Faculty Advisor</p>
<div class="web-page"><a href="http://ece.nitk.ac.in/faculty/deepu-vijayasenan"
title="Deepu Vijayasenan's Personal Page">Web page</a></div>
</div>
</div>
<div class="member_card card_right">
<div class="img_section">
<img src="res/img/faculty/kalpana.jpg" alt="Kalpana">
</div>
<div class="data_section sans">
<h3>Dr. Kalpana R</h3>
<h4>IAS faculty advisor</h4>
<a target="_blank" href="http://www.eee.nitk.ac.in/professor/RK" title="Dr. Kalpana R's Personal Page">Web page</a>
</div>
</div>
<div class="member_card card_left">
<div class="img_section">
<img src="res/img/faculty/sumam_david.jpg" alt="Sumam David">
</div>
<div class="data_section sans">
<h3> Dr. Sumam David</h3>
<h4>SIGHT Chair</h4>
<div class="web-page"><a href="http://ece.nitk.ac.in/faculty/sumam-david-s"
title="Sumam David's Personal Page">Web page</a></div>
</div>
</div>
<a class="pseudo teco" href="/team.html" title="Full Team">View full team</a>
</div>
</div>
<!-- <div class="achievements section">
<div class="wrapper">
<div class="title_center teco">
<h1>
Achievements
</h1>
</div>
<ul class="sans">
<li class="list1">
R10 Exemplary Student Branch Award 2007, 2013, 2015
</li>
<li class="list2">
R10 IEEE GINI Student Branch Award 2010
</li>
<li class="list3">
R10 IEEE Regional Student Enterprise Award : Quadcopter Project (2012)
</li>
<li class="list4">
R10 Outstanding Branch Counselor & Advisor : Dr. Sumam David (2013)
</li>
<li class="list5">
Silver Medal, The Darrel Chong Student Activity Award (2014)
</li>
<li class="list6">
2015 IEEE Student Enterprise Award - 'Mapping of Greenhouse Gases using Wireless Sensor Networks'
</li>
<li class="list7">
The Darrel Chong Student Activity Award (Bronze) - For the Open Collaborative Learning Project, 2015
</li>
<li class="list8">
IEEE Bangalore - Best Large Student Branch Award - 2017
</li>
</ul>
</div>
</div> -->
<div class="footer section fp-auto-height">
<footer class="teco">
<!-- <div class="online">
<h3>Find us online</h3>
<div class="icons">
<div class="icon icon1">
<a target="blank" href="https://www.facebook.com/IEEENITK/" title="Facebook"><img src="res/img/fb.png" alt="facebook"></a>
</div>
<div class="icon icon2">
<a target="blank" href="https://github.com/IEEE-NITK/" title="Github"><img src="res/img/github.png" alt="github"></a>
</div>
<div class="icon icon3">
<img src="res/img/yt.png" href="https://youtube.com" alt="YouTube">
</div>
</div>
</div>
<div class="offline">
<h3>Find us offline</h3>
<div class="addr">
NITK,
<br> Surathkal,
<br> Mangalore,
<br> Karnataka
</div>
</div>
<div class="links">
<h3>Links</h3>
<a target="blank" href="http://www.ieeebangalore.org/" title="IEEE Bangalore">IEEE Bangalore Section</a>
<br>
<a target="blank" href="https://www.ieee.org/" title="IEEE">IEEE</a>
<br>
<a target="blank" href="http://nitk.ac.in/" title="NITK Surathkal">NITK Surathkal</a>
</div> -->
<div class="footer-div" id="footer">
<!-- Footer loaded dynamically using JS file 'footer.js' and data from 'footer.json' -->
</div>
<div class="footer-div">
<div>
© Copyright 2018 IEEE – All rights reserved. Use of this website signifies your agreement to the <a href="http://www.ieee.org/about/help/site_terms_conditions.html" style="color: black">IEEE Terms and Conditions</a>.
</div>
<div>
A not-for-profit organization, IEEE is the world's largest technical professional organization dedicated to advancing technology for the benefit of humanity.
</div>
</div>
</footer>
</div>
</div>
</body>
</html>