-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
809 lines (793 loc) · 42.3 KB
/
index.html
File metadata and controls
809 lines (793 loc) · 42.3 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
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
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>NSRC</title>
<link
href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css"
rel="stylesheet"
integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65"
crossorigin="anonymous"
/>
<link rel="stylesheet" href="styles.css" />
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap"
rel="stylesheet"
/>
<link
href="https://fonts.googleapis.com/css2?family=Risque&display=swap"
rel="stylesheet"
/>
</head>
<body>
<nav>
<ul class="sidebar">
<li onclick="hideSidebar()">
><img
src="close_24dp_E3E3E3_FILL0_wght400_GRAD0_opsz24.svg"
alt="Close sidebar"
width="26"
height="26"
/>
</li>
<li><a class="hoverStyle" href="#home">Home</a></li>
<li><a class="hoverStyle" href="#about">About</a></li>
<li><a class="hoverStyle" href="#host">Host</a></li>
<li><a class="hoverStyle" href="#events">Events</a></li>
<li>
<a class="hoverStyle" href="#registrations"
>Registrations</a
>
</li>
<li>
<a class="hoverStyle" href="./sponsorship.html"
>Sponsorship</a
>
</li>
<li>
<a class="hoverStyle" href="./committee.html">Committees</a>
</li>
<li>
<a
class="hoverStyle"
href="./call-for-digest-submission.html"
>Call for digest submission</a
>
</li>
<li>
<a href="https://links.ieeesbnitc.in/nsrc"
><button class="button">Register Now</button></a
>
</li>
</ul>
<ul class="navbar">
<li>
<a href="#"
><img class="logo" src="ieeeies.svg" alt="ieee logo"
/></a>
</li>
<li class="hideOnMobile hoverStyle">
<a href="#home">Home</a>
</li>
<li class="hideOnMobile hoverStyle">
<a href="#about">About</a>
</li>
<li class="hideOnMobile hoverStyle">
<a href="#host">Host</a>
</li>
<li class="hideOnMobile hoverStyle">
<a href="#events">Events</a>
</li>
<li class="hideOnMobile hoverStyle">
<a href="#registrations">Registrations</a>
</li>
<li>
<a class="hideOnMobile hoverStyle" href="./sponsorship.html"
>Sponsorship</a
>
</li>
<li class="hideOnMobile hoverStyle">
<a href="./committee.html">Committees</a>
</li>
<li class="hideOnMobile hoverStyle">
<a href="./call-for-digest-submission.html"
>Call for digest submission</a
>
</li>
<li class="hideOnMobile">
<a href="https://links.ieeesbnitc.in/nsrc"
><button class="button">Register Now</button></a
>
</li>
<li class="menu-button" onclick="showSidebar()">
<img
src="menu_24dp_E3E3E3_FILL0_wght400_GRAD0_opsz24.svg"
alt="Icon"
width="26"
height="26"
/>
</li>
</ul>
</nav>
<div class="announcement-bar">
<div class="announcement-content">
<div class="scrolling-text">
Authors of accepted digests are required to register for NSRC 2025 and upload the camera-ready version (final digest formatted as per the template) through the Microsoft CMT portal.
</div>
</div>
</div>
<div class="hero-section" id="home">
<div class="hero-text">
<div class="main">
<h1>
National Symposium &<br />Research Colloquium (NSRC) 2025<br /> (An IEEE IES SCLA funded event)<br />
</h1>
<h2>
Organised by IEEE SB NITC in association with<br />
IEEE IA/IE/PELS Joint Chapter Kerala
</h2>
</div>
<div class="line"></div>
<p>
<span class="date">October 4-5</span>
<span class="location">| NIT, Calicut</span>
</p>
<button class="view-schedule-btn" onclick="openScheduleModal()">View Schedule</button>
</div>
</div>
<section class="ieee-banner">
<div class="logo-container">
<img
class="forty-years"
src="40yr.webp"
alt="40 Years of IEEE SB NITC"
/>
<img class="ias" src="ieee_combined.svg" alt="IEEE IAS" />
<img class="ieee-main" src="ieee.webp" alt="IEEE Logo" />
</div>
</section>
<section class="background-color">
<section class="timeline-section">
<h1 class="timeline-heading">Timeline</h1>
<div class="timeline-container">
<div class="timeline-card">
<p class="date">25th July 2025</p>
<p class="title">Digest Submission<br />Starts</p>
</div>
<div class="timeline-card">
<p class="date">20th September 2025</p>
<p class="title">Digest Submission<br />Ends</p>
</div>
<div class="timeline-card">
<p class="date">21th September 2025</p>
<p class="title">
Notification of<br />Acceptance of Digest
</p>
</div>
<div class="timeline-card">
<p class="date">30th September 2025</p>
<p class="title">Deadline for<br />Registration</p>
</div>
<div class="timeline-card">
<p class="date">4th October 2025</p>
<p class="title">NSRC Official Events<br />Starts</p>
</div>
<div class="timeline-card">
<p class="date">5th October 2025</p>
<p class="title">Event End Date</p>
</div>
</div>
</section>
<div class="events" id="events">
<div class="events-title">Explore Events</div>
<div class="events-desc">
The IEEE IES Symposium 2025 is a premier technical event
focused on industrial electronics innovation, featuring
immersive workshops, training programs, and a dynamic
industry-academia dialogue.
</div>
<div class="events-container">
<img
src="images/meet our host.jpg"
class="events-container-card"
alt="Meet Our Host"
/>
<img
src="images/website launch.jpg"
class="events-container-card"
alt="Website Launch"
/>
<img
src="images/early bird registration closing.jpeg"
class="events-container-card"
alt="Early Bird Registration Closing"
/>
<img
src="images/call for digest submissions.jpg"
class="events-container-card"
alt="Call for Digest Submissions"
/>
<img
src="images/digest submission date extended.jpeg"
class="events-container-card"
alt="Digest Submission Deadline Extended"
/>
<img
src="images/conference tracks.jpeg"
class="events-container-card"
alt="Conference Tracks"
/>
<img
src="images/one registration includes.jpeg"
class="events-container-card"
alt="One Registration Includes"
/>
<img
src="images/workshop - future in wheels.jpeg"
class="events-container-card"
alt="Workshop - Future in Wheels"
/>
<img
src="images/workshop - minds in code.jpeg"
class="events-container-card"
alt="Workshop - Minds in Code"
/>
<img
src="images/workshop - prompting and tuning llms.jpeg"
class="events-container-card"
alt="Workshop - Prompting and Tuning LLMs"
/>
<img
src="images/workshop - scientific machine learning.jpeg"
class="events-container-card"
alt="Workshop - Scientific Machine Learning"
/>
<img
src="images/workshop - tracing the digital trail (2).jpeg"
class="events-container-card"
alt="Workshop - Tracing the Digital Trail"
/>
<img
src="images/uav workshop.jpeg"
class="events-container-card"
alt="UAV Workshop"
/>
</div>
</div>
<div class="registrations" id="registrations">
<div class="registrations-title">Registrations</div>
<div
class="registration-benefits"
style="
color: #ffffff;
font-size: 20px;
text-align: center;
max-width: 1250px;
"
>
<h3 style="margin-bottom: 20px; color: #f78c40">
Your Registration Covers It All!
</h3>
<p>
One registration opens the door to a comprehensive and
enriching experience, including:
</p>
<ul
style="
list-style-type: none;
padding-left: 0;
margin-top: 15px;
text-align: left;
display: inline-block;
"
>
<li
style="
margin-bottom: 10px;
padding-left: 25px;
position: relative;
"
>
<span
style="
color: #f78c40;
position: absolute;
left: 0;
"
>•</span
>
Two Thematic Workshops designed to give you hands-on
insights into cutting-edge domains.
</li>
<li
style="
margin-bottom: 10px;
padding-left: 25px;
position: relative;
"
>
<span
style="
color: #f78c40;
position: absolute;
left: 0;
"
>•</span
>
Multiple Keynote Sessions by eminent leaders and
experts from academia and industry.
</li>
<li
style="
margin-bottom: 10px;
padding-left: 25px;
position: relative;
"
>
<span
style="
color: #f78c40;
position: absolute;
left: 0;
"
>•</span
>
Young Professional Talks offering perspectives from
the next generation of innovators.
</li>
<li
style="
margin-bottom: 10px;
padding-left: 25px;
position: relative;
"
>
<span
style="
color: #f78c40;
position: absolute;
left: 0;
"
>•</span
>
Industry–Academia Conclave bridging research with
real-world applications.
</li>
<li
style="
margin-bottom: 10px;
padding-left: 25px;
position: relative;
"
>
<span
style="
color: #f78c40;
position: absolute;
left: 0;
"
>•</span
>
Cultural Night & Gala Dinner for networking in a
relaxed and festive atmosphere.
</li>
<li
style="
margin-bottom: 10px;
padding-left: 25px;
position: relative;
"
>
<span
style="
color: #f78c40;
position: absolute;
left: 0;
"
>•</span
>
Exclusive Lab Visits showcasing advanced facilities
and ongoing research.
</li>
</ul>
<p style="margin-top: 15px; font-style: italic">
Certificate will be provided to all participants
</p>
<p style="margin-top: 15px; font-style: italic">
No separate registration fee for Digest submission
</p>
<p style="margin-top: 10px">
Join us to learn, connect, and celebrate innovation—all
with just a single registration!
</p>
</div>
<div class="registrations-container">
<div class="registrations-container-card">
<div class="registrations-container-card-left">
<div class="registrations-container-card-left-top">
<div
class="registrations-container-card-left-top-price"
>
<div class="old-price-container">
<span class="old-price">Rs 1500</span>
<div class="price-line"></div>
</div>
<span class="new-price">Rs 1350</span>
</div>
<div
class="registrations-container-card-left-top-subtitle"
>
For IES Members
</div>
</div>
<div class="button-container">
<button
class="registrations-container-card-left-button"
onclick="window.location.href='https://links.ieeesbnitc.in/nsrc'"
>
Book Now
</button>
<div class="early-bird-offer">
Early Bird Offer
</div>
</div>
</div>
<div class="registrations-container-card-right">
<div
class="registrations-container-card-right-cutline"
></div>
<img
src="images/QR_code.png"
class="registrations-container-card-right-barcode"
alt="QrCode"
/>
</div>
</div>
<div class="registrations-container-card">
<div class="registrations-container-card-left">
<div class="registrations-container-card-left-top">
<div
class="registrations-container-card-left-top-price"
>
<div class="old-price-container">
<span class="old-price">Rs 1550</span>
<div class="price-line"></div>
</div>
<span class="new-price">Rs 1400</span>
</div>
<div
class="registrations-container-card-left-top-subtitle"
>
For IAS/PELS Members
</div>
</div>
<div class="button-container">
<button
class="registrations-container-card-left-button"
onclick="window.location.href='https://links.ieeesbnitc.in/nsrc'"
>
Book Now
</button>
<div class="early-bird-offer">
Early Bird Offer
</div>
</div>
</div>
<div class="registrations-container-card-right">
<div
class="registrations-container-card-right-cutline"
></div>
<img
src="images/QR_code.png"
class="registrations-container-card-right-barcode"
alt="QrCode"
/>
</div>
</div>
<div class="registrations-container-card">
<div class="registrations-container-card-left">
<div class="registrations-container-card-left-top">
<div
class="registrations-container-card-left-top-price"
>
<div class="old-price-container">
<span class="old-price">Rs 1600</span>
<div class="price-line"></div>
</div>
<span class="new-price">Rs 1450</span>
</div>
<div
class="registrations-container-card-left-top-subtitle"
>
For IEEE Members
</div>
</div>
<div class="button-container">
<button
class="registrations-container-card-left-button"
onclick="window.location.href='https://links.ieeesbnitc.in/nsrc'"
>
Book Now
</button>
<div class="early-bird-offer">
Early Bird Offer
</div>
</div>
</div>
<div class="registrations-container-card-right">
<div
class="registrations-container-card-right-cutline"
></div>
<img
src="images/QR_code.png"
class="registrations-container-card-right-barcode"
alt="QrCode"
/>
</div>
</div>
<div class="registrations-container-card">
<div class="registrations-container-card-left">
<div class="registrations-container-card-left-top">
<div
class="registrations-container-card-left-top-price"
>
<div class="old-price-container">
<span class="old-price">Rs 1650</span>
<div class="price-line"></div>
</div>
<span class="new-price">Rs 1500</span>
</div>
<div
class="registrations-container-card-left-top-subtitle"
>
For Non-IEEE Members
</div>
</div>
<div class="button-container">
<button
class="registrations-container-card-left-button"
onclick="window.location.href='https://links.ieeesbnitc.in/nsrc'"
>
Book Now
</button>
<div class="early-bird-offer">
Early Bird Offer
</div>
</div>
</div>
<div class="registrations-container-card-right">
<div
class="registrations-container-card-right-cutline"
></div>
<img
src="images/QR_code.png"
class="registrations-container-card-right-barcode"
alt="QrCode"
/>
</div>
</div>
</div>
</div>
<div class="microsoft-service">
The Microsoft CMT service was used for managing the
peer-reviewing process for this conference. This service was
provided for free by Microsoft and they bore all expenses,
including costs for Azure cloud services as well as for software
development and support.
</div>
<div class="mb-5 text-center about-section">
<h6 class="mb-1 ml-5 font-sizes-orange">
<b class="orange">A B O U T</b>
</h6>
<h1 class="font-sizes-white">
<b>National Symposium and<br />Research Colloquium 2025</b>
</h1>
<div class="col-15 col-md-6 mx-auto text-center para mt-3">
The <b><em>National Symposium and Research Colloquium</b></em> (NSRC) is a premier national platform that celebrates the power of research to shape ideas, inspire innovation, and drive meaningful change. Designed to foster academic excellence and interdisciplinary collaboration, NSRC brings together scholars, researchers, and professionals from across the country to present original work, share perspectives, and spark new thinking.
<br /><br />
Now entering its 3rd edition, NSRC 2025 hosted by NIT Calicut is expected to attract <b><em>three hundreds of participants from academia, research institutions, and industry</b></em>. The symposium will feature expert keynote lectures, peer-reviewed paper presentations, poster sessions, and thematic workshops on cutting-edge domains. An exclusive Industry–Academia Conclave will provide a platform for dialogue between researchers and industry leaders, while Young Professional Talks will showcase inspiring career journeys and insights from emerging innovators.
<br /><br />
Beyond its academic sessions, NSRC 2025 will also include lab visits, a cultural night, and networking opportunities, making it a holistic experience that blends research, collaboration, and community. By cultivating a space where curiosity meets purpose, NSRC champions research that is not only rigorous but also relevant — encouraging participants to move beyond conventional boundaries and contribute to conversations that matter.
</div>
</div>
<hr class="white-hr mb-4" style="margin-left: 0px" />
<div class="container mb-3 target-section" id="about">
<h6 class="mb-1 ml-5 margin-left-52 font-sizes-orange">
<b class="orange">A B O U T</b>
</h6>
<h2 class="mb-4 font-sizes-white">
<b class="ml-3 margin-left-52">IEEE IES and SCLA</b>
</h2>
<div class="row responsive-row1 text-center">
<div class="col-12 col-md-6">
<div class="image-container">
<img
class="admin-block"
src="symposium.webp"
alt="symposium"
/>
</div>
</div>
<div class="col-12 col-md-6 text-center para mt-3">
The <b><em>IEEE Industrial Electronics Society (IES)</b></em> is a leading global society within IEEE, dedicated to advancing knowledge and applications in industrial electronics, automation, robotics, power electronics, and intelligent systems. With an active global network of professionals, IES supports innovation, education, and professional development through conferences, publications, and chapter-level initiatives.
<br /><br />
The <b><em>Support for Chapter Local Activities (SCLA)</b></em> is a key funding program under IEEE IES that enables local chapters to organize impactful technical events, student outreach programs, and professional development activities. Through SCLA, chapters are encouraged to design initiatives that bring together academia, industry, and young professionals, thereby strengthening the local IEEE ecosystem while aligning with global IES objectives.
<br /><br />
The vision of NSRC 2025 directly complements the goals of SCLA by creating a national-level platform for scholars, young professionals, and industry leaders to engage in dialogue, showcase research, and build collaborations. With its <b><em>thematic workshops, Industry–Academia Conclave, Young Professional Talks, cultural exchanges, and lab visits</b></em>, NSRC embodies the same spirit of local empowerment, professional development, and knowledge sharing that SCLA seeks to promote.
<br /><br />
Thus, NSRC 2025 stands as a flagship outcome of the IEEE IA/IE/PELS Jt. Chapter's sustained SCLA-supported efforts, scaling them into a broader national platform that amplifies both impact and outreach.
</div>
</div>
</div>
<br />
<hr class="white-hr white-hr2 mb-4 mt-4" />
<div class="container mb-5 target-section" id="host">
<h6 class="mb-1 ml-4 margin-left-host font-sizes-orange">
<b class="orange">O U R H O S T</b>
</h6>
<h2 class="ml-4 mb-4 margin-left-host font-sizes-white">
<b>NIT CALICUT</b>
</h2>
<div class="row responsive-row2">
<div class="col-12 col-md-6 text-center para mt-3">
The <b><em>National Institute of Technology Calicut (NITC)</b></em> is an <b><em>Institute of National Importance</b></em> and one of India's leading institutions in engineering, technology, architecture, and management education. In the NIRF 2025 rankings, <b><em>NIT Calicut was placed 21st in Engineering</b></em>, reaffirming its stature among the top engineering institutions in the country. The institute has also excelled in the <b><em>Architecture and Planning category, where it secured the 2nd rank in 2025</b></em>, continuing its legacy as one of the nation's foremost schools of architecture. Furthermore, NITC has been consistently recognized in the NIRF Innovation rankings, being one of the very few NITs to feature in the top-10 for innovation and entrepreneurship initiatives. With its strong emphasis on interdisciplinary research, industry collaborations, and a vibrant innovation ecosystem, NIT Calicut continues to play a pivotal role in nurturing talent and driving technological and societal progress.
<br /><br />
The <b><em>IEEE Student Branch at NIT Calicut (IEEE SB NITC)</b></em> is among the most active and decorated student branches in India. It has received several prestigious recognitions, including the Outstanding Student Branch Award from the IEEE Kerala Section, the Outstanding Student Branch Award from the IEEE India Council, and even accolades at the IEEE Region 10 (Asia–Pacific) level, reflecting its excellence across local, national, and regional fronts. These awards highlight the branch's sustained leadership, technical contributions, and commitment to professional and humanitarian activities. IEEE SB NITC regularly organizes flagship events such as Hack4Good, technical workshops, national-level symposiums, and outreach programs that empower students to innovate and collaborate. With its large and diverse membership spanning multiple IEEE societies, the branch has established itself as a hub of technical learning, professional growth, and community service, making it a model IEEE Student Branch not just in Kerala, but across India and the wider Region 10 community.
</div>
<div class="col-12 col-md-6 text-center">
<div class="image-container">
<img
class="admin-block"
src="admin-block.webp"
alt="admin-block"
/>
</div>
</div>
</div>
</div>
<hr class="white-hr mb-4" style="margin-left: 0px" />
<div class="mb-5 text-center about-section">
<h6 class="mb-1 ml-5 font-sizes-orange">
<b class="orange">A B O U T</b>
</h6>
<h1 class="font-sizes-white">
<b> IEEE IAS/IES/PELS jt.Chapter<br />Kerala Section </b>
</h1>
<div class="col-12 col-md-6 mx-auto text-center para mt-3">
The IEEE IAS/IES/PELS Joint Chapter, Kerala Section is one of the most dynamic professional communities in India, bringing together experts, researchers, and students in the fields of <b><em>industry applications, industrial electronics, and power electronics</b></em>. With an active membership base of over two thousand professionals and students, the Chapter has earned global recognition for its outstanding technical and professional activities.
<br /><br />
The Chapter has been consistently recognized by IEEE, having received prestigious honours including the Best Chapter Award from the IEEE IAS CMD. It has also been lauded by IEEE IES and IEEE PELS for its impactful initiatives and technical excellence. In addition to its professional activities, the Chapter places special emphasis on nurturing young talent by offering student travel support, research presentation opportunities, and mentorship programs, thereby enabling active participation in international conferences and technical forums.
<br /><br />
Through conferences, distinguished lectures, industry conclaves, and collaborative programs with student branches across Kerala, the Chapter has built a strong bridge between academia and industry, with a particular focus on <b><em>sustainable energy, e-mobility, smart grids, power electronics, and climate-aligned innovations</b></em>. Its vibrant activities continue to make a significant impact both locally and internationally.
</div>
</div>
<hr class="white-hr-3 white-hr" />
<div class="container mb-3 mt-5">
<h1 class="text-center mb-3 font-sizes-white special">
<b>Contact Details</b>
</h1>
<h6 class="text-center mb-5 font-sizes-orange special-1">
<b class="orange">Get In Touch With Us</b>
</h6>
<div class="row responsive-row1">
<div class="col-12 col-md-7">
<p class="margin-top font-style"><b>Location:</b></p>
<p class="mt-4 gap">
National Institute of Technology,Calicut<br />
NIT Campus P.O 673601<br />
Kozhikode, Kerala<br />
</p>
<p class="mt-4 font-style gap">
<b>Nearest Railway:</b>
</p>
<p class="mt-3">Kozhikode 27KM</p>
<p class="mt-4 font-style gap">
<b>Nearest Airport:</b>
</p>
<p class="mt-3">Calicut International Airport 27KM</p>
</div>
<iframe
class="responsive col-12 col-md-5"
src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d2730733.658000074!2d83.38249852470864!3d19.049280997981015!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3ba642febeb0e1ab%3A0x3a6d7f0c60e80563!2sCalicut%20Mukkam%20Road%2C%20Kerala!5e0!3m2!1sen!2sin!4v1751300223753!5m2!1sen!2sin"
style="border: 0"
allowfullscreen=""
loading="lazy"
referrerpolicy="no-referrer-when-downgrade"
></iframe>
</div>
</div>
<footer>
<hr class="orange-hr mb-5" />
<div class="container">
<div class="row text-center flex-wrap">
<div class="col-6 col-md-3 mb-5">
Chair<br />
Ajay Suresh<br />
9048429966
</div>
<div class="col-6 col-md-3 mb-5">
Vice Chair <br />
Sreekandh<br />
8943107120
</div>
<div class="col-6 col-md-3">
Mail ID<br />
<div class="row">
<p class="wrap">ieeesb@nitc.ac.in</p>
</div>
</div>
<div class="col-6 col-md-3">
Follow Us<br />
<div class="row justify-content-center mt-1">
<img
style="width: 2.9rem; height: 2.9rem"
src="facebook-svgrepo-com.svg"
class="col-2"
alt="Facebook"
/>
<img
style="width: 3rem; height: 3rem"
src="instagram-svgrepo-com-cropped.svg"
class="col-2"
alt="Instagram"
/>
<img
style="width: 3rem; height: 3rem"
src="linkedin-svgrepo-com-cropped.svg"
class="col-2"
alt="LinkedIn"
/>
</div>
</div>
</div>
</div>
<hr class="orange-hr" />
<p class="text-center">© Copyright 2025 IEEE SB NITC</p>
</footer>
</section>
<script>
function showSidebar() {
const sidebar = document.querySelector(".sidebar");
sidebar.style.display = "flex";
}
function hideSidebar() {
const sidebar = document.querySelector(".sidebar");
sidebar.style.display = "none";
}
function openScheduleModal() {
document.getElementById('scheduleModal').style.display = 'block';
}
function closeScheduleModal() {
document.getElementById('scheduleModal').style.display = 'none';
}
// Close modal when clicking outside of it
window.onclick = function(event) {
const modal = document.getElementById('scheduleModal');
if (event.target == modal) {
modal.style.display = 'none';
}
}
</script>
<script src="script.js"></script>
<!-- PDF Modal -->
<div id="scheduleModal" class="modal">
<div class="modal-content">
<div class="modal-header">
<h2>NSRC 2025 Schedule</h2>
<span class="close" onclick="closeScheduleModal()">×</span>
</div>
<div class="modal-body">
<embed src="documents/NSRC Schedule.pdf" type="application/pdf" width="100%" height="100%" />
<p style="text-align: center; margin-top: 10px;">
<a href="documents/NSRC Schedule.pdf" target="_blank" style="color: #ff6b35; text-decoration: none;">
Open in new tab
</a>
</p>
</div>
</div>
</div>
</body>
</html>