added cvpr26
Browse files- README.md +2 -2
- index.html +3 -3
- src/data/conferences.yml +19 -0
README.md
CHANGED
@@ -11,9 +11,9 @@ app_port: 7860
|
|
11 |
# AI Conference 'Call For Paper' Deadlines
|
12 |
|
13 |
|
14 |
-
|
15 |
|
16 |
-
This helps researchers
|
17 |
|
18 |
Note: papers can be submitted at any time to [hf.co/papers](https://hf.co/papers) at [hf.co/papers/submit](https://hf.co/papers/submit), assuming the paper is available on [Arxiv](https://arxiv.org/).
|
19 |
|
|
|
11 |
# AI Conference 'Call For Paper' Deadlines
|
12 |
|
13 |
|
14 |
+
Track submission deadlines for top AI conferences including NeurIPS, ICLR, and more.
|
15 |
|
16 |
+
This helps researchers quickly see when to submit their papers.
|
17 |
|
18 |
Note: papers can be submitted at any time to [hf.co/papers](https://hf.co/papers) at [hf.co/papers/submit](https://hf.co/papers/submit), assuming the paper is available on [Arxiv](https://arxiv.org/).
|
19 |
|
index.html
CHANGED
@@ -3,9 +3,9 @@
|
|
3 |
<head>
|
4 |
<meta charset="UTF-8" />
|
5 |
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
6 |
-
<title>
|
7 |
-
<meta name="description" content="
|
8 |
-
<meta name="author" content="
|
9 |
<meta property="og:image" content="/og-image.png" />
|
10 |
</head>
|
11 |
|
|
|
3 |
<head>
|
4 |
<meta charset="UTF-8" />
|
5 |
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
6 |
+
<title>AI Conference Deadlines</title>
|
7 |
+
<meta name="description" content="Track submission deadlines for top AI conferences including NeurIPS, ICLR, and more" />
|
8 |
+
<meta name="author" content="AI Conference Deadlines" />
|
9 |
<meta property="og:image" content="/og-image.png" />
|
10 |
</head>
|
11 |
|
src/data/conferences.yml
CHANGED
@@ -299,6 +299,25 @@
|
|
299 |
final_decision_date: '2025-02-26 07:59:59'
|
300 |
review_release_date: '2025-01-23 07:59:59'
|
301 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
302 |
- title: ESANN
|
303 |
year: 2025
|
304 |
id: esann25
|
|
|
299 |
final_decision_date: '2025-02-26 07:59:59'
|
300 |
review_release_date: '2025-01-23 07:59:59'
|
301 |
|
302 |
+
- title: CVPR
|
303 |
+
year: 2026
|
304 |
+
id: cvpr26
|
305 |
+
full_name: Conference on Computer Vision and Pattern Recognition
|
306 |
+
link: https://cvpr.thecvf.com/Conferences/2026
|
307 |
+
deadline: '2025-11-14 11:59:00'
|
308 |
+
timezone: UTC+0
|
309 |
+
date: June 6-13, 2026
|
310 |
+
tags:
|
311 |
+
- computer-vision
|
312 |
+
- machine-learning
|
313 |
+
city: Denver
|
314 |
+
country: USA
|
315 |
+
abstract_deadline: '2025-11-07 11:59:00'
|
316 |
+
venue: Denver, Colorado, United States
|
317 |
+
start: '2026-06-06'
|
318 |
+
end: '2026-06-13'
|
319 |
+
note: Please see the venue website for more information. Contact [email protected]
|
320 |
+
|
321 |
- title: ESANN
|
322 |
year: 2025
|
323 |
id: esann25
|