Spaces:
Running
Running
Modal Conference Agent Claude Sonnet 4.5 commited on
Commit ·
a4d82a3
1
Parent(s): 3f6c2d4
Refactor ICCV 2025 to use modern deadlines format
Browse files- Converted legacy deadline and abstract_deadline fields to new deadlines array format
- Added structured deadline entries for abstract, paper, review_release, rebuttal_start, rebuttal_end, and notification
- Added start and end date fields (2025-10-19 to 2025-10-25)
- Added venue field (Hawaii Convention Center)
- Maintained all existing information including rankings and ERA rating
- Improved timezone consistency (using AoE for most deadlines)
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
src/data/conferences/iccv.yml
CHANGED
|
@@ -3,19 +3,41 @@
|
|
| 3 |
id: iccv25
|
| 4 |
full_name: IEEE International Conference on Computer Vision
|
| 5 |
link: https://iccv.thecvf.com/Conferences/2025
|
| 6 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 7 |
timezone: UTC+0
|
| 8 |
date: October 19-25, 2025
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 9 |
era_rating: a
|
|
|
|
| 10 |
tags:
|
| 11 |
- machine-learning
|
| 12 |
- computer-vision
|
| 13 |
-
city: Honolulu
|
| 14 |
-
country: Hawaii
|
| 15 |
-
abstract_deadline: '2025-03-04 09:59:59'
|
| 16 |
-
rankings: 'CCF: A, CORE: A*, THCPL: A'
|
| 17 |
-
rebuttal_period_start: '2025-05-10'
|
| 18 |
-
rebuttal_period_end: '2025-05-16'
|
| 19 |
-
final_decision_date: '2025-06-20'
|
| 20 |
-
review_release_date: '2025-05-09'
|
| 21 |
note: All info can be found <a href='https://iccv.thecvf.com/Conferences/2025/CallForPapers'>here</a>.
|
|
|
|
| 3 |
id: iccv25
|
| 4 |
full_name: IEEE International Conference on Computer Vision
|
| 5 |
link: https://iccv.thecvf.com/Conferences/2025
|
| 6 |
+
deadlines:
|
| 7 |
+
- type: abstract
|
| 8 |
+
label: Abstract submission
|
| 9 |
+
date: '2025-03-04 09:59:59'
|
| 10 |
+
timezone: UTC+0
|
| 11 |
+
- type: paper
|
| 12 |
+
label: Paper submission
|
| 13 |
+
date: '2025-03-08 09:59:59'
|
| 14 |
+
timezone: UTC+0
|
| 15 |
+
- type: review_release
|
| 16 |
+
label: Reviews released
|
| 17 |
+
date: '2025-05-09 23:59:59'
|
| 18 |
+
timezone: AoE
|
| 19 |
+
- type: rebuttal_start
|
| 20 |
+
label: Rebuttal period start
|
| 21 |
+
date: '2025-05-10 00:00:00'
|
| 22 |
+
timezone: AoE
|
| 23 |
+
- type: rebuttal_end
|
| 24 |
+
label: Rebuttal period end
|
| 25 |
+
date: '2025-05-16 23:59:59'
|
| 26 |
+
timezone: AoE
|
| 27 |
+
- type: notification
|
| 28 |
+
label: Final decision
|
| 29 |
+
date: '2025-06-20 23:59:59'
|
| 30 |
+
timezone: AoE
|
| 31 |
timezone: UTC+0
|
| 32 |
date: October 19-25, 2025
|
| 33 |
+
start: 2025-10-19
|
| 34 |
+
end: 2025-10-25
|
| 35 |
+
city: Honolulu
|
| 36 |
+
country: Hawaii
|
| 37 |
+
venue: Hawaii Convention Center
|
| 38 |
era_rating: a
|
| 39 |
+
rankings: 'CCF: A, CORE: A*, THCPL: A'
|
| 40 |
tags:
|
| 41 |
- machine-learning
|
| 42 |
- computer-vision
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 43 |
note: All info can be found <a href='https://iccv.thecvf.com/Conferences/2025/CallForPapers'>here</a>.
|