title | emoji | colorFrom | colorTo | sdk | pinned |
---|---|---|---|---|---|
AI Deadlines |
⚡ |
gray |
blue |
docker |
false |
A web app to quickly see submission deadlines to top AI conferences, such as NeurIPS and ICLR.
This helps researchers in quickly seeing when to submit their paper.
Note: papers can be submitted at any time to hf.co/papers at hf.co/papers/submit, assuming the paper is available on Arxiv.
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 as a nice example - it has 3 models, 1 dataset and 1 demo linked.
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 and Cursor.
New data is fetched from https://github.com/ccfddl/ccf-deadlines/tree/main/conference/AI thanks to this comment.
A CRON job (set up as a Github action) automatically updates the data present at src/data/conferences.yml.
URL: https://huggingface.co/spaces/huggingface/ai-deadlines
Contributions are very welcome!
To keep things minimal, we mainly focus on top-tier conferences in AI.
To add or update a deadline:
- Fork the repository
- Update src/data/conferences.yml
- Make sure it has the
title
,year
,id
,link
,deadline
,timezone
,date
,place
,tags
attributes- See available timezone strings here.
- Optionally add a
note
andabstract_deadline
in case the conference has a separate mandatory abstract deadline - Optionally add
hindex
(refers to h5-index from here) - Example:
- title: BestConf year: 2022 id: bestconf22 # title as lower case + last two digits of year full_name: Best Conference for Anything # full conference name link: link-to-website.com deadline: YYYY-MM-DD HH:SS abstract_deadline: YYYY-MM-DD HH:SS timezone: Asia/Seoul place: Incheon, South Korea date: September, 18-22, 2022 start: YYYY-MM-DD end: YYYY-MM-DD paperslink: link-to-full-paper-list.com pwclink: link-to-papers-with-code.com hindex: 100.0 tags: - machine learning note: Important
- Send a pull request to update src/data/conferences.yml.
If you want to work locally using your own IDE, you can clone this repo and push changes.
The only requirement is having Node.js & npm installed - install with nvm
Follow these steps:
# Step 1: Clone the repository using the project's Git URL. git clone https://github.com/huggingface/ai-deadlines # Step 2: Navigate to the project directory. cd ai-deadlines # Step 3: Install the necessary dependencies. npm i # Step 4: Start the development server with auto-reloading and an instant preview. npm run dev
This runs the app at http://localhost:8080/.
First build the Docker image as follows:
docker build -t ai-deadlines .
Next it can be run as follows:
docker run -it -p 7860:7860 ai-deadlines
You can see it in your web browser at http://localhost:7860/.
This project is built with:
- Vite
- TypeScript
- React
- shadcn-ui
- Tailwind CSS
This project is licensed under MIT.
Feel free to just open an issue. Otherwise contact @nielsrogge
ai-deadlines's People
Recommend Projects
-
React
A declarative, efficient, and flexible JavaScript library for building user interfaces.
-
Vue.js
🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.
-
Typescript
TypeScript is a superset of JavaScript that compiles to clean JavaScript output.
-
TensorFlow
An Open Source Machine Learning Framework for Everyone
-
Django
The Web framework for perfectionists with deadlines.
-
Laravel
A PHP framework for web artisans
-
D3
Bring data to life with SVG, Canvas and HTML. 📊📈🎉
-
Recommend Topics
-
javascript
JavaScript (JS) is a lightweight interpreted programming language with first-class functions.
-
web
Some thing interesting about web. New door for the world.
-
server
A server is a program made to process requests and deliver data to clients.
-
Machine learning
Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.
-
Visualization
Some thing interesting about visualization, use data art
-
Game
Some thing interesting about game, make everyone happy.
Recommend Org
-
Facebook
We are working to build community through open source technology. NB: members must have two-factor auth.
-
Microsoft
Open source projects and samples from Microsoft.
-
Google
Google ❤️ Open Source for everyone.
-
Alibaba
Alibaba Open Source for everyone
-
D3
Data-Driven Documents codes.
-
Tencent
China tencent open source team.