Skip to content

Commit 70800eb

Browse files
committed
keynote updated
1 parent 90371c4 commit 70800eb

File tree

1 file changed

+51
-166
lines changed

1 file changed

+51
-166
lines changed

src/app/schedule/page.tsx

Lines changed: 51 additions & 166 deletions
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ export default function SchedulePage() {
183183
<CardContent>
184184
<div className="flex items-center gap-2 text-gray-600 mb-2">
185185
<MapPin className="h-4 w-4" />
186-
<span>Main Auditorium</span>
186+
<span>CV Raman Hall</span>
187187
</div>
188188
<p className="text-gray-700">
189189
Addresses and keynote messages from distinguished guests and speakers.
@@ -294,10 +294,6 @@ export default function SchedulePage() {
294294
</div>
295295
</CardHeader>
296296
<CardContent>
297-
<div className="flex items-center gap-2 text-gray-600 mb-2">
298-
<MapPin className="h-4 w-4" />
299-
<span>Exhibition Hall</span>
300-
</div>
301297
<div className="flex items-center gap-2 text-gray-600 mb-3">
302298
<Coffee className="h-4 w-4" />
303299
<span>Refreshments provided</span>
@@ -366,198 +362,87 @@ export default function SchedulePage() {
366362
</Card>
367363
</div>
368364
</div>
369-
370-
{/* Closing Session */}
371-
<div>
372-
<h2 className="text-2xl font-bold mb-4">Closing Session</h2>
373-
<div className="space-y-4">
374-
<Card>
375-
<CardHeader className="pb-2">
376-
<div className="flex justify-between items-start">
377-
<div>
378-
<CardTitle>
379-
Best Paper Awards & Closing Ceremony
380-
</CardTitle>
381-
<CardDescription>5:30 PM - 6:00 PM</CardDescription>
382-
</div>
383-
<Badge className="bg-purple-100 text-purple-800 hover:bg-purple-200">
384-
Ceremony
385-
</Badge>
386-
</div>
387-
</CardHeader>
388-
<CardContent>
389-
<div className="flex items-center gap-2 text-gray-600 mb-2">
390-
<MapPin className="h-4 w-4" />
391-
<span>Main Auditorium</span>
392-
</div>
393-
<div className="flex items-center gap-2 text-gray-600 mb-3">
394-
<FileText className="h-4 w-4" />
395-
<span>Awards for best papers and presentations</span>
396-
</div>
397-
<p className="text-gray-700">
398-
Recognition of outstanding papers and presentations,
399-
followed by closing remarks and announcement of future
400-
events.
401-
</p>
402-
</CardContent>
403-
</Card>
404-
405-
<Card>
406-
<CardHeader className="pb-2">
407-
<div className="flex justify-between items-start">
408-
<div>
409-
<CardTitle>Networking Reception</CardTitle>
410-
<CardDescription>6:00 PM - 7:30 PM</CardDescription>
411-
</div>
412-
<Badge className="bg-green-100 text-green-800 hover:bg-green-200">
413-
Social
414-
</Badge>
415-
</div>
416-
</CardHeader>
417-
<CardContent>
418-
<div className="flex items-center gap-2 text-gray-600 mb-2">
419-
<MapPin className="h-4 w-4" />
420-
<span>Garden Area</span>
421-
</div>
422-
<p className="text-gray-700">
423-
Join us for a farewell reception with light refreshments
424-
and networking opportunities. Connect with speakers,
425-
fellow attendees, and industry representatives in a
426-
relaxed setting.
427-
</p>
428-
</CardContent>
429-
</Card>
430-
</div>
431-
</div>
432365
</div>
433366
</TabsContent>
434367

435368
<TabsContent value="keynotes">
436369
<div className="space-y-4">
437370
<Card>
438-
<CardHeader className="pb-2">
371+
<CardHeader className="pb-4 border-b border-gray-100">
439372
<div className="flex justify-between items-start">
440-
<div>
441-
<CardTitle>
442-
Keynote: The Future of AI: Opportunities and Challenges
443-
</CardTitle>
444-
<CardDescription>9:30 AM - 10:30 AM</CardDescription>
445-
</div>
446-
<Badge className="bg-blue-100 text-blue-800 hover:bg-blue-200">
447-
Keynote
448-
</Badge>
449-
</div>
450-
</CardHeader>
451-
<CardContent>
452-
<div className="flex items-center gap-2 text-gray-600 mb-2">
453-
<MapPin className="h-4 w-4" />
454-
<span>Main Auditorium</span>
373+
<div>
374+
<CardTitle className="text-xl font-semibold text-gray-900 leading-snug">
375+
Keynote: Strategic AI
376+
</CardTitle>
377+
<CardDescription className="mt-1 text-sm font-medium text-gray-500">
378+
Building Nepal’s Secure, Sovereign, and Sustainable Digital Economy
379+
</CardDescription>
455380
</div>
456-
<div className="flex items-center gap-2 text-gray-600 mb-3">
457-
<Mic className="h-4 w-4" />
458-
<span>Dr. Rajesh Sharma, Stanford University</span>
459-
</div>
460-
<p className="text-gray-700">
461-
An exploration of the current state and future directions of
462-
artificial intelligence, including ethical considerations,
463-
technological advancements, and potential societal impacts.
464-
</p>
465-
</CardContent>
466-
</Card>
467-
468-
<Card>
469-
<CardHeader className="pb-2">
470-
<div className="flex justify-between items-start">
471-
<div>
472-
<CardTitle>
473-
Keynote: Cybersecurity in the Age of Quantum Computing
474-
</CardTitle>
475-
<CardDescription>11:00 AM - 12:00 PM</CardDescription>
476-
</div>
477-
<Badge className="bg-blue-100 text-blue-800 hover:bg-blue-200">
478-
Keynote
479-
</Badge>
381+
<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">
382+
Keynote
383+
</Badge>
480384
</div>
481385
</CardHeader>
482386
<CardContent>
483387
<div className="flex items-center gap-2 text-gray-600 mb-2">
484-
<MapPin className="h-4 w-4" />
485-
<span>Main Auditorium</span>
388+
<MapPin className="h-4 w-4" />
389+
<span>CV Raman Hall</span>
486390
</div>
487391
<div className="flex items-center gap-2 text-gray-600 mb-3">
488-
<Mic className="h-4 w-4" />
489-
<span>Dr. Lisa Chen, TechGlobal Inc.</span>
392+
<Mic className="h-4 w-4" />
393+
<span>
394+
Prof. Dr. Sudan Jha, Department of Computer Science and Engineering, Kathmandu University, Nepal
395+
</span>
490396
</div>
491397
<p className="text-gray-700">
492-
An in-depth look at how quantum computing is reshaping the
493-
cybersecurity landscape, including threats to current
494-
encryption methods and the development of quantum-resistant
495-
cryptography.
398+
In the global AI race, nations face a pivotal choice: consume imported technology or architect a sovereign
399+
digital future. This keynote advocates for a strategic, homegrown approach to Artificial Intelligence as the
400+
foundation of Nepal’s next economic chapter. We will outline a concrete framework to leverage Nepal’s unique
401+
hydropower and climate advantages for building a sustainable, secure AI infrastructure. The address will then
402+
delve into AI’s transformative impact from core sectors to accelerating scientific research and innovation.
496403
</p>
497404
</CardContent>
498-
</Card>
499-
405+
</Card>
500406
<Card>
501-
<CardHeader className="pb-2">
407+
<CardHeader className="pb-4 border-b border-gray-100">
502408
<div className="flex justify-between items-start">
503-
<div>
504-
<CardTitle>
505-
Keynote: Cloud Computing: Trends and Future Directions
506-
</CardTitle>
507-
<CardDescription>2:00 PM - 3:00 PM</CardDescription>
508-
</div>
509-
<Badge className="bg-blue-100 text-blue-800 hover:bg-blue-200">
510-
Keynote
511-
</Badge>
512-
</div>
513-
</CardHeader>
514-
<CardContent>
515-
<div className="flex items-center gap-2 text-gray-600 mb-2">
516-
<MapPin className="h-4 w-4" />
517-
<span>Main Auditorium</span>
518-
</div>
519-
<div className="flex items-center gap-2 text-gray-600 mb-3">
520-
<Mic className="h-4 w-4" />
521-
<span>Prof. David Kumar, MIT</span>
409+
<div>
410+
<CardTitle className="text-xl font-semibold text-gray-900 leading-snug">
411+
Keynote: Beyond Interference
412+
</CardTitle>
413+
<CardDescription className="mt-1 text-sm font-medium text-gray-500">
414+
AI2XPR: AI-Enabled Interference-Resilience Next Generation Photonics Radar
415+
</CardDescription>
522416
</div>
523-
<p className="text-gray-700">
524-
An overview of the latest developments in cloud computing,
525-
including serverless architectures, edge computing, and
526-
multi-cloud strategies.
527-
</p>
528-
</CardContent>
529-
</Card>
530-
531-
<Card>
532-
<CardHeader className="pb-2">
533-
<div className="flex justify-between items-start">
534-
<div>
535-
<CardTitle>
536-
Keynote: Big Data Analytics: Extracting Value from Data
537-
</CardTitle>
538-
<CardDescription>3:30 PM - 4:30 PM</CardDescription>
539-
</div>
540-
<Badge className="bg-blue-100 text-blue-800 hover:bg-blue-200">
541-
Keynote
542-
</Badge>
417+
<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">
418+
Keynote
419+
</Badge>
543420
</div>
544421
</CardHeader>
545422
<CardContent>
546423
<div className="flex items-center gap-2 text-gray-600 mb-2">
547-
<MapPin className="h-4 w-4" />
548-
<span>Main Auditorium</span>
424+
<MapPin className="h-4 w-4" />
425+
<span>CV Raman Hall</span>
549426
</div>
550427
<div className="flex items-center gap-2 text-gray-600 mb-3">
551-
<Mic className="h-4 w-4" />
552-
<span>Dr. Sarah Johnson, Google Research</span>
428+
<Mic className="h-4 w-4" />
429+
<span>
430+
Prof. Dr. Bikash Nakarmi, Department of Computer Science and Engineering, Kathmandu University, Nepal
431+
</span>
553432
</div>
554433
<p className="text-gray-700">
555-
A deep dive into the world of big data analytics, exploring
556-
techniques for data processing, analysis, and visualization to
557-
derive meaningful insights.
434+
The rapid advancements in Artificial Intelligence (AI) and Microwave Photonics (MWP) are changing industries by
435+
enhancing performance, efficiency, and reliability across secure communications, satellite systems, autonomous
436+
systems, and radar. This keynote introduces AI2XPR, an AI-powered, photonics-based radar system that delivers
437+
next-generation detection with enhanced accuracy, resilience, and efficiency at minimal computational load. As
438+
radar operates in congested bands, mitigating interference (improving SINR) and enhancing target detection
439+
(improving range resolution) are critical. AI2XPR combines photonics-based signal processing, robust waveform
440+
generation (RWG), high-bandwidth and multi-band operation, and AI for real-time interference recognition and
441+
mitigation—ensuring interference-resilient performance. It will cover radar foundations, photonics radar features,
442+
and how AI2XPR shapes resilient sensing in complex multi-radar environments.
558443
</p>
559444
</CardContent>
560-
</Card>
445+
</Card>
561446
</div>
562447
</TabsContent>
563448

0 commit comments

Comments
 (0)