NielsRogge commited on
Commit
1111f95
·
unverified ·
2 Parent(s): 8c6ba706cb06c0

Merge branch 'main' into feature/update_cec

Browse files
Files changed (44) hide show
  1. CLAUDE.md +4 -0
  2. README.md +1 -1
  3. agents/README.md +46 -2
  4. src/data/conferences/aaai.yml +16 -16
  5. src/data/conferences/aamas.yml +10 -10
  6. src/data/conferences/acl.yml +16 -11
  7. src/data/conferences/acm_mm.yml +26 -2
  8. src/data/conferences/aistats.yml +1 -1
  9. src/data/conferences/bis.yml +4 -4
  10. src/data/conferences/cec.yml +6 -7
  11. src/data/conferences/chil.yml +9 -9
  12. src/data/conferences/cikm.yml +19 -0
  13. src/data/conferences/coling.yml +2 -2
  14. src/data/conferences/collas.yml +25 -1
  15. src/data/conferences/colm.yml +16 -0
  16. src/data/conferences/colt.yml +6 -6
  17. src/data/conferences/conll.yml +11 -8
  18. src/data/conferences/corl.yml +14 -7
  19. src/data/conferences/cvpr.yml +8 -8
  20. src/data/conferences/ecai.yml +16 -16
  21. src/data/conferences/eccv.yml +24 -15
  22. src/data/conferences/ecir.yml +32 -3
  23. src/data/conferences/ecml_pkdd.yml +17 -0
  24. src/data/conferences/emnlp.yml +17 -5
  25. src/data/conferences/emnlp_industry_track.yml +1 -1
  26. src/data/conferences/esann.yml +9 -1
  27. src/data/conferences/fg.yml +7 -7
  28. src/data/conferences/icann.yml +7 -7
  29. src/data/conferences/icassp.yml +1 -1
  30. src/data/conferences/icdm.yml +8 -0
  31. src/data/conferences/iclr.yml +10 -12
  32. src/data/conferences/icml.yml +8 -0
  33. src/data/conferences/icomp.yml +23 -9
  34. src/data/conferences/icra.yml +21 -10
  35. src/data/conferences/ijcnlp_and_aacl.yml +1 -1
  36. src/data/conferences/kdd.yml +1 -1
  37. src/data/conferences/mathai.yml +3 -3
  38. src/data/conferences/miccai.yml +16 -12
  39. src/data/conferences/naacl.yml +1 -1
  40. src/data/conferences/neurips.yml +10 -0
  41. src/data/conferences/rlc.yml +9 -9
  42. src/data/conferences/rss.yml +9 -8
  43. src/data/conferences/wacv.yml +14 -12
  44. src/data/conferences/www.yml +1 -0
CLAUDE.md CHANGED
@@ -70,6 +70,10 @@ Conference data is automatically updated via GitHub Actions workflow (`.github/w
70
  ### Path Aliases
71
  - `@/*` maps to `src/*` for cleaner imports
72
 
 
 
 
 
73
  ## Development Notes
74
  - The app uses a YAML plugin to import conference data directly in components
75
  - All UI components follow shadcn-ui patterns and conventions
 
70
  ### Path Aliases
71
  - `@/*` maps to `src/*` for cleaner imports
72
 
73
+ ## Data Conventions
74
+ - **Timezone for deadlines**: Always use `AoE` (Anywhere on Earth, equivalent to UTC-12) for conference deadline timezones. Never use `UTC-12` — use `AoE` for consistency and clarity.
75
+ - Supported timezone formats in YAML: `AoE`, IANA names (e.g. `Asia/Seoul`), `UTC±X`, `GMT±X`
76
+
77
  ## Development Notes
78
  - The app uses a YAML plugin to import conference data directly in components
79
  - All UI components follow shadcn-ui patterns and conventions
README.md CHANGED
@@ -38,7 +38,7 @@ To add or update a deadline:
38
  - Fork the repository
39
  - Add a new block to the appropriate conference file in [src/data/conferences/](src/data/conferences/). Do not update an existing block of a previous time the conference took place but rather add a new block at the bottom of the file
40
  - Make sure it has the `title`, `year`, `id`, `link`, `deadlines`, `timezone`, `date`, `city`, `country`, `tags` attributes
41
- + See available timezone strings [here](https://momentjs.com/timezone/).
42
  - Optionally add a `venue`, `note` and `hindex` (this refers to the h5-index from [here](https://scholar.google.com/citations?view_op=top_venues&vq=eng)) which indicates the importance of a conference
43
 
44
  You can add any custom number of deadlines, with any custom string for the `type` and `label`. The app will simply use the first upcoming deadline to showcase a deadline counter, and display all upcoming deadlines in the conference details card.
 
38
  - Fork the repository
39
  - Add a new block to the appropriate conference file in [src/data/conferences/](src/data/conferences/). Do not update an existing block of a previous time the conference took place but rather add a new block at the bottom of the file
40
  - Make sure it has the `title`, `year`, `id`, `link`, `deadlines`, `timezone`, `date`, `city`, `country`, `tags` attributes
41
+ + For deadlines that use "Anywhere on Earth" timing, always use `AoE` (not `UTC-12`). Other supported formats: IANA timezone names (e.g. `Asia/Seoul`), `UTC±X`, `GMT±X`. See available IANA timezone strings [here](https://momentjs.com/timezone/).
42
  - Optionally add a `venue`, `note` and `hindex` (this refers to the h5-index from [here](https://scholar.google.com/citations?view_op=top_venues&vq=eng)) which indicates the importance of a conference
43
 
44
  You can add any custom number of deadlines, with any custom string for the `type` and `label`. The app will simply use the first upcoming deadline to showcase a deadline counter, and display all upcoming deadlines in the conference details card.
agents/README.md CHANGED
@@ -28,8 +28,52 @@ The agent will automatically fetch relevant information from the web using the [
28
 
29
  ## Modal deployment
30
 
31
- To automatically let the AI agents populate deadlines data, we leverage [Modal](https://modal.com/)'s serverless infrastructure. To run an agent on Modal, use the following command:
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
32
 
33
  ```bash
34
- uv run --env-file keys.env -m agents.modal_agent --conference_name neurips
35
  ```
 
28
 
29
  ## Modal deployment
30
 
31
+ To automatically let the AI agents populate deadlines data, we leverage [Modal](https://modal.com/)'s serverless infrastructure.
32
+
33
+ ### Setup
34
+
35
+ 1. Install Modal: `uv add modal`
36
+ 2. Authenticate: `uv run modal setup`
37
+ 3. Create the required secrets:
38
+
39
+ ```bash
40
+ uv run modal secret create anthropic ANTHROPIC_API_KEY=<your-api-key>
41
+ uv run modal secret create github-token GH_TOKEN=<token-with-repo-and-pr-scope>
42
+ uv run modal secret create exa EXA_API_KEY=<your-key>
43
+ ```
44
+
45
+ > **Note:** The `GH_TOKEN` needs the `repo` scope (for cloning, pushing, and creating pull requests).
46
+
47
+ ### Running a single conference
48
+
49
+ ```bash
50
+ uv run modal run agents/modal_agent.py --conference-name neurips
51
+ ```
52
+
53
+ ### Running all conferences in parallel
54
+
55
+ By default (no flags), the script processes **all** conferences in parallel — each in its own Modal container:
56
+
57
+ ```bash
58
+ uv run modal run agents/modal_agent.py
59
+ ```
60
+
61
+ You can also be explicit:
62
+
63
+ ```bash
64
+ uv run modal run agents/modal_agent.py --all-conferences
65
+ ```
66
+
67
+ To test with a limited number of conferences, use the `--limit` flag:
68
+
69
+ ```bash
70
+ uv run modal run agents/modal_agent.py --limit 3
71
+ ```
72
+
73
+ ### Deploying for scheduled runs
74
+
75
+ To deploy the agent so it runs automatically every week (Sunday at midnight UTC):
76
 
77
  ```bash
78
+ uv run modal deploy agents/modal_agent.py
79
  ```
src/data/conferences/aaai.yml CHANGED
@@ -7,20 +7,20 @@
7
  - type: abstract
8
  label: Abstract submission deadline
9
  date: '2024-08-07 23:59:59'
10
- timezone: UTC-12
11
  - type: paper
12
  label: Paper submission deadline
13
  date: '2024-08-15 23:59:59'
14
- timezone: UTC-12
15
  - type: notification
16
  label: Author notification
17
  date: '2024-12-09 23:59:59'
18
- timezone: UTC-12
19
  - type: camera_ready
20
  label: Camera-ready deadline
21
  date: '2024-12-19 23:59:59'
22
- timezone: UTC-12
23
- timezone: UTC-12
24
  date: February 25 - March 4, 2025
25
  start: 2025-02-25
26
  end: 2025-03-04
@@ -34,7 +34,7 @@
34
  rankings: 'CCF: A, CORE: A*, THCPL: A'
35
  venue: Pennsylvania Convention Center, Philadelphia, USA
36
  hindex: 212
37
- note: All deadlines are "anywhere on earth" (UTC-12). More info <a href='https://aaai.org/conference/aaai/aaai-25/'>here</a>.
38
 
39
  - title: AAAI
40
  year: 2026
@@ -45,36 +45,36 @@
45
  - type: abstract
46
  label: Abstract submission deadline
47
  date: '2025-07-25 23:59:59'
48
- timezone: UTC-12
49
  - type: paper
50
  label: Paper submission deadline
51
  date: '2025-08-01 23:59:59'
52
- timezone: UTC-12
53
  - type: supplementary
54
  label: Supplementary material and code deadline
55
  date: '2025-08-04 23:59:59'
56
- timezone: UTC-12
57
  - type: notification
58
  label: Phase 1 rejection notifications
59
  date: '2025-09-15 23:59:59'
60
- timezone: UTC-12
61
  - type: rebuttal_start
62
  label: Author feedback window start
63
  date: '2025-10-07 23:59:59'
64
- timezone: UTC-12
65
  - type: rebuttal_end
66
  label: Author feedback window end
67
  date: '2025-10-13 23:59:59'
68
- timezone: UTC-12
69
  - type: notification
70
  label: Final acceptance/rejection notices
71
  date: '2025-11-08 23:59:59'
72
- timezone: UTC-12
73
  - type: camera_ready
74
  label: Camera-ready deadline
75
  date: '2025-11-13 23:59:59'
76
- timezone: UTC-12
77
- timezone: UTC-12
78
  date: January 20 - 27, 2026
79
  start: 2026-01-20
80
  end: 2026-01-27
@@ -88,5 +88,5 @@
88
  rankings: 'CCF: A, CORE: A*, THCPL: A'
89
  venue: Singapore EXPO, Singapore
90
  hindex: 220
91
- note: All deadlines are "anywhere on earth" (UTC-12). More info <a href='https://aaai.org/conference/aaai/aaai-26/'>here</a>.
92
  era_rating: a
 
7
  - type: abstract
8
  label: Abstract submission deadline
9
  date: '2024-08-07 23:59:59'
10
+ timezone: AoE
11
  - type: paper
12
  label: Paper submission deadline
13
  date: '2024-08-15 23:59:59'
14
+ timezone: AoE
15
  - type: notification
16
  label: Author notification
17
  date: '2024-12-09 23:59:59'
18
+ timezone: AoE
19
  - type: camera_ready
20
  label: Camera-ready deadline
21
  date: '2024-12-19 23:59:59'
22
+ timezone: AoE
23
+ timezone: AoE
24
  date: February 25 - March 4, 2025
25
  start: 2025-02-25
26
  end: 2025-03-04
 
34
  rankings: 'CCF: A, CORE: A*, THCPL: A'
35
  venue: Pennsylvania Convention Center, Philadelphia, USA
36
  hindex: 212
37
+ note: All deadlines are "anywhere on earth" (AoE). More info <a href='https://aaai.org/conference/aaai/aaai-25/'>here</a>.
38
 
39
  - title: AAAI
40
  year: 2026
 
45
  - type: abstract
46
  label: Abstract submission deadline
47
  date: '2025-07-25 23:59:59'
48
+ timezone: AoE
49
  - type: paper
50
  label: Paper submission deadline
51
  date: '2025-08-01 23:59:59'
52
+ timezone: AoE
53
  - type: supplementary
54
  label: Supplementary material and code deadline
55
  date: '2025-08-04 23:59:59'
56
+ timezone: AoE
57
  - type: notification
58
  label: Phase 1 rejection notifications
59
  date: '2025-09-15 23:59:59'
60
+ timezone: AoE
61
  - type: rebuttal_start
62
  label: Author feedback window start
63
  date: '2025-10-07 23:59:59'
64
+ timezone: AoE
65
  - type: rebuttal_end
66
  label: Author feedback window end
67
  date: '2025-10-13 23:59:59'
68
+ timezone: AoE
69
  - type: notification
70
  label: Final acceptance/rejection notices
71
  date: '2025-11-08 23:59:59'
72
+ timezone: AoE
73
  - type: camera_ready
74
  label: Camera-ready deadline
75
  date: '2025-11-13 23:59:59'
76
+ timezone: AoE
77
+ timezone: AoE
78
  date: January 20 - 27, 2026
79
  start: 2026-01-20
80
  end: 2026-01-27
 
88
  rankings: 'CCF: A, CORE: A*, THCPL: A'
89
  venue: Singapore EXPO, Singapore
90
  hindex: 220
91
+ note: All deadlines are "anywhere on earth" (AoE). More info <a href='https://aaai.org/conference/aaai/aaai-26/'>here</a>.
92
  era_rating: a
src/data/conferences/aamas.yml CHANGED
@@ -7,12 +7,12 @@
7
  - type: abstract
8
  label: Abstract submission
9
  date: '2024-10-09 23:59:59'
10
- timezone: UTC-12
11
  - type: paper
12
  label: Paper submission
13
  date: '2024-10-16 23:59:59'
14
- timezone: UTC-12
15
- timezone: UTC-12
16
  date: May 19-23, 2025
17
  city: Detroit
18
  country: United States
@@ -34,28 +34,28 @@
34
  - type: abstract
35
  label: Abstract submission
36
  date: '2025-10-01 23:59:59'
37
- timezone: UTC-12
38
  - type: paper
39
  label: Paper submission
40
  date: '2025-10-08 23:59:59'
41
- timezone: UTC-12
42
  - type: rebuttal_start
43
  label: Rebuttal period start
44
  date: '2025-11-21 23:59:59'
45
- timezone: UTC-12
46
  - type: rebuttal_end
47
  label: Rebuttal period end
48
  date: '2025-11-25 23:59:59'
49
- timezone: UTC-12
50
  - type: notification
51
  label: Author notification
52
  date: '2025-12-22 23:59:59'
53
- timezone: UTC-12
54
  - type: camera_ready
55
  label: Camera-ready deadline
56
  date: '2026-02-11 23:59:59'
57
- timezone: UTC-12
58
- timezone: UTC-12
59
  date: May 25-29, 2026
60
  city: Paphos
61
  country: Cyprus
 
7
  - type: abstract
8
  label: Abstract submission
9
  date: '2024-10-09 23:59:59'
10
+ timezone: AoE
11
  - type: paper
12
  label: Paper submission
13
  date: '2024-10-16 23:59:59'
14
+ timezone: AoE
15
+ timezone: AoE
16
  date: May 19-23, 2025
17
  city: Detroit
18
  country: United States
 
34
  - type: abstract
35
  label: Abstract submission
36
  date: '2025-10-01 23:59:59'
37
+ timezone: AoE
38
  - type: paper
39
  label: Paper submission
40
  date: '2025-10-08 23:59:59'
41
+ timezone: AoE
42
  - type: rebuttal_start
43
  label: Rebuttal period start
44
  date: '2025-11-21 23:59:59'
45
+ timezone: AoE
46
  - type: rebuttal_end
47
  label: Rebuttal period end
48
  date: '2025-11-25 23:59:59'
49
+ timezone: AoE
50
  - type: notification
51
  label: Author notification
52
  date: '2025-12-22 23:59:59'
53
+ timezone: AoE
54
  - type: camera_ready
55
  label: Camera-ready deadline
56
  date: '2026-02-11 23:59:59'
57
+ timezone: AoE
58
+ timezone: AoE
59
  date: May 25-29, 2026
60
  city: Paphos
61
  country: Cyprus
src/data/conferences/acl.yml CHANGED
@@ -7,21 +7,24 @@
7
  - type: paper
8
  label: Paper submission deadline
9
  date: '2025-02-15 23:59:59'
10
- timezone: UTC-12
11
  - type: commitment_deadline
12
  label: ARR commitment deadline
13
  date: '2025-04-20 23:59:59'
14
- timezone: UTC-12
15
  - type: notification
16
  label: Author notification date
17
  date: '2025-05-15 23:59:59'
18
- timezone: UTC-12
19
  - type: camera_ready
20
  label: Camera-ready deadline
21
  date: '2025-05-30 23:59:59'
22
- timezone: UTC-12
23
- timezone: UTC-12
24
  date: July 27 - August 1, 2025
 
 
 
25
  era_rating: a
26
  tags:
27
  - natural-language-processing
@@ -35,25 +38,27 @@
35
  id: acl26
36
  full_name: Annual Meeting of the Association for Computational Linguistics
37
  link: https://2026.aclweb.org/
 
 
 
 
38
  deadlines:
39
  - type: paper
40
  label: Paper submission deadline
41
  date: '2026-01-05 23:59:59'
42
- timezone: UTC-12
43
  - type: commitment_deadline
44
  label: ARR commitment deadline
45
  date: '2026-03-14 23:59:59'
46
- timezone: UTC-12
47
  - type: notification
48
  label: Author notification date
49
  date: '2026-04-04 23:59:59'
50
- timezone: UTC-12
51
  - type: camera_ready
52
  label: Camera-ready deadline
53
  date: '2026-04-19 23:59:59'
54
- timezone: UTC-12
55
- timezone: UTC-12
56
- date: July 2-7, 2026
57
  era_rating: a
58
  tags:
59
  - natural-language-processing
 
7
  - type: paper
8
  label: Paper submission deadline
9
  date: '2025-02-15 23:59:59'
10
+ timezone: AoE
11
  - type: commitment_deadline
12
  label: ARR commitment deadline
13
  date: '2025-04-20 23:59:59'
14
+ timezone: AoE
15
  - type: notification
16
  label: Author notification date
17
  date: '2025-05-15 23:59:59'
18
+ timezone: AoE
19
  - type: camera_ready
20
  label: Camera-ready deadline
21
  date: '2025-05-30 23:59:59'
22
+ timezone: AoE
23
+ timezone: AoE
24
  date: July 27 - August 1, 2025
25
+ start: 2025-07-27
26
+ end: 2025-08-01
27
+ venue: Austria Center Vienna, Bruno-Kreisky-Platz 1, 1220 Wien, Austria
28
  era_rating: a
29
  tags:
30
  - natural-language-processing
 
38
  id: acl26
39
  full_name: Annual Meeting of the Association for Computational Linguistics
40
  link: https://2026.aclweb.org/
41
+ date: July 2 - 7, 2026
42
+ start: 2026-07-02
43
+ end: 2026-07-07
44
+ venue: Grand Hyatt Manchester San Diego, 1 Market Place, San Diego, CA 92101
45
  deadlines:
46
  - type: paper
47
  label: Paper submission deadline
48
  date: '2026-01-05 23:59:59'
49
+ timezone: AoE
50
  - type: commitment_deadline
51
  label: ARR commitment deadline
52
  date: '2026-03-14 23:59:59'
53
+ timezone: AoE
54
  - type: notification
55
  label: Author notification date
56
  date: '2026-04-04 23:59:59'
57
+ timezone: AoE
58
  - type: camera_ready
59
  label: Camera-ready deadline
60
  date: '2026-04-19 23:59:59'
61
+ timezone: AoE
 
 
62
  era_rating: a
63
  tags:
64
  - natural-language-processing
src/data/conferences/acm_mm.yml CHANGED
@@ -38,14 +38,38 @@
38
  id: acm26
39
  full_name: ACM Multimedia
40
  link: https://2026.acmmm.org/
41
- deadlines: []
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
42
  timezone: AoE
43
  city: Rio de Janeiro
44
  country: Brazil
45
  date: November 10-14, 2026
46
  start: '2026-11-10'
47
  end: '2026-11-14'
48
- note: Deadlines not yet announced. Check the <a href='https://2026.acmmm.org/'>official website</a> for updates.
49
  tags:
50
  - computer-vision
51
  - machine-learning
 
38
  id: acm26
39
  full_name: ACM Multimedia
40
  link: https://2026.acmmm.org/
41
+ deadlines:
42
+ - type: abstract
43
+ label: Contribution registration
44
+ date: '2026-03-25 23:59:59'
45
+ timezone: AoE
46
+ - type: paper
47
+ label: Contribution submission
48
+ date: '2026-04-01 23:59:59'
49
+ timezone: AoE
50
+ - type: supplementary
51
+ label: Supplementary material submission
52
+ date: '2026-04-08 23:59:59'
53
+ timezone: AoE
54
+ - type: rebuttal_start
55
+ label: Rebuttal period start
56
+ date: '2026-06-04 23:59:59'
57
+ timezone: AoE
58
+ - type: notification
59
+ label: Author notification
60
+ date: '2026-07-09 23:59:59'
61
+ timezone: AoE
62
+ - type: camera_ready
63
+ label: Camera-ready submission
64
+ date: '2026-08-06 23:59:59'
65
+ timezone: AoE
66
  timezone: AoE
67
  city: Rio de Janeiro
68
  country: Brazil
69
  date: November 10-14, 2026
70
  start: '2026-11-10'
71
  end: '2026-11-14'
72
+ note: All important dates can be found <a href='https://2026.acmmm.org/site/important-dates.html'>here</a>. The time for all dates is 23:59 AoE (Anywhere-on-Earth).
73
  tags:
74
  - computer-vision
75
  - machine-learning
src/data/conferences/aistats.yml CHANGED
@@ -50,7 +50,7 @@
50
  timezone: AoE
51
  - type: camera_ready
52
  label: Camera-ready deadline
53
- date: '2026-01-31 23:59:59'
54
  timezone: AoE
55
  timezone: AoE
56
  date: May 2-5, 2026
 
50
  timezone: AoE
51
  - type: camera_ready
52
  label: Camera-ready deadline
53
+ date: '2026-03-31 23:59:59'
54
  timezone: AoE
55
  timezone: AoE
56
  date: May 2-5, 2026
src/data/conferences/bis.yml CHANGED
@@ -7,16 +7,16 @@
7
  - type: submission
8
  label: Paper submission deadline (extended)
9
  date: '2026-01-25 23:59:59'
10
- timezone: UTC-12
11
  - type: notification
12
  label: Author notification
13
  date: '2026-03-04 23:59:59'
14
- timezone: UTC-12
15
  - type: camera_ready
16
  label: Final paper submission
17
  date: '2026-03-25 23:59:59'
18
- timezone: UTC-12
19
- timezone: UTC-12
20
  city: Prague
21
  country: Czech Republic
22
  date: June 10-12, 2026
 
7
  - type: submission
8
  label: Paper submission deadline (extended)
9
  date: '2026-01-25 23:59:59'
10
+ timezone: AoE
11
  - type: notification
12
  label: Author notification
13
  date: '2026-03-04 23:59:59'
14
+ timezone: AoE
15
  - type: camera_ready
16
  label: Final paper submission
17
  date: '2026-03-25 23:59:59'
18
+ timezone: AoE
19
+ timezone: AoE
20
  city: Prague
21
  country: Czech Republic
22
  date: June 10-12, 2026
src/data/conferences/cec.yml CHANGED
@@ -7,8 +7,8 @@
7
  - type: paper
8
  label: Paper submission deadline
9
  date: '2025-01-15 23:59:59'
10
- timezone: UTC-12
11
- timezone: UTC-12
12
  date: June 8-12, 2025
13
  start: 2025-06-08
14
  end: 2025-06-12
@@ -26,20 +26,19 @@
26
  - type: paper
27
  label: Paper submission deadline
28
  date: '2026-01-31 23:59:59'
29
- timezone: UTC-12
30
  - type: notification
31
  label: Paper acceptance notification
32
  date: '2026-03-15 23:59:59'
33
- timezone: UTC-12
34
  - type: camera_ready
35
  label: Camera-ready papers deadline
36
  date: '2026-04-15 23:59:59'
37
- timezone: UTC-12
38
  - type: registration
39
  label: Early bird registration deadline
40
  date: '2026-05-01 23:59:59'
41
- timezone: UTC-12
42
- timezone: UTC-12
43
  date: June 21-26, 2026
44
  start: 2026-06-21
45
  end: 2026-06-26
 
7
  - type: paper
8
  label: Paper submission deadline
9
  date: '2025-01-15 23:59:59'
10
+ deadline: '2025-01-15 23:59:59'
11
+ timezone: AoE
12
  date: June 8-12, 2025
13
  start: 2025-06-08
14
  end: 2025-06-12
 
26
  - type: paper
27
  label: Paper submission deadline
28
  date: '2026-01-31 23:59:59'
29
+ timezone: AoE
30
  - type: notification
31
  label: Paper acceptance notification
32
  date: '2026-03-15 23:59:59'
33
+ timezone: AoE
34
  - type: camera_ready
35
  label: Camera-ready papers deadline
36
  date: '2026-04-15 23:59:59'
37
+ timezone: AoE
38
  - type: registration
39
  label: Early bird registration deadline
40
  date: '2026-05-01 23:59:59'
41
+ timezone: AoE
 
42
  date: June 21-26, 2026
43
  start: 2026-06-21
44
  end: 2026-06-26
src/data/conferences/chil.yml CHANGED
@@ -3,31 +3,31 @@
3
  id: chil26
4
  full_name: AHLI Conference on Health, Inference, and Learning
5
  link: https://chil.ahli.cc/submit/call-for-papers/
6
- deadline: '2026-02-04 23:59:59'
7
- timezone: UTC-12
8
  date: June 28-30, 2026
 
 
9
  tags:
10
  - machine-learning
11
  deadlines:
12
  - type: paper
13
  label: Paper Submission
14
  date: '2026-02-04 23:59:59'
15
- timezone: UTC-12
16
  - type: review_release
17
- label: Early Acceptance & Reviews Released
18
  date: '2026-03-10 23:59:59'
19
- timezone: UTC-12
20
  - type: rebuttal_end
21
  label: Rebuttal Period Ends
22
  date: '2026-03-24 23:59:59'
23
- timezone: UTC-12
24
  - type: notification
25
  label: Final Decisions
26
  date: '2026-04-09 23:59:59'
27
- timezone: UTC-12
28
- city: SEATTLE
29
  country: USA
30
- abstract_deadline: '2026-02-04 23:59:59'
31
  rankings: 'CCF: , CORE: , THCPL: '
32
  venue: Seattle Children's Research Institute
33
  hindex: 30
 
3
  id: chil26
4
  full_name: AHLI Conference on Health, Inference, and Learning
5
  link: https://chil.ahli.cc/submit/call-for-papers/
 
 
6
  date: June 28-30, 2026
7
+ start: 2026-06-28
8
+ end: 2026-06-30
9
  tags:
10
  - machine-learning
11
  deadlines:
12
  - type: paper
13
  label: Paper Submission
14
  date: '2026-02-04 23:59:59'
15
+ timezone: AoE
16
  - type: review_release
17
+ label: Reviews Released
18
  date: '2026-03-10 23:59:59'
19
+ timezone: AoE
20
  - type: rebuttal_end
21
  label: Rebuttal Period Ends
22
  date: '2026-03-24 23:59:59'
23
+ timezone: AoE
24
  - type: notification
25
  label: Final Decisions
26
  date: '2026-04-09 23:59:59'
27
+ timezone: AoE
28
+ city: Seattle
29
  country: USA
30
+ abstract_deadline: '2026-02-06 23:59:59'
31
  rankings: 'CCF: , CORE: , THCPL: '
32
  venue: Seattle Children's Research Institute
33
  hindex: 30
src/data/conferences/cikm.yml CHANGED
@@ -34,3 +34,22 @@
34
  - machine-learning
35
  hindex: 91.0
36
  era_rating: a
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
34
  - machine-learning
35
  hindex: 91.0
36
  era_rating: a
37
+
38
+ - title: CIKM
39
+ year: 2026
40
+ id: cikm26
41
+ full_name: Conference on Information and Knowledge Management
42
+ link: https://cikm2026.org/
43
+ deadlines: []
44
+ timezone: AoE
45
+ city: Rome
46
+ country: Italy
47
+ date: October 26-30, 2026
48
+ start: 2026-10-26
49
+ end: 2026-10-30
50
+ tags:
51
+ - web-search
52
+ - data-mining
53
+ - machine-learning
54
+ hindex: 91.0
55
+ era_rating: a
src/data/conferences/coling.yml CHANGED
@@ -7,8 +7,8 @@
7
  - type: submission
8
  label: Paper submission deadline
9
  date: '2024-09-16 23:59:59'
10
- timezone: UTC-12
11
- timezone: UTC-12
12
  date: Jan 19 - Jan 24, 2025
13
  tags:
14
  - natural-language-processing
 
7
  - type: submission
8
  label: Paper submission deadline
9
  date: '2024-09-16 23:59:59'
10
+ timezone: AoE
11
+ timezone: AoE
12
  date: Jan 19 - Jan 24, 2025
13
  tags:
14
  - natural-language-processing
src/data/conferences/collas.yml CHANGED
@@ -21,4 +21,28 @@
21
  tags:
22
  - machine-learning
23
  - lifelong-learning
24
- note: This conference has already taken place. More info <a href='https://lifelong-ml.cc/Conferences/2025/call'>here</a>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
21
  tags:
22
  - machine-learning
23
  - lifelong-learning
24
+ note: Deadlines have passed. Conference takes place in August 2025. More info <a href='https://lifelong-ml.cc/Conferences/2025/call'>here</a>
25
+
26
+ - title: CoLLAs
27
+ year: 2026
28
+ id: collas26
29
+ full_name: Fifth Conference on Lifelong Learning Agents
30
+ link: https://lifelong-ml.cc
31
+ deadlines:
32
+ - type: abstract
33
+ label: Abstract registration deadline
34
+ date: '2026-04-10 11:59:00'
35
+ timezone: AoE
36
+ - type: paper
37
+ label: Paper submission deadline
38
+ date: '2026-04-15 11:59:00'
39
+ timezone: AoE
40
+ timezone: UTC
41
+ city: Bucharest
42
+ country: Romania
43
+ date: September 14-18, 2026
44
+ start: 2026-09-14
45
+ end: 2026-09-18
46
+ tags:
47
+ - machine-learning
48
+ - lifelong-learning
src/data/conferences/colm.yml CHANGED
@@ -36,11 +36,27 @@
36
  label: Paper Submission
37
  date: '2026-03-31 23:59:59'
38
  timezone: AoE
 
 
 
 
 
 
 
 
 
 
 
 
39
  timezone: AoE
40
  date: October 6-9, 2026
 
 
41
  city: San Francisco
42
  country: USA
 
43
  era_rating: a
 
44
  tags:
45
  - natural-language-processing
46
  - large-language-models
 
36
  label: Paper Submission
37
  date: '2026-03-31 23:59:59'
38
  timezone: AoE
39
+ - type: rebuttal_start
40
+ label: Rebuttal Period Start
41
+ date: '2026-05-22 00:00:00'
42
+ timezone: AoE
43
+ - type: rebuttal_end
44
+ label: Rebuttal Period End
45
+ date: '2026-06-08 23:59:59'
46
+ timezone: AoE
47
+ - type: notification
48
+ label: Decision Notification
49
+ date: '2026-07-08 23:59:59'
50
+ timezone: AoE
51
  timezone: AoE
52
  date: October 6-9, 2026
53
+ start: 2026-10-06
54
+ end: 2026-10-09
55
  city: San Francisco
56
  country: USA
57
+ venue: Hilton San Francisco Union Square, USA
58
  era_rating: a
59
+ rankings: 'CCF: N, CORE: N, THCPL: N'
60
  tags:
61
  - natural-language-processing
62
  - large-language-models
src/data/conferences/colt.yml CHANGED
@@ -25,24 +25,24 @@
25
  - type: submission
26
  label: Paper submission deadline
27
  date: '2026-02-04 23:59:59'
28
- timezone: UTC-12
29
  - type: review_release
30
  label: Reviews released
31
  date: '2026-04-03 00:00:00'
32
- timezone: UTC-12
33
  - type: rebuttal_start
34
  label: Initial author response due
35
  date: '2026-04-10 00:00:00'
36
- timezone: UTC-12
37
  - type: rebuttal_end
38
  label: Discussion period
39
  date: '2026-04-20 23:59:59'
40
- timezone: UTC-12
41
  - type: notification
42
  label: Author notification
43
  date: '2026-05-04 00:00:00'
44
- timezone: UTC-12
45
- timezone: UTC-12
46
  date: June 29 - July 3, 2026
47
  tags:
48
  - machine-learning
 
25
  - type: submission
26
  label: Paper submission deadline
27
  date: '2026-02-04 23:59:59'
28
+ timezone: AoE
29
  - type: review_release
30
  label: Reviews released
31
  date: '2026-04-03 00:00:00'
32
+ timezone: AoE
33
  - type: rebuttal_start
34
  label: Initial author response due
35
  date: '2026-04-10 00:00:00'
36
+ timezone: AoE
37
  - type: rebuttal_end
38
  label: Discussion period
39
  date: '2026-04-20 23:59:59'
40
+ timezone: AoE
41
  - type: notification
42
  label: Author notification
43
  date: '2026-05-04 00:00:00'
44
+ timezone: AoE
45
+ timezone: AoE
46
  date: June 29 - July 3, 2026
47
  tags:
48
  - machine-learning
src/data/conferences/conll.yml CHANGED
@@ -7,16 +7,16 @@
7
  - type: paper
8
  label: Paper submission deadline
9
  date: '2025-03-14 23:59:59'
10
- timezone: UTC-12
11
  - type: notification
12
  label: Notification of acceptance
13
  date: '2025-05-23 23:59:59'
14
- timezone: UTC-12
15
  - type: camera_ready
16
  label: Camera-ready papers due
17
  date: '2025-06-17 23:59:59'
18
- timezone: UTC-12
19
- timezone: UTC-12
20
  city: Vienna
21
  country: Austria
22
  date: July 31 - August 1, 2025
@@ -37,20 +37,23 @@
37
  - type: paper
38
  label: Paper submission deadline
39
  date: '2026-02-19 23:59:59'
40
- timezone: UTC-12
41
  - type: notification
42
  label: Notification of acceptance
43
  date: '2026-04-21 23:59:59'
44
- timezone: UTC-12
45
  - type: camera_ready
46
  label: Camera-ready papers due
47
  date: '2026-05-12 23:59:59'
48
- timezone: UTC-12
49
- timezone: UTC-12
50
  city: San Diego
51
  country: USA
52
  date: July 3-4, 2026
 
 
53
  tags:
54
  - natural-language-processing
55
  rankings: 'CCF: B, CORE: A, THCPL: B'
 
56
  era_rating: a
 
7
  - type: paper
8
  label: Paper submission deadline
9
  date: '2025-03-14 23:59:59'
10
+ timezone: AoE
11
  - type: notification
12
  label: Notification of acceptance
13
  date: '2025-05-23 23:59:59'
14
+ timezone: AoE
15
  - type: camera_ready
16
  label: Camera-ready papers due
17
  date: '2025-06-17 23:59:59'
18
+ timezone: AoE
19
+ timezone: AoE
20
  city: Vienna
21
  country: Austria
22
  date: July 31 - August 1, 2025
 
37
  - type: paper
38
  label: Paper submission deadline
39
  date: '2026-02-19 23:59:59'
40
+ timezone: AoE
41
  - type: notification
42
  label: Notification of acceptance
43
  date: '2026-04-21 23:59:59'
44
+ timezone: AoE
45
  - type: camera_ready
46
  label: Camera-ready papers due
47
  date: '2026-05-12 23:59:59'
48
+ timezone: AoE
49
+ timezone: AoE
50
  city: San Diego
51
  country: USA
52
  date: July 3-4, 2026
53
+ start: '2026-07-03'
54
+ end: '2026-07-04'
55
  tags:
56
  - natural-language-processing
57
  rankings: 'CCF: B, CORE: A, THCPL: B'
58
+ venue: San Diego, California, USA
59
  era_rating: a
src/data/conferences/corl.yml CHANGED
@@ -21,16 +21,23 @@
21
  id: corl26
22
  full_name: The Conference on Robot Learning
23
  link: https://www.corl.org/
24
- deadline: null
25
- timezone: AoE
26
- date: TBD 2026
 
 
 
 
 
 
 
27
  tags:
28
  - machine-learning
29
  - robotics
30
  city: Austin
31
  country: United States
32
  rankings: 'CCF: N, CORE: N, THCPL: N'
33
- venue: TBD
34
- start: null
35
- end: null
36
- note: Conference announced for Austin, TX. Specific dates and venue TBD.
 
21
  id: corl26
22
  full_name: The Conference on Robot Learning
23
  link: https://www.corl.org/
24
+ deadlines:
25
+ - type: abstract
26
+ label: Abstract submission deadline
27
+ date: '2026-05-26 11:59:00'
28
+ timezone: UTC
29
+ - type: paper
30
+ label: Paper submission deadline
31
+ date: '2026-05-29 11:59:00'
32
+ timezone: UTC
33
+ date: November 9-12, 2026
34
  tags:
35
  - machine-learning
36
  - robotics
37
  city: Austin
38
  country: United States
39
  rankings: 'CCF: N, CORE: N, THCPL: N'
40
+ venue: JW Marriott Austin, 110 E 2nd St, Austin, TX 78701
41
+ start: '2026-11-09'
42
+ end: '2026-11-12'
43
+ note: Workshops on Nov 9, main conference Nov 10-12
src/data/conferences/cvpr.yml CHANGED
@@ -28,7 +28,7 @@
28
  full_name: IEEE/CVF Conference on Computer Vision and Pattern Recognition
29
  link: https://cvpr.thecvf.com/Conferences/2026/CallForPapers
30
  deadline: '2025-11-13 23:59:59'
31
- timezone: UTC-12
32
  date: June 3-7, 2026
33
  era_rating: a
34
  tags:
@@ -41,31 +41,31 @@
41
  - type: abstract
42
  label: Abstract Submission
43
  date: '2025-11-07 23:59:59'
44
- timezone: UTC-12
45
  - type: paper
46
  label: Paper Submission
47
  date: '2025-11-13 23:59:59'
48
- timezone: UTC-12
49
  - type: supplementary
50
  label: Supplementary Materials
51
  date: '2025-11-20 23:59:59'
52
- timezone: UTC-12
53
  - type: review_release
54
  label: Reviews Released
55
  date: '2026-01-22 23:59:59'
56
- timezone: UTC-12
57
  - type: rebuttal_start
58
  label: Rebuttal Period Starts
59
  date: '2026-01-22 23:59:59'
60
- timezone: UTC-12
61
  - type: rebuttal_end
62
  label: Rebuttal Period Ends
63
  date: '2026-01-29 23:59:59'
64
- timezone: UTC-12
65
  - type: notification
66
  label: Final Decisions
67
  date: '2026-02-20 23:59:59'
68
- timezone: UTC-12
69
  city: Denver
70
  country: USA
71
  abstract_deadline: '2025-11-07 23:59:59'
 
28
  full_name: IEEE/CVF Conference on Computer Vision and Pattern Recognition
29
  link: https://cvpr.thecvf.com/Conferences/2026/CallForPapers
30
  deadline: '2025-11-13 23:59:59'
31
+ timezone: AoE
32
  date: June 3-7, 2026
33
  era_rating: a
34
  tags:
 
41
  - type: abstract
42
  label: Abstract Submission
43
  date: '2025-11-07 23:59:59'
44
+ timezone: AoE
45
  - type: paper
46
  label: Paper Submission
47
  date: '2025-11-13 23:59:59'
48
+ timezone: AoE
49
  - type: supplementary
50
  label: Supplementary Materials
51
  date: '2025-11-20 23:59:59'
52
+ timezone: AoE
53
  - type: review_release
54
  label: Reviews Released
55
  date: '2026-01-22 23:59:59'
56
+ timezone: AoE
57
  - type: rebuttal_start
58
  label: Rebuttal Period Starts
59
  date: '2026-01-22 23:59:59'
60
+ timezone: AoE
61
  - type: rebuttal_end
62
  label: Rebuttal Period Ends
63
  date: '2026-01-29 23:59:59'
64
+ timezone: AoE
65
  - type: notification
66
  label: Final Decisions
67
  date: '2026-02-20 23:59:59'
68
+ timezone: AoE
69
  city: Denver
70
  country: USA
71
  abstract_deadline: '2025-11-07 23:59:59'
src/data/conferences/ecai.yml CHANGED
@@ -7,32 +7,32 @@
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
@@ -51,32 +51,32 @@
51
  - type: abstract
52
  label: Abstract submission deadline
53
  date: '2026-01-12 23:59:59'
54
- timezone: UTC-12
55
  - type: paper
56
  label: Full paper submission deadline
57
  date: '2026-01-19 23:59:59'
58
- timezone: UTC-12
59
  - type: notification
60
  label: Summary rejection notification
61
  date: '2026-03-04 23:59:59'
62
- timezone: UTC-12
63
  - type: rebuttal_start
64
  label: Author response period start
65
  date: '2026-04-07 23:59:59'
66
- timezone: UTC-12
67
  - type: rebuttal_end
68
  label: Author response period end
69
  date: '2026-04-10 23:59:59'
70
- timezone: UTC-12
71
  - type: notification
72
  label: Paper notification
73
  date: '2026-04-29 23:59:59'
74
- timezone: UTC-12
75
  - type: camera_ready
76
  label: Camera-ready deadline
77
  date: '2026-05-15 23:59:59'
78
- timezone: UTC-12
79
- timezone: UTC-12
80
  date: August 15-21, 2026
81
  start: 2026-08-15
82
  end: 2026-08-21
 
7
  - type: abstract
8
  label: Abstract deadline
9
  date: '2025-04-29 23:59:59'
10
+ timezone: AoE
11
  - type: paper
12
  label: Paper submission deadline
13
  date: '2025-05-06 23:59:59'
14
+ timezone: AoE
15
  - type: rebuttal_start
16
  label: Rebuttal period start
17
  date: '2025-06-23 23:59:59'
18
+ timezone: AoE
19
  - type: rebuttal_end
20
  label: Rebuttal period end
21
  date: '2025-06-25 23:59:59'
22
+ timezone: AoE
23
  - type: notification
24
  label: Author notification
25
  date: '2025-07-10 23:59:59'
26
+ timezone: AoE
27
  - type: camera_ready
28
  label: Camera-ready deadline
29
  date: '2025-08-26 23:59:59'
30
+ timezone: AoE
31
  - type: registration
32
  label: Early registration deadline
33
  date: '2025-09-03 23:59:59'
34
+ timezone: AoE
35
+ timezone: AoE
36
  date: October 25-30, 2025
37
  tags:
38
  - machine-learning
 
51
  - type: abstract
52
  label: Abstract submission deadline
53
  date: '2026-01-12 23:59:59'
54
+ timezone: AoE
55
  - type: paper
56
  label: Full paper submission deadline
57
  date: '2026-01-19 23:59:59'
58
+ timezone: AoE
59
  - type: notification
60
  label: Summary rejection notification
61
  date: '2026-03-04 23:59:59'
62
+ timezone: AoE
63
  - type: rebuttal_start
64
  label: Author response period start
65
  date: '2026-04-07 23:59:59'
66
+ timezone: AoE
67
  - type: rebuttal_end
68
  label: Author response period end
69
  date: '2026-04-10 23:59:59'
70
+ timezone: AoE
71
  - type: notification
72
  label: Paper notification
73
  date: '2026-04-29 23:59:59'
74
+ timezone: AoE
75
  - type: camera_ready
76
  label: Camera-ready deadline
77
  date: '2026-05-15 23:59:59'
78
+ timezone: AoE
79
+ timezone: AoE
80
  date: August 15-21, 2026
81
  start: 2026-08-15
82
  end: 2026-08-21
src/data/conferences/eccv.yml CHANGED
@@ -5,6 +5,7 @@
5
  link: https://eccv.ecva.net/Conferences/2026
6
  city: Malmö
7
  country: Sweden
 
8
  date: September 8-13, 2026
9
  start: 2026-09-08
10
  end: 2026-09-13
@@ -12,35 +13,43 @@
12
  tags:
13
  - computer-vision
14
  deadlines:
 
 
 
 
15
  - type: registration
16
  label: Paper Registration
17
- date: '2026-02-26 23:59:59'
18
- timezone: CET
 
 
 
 
19
  - type: paper
20
  label: Paper Submission
21
- date: '2026-03-05 23:59:59'
22
- timezone: CET
23
  - type: supplementary
24
  label: Supplemental Materials
25
- date: '2026-03-12 23:59:59'
26
- timezone: CET
 
 
 
 
27
  - type: review_release
28
  label: Reviews Released to Authors
29
  date: '2026-05-02 23:59:59'
30
- timezone: CET
31
  - type: rebuttal_end
32
  label: Rebuttal Deadline
33
- date: '2026-05-11 23:59:59'
34
- timezone: CET
35
  - type: notification
36
  label: Final Decisions
37
  date: '2026-06-17 23:59:59'
38
- timezone: CET
39
  - type: camera_ready
40
  label: Camera Ready Deadline
41
- date: '2026-06-27 23:59:59'
42
- timezone: CET
43
- - type: submission
44
- label: Workshop/Tutorial Proposal Submission
45
- date: '2026-02-14 23:59:59'
46
  timezone: AoE
 
5
  link: https://eccv.ecva.net/Conferences/2026
6
  city: Malmö
7
  country: Sweden
8
+ venue: Malmö Arena and Malmömässan
9
  date: September 8-13, 2026
10
  start: 2026-09-08
11
  end: 2026-09-13
 
13
  tags:
14
  - computer-vision
15
  deadlines:
16
+ - type: submission
17
+ label: Tutorial Proposal Submission
18
+ date: '2026-02-15 23:59:59'
19
+ timezone: AoE
20
  - type: registration
21
  label: Paper Registration
22
+ date: '2026-02-26 22:00:00'
23
+ timezone: UTC
24
+ - type: submission
25
+ label: Workshop Proposal Submission
26
+ date: '2026-02-27 23:59:59'
27
+ timezone: AoE
28
  - type: paper
29
  label: Paper Submission
30
+ date: '2026-03-05 22:00:00'
31
+ timezone: UTC
32
  - type: supplementary
33
  label: Supplemental Materials
34
+ date: '2026-03-12 22:00:00'
35
+ timezone: UTC
36
+ - type: notification
37
+ label: Tutorial/Workshop Decisions
38
+ date: '2026-04-12 20:00:00'
39
+ timezone: UTC
40
  - type: review_release
41
  label: Reviews Released to Authors
42
  date: '2026-05-02 23:59:59'
43
+ timezone: UTC
44
  - type: rebuttal_end
45
  label: Rebuttal Deadline
46
+ date: '2026-05-11 21:00:00'
47
+ timezone: UTC
48
  - type: notification
49
  label: Final Decisions
50
  date: '2026-06-17 23:59:59'
51
+ timezone: UTC
52
  - type: camera_ready
53
  label: Camera Ready Deadline
54
+ date: '2026-06-26 23:59:59'
 
 
 
 
55
  timezone: AoE
src/data/conferences/ecir.yml CHANGED
@@ -7,12 +7,12 @@
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
18
  venue: IMT School for Advanced Studies Lucca, Lucca, Italy
@@ -23,3 +23,32 @@
23
  - data-mining
24
  note: More info <a href='https://ecir2025.eu/'>here</a>.
25
  era_rating: b
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7
  - type: abstract
8
  label: Abstract deadline
9
  date: '2024-10-02 23:59:59'
10
+ timezone: AoE
11
  - type: paper
12
  label: Paper submission deadline
13
  date: '2024-10-09 23:59:59'
14
+ timezone: AoE
15
+ timezone: AoE
16
  city: Lucca
17
  country: Tuscany
18
  venue: IMT School for Advanced Studies Lucca, Lucca, Italy
 
23
  - data-mining
24
  note: More info <a href='https://ecir2025.eu/'>here</a>.
25
  era_rating: b
26
+ - title: ECIR
27
+ year: 2026
28
+ id: ecir26
29
+ full_name: European Conference on Information Retrieval
30
+ link: https://ecir2026.eu/
31
+ deadlines:
32
+ - type: abstract
33
+ label: Abstract deadline
34
+ date: '2025-09-25 23:59:59'
35
+ timezone: UTC-12
36
+ - type: paper
37
+ label: Paper submission deadline
38
+ date: '2025-10-02 23:59:59'
39
+ timezone: UTC-12
40
+ - type: notification
41
+ label: Notification of acceptance
42
+ date: '2025-12-16 23:59:59'
43
+ timezone: UTC-12
44
+ timezone: UTC-12
45
+ city: Delft
46
+ country: The Netherlands
47
+ venue: Lijm & Cultuur, Delft, The Netherlands
48
+ date: March 29 - April 2, 2026
49
+ start: '2026-03-29'
50
+ end: '2026-04-02'
51
+ tags:
52
+ - data-mining
53
+ note: More info <a href='https://ecir2026.eu/'>here</a>.
54
+ era_rating: b
src/data/conferences/ecml_pkdd.yml CHANGED
@@ -29,6 +29,23 @@
29
  full_name: European Conference on Machine Learning and Principles and Practice of
30
  Knowledge Discovery in Databases
31
  link: https://ecmlpkdd.org/2026/
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
32
  timezone: AoE
33
  city: Naples
34
  country: Italy
 
29
  full_name: European Conference on Machine Learning and Principles and Practice of
30
  Knowledge Discovery in Databases
31
  link: https://ecmlpkdd.org/2026/
32
+ deadlines:
33
+ - type: abstract
34
+ label: Abstract submission (Research Track)
35
+ date: '2026-03-05 23:59:59'
36
+ timezone: AoE
37
+ - type: paper
38
+ label: Paper submission (Research Track)
39
+ date: '2026-03-12 23:59:59'
40
+ timezone: AoE
41
+ - type: notification
42
+ label: Author notification
43
+ date: '2026-05-27 23:59:59'
44
+ timezone: AoE
45
+ - type: camera_ready
46
+ label: Camera ready submission
47
+ date: '2026-06-18 23:59:59'
48
+ timezone: AoE
49
  timezone: AoE
50
  city: Naples
51
  country: Italy
src/data/conferences/emnlp.yml CHANGED
@@ -6,15 +6,27 @@
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'
20
  era_rating: a
 
6
  deadlines:
7
  - type: paper
8
  label: Paper submission deadline
9
+ date: '2026-05-25 23:59:59'
10
+ timezone: AoE
11
+ - type: commitment_deadline
12
+ label: EMNLP commitment deadline
13
+ date: '2026-08-02 23:59:59'
14
+ timezone: AoE
15
+ - type: notification
16
+ label: Author notification date
17
+ date: '2026-08-20 23:59:59'
18
+ timezone: AoE
19
+ - type: camera_ready
20
+ label: Camera-ready deadline
21
+ date: '2026-09-20 23:59:59'
22
+ timezone: AoE
23
+ date: October 22 - 26, 2026
24
  tags:
25
  - natural-language-processing
26
  city: Budapest
27
  country: Hungary
28
  rankings: 'CCF: B, CORE: A*, THCPL: A'
29
  venue: TBA
30
+ start: '2026-10-22'
31
+ end: '2026-10-26'
32
  era_rating: a
src/data/conferences/emnlp_industry_track.yml CHANGED
@@ -5,7 +5,7 @@
5
  (Industry Track)
6
  link: https://2025.emnlp.org/
7
  deadline: '2025-07-04 23:59:59'
8
- timezone: UTC-12
9
  date: November 5 - 9, 2025
10
  tags:
11
  - natural-language-processing
 
5
  (Industry Track)
6
  link: https://2025.emnlp.org/
7
  deadline: '2025-07-04 23:59:59'
8
+ timezone: AoE
9
  date: November 5 - 9, 2025
10
  tags:
11
  - natural-language-processing
src/data/conferences/esann.yml CHANGED
@@ -27,12 +27,20 @@
27
  deadlines:
28
  - type: paper
29
  label: Paper submission deadline
30
- date: '2025-11-19 23:59:59'
31
  timezone: AoE
32
  - type: notification
33
  label: Author notification
34
  date: '2026-01-23 23:59:59'
35
  timezone: AoE
 
 
 
 
 
 
 
 
36
  date: April 22 - 24, 2026
37
  start: 2026-04-22
38
  end: 2026-04-24
 
27
  deadlines:
28
  - type: paper
29
  label: Paper submission deadline
30
+ date: '2025-11-26 23:59:59'
31
  timezone: AoE
32
  - type: notification
33
  label: Author notification
34
  date: '2026-01-23 23:59:59'
35
  timezone: AoE
36
+ - type: registration
37
+ label: Early registration deadline
38
+ date: '2026-02-13 23:59:59'
39
+ timezone: AoE
40
+ - type: registration
41
+ label: Final registration deadline
42
+ date: '2026-04-10 23:59:59'
43
+ timezone: AoE
44
  date: April 22 - 24, 2026
45
  start: 2026-04-22
46
  end: 2026-04-24
src/data/conferences/fg.yml CHANGED
@@ -8,31 +8,31 @@
8
  - type: abstract
9
  label: Abstract Submission (Round 1)
10
  date: '2025-09-25 23:59:59'
11
- timezone: UTC-12
12
  - type: submission
13
  label: Paper Submission (Round 1) - Extended
14
  date: '2025-10-06 23:59:59'
15
- timezone: UTC-12
16
  - type: notification
17
  label: Notifications to authors (Round 1)
18
  date: '2025-12-11 23:59:59'
19
- timezone: UTC-12
20
  - type: abstract
21
  label: Abstract Submission (Round 2)
22
  date: '2026-01-09 23:59:59'
23
- timezone: UTC-12
24
  - type: submission
25
  label: Paper Submission (Round 2)
26
  date: '2026-01-15 23:59:59'
27
- timezone: UTC-12
28
  - type: notification
29
  label: Notifications to authors (Round 2)
30
  date: '2026-04-02 23:59:59'
31
- timezone: UTC-12
32
  - type: camera_ready
33
  label: Camera-ready (for all accepted papers)
34
  date: '2026-04-21 23:59:59'
35
- timezone: UTC-12
36
  timezone: GMT+02
37
  date: May 25-29, 2026
38
  city: Kyoto
 
8
  - type: abstract
9
  label: Abstract Submission (Round 1)
10
  date: '2025-09-25 23:59:59'
11
+ timezone: AoE
12
  - type: submission
13
  label: Paper Submission (Round 1) - Extended
14
  date: '2025-10-06 23:59:59'
15
+ timezone: AoE
16
  - type: notification
17
  label: Notifications to authors (Round 1)
18
  date: '2025-12-11 23:59:59'
19
+ timezone: AoE
20
  - type: abstract
21
  label: Abstract Submission (Round 2)
22
  date: '2026-01-09 23:59:59'
23
+ timezone: AoE
24
  - type: submission
25
  label: Paper Submission (Round 2)
26
  date: '2026-01-15 23:59:59'
27
+ timezone: AoE
28
  - type: notification
29
  label: Notifications to authors (Round 2)
30
  date: '2026-04-02 23:59:59'
31
+ timezone: AoE
32
  - type: camera_ready
33
  label: Camera-ready (for all accepted papers)
34
  date: '2026-04-21 23:59:59'
35
+ timezone: AoE
36
  timezone: GMT+02
37
  date: May 25-29, 2026
38
  city: Kyoto
src/data/conferences/icann.yml CHANGED
@@ -7,8 +7,8 @@
7
  - type: submission
8
  label: Abstract and Full Paper Submission
9
  date: '2025-03-29 23:59:59'
10
- timezone: UTC-12
11
- timezone: UTC-12
12
  city: Kaunas
13
  country: Lithuania
14
  venue: Kaunas, Lithuania
@@ -31,20 +31,20 @@
31
  - type: abstract
32
  label: Abstract and Full Paper Submission
33
  date: '2026-03-16 23:59:59'
34
- timezone: UTC-12
35
  - type: submission
36
  label: Full Paper Submission
37
  date: '2026-03-16 23:59:59'
38
- timezone: UTC-12
39
  - type: notification
40
  label: Final Notification
41
  date: '2026-05-29 23:59:59'
42
- timezone: UTC-12
43
  - type: camera_ready
44
  label: Camera-ready Paper Upload and Author Registration
45
  date: '2026-06-29 23:59:59'
46
- timezone: UTC-12
47
- timezone: UTC-12
48
  city: Padua
49
  country: Italy
50
  venue: University of Padua, Padua, Italy
 
7
  - type: submission
8
  label: Abstract and Full Paper Submission
9
  date: '2025-03-29 23:59:59'
10
+ timezone: AoE
11
+ timezone: AoE
12
  city: Kaunas
13
  country: Lithuania
14
  venue: Kaunas, Lithuania
 
31
  - type: abstract
32
  label: Abstract and Full Paper Submission
33
  date: '2026-03-16 23:59:59'
34
+ timezone: AoE
35
  - type: submission
36
  label: Full Paper Submission
37
  date: '2026-03-16 23:59:59'
38
+ timezone: AoE
39
  - type: notification
40
  label: Final Notification
41
  date: '2026-05-29 23:59:59'
42
+ timezone: AoE
43
  - type: camera_ready
44
  label: Camera-ready Paper Upload and Author Registration
45
  date: '2026-06-29 23:59:59'
46
+ timezone: AoE
47
+ timezone: AoE
48
  city: Padua
49
  country: Italy
50
  venue: University of Padua, Padua, Italy
src/data/conferences/icassp.yml CHANGED
@@ -8,7 +8,7 @@
8
  label: Paper Submission
9
  date: '2025-09-18 08:59:59'
10
  timezone: GMT+02
11
- timezone: UTC-12
12
  city: Hyderabad
13
  country: India
14
  venue: Hyderabad International Convention Center, Hyderabad, India
 
8
  label: Paper Submission
9
  date: '2025-09-18 08:59:59'
10
  timezone: GMT+02
11
+ timezone: AoE
12
  city: Hyderabad
13
  country: India
14
  venue: Hyderabad International Convention Center, Hyderabad, India
src/data/conferences/icdm.yml CHANGED
@@ -46,3 +46,11 @@
46
  label: Full Paper Submission
47
  date: '2026-06-06 23:59:59'
48
  timezone: AoE
 
 
 
 
 
 
 
 
 
46
  label: Full Paper Submission
47
  date: '2026-06-06 23:59:59'
48
  timezone: AoE
49
+ - type: notification
50
+ label: Author Notification
51
+ date: '2026-08-16 23:59:59'
52
+ timezone: AoE
53
+ - type: camera_ready
54
+ label: Camera Ready Deadline
55
+ date: '2026-09-09 23:59:59'
56
+ timezone: AoE
src/data/conferences/iclr.yml CHANGED
@@ -8,12 +8,12 @@
8
  - type: abstract
9
  label: Abstract Submission
10
  date: '2024-09-27 23:59:59'
11
- timezone: UTC-12
12
  - type: submission
13
  label: Paper Submission
14
  date: '2024-10-01 23:59:59'
15
- timezone: UTC-12
16
- timezone: UTC-12
17
  city: Singapore
18
  country: Singapore
19
  venue: Singapore EXPO - 1 Expo Drive, Singapore
@@ -35,31 +35,29 @@
35
  id: iclr26
36
  full_name: The Fourteenth International Conference on Learning Representations
37
  link: https://iclr.cc/Conferences/2026
38
- deadline: '2025-09-24 23:59:59'
39
- abstract_deadline: '2025-09-19 23:59:59'
40
  era_rating: a
41
  deadlines:
42
  - type: abstract
43
  label: Abstract Submission
44
  date: '2025-09-19 23:59:59'
45
- timezone: UTC-12
46
  - type: submission
47
  label: Paper Submission
48
  date: '2025-09-24 23:59:59'
49
- timezone: UTC-12
50
  - type: review_release
51
  label: Reviews Released
52
  date: '2025-11-11 23:59:59'
53
- timezone: UTC-12
54
  - type: rebuttal_end
55
  label: Discussion Period End
56
  date: '2025-12-03 23:59:59'
57
- timezone: UTC-12
58
  - type: notification
59
  label: Notification
60
- date: '2026-01-22 23:59:59'
61
- timezone: UTC-12
62
- timezone: UTC-12
63
  city: Rio de Janeiro
64
  country: Brazil
65
  venue: Riocentro Convention and Event Center
 
8
  - type: abstract
9
  label: Abstract Submission
10
  date: '2024-09-27 23:59:59'
11
+ timezone: AoE
12
  - type: submission
13
  label: Paper Submission
14
  date: '2024-10-01 23:59:59'
15
+ timezone: AoE
16
+ timezone: AoE
17
  city: Singapore
18
  country: Singapore
19
  venue: Singapore EXPO - 1 Expo Drive, Singapore
 
35
  id: iclr26
36
  full_name: The Fourteenth International Conference on Learning Representations
37
  link: https://iclr.cc/Conferences/2026
 
 
38
  era_rating: a
39
  deadlines:
40
  - type: abstract
41
  label: Abstract Submission
42
  date: '2025-09-19 23:59:59'
43
+ timezone: AoE
44
  - type: submission
45
  label: Paper Submission
46
  date: '2025-09-24 23:59:59'
47
+ timezone: AoE
48
  - type: review_release
49
  label: Reviews Released
50
  date: '2025-11-11 23:59:59'
51
+ timezone: AoE
52
  - type: rebuttal_end
53
  label: Discussion Period End
54
  date: '2025-12-03 23:59:59'
55
+ timezone: AoE
56
  - type: notification
57
  label: Notification
58
+ date: '2026-01-25 23:59:59'
59
+ timezone: AoE
60
+ timezone: AoE
61
  city: Rio de Janeiro
62
  country: Brazil
63
  venue: Riocentro Convention and Event Center
src/data/conferences/icml.yml CHANGED
@@ -58,6 +58,14 @@
58
  label: Paper Submission
59
  date: '2026-01-28 23:59:59'
60
  timezone: AoE
 
 
 
 
 
 
 
 
61
  - type: notification
62
  label: Author Notification
63
  date: '2026-04-30 23:59:59'
 
58
  label: Paper Submission
59
  date: '2026-01-28 23:59:59'
60
  timezone: AoE
61
+ - type: review_release
62
+ label: Reviews Released
63
+ date: '2026-03-24 23:59:59'
64
+ timezone: AoE
65
+ - type: rebuttal_end
66
+ label: Author Response Deadline
67
+ date: '2026-03-30 23:59:59'
68
+ timezone: AoE
69
  - type: notification
70
  label: Author Notification
71
  date: '2026-04-30 23:59:59'
src/data/conferences/icomp.yml CHANGED
@@ -6,22 +6,36 @@
6
  deadlines:
7
  - type: abstract
8
  label: Abstract submission
9
- date: '2025-08-15 23:59:59'
10
  timezone: AoE
11
  - type: paper
12
  label: Paper submission
13
- date: '2025-08-24 23:59:59'
14
  timezone: AoE
15
  - type: notification
16
  label: Paper decision notification
17
- date: '2025-09-22 23:59:59'
18
  timezone: AoE
19
- city: Abu Dhabi
20
- country: UAE
21
- venue: Sofitel Abu Dhabi Corniche
22
- date: October 17-19, 2025
23
- start: 2025-10-17
24
- end: 2025-10-19
 
 
 
 
 
 
 
 
 
 
 
 
 
 
25
  tags:
26
  - machine-learning
27
  - optimization-methods
 
6
  deadlines:
7
  - type: abstract
8
  label: Abstract submission
9
+ date: '2025-04-05 23:59:59'
10
  timezone: AoE
11
  - type: paper
12
  label: Paper submission
13
+ date: '2025-04-15 23:59:59'
14
  timezone: AoE
15
  - type: notification
16
  label: Paper decision notification
17
+ date: '2025-07-10 23:59:59'
18
  timezone: AoE
19
+ city: Yerevan
20
+ country: Armenia
21
+ date: September 11-13, 2025
22
+ start: 2025-09-11
23
+ end: 2025-09-13
24
+ tags:
25
+ - machine-learning
26
+ - optimization-methods
27
+ era_rating: b
28
+ - title: ICOMP
29
+ year: 2026
30
+ id: icomp26
31
+ full_name: International Conference on Computational Optimization
32
+ link: https://icomp.cc/
33
+ deadlines: []
34
+ city: Yerevan
35
+ country: Armenia
36
+ date: September 11-13, 2026
37
+ start: 2026-09-11
38
+ end: 2026-09-13
39
  tags:
40
  - machine-learning
41
  - optimization-methods
src/data/conferences/icra.yml CHANGED
@@ -3,34 +3,45 @@
3
  id: icra25
4
  full_name: IEEE International Conference on Robotics and Automation
5
  link: https://2025.ieee-icra.org
6
- deadline: '2024-07-15 12:00:00'
7
- timezone: UTC-4
8
- date: May 19-23, 2025
 
 
 
9
  era_rating: a
10
  tags:
11
- - machine-learning
12
  - robotics
 
 
13
  city: Atlanta
14
  country: USA
15
- start: '2026-06-01'
16
- end: '2026-06-05'
17
  rankings: 'CCF: B, CORE: A*, THCPL: A'
18
  venue: Georgia World Congress Center, Atlanta, USA
19
  - title: ICRA
20
  year: 2026
21
  id: icra26
22
- full_name: International Conference on Robotics and Automation
23
  link: https://2026.ieee-icra.org/
24
  era_rating: a
25
  deadlines:
26
  - type: submission
27
  label: Paper Submission
28
  date: '2025-09-15 23:59:59'
29
- timezone: GMT-08
30
- timezone: PST
 
 
 
 
 
 
 
31
  city: Vienna
32
  country: Austria
33
- venue: To be anounced
34
  date: June 1 - June 5, 2026
35
  start: 2026-06-01
36
  end: 2026-06-05
 
3
  id: icra25
4
  full_name: IEEE International Conference on Robotics and Automation
5
  link: https://2025.ieee-icra.org
6
+ deadlines:
7
+ - type: submission
8
+ label: Paper Submission
9
+ date: '2024-09-15 23:59:59'
10
+ timezone: PST
11
+ date: May 19 - 23, 2025
12
  era_rating: a
13
  tags:
 
14
  - robotics
15
+ - computer-vision
16
+ - machine-learning
17
  city: Atlanta
18
  country: USA
19
+ start: '2025-05-19'
20
+ end: '2025-05-23'
21
  rankings: 'CCF: B, CORE: A*, THCPL: A'
22
  venue: Georgia World Congress Center, Atlanta, USA
23
  - title: ICRA
24
  year: 2026
25
  id: icra26
26
+ full_name: IEEE International Conference on Robotics and Automation
27
  link: https://2026.ieee-icra.org/
28
  era_rating: a
29
  deadlines:
30
  - type: submission
31
  label: Paper Submission
32
  date: '2025-09-15 23:59:59'
33
+ timezone: PST
34
+ - type: notification
35
+ label: Notification of Acceptance
36
+ date: '2026-01-31 23:59:59'
37
+ timezone: PST
38
+ - type: camera_ready
39
+ label: Camera-Ready Submission
40
+ date: '2026-03-06 23:59:59'
41
+ timezone: PST
42
  city: Vienna
43
  country: Austria
44
+ venue: Messe Wien Exhibition & Congress Center, Vienna, Austria
45
  date: June 1 - June 5, 2026
46
  start: 2026-06-01
47
  end: 2026-06-05
src/data/conferences/ijcnlp_and_aacl.yml CHANGED
@@ -6,7 +6,7 @@
6
  link: https://2025.aaclnet.org/
7
  deadline: '2025-07-28 23:59:59'
8
  abstract_deadline: '2025-07-28 23:59:59'
9
- timezone: UTC-12
10
  city: Mumbai
11
  country: India
12
  venue: null
 
6
  link: https://2025.aaclnet.org/
7
  deadline: '2025-07-28 23:59:59'
8
  abstract_deadline: '2025-07-28 23:59:59'
9
+ timezone: AoE
10
  city: Mumbai
11
  country: India
12
  venue: null
src/data/conferences/kdd.yml CHANGED
@@ -56,7 +56,7 @@
56
  timezone: AoE
57
  - type: rebuttal_end
58
  label: Rebuttal period end
59
- date: '2026-04-18 23:59:59'
60
  timezone: AoE
61
  - type: notification
62
  label: Notification
 
56
  timezone: AoE
57
  - type: rebuttal_end
58
  label: Rebuttal period end
59
+ date: '2026-04-17 23:59:59'
60
  timezone: AoE
61
  - type: notification
62
  label: Notification
src/data/conferences/mathai.yml CHANGED
@@ -36,15 +36,15 @@
36
  deadlines:
37
  - type: abstract
38
  label: Abstract submission deadline
39
- date: '2026-02-01 23:59:59'
40
  timezone: Europe/London
41
  - type: paper
42
  label: Full paper submission deadline
43
- date: '2026-02-19 23:59:59'
44
  timezone: Europe/London
45
  - type: notification
46
  label: Decision notification
47
- date: '2026-03-10 23:59:59'
48
  timezone: AoE
49
  city: Sochi
50
  country: Russia
 
36
  deadlines:
37
  - type: abstract
38
  label: Abstract submission deadline
39
+ date: '2026-02-17 23:59:59'
40
  timezone: Europe/London
41
  - type: paper
42
  label: Full paper submission deadline
43
+ date: '2026-03-01 23:59:59'
44
  timezone: Europe/London
45
  - type: notification
46
  label: Decision notification
47
+ date: '2026-03-12 23:59:59'
48
  timezone: AoE
49
  city: Sochi
50
  country: Russia
src/data/conferences/miccai.yml CHANGED
@@ -3,10 +3,15 @@
3
  id: miccai26
4
  full_name: International Conference on Medical Image Computing and Computer-Assisted Intervention
5
  link: https://conferences.miccai.org/2026/
6
- deadline: '2026-02-26 23:59:59'
7
- timezone: UTC-08
8
  date: October 4-8, 2026
 
 
 
 
 
9
  era_rating: a
 
 
10
  tags:
11
  - computer-vision
12
  deadlines:
@@ -24,7 +29,7 @@
24
  timezone: UTC-08
25
  - type: rebuttal_start
26
  label: Rebuttal Period Starts
27
- date: '2026-05-07 23:59:59'
28
  timezone: UTC-08
29
  - type: rebuttal_end
30
  label: Rebuttal Period Ends
@@ -32,14 +37,13 @@
32
  timezone: UTC-08
33
  - type: notification
34
  label: Final Decisions
 
 
 
 
 
 
 
 
35
  date: '2026-06-26 23:59:59'
36
  timezone: UTC-08
37
- city: Abu Dhabi
38
- country: UAE
39
- abstract_deadline: '2026-02-12 23:59:59'
40
- rankings: 'CCF: A, CORE: A*, THCPL: A'
41
- venue: ADNEC Centre Abu Dhabi
42
- hindex: 98
43
- rebuttal_period_end: '2026-05-14 23:59:59'
44
- final_decision_date: '2026-06-26 23:59:59'
45
- review_release_date: '2026-05-07 23:59:59'
 
3
  id: miccai26
4
  full_name: International Conference on Medical Image Computing and Computer-Assisted Intervention
5
  link: https://conferences.miccai.org/2026/
 
 
6
  date: October 4-8, 2026
7
+ start: 2026-10-04
8
+ end: 2026-10-08
9
+ city: Abu Dhabi
10
+ country: UAE
11
+ venue: ADNEC Centre Abu Dhabi
12
  era_rating: a
13
+ rankings: 'CCF: A, CORE: A*, THCPL: A'
14
+ hindex: 98
15
  tags:
16
  - computer-vision
17
  deadlines:
 
29
  timezone: UTC-08
30
  - type: rebuttal_start
31
  label: Rebuttal Period Starts
32
+ date: '2026-05-08 23:59:59'
33
  timezone: UTC-08
34
  - type: rebuttal_end
35
  label: Rebuttal Period Ends
 
37
  timezone: UTC-08
38
  - type: notification
39
  label: Final Decisions
40
+ date: '2026-06-12 23:59:59'
41
+ timezone: UTC-08
42
+ - type: camera_ready
43
+ label: Camera-Ready (Early Accepted Papers)
44
+ date: '2026-05-25 23:59:59'
45
+ timezone: UTC-08
46
+ - type: camera_ready
47
+ label: Camera-Ready (All Other Papers)
48
  date: '2026-06-26 23:59:59'
49
  timezone: UTC-08
 
 
 
 
 
 
 
 
 
src/data/conferences/naacl.yml CHANGED
@@ -5,7 +5,7 @@
5
  for Computational Linguistics
6
  link: https://2025.naacl.org/
7
  deadline: '2024-10-15 23:59:59'
8
- timezone: UTC-12
9
  date: April 29-May 4, 2025
10
  tags:
11
  - natural-language-processing
 
5
  for Computational Linguistics
6
  link: https://2025.naacl.org/
7
  deadline: '2024-10-15 23:59:59'
8
+ timezone: AoE
9
  date: April 29-May 4, 2025
10
  tags:
11
  - natural-language-processing
src/data/conferences/neurips.yml CHANGED
@@ -39,6 +39,16 @@
39
  id: neurips26
40
  full_name: Conference on Neural Information Processing Systems
41
  link: https://neurips.cc/
 
 
 
 
 
 
 
 
 
 
42
  date: December 6-12, 2026
43
  start: '2026-12-06'
44
  end: '2026-12-12'
 
39
  id: neurips26
40
  full_name: Conference on Neural Information Processing Systems
41
  link: https://neurips.cc/
42
+ deadlines:
43
+ - type: abstract
44
+ label: Abstract registration deadline
45
+ date: '2026-05-04 23:59:59'
46
+ timezone: AoE
47
+ - type: paper
48
+ label: Paper submission deadline
49
+ date: '2026-05-06 23:59:59'
50
+ timezone: AoE
51
+ timezone: AoE
52
  date: December 6-12, 2026
53
  start: '2026-12-06'
54
  end: '2026-12-12'
src/data/conferences/rlc.yml CHANGED
@@ -34,13 +34,13 @@
34
  link: https://rl-conference.cc/
35
  deadlines:
36
  - type: abstract
37
- label: Abstract registration
38
- date: '2026-03-02 12:00:00'
39
- timezone: UTC
40
  - type: paper
41
  label: Paper submission
42
- date: '2026-03-06 12:00:00'
43
- timezone: UTC
44
  - type: notification
45
  label: Author notification
46
  date: '2026-05-08 23:59:59'
@@ -48,10 +48,10 @@
48
  timezone: America/Montreal
49
  city: Montreal
50
  country: Canada
51
- date: August 16 - 19, 2026
52
- start: 2026-08-16
53
- end: 2026-08-19
54
  tags:
55
  - machine-learning
56
  - reinforcement-learning
57
- note: Mandatory abstract registration on Mar 2, 2026.
 
34
  link: https://rl-conference.cc/
35
  deadlines:
36
  - type: abstract
37
+ label: Abstract submission
38
+ date: '2026-03-01 23:59:59'
39
+ timezone: AoE
40
  - type: paper
41
  label: Paper submission
42
+ date: '2026-03-05 23:59:59'
43
+ timezone: AoE
44
  - type: notification
45
  label: Author notification
46
  date: '2026-05-08 23:59:59'
 
48
  timezone: America/Montreal
49
  city: Montreal
50
  country: Canada
51
+ date: August 15 - 18, 2026
52
+ start: 2026-08-15
53
+ end: 2026-08-18
54
  tags:
55
  - machine-learning
56
  - reinforcement-learning
57
+ note: Mandatory abstract deadline on Mar 1, 2026.
src/data/conferences/rss.yml CHANGED
@@ -35,35 +35,36 @@
35
  - type: abstract
36
  label: Abstract Submission
37
  date: '2026-01-23 23:59:59'
38
- timezone: UTC-12
39
  - type: paper
40
  label: Paper Submission
41
  date: '2026-01-30 23:59:59'
42
- timezone: UTC-12
43
  - type: supplementary
44
  label: Supplementary Materials
45
  date: '2026-02-06 23:59:59'
46
- timezone: UTC-12
47
  - type: review_release
48
  label: Reviews Released
49
  date: '2026-03-27 23:59:59'
50
- timezone: UTC-12
51
  - type: rebuttal_start
52
  label: Rebuttal Period Starts
53
  date: '2026-03-27 23:59:59'
54
- timezone: UTC-12
55
  - type: rebuttal_end
56
  label: Rebuttal Period Ends
57
  date: '2026-04-03 23:59:59'
58
- timezone: UTC-12
59
  - type: notification
60
  label: Final Decisions
61
  date: '2026-04-27 23:59:59'
62
- timezone: UTC-12
63
- timezone: UTC-12
64
  date: July 13-17, 2026
65
  start: 2026-07-13
66
  end: 2026-07-17
 
67
  tags:
68
  - robotics
69
  - machine-learning
 
35
  - type: abstract
36
  label: Abstract Submission
37
  date: '2026-01-23 23:59:59'
38
+ timezone: AoE
39
  - type: paper
40
  label: Paper Submission
41
  date: '2026-01-30 23:59:59'
42
+ timezone: AoE
43
  - type: supplementary
44
  label: Supplementary Materials
45
  date: '2026-02-06 23:59:59'
46
+ timezone: AoE
47
  - type: review_release
48
  label: Reviews Released
49
  date: '2026-03-27 23:59:59'
50
+ timezone: AoE
51
  - type: rebuttal_start
52
  label: Rebuttal Period Starts
53
  date: '2026-03-27 23:59:59'
54
+ timezone: AoE
55
  - type: rebuttal_end
56
  label: Rebuttal Period Ends
57
  date: '2026-04-03 23:59:59'
58
+ timezone: AoE
59
  - type: notification
60
  label: Final Decisions
61
  date: '2026-04-27 23:59:59'
62
+ timezone: AoE
63
+ timezone: AoE
64
  date: July 13-17, 2026
65
  start: 2026-07-13
66
  end: 2026-07-17
67
+ venue: University of Technology Sydney
68
  tags:
69
  - robotics
70
  - machine-learning
src/data/conferences/wacv.yml CHANGED
@@ -28,48 +28,48 @@
28
  - type: registration
29
  label: Round 1 Paper Registration
30
  date: '2025-07-11 23:59:59'
31
- timezone: UTC-12
32
  - type: submission
33
  label: Round 1 Paper Submission
34
  date: '2025-07-18 23:59:59'
35
- timezone: UTC-12
36
  - type: supplementary
37
  label: Round 1 Supplementary Material Submission
38
  date: '2025-07-18 23:59:59'
39
- timezone: UTC-12
40
  - type: review_release
41
  label: Round 1 Reviews Released
42
  date: '2025-09-05 23:59:59'
43
- timezone: UTC-12
44
  - type: rebuttal_and_revision
45
  label: Round 1 Rebuttal and Revision Submission
46
  date: '2025-09-19 23:59:59'
47
- timezone: UTC-12
48
  - type: notification
49
  label: Round 1 Final Decisions Released to Authors
50
  date: '2025-11-06 23:59:59'
51
- timezone: UTC-12
52
  - type: registration
53
  label: Round 2 New Paper Registration
54
  date: '2025-09-12 23:59:59'
55
- timezone: UTC-12
56
  - type: submission
57
  label: Round 2 Paper Submission
58
  date: '2025-09-19 23:59:59'
59
- timezone: UTC-12
60
  - type: supplementary
61
  label: Round 2 Supplementary Material Submission
62
  date: '2025-09-19 23:59:59'
63
- timezone: UTC-12
64
  - type: notification
65
  label: Round 2 Reviews and Final Decisions to Authors
66
  date: '2025-11-06 23:59:59'
67
- timezone: UTC-12
68
  - type: camera_ready
69
  label: Camera-Ready Deadline
70
  date: '2026-01-10 23:59:59'
71
- timezone: UTC-12
72
- timezone: UTC-12
73
  date: March 6 - March 10, 2026
74
  start: 2026-03-06
75
  end: 2026-03-10
@@ -79,4 +79,6 @@
79
  tags:
80
  - machine-learning
81
  - computer-vision
 
 
82
  era_rating: a
 
28
  - type: registration
29
  label: Round 1 Paper Registration
30
  date: '2025-07-11 23:59:59'
31
+ timezone: AoE
32
  - type: submission
33
  label: Round 1 Paper Submission
34
  date: '2025-07-18 23:59:59'
35
+ timezone: AoE
36
  - type: supplementary
37
  label: Round 1 Supplementary Material Submission
38
  date: '2025-07-18 23:59:59'
39
+ timezone: AoE
40
  - type: review_release
41
  label: Round 1 Reviews Released
42
  date: '2025-09-05 23:59:59'
43
+ timezone: AoE
44
  - type: rebuttal_and_revision
45
  label: Round 1 Rebuttal and Revision Submission
46
  date: '2025-09-19 23:59:59'
47
+ timezone: AoE
48
  - type: notification
49
  label: Round 1 Final Decisions Released to Authors
50
  date: '2025-11-06 23:59:59'
51
+ timezone: AoE
52
  - type: registration
53
  label: Round 2 New Paper Registration
54
  date: '2025-09-12 23:59:59'
55
+ timezone: AoE
56
  - type: submission
57
  label: Round 2 Paper Submission
58
  date: '2025-09-19 23:59:59'
59
+ timezone: AoE
60
  - type: supplementary
61
  label: Round 2 Supplementary Material Submission
62
  date: '2025-09-19 23:59:59'
63
+ timezone: AoE
64
  - type: notification
65
  label: Round 2 Reviews and Final Decisions to Authors
66
  date: '2025-11-06 23:59:59'
67
+ timezone: AoE
68
  - type: camera_ready
69
  label: Camera-Ready Deadline
70
  date: '2026-01-10 23:59:59'
71
+ timezone: AoE
72
+ timezone: AoE
73
  date: March 6 - March 10, 2026
74
  start: 2026-03-06
75
  end: 2026-03-10
 
79
  tags:
80
  - machine-learning
81
  - computer-vision
82
+ rankings: 'CCF: N, CORE: A, THCPL: N'
83
+ hindex: 131
84
  era_rating: a
src/data/conferences/www.yml CHANGED
@@ -32,6 +32,7 @@
32
  timezone: AoE
33
  city: Dubai
34
  country: UAE
 
35
  date: April 13-17, 2026
36
  start: 2026-04-13
37
  end: 2026-04-17
 
32
  timezone: AoE
33
  city: Dubai
34
  country: UAE
35
+ venue: InterContinental Dubai Festival City by IHG
36
  date: April 13-17, 2026
37
  start: 2026-04-13
38
  end: 2026-04-17