nielsr HF Staff commited on
Commit
2d6cf3d
·
1 Parent(s): c2a4645
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.
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,20 +7,20 @@
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:
@@ -39,20 +39,20 @@
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:
 
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
  era_rating: a
26
  tags:
 
39
  - type: paper
40
  label: Paper submission deadline
41
  date: '2026-01-05 23:59:59'
42
+ timezone: AoE
43
  - type: commitment_deadline
44
  label: ARR commitment deadline
45
  date: '2026-03-14 23:59:59'
46
+ timezone: AoE
47
  - type: notification
48
  label: Author notification date
49
  date: '2026-04-04 23:59:59'
50
+ timezone: AoE
51
  - type: camera_ready
52
  label: Camera-ready deadline
53
  date: '2026-04-19 23:59:59'
54
+ timezone: AoE
55
+ timezone: AoE
56
  date: July 2-7, 2026
57
  era_rating: a
58
  tags:
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
@@ -4,7 +4,7 @@
4
  full_name: IEEE Congress on Evolutionary Computation
5
  link: https://www.cec2025.org/
6
  deadline: '2025-01-15 23:59:59'
7
- timezone: UTC-12
8
  date: June 8-12, 2025
9
  tags:
10
  - machine-learning
@@ -20,16 +20,16 @@
20
  - type: paper
21
  label: Paper submission deadline
22
  date: '2026-01-31 23:59:59'
23
- timezone: UTC-12
24
  - type: notification
25
  label: Paper acceptance notification
26
  date: '2026-03-15 23:59:59'
27
- timezone: UTC-12
28
  - type: camera_ready
29
  label: Camera-ready papers deadline
30
  date: '2026-04-15 23:59:59'
31
- timezone: UTC-12
32
- timezone: UTC-12
33
  date: June 21-26, 2026
34
  start: 2026-06-21
35
  end: 2026-06-26
 
4
  full_name: IEEE Congress on Evolutionary Computation
5
  link: https://www.cec2025.org/
6
  deadline: '2025-01-15 23:59:59'
7
+ timezone: AoE
8
  date: June 8-12, 2025
9
  tags:
10
  - machine-learning
 
20
  - type: paper
21
  label: Paper submission deadline
22
  date: '2026-01-31 23:59:59'
23
+ timezone: AoE
24
  - type: notification
25
  label: Paper acceptance notification
26
  date: '2026-03-15 23:59:59'
27
+ timezone: AoE
28
  - type: camera_ready
29
  label: Camera-ready papers deadline
30
  date: '2026-04-15 23:59:59'
31
+ timezone: AoE
32
+ timezone: AoE
33
  date: June 21-26, 2026
34
  start: 2026-06-21
35
  end: 2026-06-26
src/data/conferences/chil.yml CHANGED
@@ -4,7 +4,7 @@
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
@@ -12,19 +12,19 @@
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'
 
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: AoE
8
  date: June 28-30, 2026
9
  tags:
10
  - machine-learning
 
12
  - type: paper
13
  label: Paper Submission
14
  date: '2026-02-04 23:59:59'
15
+ timezone: AoE
16
  - type: review_release
17
  label: Early Acceptance & 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-04 23:59:59'
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
@@ -32,11 +32,11 @@
32
  - type: abstract
33
  label: Abstract registration deadline
34
  date: '2026-04-10 11:59:00'
35
- timezone: UTC-12
36
  - type: paper
37
  label: Paper submission deadline
38
  date: '2026-04-15 11:59:00'
39
- timezone: UTC-12
40
  timezone: UTC
41
  city: Bucharest
42
  country: Romania
 
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
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,16 +37,16 @@
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
 
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
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/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
 
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
src/data/conferences/emnlp.yml CHANGED
@@ -7,7 +7,7 @@
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
 
7
  - type: paper
8
  label: Paper submission deadline
9
  date: '2026-05-19 23:59:59'
10
+ timezone: AoE
11
  date: October 24 - 29, 2026
12
  tags:
13
  - natural-language-processing
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/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/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
@@ -42,24 +42,24 @@
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
 
42
  - type: abstract
43
  label: Abstract Submission
44
  date: '2025-09-19 23:59:59'
45
+ timezone: AoE
46
  - type: submission
47
  label: Paper Submission
48
  date: '2025-09-24 23:59:59'
49
+ timezone: AoE
50
  - type: review_release
51
  label: Reviews Released
52
  date: '2025-11-11 23:59:59'
53
+ timezone: AoE
54
  - type: rebuttal_end
55
  label: Discussion Period End
56
  date: '2025-12-03 23:59:59'
57
+ timezone: AoE
58
  - type: notification
59
  label: Notification
60
  date: '2026-01-22 23:59:59'
61
+ timezone: AoE
62
+ timezone: AoE
63
  city: Rio de Janeiro
64
  country: Brazil
65
  venue: Riocentro Convention and Event Center
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/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/rss.yml CHANGED
@@ -35,32 +35,32 @@
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
 
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
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
 
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