nielsr HF staff commited on
Commit
020c5c0
·
1 Parent(s): 9e1c4b4

Update README

Browse files
Files changed (1) hide show
  1. README.md +9 -3
README.md CHANGED
@@ -11,13 +11,19 @@ pinned: false
11
 
12
  A web app to quickly see submission deadlines to top AI conferences, such as NeurIPS and ICLR.
13
 
 
 
 
 
 
 
14
  ## Project info
15
 
16
- This project is entirely based on the awesome https://github.com/paperswithcode/ai-deadlines. As that repository is no longer maintained, we decided to make an up-to-date version along with a new UI.
17
 
18
- New data is fetched from https://github.com/ccfddl/ccf-deadlines/tree/main/conference/AI thanks to [this comment](https://github.com/paperswithcode/ai-deadlines/issues/723#issuecomment-2603420945). A CRON job (set up as a Github action) automatically updates the data present at src/data/conferences.yml.
19
 
20
- It was bootstrapped using [Lovable](https://lovable.dev/) and [Cursor](https://www.cursor.com/).
21
 
22
  **URL**: https://huggingface.co/spaces/huggingface/ai-deadlines
23
 
 
11
 
12
  A web app to quickly see submission deadlines to top AI conferences, such as NeurIPS and ICLR.
13
 
14
+ This helps researchers in quickly seeing when to submit their paper.
15
+
16
+ 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/).
17
+
18
+ The benefit of hf.co/papers is that it allows people to quickly find related artifacts, such as models, datasets and demos. See [this paper page](https://huggingface.co/papers/2502.04328) as a nice example - it has 3 models, 1 dataset and 1 demo linked.
19
+
20
  ## Project info
21
 
22
+ This project is entirely based on the awesome https://github.com/paperswithcode/ai-deadlines. As that repository is no longer maintained, we decided to make an up-to-date version along with a new UI. It was bootstrapped using [Lovable](https://lovable.dev/) and [Cursor](https://www.cursor.com/).
23
 
24
+ New data is fetched from https://github.com/ccfddl/ccf-deadlines/tree/main/conference/AI thanks to [this comment](https://github.com/paperswithcode/ai-deadlines/issues/723#issuecomment-2603420945).
25
 
26
+ A CRON job (set up as a [Github action](.github/workflows/update-conferences.yml)) automatically updates the data present at src/data/conferences.yml.
27
 
28
  **URL**: https://huggingface.co/spaces/huggingface/ai-deadlines
29