Spaces:
Running
Running
Update Interspeech 2026 with accurate deadlines and new format
Browse files- Updated paper submission deadline from March 2 to February 25, 2026
- Refactored from legacy single deadline format to new deadlines array format
- Added multiple important deadlines: paper update, rebuttal period, notification, and camera-ready
- Changed timezone from UTC-12 to AoE (Anywhere on Earth) as no specific timezone was mentioned in official sources
- All dates sourced from official Interspeech 2026 website
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
src/data/conferences/interspeech.yml
CHANGED
|
@@ -3,8 +3,31 @@
|
|
| 3 |
id: interspeech2026
|
| 4 |
full_name: Interspeech
|
| 5 |
link: https://interspeech2026.org
|
| 6 |
-
|
| 7 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 8 |
city: Sydney
|
| 9 |
country: Australia
|
| 10 |
venue: International Convention Centre (ICC) Sydney
|
|
|
|
| 3 |
id: interspeech2026
|
| 4 |
full_name: Interspeech
|
| 5 |
link: https://interspeech2026.org
|
| 6 |
+
deadlines:
|
| 7 |
+
- type: submission
|
| 8 |
+
label: Paper submission deadline
|
| 9 |
+
date: '2026-02-25 23:59:59'
|
| 10 |
+
timezone: AoE
|
| 11 |
+
- type: supplementary
|
| 12 |
+
label: Paper update deadline
|
| 13 |
+
date: '2026-03-04 23:59:59'
|
| 14 |
+
timezone: AoE
|
| 15 |
+
- type: rebuttal_start
|
| 16 |
+
label: Rebuttal period start
|
| 17 |
+
date: '2026-04-24 23:59:59'
|
| 18 |
+
timezone: AoE
|
| 19 |
+
- type: rebuttal_end
|
| 20 |
+
label: Rebuttal period end
|
| 21 |
+
date: '2026-05-01 23:59:59'
|
| 22 |
+
timezone: AoE
|
| 23 |
+
- type: notification
|
| 24 |
+
label: Paper acceptance notification
|
| 25 |
+
date: '2026-06-05 23:59:59'
|
| 26 |
+
timezone: AoE
|
| 27 |
+
- type: camera_ready
|
| 28 |
+
label: Camera-ready paper submission
|
| 29 |
+
date: '2026-06-19 23:59:59'
|
| 30 |
+
timezone: AoE
|
| 31 |
city: Sydney
|
| 32 |
country: Australia
|
| 33 |
venue: International Convention Centre (ICC) Sydney
|