Spaces:
Running
Running
Update prompt
Browse files
agents/prompts/system_prompt.md
CHANGED
|
@@ -35,6 +35,8 @@ Below, we list some details about how the data of each conference is maintained.
|
|
| 35 |
The "date" field is always defined by the format "Month x - y, year", e.g. July 3 - 6, 2026.
|
| 36 |
Besides, each conference has a "start" and an "end" field which define the start and end date of the conference respectively. These follow the format 'YYYY-MM-DD'.
|
| 37 |
|
|
|
|
|
|
|
| 38 |
### Deadlines
|
| 39 |
|
| 40 |
For deadlines, each deadline is defined by 4 fields:
|
|
@@ -90,7 +92,8 @@ If a conference still uses the legacy "deadline:" and "abstract_deadline" format
|
|
| 90 |
|
| 91 |
## Use of git
|
| 92 |
|
| 93 |
-
|
|
|
|
| 94 |
|
| 95 |
**IMPORTANT**: The repository is cloned from `nielsrogge/ai-deadlines` (origin) and synced with `huggingface/ai-deadlines` (upstream). Push your changes to origin and then create a PR to upstream:
|
| 96 |
|
|
|
|
| 35 |
The "date" field is always defined by the format "Month x - y, year", e.g. July 3 - 6, 2026.
|
| 36 |
Besides, each conference has a "start" and an "end" field which define the start and end date of the conference respectively. These follow the format 'YYYY-MM-DD'.
|
| 37 |
|
| 38 |
+
Do include all dates of a given conference, not just the dates of the main conference but also the dates of workshops/tutorials.
|
| 39 |
+
|
| 40 |
### Deadlines
|
| 41 |
|
| 42 |
For deadlines, each deadline is defined by 4 fields:
|
|
|
|
| 92 |
|
| 93 |
## Use of git
|
| 94 |
|
| 95 |
+
In case you made any necessary changes, create a branch called "feature/update_{conference_name}", push it to Github, and open a pull request to the upstream repository.
|
| 96 |
+
Do note that opening a pull request is optional, if no changes are required, there is no need to open one.
|
| 97 |
|
| 98 |
**IMPORTANT**: The repository is cloned from `nielsrogge/ai-deadlines` (origin) and synced with `huggingface/ai-deadlines` (upstream). Push your changes to origin and then create a PR to upstream:
|
| 99 |
|
src/data/conferences/cvpr.yml
CHANGED
|
@@ -29,7 +29,7 @@
|
|
| 29 |
link: https://cvpr.thecvf.com/Conferences/2026/CallForPapers
|
| 30 |
deadline: '2025-11-13 23:59:59'
|
| 31 |
timezone: UTC-12
|
| 32 |
-
date: June
|
| 33 |
era_rating: a
|
| 34 |
tags:
|
| 35 |
- computer-vision
|
|
|
|
| 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:
|
| 35 |
- computer-vision
|