Skip to content
Closed
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
19 changes: 19 additions & 0 deletions conference/DS/fpt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,22 @@
timezone: AoE
date: December 02 - December 05, 2025
place: Shanghai, China
- year: 2026
id: fpt2026
link: https://fpt2026.uark.edu/
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'
Comment on lines +35 to +46
Copy link

Copilot AI Apr 28, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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).

Copilot uses AI. Check for mistakes.
comment: Notification of Acceptance
Copy link

Copilot AI Apr 28, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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).

Suggested change
comment: Notification of Acceptance
comment: Notification of Acceptance (Conference Track)

Copilot uses AI. Check for mistakes.
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Notification of acceptance is for BOTH tracks on the same date

timezone: UTC-12
date: December 07 - December 10, 2026
place: Honolulu, Hawaii, USA
Loading