Add FPT 2026#1499
Conversation
|
Welcome to ccf-deadlines! |
There was a problem hiding this comment.
Pull request overview
Adds the FPT 2026 conference instance (Honolulu, Dec 7–10, 2026) to the deadlines dataset, including conference- and journal-track milestones.
Changes:
- Add a new
fpt2026entry with link, location/date, and timezone - Include multiple submission-related deadlines (conference track) plus a journal-track submission date
- Add acceptance notification deadline
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| timeline: | ||
| - deadline: '2026-06-05 23:59:59' | ||
| comment: Title and Abstract Due (Conference Track) | ||
| - deadline: '2026-06-12 23:59:59' | ||
| comment: Full Paper Submission Due (Conference Track) | ||
| - deadline: '2026-07-17 23:59:59' | ||
| comment: Rebuttal Period Start (Conference Track) | ||
| - deadline: '2026-07-24 23:59:59' | ||
| comment: Rebuttal Period End / Artifact Form Due (Conference Track) | ||
| - deadline: '2026-05-01 23:59:59' | ||
| comment: Submission to ACM TRETS FPT 2026 Journal Track | ||
| - deadline: '2026-08-14 23:59:59' |
There was a problem hiding this comment.
The 2026 timeline is not in chronological order: the journal-track deadline (2026-05-01) appears after later June/July entries. Ordering matters in the app (e.g., src/components/showtable.rs picks the first upcoming deadline while iterating the YAML order, and the timeline widget assumes the first/last points are earliest/latest), so this can cause the wrong “current deadline” and a mis-rendered timeline. Reorder the timeline entries by increasing date/time (or otherwise ensure the list is sorted chronologically).
| - deadline: '2026-05-01 23:59:59' | ||
| comment: Submission to ACM TRETS FPT 2026 Journal Track | ||
| - deadline: '2026-08-14 23:59:59' | ||
| comment: Notification of Acceptance |
There was a problem hiding this comment.
Within the 2026 timeline, most entries specify the track in the comment (e.g., “(Conference Track)” / “Journal Track”), but “Notification of Acceptance” does not. This is ambiguous in a mixed-track timeline and inconsistent with the other labels; consider specifying which track it applies to (or use a consistent track prefix for all entries).
| comment: Notification of Acceptance | |
| comment: Notification of Acceptance (Conference Track) |
There was a problem hiding this comment.
Notification of acceptance is for BOTH tracks on the same date
|
Please note, while I checked the dates (https://fpt2026.uark.edu/) I let MiniMax M2.7 generate this PR automatically. |
|
@Lukangkang123 please checks this when you find the time |
Summary