Spaces:
Sleeping
Sleeping
Add more data
Browse files- agents/prompts/system_prompt.md +5 -1
- src/data/conferences/ecai.yml +29 -5
- src/data/conferences/eccv.yml +6 -2
- src/data/conferences/ecir.yml +10 -3
- src/data/conferences/emnlp.yml +10 -24
agents/prompts/system_prompt.md
CHANGED
|
@@ -72,4 +72,8 @@ When no timezone information is given, use the Anywhere on Earth (AoE) timezone
|
|
| 72 |
|
| 73 |
## Refactoring
|
| 74 |
|
| 75 |
-
If a conference still uses the legacy "deadline:" and "abstract_deadline" formats, feel free to refactor them to the newer "deadlines" format which lists the type, label, label and timezone of each deadline.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 72 |
|
| 73 |
## Refactoring
|
| 74 |
|
| 75 |
+
If a conference still uses the legacy "deadline:" and "abstract_deadline" formats, feel free to refactor them to the newer "deadlines" format which lists the type, label, label and timezone of each deadline.
|
| 76 |
+
|
| 77 |
+
## Use of git
|
| 78 |
+
|
| 79 |
+
After making changes, make sure to git add and git commit the results using the Bash tool.
|
src/data/conferences/ecai.yml
CHANGED
|
@@ -3,17 +3,41 @@
|
|
| 3 |
id: ecai25
|
| 4 |
full_name: European Conference on Artificial Intelligence
|
| 5 |
link: https://ecai2025.org/deadlines/
|
| 6 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 7 |
timezone: UTC-12
|
| 8 |
date: October 25-30, 2025
|
| 9 |
tags:
|
| 10 |
- machine-learning
|
| 11 |
city: Bologna
|
| 12 |
country: Italy
|
| 13 |
-
abstract_deadline: '2025-04-29 23:59:59'
|
| 14 |
rankings: 'CCF: B, CORE: A, THCPL: N'
|
| 15 |
venue: Bologna Congress Center and The Engineering School (University of Bologna)
|
| 16 |
-
rebuttal_period_start: '2025-06-23'
|
| 17 |
-
rebuttal_period_end: '2025-06-25'
|
| 18 |
-
final_decision_date: '2025-07-10'
|
| 19 |
note: All important dates can be found <a href='https://ecai2025.org/call-for-papers/'>here</a>.
|
|
|
|
| 3 |
id: ecai25
|
| 4 |
full_name: European Conference on Artificial Intelligence
|
| 5 |
link: https://ecai2025.org/deadlines/
|
| 6 |
+
deadlines:
|
| 7 |
+
- type: abstract
|
| 8 |
+
label: Abstract deadline
|
| 9 |
+
date: '2025-04-29 23:59:59'
|
| 10 |
+
timezone: UTC-12
|
| 11 |
+
- type: paper
|
| 12 |
+
label: Paper submission deadline
|
| 13 |
+
date: '2025-05-06 23:59:59'
|
| 14 |
+
timezone: UTC-12
|
| 15 |
+
- type: rebuttal_start
|
| 16 |
+
label: Rebuttal period start
|
| 17 |
+
date: '2025-06-23 23:59:59'
|
| 18 |
+
timezone: UTC-12
|
| 19 |
+
- type: rebuttal_end
|
| 20 |
+
label: Rebuttal period end
|
| 21 |
+
date: '2025-06-25 23:59:59'
|
| 22 |
+
timezone: UTC-12
|
| 23 |
+
- type: notification
|
| 24 |
+
label: Author notification
|
| 25 |
+
date: '2025-07-10 23:59:59'
|
| 26 |
+
timezone: UTC-12
|
| 27 |
+
- type: camera_ready
|
| 28 |
+
label: Camera-ready deadline
|
| 29 |
+
date: '2025-08-26 23:59:59'
|
| 30 |
+
timezone: UTC-12
|
| 31 |
+
- type: registration
|
| 32 |
+
label: Early registration deadline
|
| 33 |
+
date: '2025-09-03 23:59:59'
|
| 34 |
+
timezone: UTC-12
|
| 35 |
timezone: UTC-12
|
| 36 |
date: October 25-30, 2025
|
| 37 |
tags:
|
| 38 |
- machine-learning
|
| 39 |
city: Bologna
|
| 40 |
country: Italy
|
|
|
|
| 41 |
rankings: 'CCF: B, CORE: A, THCPL: N'
|
| 42 |
venue: Bologna Congress Center and The Engineering School (University of Bologna)
|
|
|
|
|
|
|
|
|
|
| 43 |
note: All important dates can be found <a href='https://ecai2025.org/call-for-papers/'>here</a>.
|
src/data/conferences/eccv.yml
CHANGED
|
@@ -12,10 +12,14 @@
|
|
| 12 |
deadlines:
|
| 13 |
- type: submission
|
| 14 |
label: Paper Submission
|
| 15 |
-
date: '2026-03-06
|
| 16 |
timezone: UTC+1
|
| 17 |
- type: submission
|
| 18 |
label: Workshop/Tutorial Proposal Submission
|
| 19 |
date: '2026-02-14 23:59:59'
|
| 20 |
timezone: UTC-12
|
| 21 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 12 |
deadlines:
|
| 13 |
- type: submission
|
| 14 |
label: Paper Submission
|
| 15 |
+
date: '2026-03-06 12:00:00'
|
| 16 |
timezone: UTC+1
|
| 17 |
- type: submission
|
| 18 |
label: Workshop/Tutorial Proposal Submission
|
| 19 |
date: '2026-02-14 23:59:59'
|
| 20 |
timezone: UTC-12
|
| 21 |
+
- type: submission
|
| 22 |
+
label: Call for Tutorials Submission
|
| 23 |
+
date: '2026-02-15 23:59:59'
|
| 24 |
+
timezone: UTC-12
|
| 25 |
+
note: Paper submission deadline on March 6th, 2026 at 12:00 PM CET. Workshop/tutorial proposal deadline on February 14th, 2026 (AOE). Call for tutorials submission deadline on February 15th, 2026 (AOE). Additional deadlines including abstract submission, supplementary materials, review release, rebuttal period, notification, and camera ready will be announced closer to the submission date.
|
src/data/conferences/ecir.yml
CHANGED
|
@@ -3,8 +3,15 @@
|
|
| 3 |
id: ecir25
|
| 4 |
full_name: European Conference on Information Retrieval
|
| 5 |
link: https://ecir2025.eu/
|
| 6 |
-
|
| 7 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 8 |
timezone: UTC-12
|
| 9 |
city: Lucca
|
| 10 |
country: Tuscany
|
|
@@ -14,4 +21,4 @@
|
|
| 14 |
end: '2025-04-10'
|
| 15 |
tags:
|
| 16 |
- data-mining
|
| 17 |
-
note:
|
|
|
|
| 3 |
id: ecir25
|
| 4 |
full_name: European Conference on Information Retrieval
|
| 5 |
link: https://ecir2025.eu/
|
| 6 |
+
deadlines:
|
| 7 |
+
- type: abstract
|
| 8 |
+
label: Abstract deadline
|
| 9 |
+
date: '2024-10-02 23:59:59'
|
| 10 |
+
timezone: UTC-12
|
| 11 |
+
- type: paper
|
| 12 |
+
label: Paper submission deadline
|
| 13 |
+
date: '2024-10-09 23:59:59'
|
| 14 |
+
timezone: UTC-12
|
| 15 |
timezone: UTC-12
|
| 16 |
city: Lucca
|
| 17 |
country: Tuscany
|
|
|
|
| 21 |
end: '2025-04-10'
|
| 22 |
tags:
|
| 23 |
- data-mining
|
| 24 |
+
note: More info <a href='https://ecir2025.eu/'>here</a>.
|
src/data/conferences/emnlp.yml
CHANGED
|
@@ -3,31 +3,17 @@
|
|
| 3 |
id: emnlp26
|
| 4 |
full_name: The annual Conference on Empirical Methods in Natural Language Processing
|
| 5 |
link: https://2026.emnlp.org/
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
|
|
|
|
|
|
|
|
|
|
| 9 |
tags:
|
| 10 |
- natural-language-processing
|
| 11 |
-
city:
|
| 12 |
-
country:
|
| 13 |
rankings: 'CCF: B, CORE: A*, THCPL: A'
|
| 14 |
venue: TBA
|
| 15 |
-
start: '2026-
|
| 16 |
-
end: '2026-
|
| 17 |
-
|
| 18 |
-
- title: EMNLP
|
| 19 |
-
year: 2026
|
| 20 |
-
id: emnlp26
|
| 21 |
-
full_name: The annual Conference on Empirical Methods in Natural Language Processing
|
| 22 |
-
link: https://2026.emnlp.org/
|
| 23 |
-
deadline: '2026-05-19 23:59:59'
|
| 24 |
-
timezone: UTC-12
|
| 25 |
-
date: November 5 - 9, 2026
|
| 26 |
-
tags:
|
| 27 |
-
- natural-language-processing
|
| 28 |
-
city: TBA
|
| 29 |
-
country: TBA
|
| 30 |
-
rankings: 'CCF: B, CORE: A*, THCPL: A'
|
| 31 |
-
venue: TBA
|
| 32 |
-
start: '2026-11-05'
|
| 33 |
-
end: '2026-11-09'
|
|
|
|
| 3 |
id: emnlp26
|
| 4 |
full_name: The annual Conference on Empirical Methods in Natural Language Processing
|
| 5 |
link: https://2026.emnlp.org/
|
| 6 |
+
deadlines:
|
| 7 |
+
- type: paper
|
| 8 |
+
label: Paper submission deadline
|
| 9 |
+
date: '2026-05-19 23:59:59'
|
| 10 |
+
timezone: UTC-12
|
| 11 |
+
date: October 24 - 29, 2026
|
| 12 |
tags:
|
| 13 |
- natural-language-processing
|
| 14 |
+
city: Budapest
|
| 15 |
+
country: Hungary
|
| 16 |
rankings: 'CCF: B, CORE: A*, THCPL: A'
|
| 17 |
venue: TBA
|
| 18 |
+
start: '2026-10-24'
|
| 19 |
+
end: '2026-10-29'
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|