Skip to content
Merged
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
Loading