Skip to content

Commit a57de34

Browse files
committed
adjustments in navbar
1 parent 8453c62 commit a57de34

4 files changed

Lines changed: 202 additions & 198 deletions

File tree

src/app/schedule/page.tsx

Lines changed: 1 addition & 181 deletions
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,9 @@ export default function SchedulePage() {
3131
</div>
3232

3333
<Tabs defaultValue="all" className="max-w-5xl mx-auto">
34-
<TabsList className="grid w-full grid-cols-5 mb-8">
34+
<TabsList className="grid w-full grid-cols-2 mb-8">
3535
<TabsTrigger value="all">All Sessions</TabsTrigger>
36-
<TabsTrigger value="keynotes">Keynotes</TabsTrigger>
3736
<TabsTrigger value="papers">Paper Presentations</TabsTrigger>
38-
<TabsTrigger value="panels">Panel Discussions</TabsTrigger>
39-
<TabsTrigger value="guests">Guests</TabsTrigger>
4037
</TabsList>
4138

4239

@@ -367,88 +364,6 @@ export default function SchedulePage() {
367364
</div>
368365
</div>
369366
</TabsContent>
370-
371-
<TabsContent value="keynotes">
372-
<div className="space-y-4">
373-
<Card>
374-
<CardHeader className="pb-4 border-b border-gray-100">
375-
<div className="flex justify-between items-start">
376-
<div>
377-
<CardTitle className="text-xl font-semibold text-gray-900 leading-snug">
378-
Keynote: Strategic AI
379-
</CardTitle>
380-
<CardDescription className="mt-1 text-sm font-medium text-gray-500">
381-
Building Nepal’s Secure, Sovereign, and Sustainable Digital Economy
382-
</CardDescription>
383-
</div>
384-
<Badge className="bg-blue-50 text-blue-700 px-3 py-1 rounded-full text-sm font-medium shadow-sm hover:bg-blue-100 transition">
385-
Keynote
386-
</Badge>
387-
</div>
388-
</CardHeader>
389-
<CardContent>
390-
<div className="flex items-center gap-2 text-gray-600 mb-2">
391-
<MapPin className="h-4 w-4" />
392-
<span>CV Raman Hall</span>
393-
</div>
394-
<div className="flex items-center gap-2 text-gray-600 mb-3">
395-
<Mic className="h-4 w-4" />
396-
<span>
397-
Prof. Dr. Sudan Jha, Department of Computer Science and Engineering, Kathmandu University, Nepal
398-
</span>
399-
</div>
400-
<p className="text-gray-700">
401-
In the global AI race, nations face a pivotal choice: consume imported technology or architect a sovereign
402-
digital future. This keynote advocates for a strategic, homegrown approach to Artificial Intelligence as the
403-
foundation of Nepal’s next economic chapter. We will outline a concrete framework to leverage Nepal’s unique
404-
hydropower and climate advantages for building a sustainable, secure AI infrastructure. The address will then
405-
delve into AI’s transformative impact from core sectors to accelerating scientific research and innovation.
406-
</p>
407-
</CardContent>
408-
</Card>
409-
<Card>
410-
<CardHeader className="pb-4 border-b border-gray-100">
411-
<div className="flex justify-between items-start">
412-
<div>
413-
<CardTitle className="text-xl font-semibold text-gray-900 leading-snug">
414-
Keynote: Beyond Interference
415-
</CardTitle>
416-
<CardDescription className="mt-1 text-sm font-medium text-gray-500">
417-
AI2XPR: AI-Enabled Interference-Resilience Next Generation Photonics Radar
418-
</CardDescription>
419-
</div>
420-
<Badge className="bg-blue-50 text-blue-700 px-3 py-1 rounded-full text-sm font-medium shadow-sm hover:bg-blue-100 transition">
421-
Keynote
422-
</Badge>
423-
</div>
424-
</CardHeader>
425-
<CardContent>
426-
<div className="flex items-center gap-2 text-gray-600 mb-2">
427-
<MapPin className="h-4 w-4" />
428-
<span>CV Raman Hall</span>
429-
</div>
430-
<div className="flex items-center gap-2 text-gray-600 mb-3">
431-
<Mic className="h-4 w-4" />
432-
<span>
433-
Prof. Dr. Bikash Nakarmi, Department of Computer Science and Engineering, Kathmandu University, Nepal
434-
</span>
435-
</div>
436-
<p className="text-gray-700">
437-
The rapid advancements in Artificial Intelligence (AI) and Microwave Photonics (MWP) are changing industries by
438-
enhancing performance, efficiency, and reliability across secure communications, satellite systems, autonomous
439-
systems, and radar. This keynote introduces AI2XPR, an AI-powered, photonics-based radar system that delivers
440-
next-generation detection with enhanced accuracy, resilience, and efficiency at minimal computational load. As
441-
radar operates in congested bands, mitigating interference (improving SINR) and enhancing target detection
442-
(improving range resolution) are critical. AI2XPR combines photonics-based signal processing, robust waveform
443-
generation (RWG), high-bandwidth and multi-band operation, and AI for real-time interference recognition and
444-
mitigation—ensuring interference-resilient performance. It will cover radar foundations, photonics radar features,
445-
and how AI2XPR shapes resilient sensing in complex multi-radar environments.
446-
</p>
447-
</CardContent>
448-
</Card>
449-
</div>
450-
</TabsContent>
451-
452367
<TabsContent value="papers">
453368
<div className="space-y-4">
454369
<div className="bg-gray-50 p-4 rounded-lg mb-6">
@@ -966,93 +881,6 @@ export default function SchedulePage() {
966881
</Card>
967882
</div>
968883
</TabsContent>
969-
970-
<TabsContent value="guests">
971-
<div className="space-y-6">
972-
{/* Chief Guest */}
973-
<Card>
974-
<CardHeader className="pb-2">
975-
<div className="flex justify-between items-start">
976-
<div>
977-
<CardTitle className="text-xl font-semibold text-gray-900">
978-
Chief Guest
979-
</CardTitle>
980-
</div>
981-
<Badge className="bg-purple-100 text-purple-800 hover:bg-purple-200">
982-
Guest
983-
</Badge>
984-
</div>
985-
</CardHeader>
986-
<CardContent>
987-
<p className="text-gray-800 font-medium">
988-
Prof. Dr. Achyut Prasad Wagle
989-
</p>
990-
<p className="text-gray-600">
991-
Vice Chancellor,<br />Kathmandu University
992-
</p>
993-
</CardContent>
994-
</Card>
995-
996-
{/* Special Guest */}
997-
<Card>
998-
<CardHeader className="pb-2">
999-
<div className="flex justify-between items-start">
1000-
<div>
1001-
<CardTitle className="text-xl font-semibold text-gray-900">
1002-
Special Guest
1003-
</CardTitle>
1004-
</div>
1005-
<Badge className="bg-purple-100 text-purple-800 hover:bg-purple-200">
1006-
Guest
1007-
</Badge>
1008-
</div>
1009-
</CardHeader>
1010-
<CardContent>
1011-
<p className="text-gray-800 font-medium">Dr. Subarna Shakya</p>
1012-
<p className="text-gray-600">
1013-
Professor of Computer Engineering,<br />
1014-
Department of Electronics and Computer Engineering,<br />
1015-
Pulchowk Campus, Institute of Engineering
1016-
</p>
1017-
</CardContent>
1018-
</Card>
1019-
1020-
{/* Guests */}
1021-
<Card>
1022-
<CardHeader className="pb-2">
1023-
<div className="flex justify-between items-start">
1024-
<div>
1025-
<CardTitle className="text-xl font-semibold text-gray-900">
1026-
Guests
1027-
</CardTitle>
1028-
</div>
1029-
<Badge className="bg-purple-100 text-purple-800 hover:bg-purple-200">
1030-
Guests
1031-
</Badge>
1032-
</div>
1033-
</CardHeader>
1034-
<CardContent>
1035-
<ul className="list-disc list-inside ml-4 space-y-2 text-gray-700">
1036-
<li>
1037-
<span className="font-medium">Prof. Dr. Manish Pokharel</span> — Dean, School of Engineering, Kathmandu University
1038-
</li>
1039-
<li>
1040-
<span className="font-medium">Prof. Dr. Bed Mani Dahal</span> — Dean, School of Science, Kathmandu University
1041-
</li>
1042-
<li>
1043-
<span className="font-medium">Sailesh Chitrakar, PhD.</span> — KUSET Co Editor-in-Chief
1044-
</li>
1045-
<li>
1046-
<span className="font-medium">Assoc. Prof. Brijesh Adhikary</span> — KU RDI Acting Director
1047-
</li>
1048-
<li>
1049-
<span className="font-medium">Prof. Dr. Ujjwol Man Joshi</span> — Associate Dean, School of Science, Kathmandu University
1050-
</li>
1051-
</ul>
1052-
</CardContent>
1053-
</Card>
1054-
</div>
1055-
</TabsContent>
1056884
</Tabs>
1057885

1058886
<div className="max-w-4xl mx-auto mt-12 bg-blue-50 p-6 rounded-lg">
@@ -1073,14 +901,6 @@ export default function SchedulePage() {
1073901
website or mobile app for the most up-to-date information.
1074902
</p>
1075903
</div>
1076-
1077-
<div>
1078-
<h3 className="font-semibold">Mobile App</h3>
1079-
<p className="text-gray-700 mt-1">
1080-
Download the NCCI 2025 mobile app for real-time schedule updates,
1081-
speaker information, and networking features.
1082-
</p>
1083-
</div>
1084904
</div>
1085905
</div>
1086906
</div>

src/app/sitemap.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ export default function sitemap() {
3737
priority: 0.6,
3838
},
3939
{
40-
url: 'https://conf.kucc.ku.edu.np/timeline',
40+
url: 'https://conf.kucc.ku.edu.np/schedule',
4141
lastModified: new Date(),
4242
changeFrequency: 'weekly',
4343
priority: 0.7,

0 commit comments

Comments
 (0)