{"id":13401736,"url":"https://github.com/paperswithcode/ai-deadlines","last_synced_at":"2025-05-14T02:04:37.239Z","repository":{"id":37442120,"uuid":"74173698","full_name":"paperswithcode/ai-deadlines","owner":"paperswithcode","description":":alarm_clock: AI conference deadline countdowns ","archived":false,"fork":false,"pushed_at":"2024-09-15T11:41:58.000Z","size":1550,"stargazers_count":5647,"open_issues_count":43,"forks_count":963,"subscribers_count":99,"default_branch":"gh-pages","last_synced_at":"2024-10-29T15:34:58.727Z","etag":null,"topics":["artificial-intelligence","computer-vision","deep-learning","deep-neural-networks","machine-learning","natural-language-processing","robotics"],"latest_commit_sha":null,"homepage":"http://aideadlin.es","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/paperswithcode.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-11-18T23:11:12.000Z","updated_at":"2024-10-27T08:40:03.000Z","dependencies_parsed_at":"2023-02-16T15:46:27.316Z","dependency_job_id":"82087121-8b34-4354-af35-f7abd9c5d3bc","html_url":"https://github.com/paperswithcode/ai-deadlines","commit_stats":{"total_commits":1063,"total_committers":269,"mean_commits":"3.9516728624535316","dds":0.6077140169332079,"last_synced_commit":"b230d24719088a769e6938704a826e5084b4cb34"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/paperswithcode%2Fai-deadlines","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/paperswithcode%2Fai-deadlines/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/paperswithcode%2Fai-deadlines/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/paperswithcode%2Fai-deadlines/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/paperswithcode","download_url":"https://codeload.github.com/paperswithcode/ai-deadlines/tar.gz/refs/heads/gh-pages","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254052668,"owners_count":22006716,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["artificial-intelligence","computer-vision","deep-learning","deep-neural-networks","machine-learning","natural-language-processing","robotics"],"created_at":"2024-07-30T19:01:06.461Z","updated_at":"2025-05-14T02:04:37.213Z","avatar_url":"https://github.com/paperswithcode.png","language":"JavaScript","readme":"## AI Deadlines [![Build Status](https://travis-ci.com/abhshkdz/ai-deadlines.svg?branch=gh-pages)](https://travis-ci.com/abhshkdz/ai-deadlines)\n\nCountdown timers to keep track of a bunch of CV/NLP/ML/RO conference deadlines.\n\n## Contributing\n\n[![](https://sourcerer.io/fame/abhshkdz/abhshkdz/ai-deadlines/images/0)](https://sourcerer.io/fame/abhshkdz/abhshkdz/ai-deadlines/links/0)[![](https://sourcerer.io/fame/abhshkdz/abhshkdz/ai-deadlines/images/1)](https://sourcerer.io/fame/abhshkdz/abhshkdz/ai-deadlines/links/1)[![](https://sourcerer.io/fame/abhshkdz/abhshkdz/ai-deadlines/images/2)](https://sourcerer.io/fame/abhshkdz/abhshkdz/ai-deadlines/links/2)[![](https://sourcerer.io/fame/abhshkdz/abhshkdz/ai-deadlines/images/3)](https://sourcerer.io/fame/abhshkdz/abhshkdz/ai-deadlines/links/3)[![](https://sourcerer.io/fame/abhshkdz/abhshkdz/ai-deadlines/images/4)](https://sourcerer.io/fame/abhshkdz/abhshkdz/ai-deadlines/links/4)[![](https://sourcerer.io/fame/abhshkdz/abhshkdz/ai-deadlines/images/5)](https://sourcerer.io/fame/abhshkdz/abhshkdz/ai-deadlines/links/5)[![](https://sourcerer.io/fame/abhshkdz/abhshkdz/ai-deadlines/images/6)](https://sourcerer.io/fame/abhshkdz/abhshkdz/ai-deadlines/links/6)[![](https://sourcerer.io/fame/abhshkdz/abhshkdz/ai-deadlines/images/7)](https://sourcerer.io/fame/abhshkdz/abhshkdz/ai-deadlines/links/7)\n\nContributions are very welcome!\n\nTo keep things minimal, I'm only looking to list top-tier conferences in AI as per [conferenceranks.com][6] and my judgement calls. Please feel free to maintain a separate fork if you don't see your sub-field or conference of interest listed.\n\nTo add or update a deadline:\n- Fork the repository\n- Update `_data/conferences.yml`\n- Make sure it has the `title`, `year`, `id`, `link`, `deadline`, `timezone`, `date`, `place`, `sub` attributes\n    + See available timezone strings [here](https://momentjs.com/timezone/).\n- Optionally add a `note` and `abstract_deadline` in case the conference has a separate mandatory abstract deadline\n- Optionally add `hindex` (refers to h5-index from [here](https://scholar.google.com/citations?view_op=top_venues\u0026vq=eng))\n- Example:\n    ```yaml\n    - title: BestConf\n      year: 2022\n      id: bestconf22  # title as lower case + last two digits of year\n      full_name: Best Conference for Anything  # full conference name\n      link: link-to-website.com\n      deadline: YYYY-MM-DD HH:SS\n      abstract_deadline: YYYY-MM-DD HH:SS\n      timezone: Asia/Seoul\n      place: Incheon, South Korea\n      date: September, 18-22, 2022\n      start: YYYY-MM-DD\n      end: YYYY-MM-DD\n      paperslink: link-to-full-paper-list.com\n      pwclink: link-to-papers-with-code.com\n      hindex: 100.0\n      sub: SP\n      note: Important\n    ```\n- Send a pull request\n\n## Forks \u0026 other useful listings\n\n- [geodeadlin.es][3] by @LukasMosser\n- [neuro-deadlines][4] by @tbryn\n- [ai-challenge-deadlines][5] by @dieg0as\n- [CV-oriented ai-deadlines (with an emphasis on medical images)][8] by @duducheng\n- [es-deadlines (Embedded Systems, Computer Architecture, and Cyber-physical Systems)][9] by @AlexVonB and @k0nze\n- [2019-2020 International Conferences in AI, CV, DM, NLP and Robotics][10] by @JackieTseng\n- [ccf-deadlines][11] by @ccfddl\n- [networking-deadlines (Computer Networking, Measurement)][12] by @andrewcchu\n- [ad-deadlines.com][13] by @daniel-bogdoll\n- [sec-deadlines.github.io/ (Security and Privacy)][14] by @clementfung\n- [pythondeadlin.es][15] by @jesperdramsch\n- [deadlines.openlifescience.ai (Healthcare domain conferences and workshops)][16] by @monk1337\n- [hci-deadlines.github.io (Human-Computer Interaction conferences)][17] by @makinteract\n- [ds-deadlines.github.io (Distributed Systems, Event-based Systems, Performance, and Software Engineering conferences)][18] by @ds-deadlines\n- [https://deadlines.cpusec.org/ (Computer Architecture-Security conferences)][19] by @hoseinyavarzadeh\n- [se-deadlines.github.io (Software engineering conferences)][20] by @sivanahamer and @imranur-rahman\n- [awesome-mlss (Machine Learning Summer Schools)][21] by @sshkhr and @gmberton\n\n## License\n\nThis project is licensed under [MIT][1].\n\nIt uses:\n\n- [IcoMoon Icons](https://icomoon.io/#icons-icomoon): [GPL](http://www.gnu.org/licenses/gpl.html) / [CC BY4.0](http://creativecommons.org/licenses/by/4.0/)\n\n[1]: https://abhshkdz.mit-license.org/\n[2]: http://aideadlin.es/\n[3]: https://github.com/LukasMosser/geo-deadlines\n[4]: https://github.com/tbryn/neuro-deadlines\n[5]: https://github.com/dieg0as/ai-challenge-deadlines\n[6]: http://www.conferenceranks.com/#\n[8]: https://m3dv.github.io/ai-deadlines/\n[9]: https://ekut-es.github.io/es-deadlines/\n[10]: https://jackietseng.github.io/conference_call_for_paper/conferences.html\n[11]: https://ccfddl.github.io/\n[12]: https://noise-lab.net/networking-deadlines/\n[13]: https://ad-deadlines.com/\n[14]: https://sec-deadlines.github.io/\n[15]: https://pythondeadlin.es/\n[16]: https://deadlines.openlifescience.ai/\n[17]: https://hci-deadlines.github.io/\n[18]: https://ds-deadlines.github.io\n[19]: https://deadlines.cpusec.org/\n[20]: https://se-deadlines.github.io/\n[21]: https://awesome-mlss.com/","funding_links":[],"categories":["JavaScript","其他_机器学习与深度学习","📦 Legacy \u0026 Inactive Projects"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpaperswithcode%2Fai-deadlines","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpaperswithcode%2Fai-deadlines","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpaperswithcode%2Fai-deadlines/lists"}