nielsr HF staff commited on
Commit
c5e0da6
·
1 Parent(s): 1685b02

Update README

Browse files
Files changed (1) hide show
  1. README.md +7 -1
README.md CHANGED
@@ -13,12 +13,18 @@ A web app to quickly see submission deadlines to top AI conferences, such as Neu
13
 
14
  ## Project info
15
 
16
- This project is entirely based on the awesome https://github.com/paperswithcode/ai-deadlines. As that repository was no longer maintained, we decided to make an up-to-date version along with a new UI.
 
 
17
 
18
  It was bootstrapped using [Lovable](https://lovable.dev/) and [Cursor](https://www.cursor.com/).
19
 
20
  **URL**: https://huggingface.co/spaces/huggingface/ai-deadlines
21
 
 
 
 
 
22
  ## How to run locally
23
 
24
  If you want to work locally using your own IDE, you can clone this repo and push changes. Pushed changes will also be reflected in Lovable.
 
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
 
24
+ ## Add conference data
25
+
26
+ Simply open a pull request to update src/data/conferences.yml.
27
+
28
  ## How to run locally
29
 
30
  If you want to work locally using your own IDE, you can clone this repo and push changes. Pushed changes will also be reflected in Lovable.