Spaces:
Running
Running
Update README
Browse files
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
|
|
|
|
|
|
|
| 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.
|