Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions components/TimeLine.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,11 @@ function formatDate(raw: string): React.ReactNode {
const timelineData = [
{ label: 'Submission of Full-length Manuscript', sublabel: 'Opens from', date: '16th April 2026' },
{ label: 'Last Date to Submit Full-length Manuscript', sublabel: null, date: '1st July 2026', extended: '14th June 2026' },
{ label: 'Notification of Acceptance', sublabel: null, date: '9th August 2026' },
{ label: 'Early Bird Registration', sublabel: 'Opens from', date: '13th August 2026' },
{ label: 'Early Bird Registration Ends', sublabel: null, date: '30th August 2026' },
{ label: 'Notification of Acceptance', sublabel: null, date: '14th August 2026' },
{ label: 'Early Bird Registration', sublabel: 'Opens from', date: '20th August 2026' },
{ label: 'Early Bird Registration Ends', sublabel: null, date: '05th September 2026' },
{ label: 'Last Date for Registration of Paper', sublabel: null, date: '26th September 2026' },
{ label: 'Camera-ready Manuscript & Copyright Form', sublabel: 'Submission deadline', date: '26th September 2026' },
{ label: 'Camera-ready Manuscript & Copyright Form', sublabel: 'Submission deadline', date: '28th September 2026' },
{ label: 'Last Date for Registration of Ph.D. Thesis', sublabel: null, date: '30th September 2026' },
{ label: 'Best PhD Thesis Presentation', sublabel: null, date: '29th October 2026' },
{ label: 'Conference Dates', sublabel: null, date: '30th and 31st October 2026', isHighlight: true },
Expand Down
1 change: 0 additions & 1 deletion data/conference_themes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ const conferenceThemes: ThemeCategory[] = [
iconPath:
'M3.055 11H5a2 2 0 012 2v1a2 2 0 002 2 2 2 0 012 2v2.945M8 3.935V5.5A2.5 2.5 0 0010.5 8h.5a2 2 0 012 2 2 2 0 104 0 2 2 0 012-2h1.064M15 20.488V18a2 2 0 012-2h3.064M21 12a9 9 0 11-18 0 9 9 0 0118 0z',
topics: [
'Smart City',
'Affordable and Green Energy',
'Industry, Innovation and Infrastructure',
'Climate Action',
Expand Down
Loading