diff --git a/.gitignore b/.gitignore index ca35be08d44..bf330ca1265 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,6 @@ _site +.bundle +vendor +.vscode +.DS_Store +.idea \ No newline at end of file diff --git a/.travis.yml b/.travis.yml index d272e061d67..368f7cc173a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,7 +3,7 @@ rvm: - 2.4 script: - bundle exec jekyll build --future - - bundle exec htmlproofer ./_site --only-4xx --check-favicon --check-html + - bundle exec htmlproofer ./_site --only-4xx --check-favicon --check-html --url-ignore "/#.*/" --http-status-ignore "400,441" env: global: - NOKOGIRI_USE_SYSTEM_LIBRARIES=true diff --git a/Gemfile b/Gemfile index f350556fec6..80c031381a3 100644 --- a/Gemfile +++ b/Gemfile @@ -2,3 +2,5 @@ source 'https://rubygems.org' gem "github-pages", group: :jekyll_plugins gem 'html-proofer' + +gem "webrick", "~> 1.7" diff --git a/Gemfile.lock b/Gemfile.lock new file mode 100644 index 00000000000..09ea81dc019 --- /dev/null +++ b/Gemfile.lock @@ -0,0 +1,297 @@ +GEM + remote: https://rubygems.org/ + specs: + activesupport (6.0.4.8) + concurrent-ruby (~> 1.0, >= 1.0.2) + i18n (>= 0.7, < 2) + minitest (~> 5.1) + tzinfo (~> 1.1) + zeitwerk (~> 2.2, >= 2.2.2) + addressable (2.8.0) + public_suffix (>= 2.0.2, < 5.0) + coffee-script (2.4.1) + coffee-script-source + execjs + coffee-script-source (1.11.1) + colorator (1.1.0) + commonmarker (0.23.4) + concurrent-ruby (1.1.10) + dnsruby (1.61.9) + simpleidn (~> 0.1) + em-websocket (0.5.3) + eventmachine (>= 0.12.9) + http_parser.rb (~> 0) + ethon (0.15.0) + ffi (>= 1.15.0) + eventmachine (1.2.7) + execjs (2.8.1) + faraday (1.10.0) + faraday-em_http (~> 1.0) + faraday-em_synchrony (~> 1.0) + faraday-excon (~> 1.1) + faraday-httpclient (~> 1.0) + faraday-multipart (~> 1.0) + faraday-net_http (~> 1.0) + faraday-net_http_persistent (~> 1.0) + faraday-patron (~> 1.0) + faraday-rack (~> 1.0) + faraday-retry (~> 1.0) + ruby2_keywords (>= 0.0.4) + faraday-em_http (1.0.0) + faraday-em_synchrony (1.0.0) + faraday-excon (1.1.0) + faraday-httpclient (1.0.1) + faraday-multipart (1.0.3) + multipart-post (>= 1.2, < 3) + faraday-net_http (1.0.1) + faraday-net_http_persistent (1.2.0) + faraday-patron (1.0.0) + faraday-rack (1.0.0) + faraday-retry (1.0.3) + ffi (1.15.5) + forwardable-extended (2.6.0) + gemoji (3.0.1) + github-pages (226) + github-pages-health-check (= 1.17.9) + jekyll (= 3.9.2) + jekyll-avatar (= 0.7.0) + jekyll-coffeescript (= 1.1.1) + jekyll-commonmark-ghpages (= 0.2.0) + jekyll-default-layout (= 0.1.4) + jekyll-feed (= 0.15.1) + jekyll-gist (= 1.5.0) + jekyll-github-metadata (= 2.13.0) + jekyll-include-cache (= 0.2.1) + jekyll-mentions (= 1.6.0) + jekyll-optional-front-matter (= 0.3.2) + jekyll-paginate (= 1.1.0) + jekyll-readme-index (= 0.3.0) + jekyll-redirect-from (= 0.16.0) + jekyll-relative-links (= 0.6.1) + jekyll-remote-theme (= 0.4.3) + jekyll-sass-converter (= 1.5.2) + jekyll-seo-tag (= 2.8.0) + jekyll-sitemap (= 1.4.0) + jekyll-swiss (= 1.0.0) + jekyll-theme-architect (= 0.2.0) + jekyll-theme-cayman (= 0.2.0) + jekyll-theme-dinky (= 0.2.0) + jekyll-theme-hacker (= 0.2.0) + jekyll-theme-leap-day (= 0.2.0) + jekyll-theme-merlot (= 0.2.0) + jekyll-theme-midnight (= 0.2.0) + jekyll-theme-minimal (= 0.2.0) + jekyll-theme-modernist (= 0.2.0) + jekyll-theme-primer (= 0.6.0) + jekyll-theme-slate (= 0.2.0) + jekyll-theme-tactile (= 0.2.0) + jekyll-theme-time-machine (= 0.2.0) + jekyll-titles-from-headings (= 0.5.3) + jemoji (= 0.12.0) + kramdown (= 2.3.2) + kramdown-parser-gfm (= 1.1.0) + liquid (= 4.0.3) + mercenary (~> 0.3) + minima (= 2.5.1) + nokogiri (>= 1.13.4, < 2.0) + rouge (= 3.26.0) + terminal-table (~> 1.4) + github-pages-health-check (1.17.9) + addressable (~> 2.3) + dnsruby (~> 1.60) + octokit (~> 4.0) + public_suffix (>= 3.0, < 5.0) + typhoeus (~> 1.3) + html-pipeline (2.14.1) + activesupport (>= 2) + nokogiri (>= 1.4) + html-proofer (3.19.3) + addressable (~> 2.3) + mercenary (~> 0.3) + nokogiri (~> 1.12) + parallel (~> 1.3) + rainbow (~> 3.0) + typhoeus (~> 1.3) + yell (~> 2.0) + http_parser.rb (0.8.0) + i18n (0.9.5) + concurrent-ruby (~> 1.0) + jekyll (3.9.2) + addressable (~> 2.4) + colorator (~> 1.0) + em-websocket (~> 0.5) + i18n (~> 0.7) + jekyll-sass-converter (~> 1.0) + jekyll-watch (~> 2.0) + kramdown (>= 1.17, < 3) + liquid (~> 4.0) + mercenary (~> 0.3.3) + pathutil (~> 0.9) + rouge (>= 1.7, < 4) + safe_yaml (~> 1.0) + jekyll-avatar (0.7.0) + jekyll (>= 3.0, < 5.0) + jekyll-coffeescript (1.1.1) + coffee-script (~> 2.2) + coffee-script-source (~> 1.11.1) + jekyll-commonmark (1.4.0) + commonmarker (~> 0.22) + jekyll-commonmark-ghpages (0.2.0) + commonmarker (~> 0.23.4) + jekyll (~> 3.9.0) + jekyll-commonmark (~> 1.4.0) + rouge (>= 2.0, < 4.0) + jekyll-default-layout (0.1.4) + jekyll (~> 3.0) + jekyll-feed (0.15.1) + jekyll (>= 3.7, < 5.0) + jekyll-gist (1.5.0) + octokit (~> 4.2) + jekyll-github-metadata (2.13.0) + jekyll (>= 3.4, < 5.0) + octokit (~> 4.0, != 4.4.0) + jekyll-include-cache (0.2.1) + jekyll (>= 3.7, < 5.0) + jekyll-mentions (1.6.0) + html-pipeline (~> 2.3) + jekyll (>= 3.7, < 5.0) + jekyll-optional-front-matter (0.3.2) + jekyll (>= 3.0, < 5.0) + jekyll-paginate (1.1.0) + jekyll-readme-index (0.3.0) + jekyll (>= 3.0, < 5.0) + jekyll-redirect-from (0.16.0) + jekyll (>= 3.3, < 5.0) + jekyll-relative-links (0.6.1) + jekyll (>= 3.3, < 5.0) + jekyll-remote-theme (0.4.3) + addressable (~> 2.0) + jekyll (>= 3.5, < 5.0) + jekyll-sass-converter (>= 1.0, <= 3.0.0, != 2.0.0) + rubyzip (>= 1.3.0, < 3.0) + jekyll-sass-converter (1.5.2) + sass (~> 3.4) + jekyll-seo-tag (2.8.0) + jekyll (>= 3.8, < 5.0) + jekyll-sitemap (1.4.0) + jekyll (>= 3.7, < 5.0) + jekyll-swiss (1.0.0) + jekyll-theme-architect (0.2.0) + jekyll (> 3.5, < 5.0) + jekyll-seo-tag (~> 2.0) + jekyll-theme-cayman (0.2.0) + jekyll (> 3.5, < 5.0) + jekyll-seo-tag (~> 2.0) + jekyll-theme-dinky (0.2.0) + jekyll (> 3.5, < 5.0) + jekyll-seo-tag (~> 2.0) + jekyll-theme-hacker (0.2.0) + jekyll (> 3.5, < 5.0) + jekyll-seo-tag (~> 2.0) + jekyll-theme-leap-day (0.2.0) + jekyll (> 3.5, < 5.0) + jekyll-seo-tag (~> 2.0) + jekyll-theme-merlot (0.2.0) + jekyll (> 3.5, < 5.0) + jekyll-seo-tag (~> 2.0) + jekyll-theme-midnight (0.2.0) + jekyll (> 3.5, < 5.0) + jekyll-seo-tag (~> 2.0) + jekyll-theme-minimal (0.2.0) + jekyll (> 3.5, < 5.0) + jekyll-seo-tag (~> 2.0) + jekyll-theme-modernist (0.2.0) + jekyll (> 3.5, < 5.0) + jekyll-seo-tag (~> 2.0) + jekyll-theme-primer (0.6.0) + jekyll (> 3.5, < 5.0) + jekyll-github-metadata (~> 2.9) + jekyll-seo-tag (~> 2.0) + jekyll-theme-slate (0.2.0) + jekyll (> 3.5, < 5.0) + jekyll-seo-tag (~> 2.0) + jekyll-theme-tactile (0.2.0) + jekyll (> 3.5, < 5.0) + jekyll-seo-tag (~> 2.0) + jekyll-theme-time-machine (0.2.0) + jekyll (> 3.5, < 5.0) + jekyll-seo-tag (~> 2.0) + jekyll-titles-from-headings (0.5.3) + jekyll (>= 3.3, < 5.0) + jekyll-watch (2.2.1) + listen (~> 3.0) + jemoji (0.12.0) + gemoji (~> 3.0) + html-pipeline (~> 2.2) + jekyll (>= 3.0, < 5.0) + kramdown (2.3.2) + rexml + kramdown-parser-gfm (1.1.0) + kramdown (~> 2.0) + liquid (4.0.3) + listen (3.7.1) + rb-fsevent (~> 0.10, >= 0.10.3) + rb-inotify (~> 0.9, >= 0.9.10) + mercenary (0.3.6) + mini_portile2 (2.8.0) + minima (2.5.1) + jekyll (>= 3.5, < 5.0) + jekyll-feed (~> 0.9) + jekyll-seo-tag (~> 2.1) + minitest (5.15.0) + multipart-post (2.1.1) + nokogiri (1.13.5) + mini_portile2 (~> 2.8.0) + racc (~> 1.4) + octokit (4.22.0) + faraday (>= 0.9) + sawyer (~> 0.8.0, >= 0.5.3) + parallel (1.22.1) + pathutil (0.16.2) + forwardable-extended (~> 2.6) + public_suffix (4.0.7) + racc (1.6.0) + rainbow (3.1.1) + rb-fsevent (0.11.1) + rb-inotify (0.10.1) + ffi (~> 1.0) + rexml (3.2.5) + rouge (3.26.0) + ruby2_keywords (0.0.5) + rubyzip (2.3.2) + safe_yaml (1.0.5) + sass (3.7.4) + sass-listen (~> 4.0.0) + sass-listen (4.0.0) + rb-fsevent (~> 0.9, >= 0.9.4) + rb-inotify (~> 0.9, >= 0.9.7) + sawyer (0.8.2) + addressable (>= 2.3.5) + faraday (> 0.8, < 2.0) + simpleidn (0.2.1) + unf (~> 0.1.4) + terminal-table (1.8.0) + unicode-display_width (~> 1.1, >= 1.1.1) + thread_safe (0.3.6) + typhoeus (1.4.0) + ethon (>= 0.9.0) + tzinfo (1.2.9) + thread_safe (~> 0.1) + unf (0.1.4) + unf_ext + unf_ext (0.0.8.1) + unicode-display_width (1.8.0) + webrick (1.7.0) + yell (2.2.2) + zeitwerk (2.5.4) + +PLATFORMS + ruby + +DEPENDENCIES + github-pages + html-proofer + webrick (~> 1.7) + +BUNDLED WITH + 2.3.13 diff --git a/LICENSE b/LICENSE new file mode 100644 index 00000000000..3c6d63ef529 --- /dev/null +++ b/LICENSE @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2021 Abhishek Das + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. diff --git a/README.md b/README.md index 120433a99fb..6d352c05ed2 100644 --- a/README.md +++ b/README.md @@ -1,16 +1,42 @@ -## AI Deadlines ![](https://travis-ci.com/abhshkdz/ai-deadlines.svg?branch=gh-pages) +## AI Deadlines [![Build Status](https://travis-ci.com/abhshkdz/ai-deadlines.svg?branch=gh-pages)](https://travis-ci.com/abhshkdz/ai-deadlines) Countdown timers to keep track of a bunch of CV/NLP/ML/RO conference deadlines. -## Adding/updating a conference +## Contributing -To keep things minimal, I'm only looking to list top-tier conferences in AI as per [conferenceranks.com][6]. Feel free to maintain a separate fork if you don't see your sub-field or conference of interest listed. +[![](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) -To add or update information: +Contributions are very welcome! + +To 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. + +To add or update a deadline: - Fork the repository - Update `_data/conferences.yml` - Make sure it has the `title`, `year`, `id`, `link`, `deadline`, `timezone`, `date`, `place`, `sub` attributes + See available timezone strings [here](https://momentjs.com/timezone/). +- Optionally add a `note` and `abstract_deadline` in case the conference has a separate mandatory abstract deadline +- Optionally add `hindex` (refers to h5-index from [here](https://scholar.google.com/citations?view_op=top_venues&vq=eng)) +- Example: + ```yaml + - 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 + sub: SP + note: Important + ``` - Send a pull request ## Forks & other useful listings @@ -18,20 +44,46 @@ To add or update information: - [geodeadlin.es][3] by @LukasMosser - [neuro-deadlines][4] by @tbryn - [ai-challenge-deadlines][5] by @dieg0as -- [2018-2019 International Conferences in AI, CV, DM, NLP and Robotics][7] by @JackieTseng - [CV-oriented ai-deadlines (with an emphasis on medical images)][8] by @duducheng - [es-deadlines (Embedded Systems, Computer Architecture, and Cyber-physical Systems)][9] by @AlexVonB and @k0nze +- [2019-2020 International Conferences in AI, CV, DM, NLP and Robotics][10] by @JackieTseng +- [ccf-deadlines][11] by @ccfddl +- [networking-deadlines (Computer Networking, Measurement)][12] by @andrewcchu +- [ad-deadlines.com][13] by @daniel-bogdoll +- [sec-deadlines.github.io/ (Security and Privacy)][14] by @clementfung +- [pythondeadlin.es][15] by @jesperdramsch +- [deadlines.openlifescience.ai (Healthcare domain conferences and workshops)][16] by @monk1337 +- [hci-deadlines.github.io (Human-Computer Interaction conferences)][17] by @makinteract +- [ds-deadlines.github.io (Distributed Systems, Event-based Systems, Performance, and Software Engineering conferences)][18] by @ds-deadlines +- [https://deadlines.cpusec.org/ (Computer Architecture-Security conferences)][19] by @hoseinyavarzadeh +- [se-deadlines.github.io (Software engineering conferences)][20] by @sivanahamer and @imranur-rahman +- [awesome-mlss (Machine Learning Summer Schools)][21] by @sshkhr and @gmberton ## License -[MIT][1] +This project is licensed under [MIT][1]. + +It uses: + +- [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/) [1]: https://abhshkdz.mit-license.org/ [2]: http://aideadlin.es/ -[3]: http://geodeadlin.es/ +[3]: https://github.com/LukasMosser/geo-deadlines [4]: https://github.com/tbryn/neuro-deadlines [5]: https://github.com/dieg0as/ai-challenge-deadlines [6]: http://www.conferenceranks.com/# -[7]: https://jackietseng.github.io/conference_call_for_paper/2018-2019-conferences-with-ccf.html -[8]: https://creedai.github.io/ai-deadlines/ +[8]: https://m3dv.github.io/ai-deadlines/ [9]: https://ekut-es.github.io/es-deadlines/ +[10]: https://jackietseng.github.io/conference_call_for_paper/conferences.html +[11]: https://ccfddl.github.io/ +[12]: https://noise-lab.net/networking-deadlines/ +[13]: https://ad-deadlines.com/ +[14]: https://sec-deadlines.github.io/ +[15]: https://pythondeadlin.es/ +[16]: https://deadlines.openlifescience.ai/ +[17]: https://hci-deadlines.github.io/ +[18]: https://ds-deadlines.github.io +[19]: https://deadlines.cpusec.org/ +[20]: https://se-deadlines.github.io/ +[21]: https://awesome-mlss.com/ \ No newline at end of file diff --git a/_config.yml b/_config.yml index b849d752ecf..d443a2a6428 100644 --- a/_config.yml +++ b/_config.yml @@ -1,17 +1,15 @@ -title: AI Conference Deadlines # (Maintained by @abhshkdz) -# email: abhshkdz@vt.edu +title: AI Conference Deadlines description: Countdowns to top CV/NLP/ML/Robotics/AI conference deadlines author: Abhishek Das domain: "aideadlin.es" baseurl: "" -twitter_username: abhshkdz twitter_hashtag: machinelearning -github_username: abhshkdz +github_username: paperswithcode github_repo: ai-deadlines markdown: kramdown -ga_id: UA-36274081-2 +ga_id: -include: ['_pages'] \ No newline at end of file +include: ['_pages'] diff --git a/_data/conferences.yml b/_data/conferences.yml index 8528e72ad39..9e177f728c3 100644 --- a/_data/conferences.yml +++ b/_data/conferences.yml @@ -1,301 +1,2700 @@ +- title: AISTATS + year: 2025 + id: aistats25 + link: https://aistats.org/aistats2025/index.html + deadline: '2024-10-10 23:59:59' + abstract_deadline: '2024-10-03 23:59:59' + timezone: UTC-12 + place: Phuket, Thailand + date: May 03-05, 2025 + start: 2025-05-03 + end: 2025-05-05 + hindex: 100 + sub: ML + note: Abstract deadline on October 3, 2024. More info here + +- title: CVPR + year: 2025 + id: cvpr25 + link: https://cvpr.thecvf.com/Conferences/2025 + deadline: '2024-11-15 06:59:59' + abstract_deadline: '2024-11-08 06:59:59' + timezone: GMT + place: Nashville, Tennessee, USA + date: June 10-17, 2025 + start: 2025-06-10 + end: 2025-06-17 + hindex: 389 + sub: CV + note: Mandatory paper registration deadline on November 07, 2023. More info here. + +- title: NAACL + year: 2025 + id: naacl25 + link: https://2025.naacl.org + deadline: '2024-10-15 23:59:59' + timezone: UTC-12 + place: Albuquerque, New Mexico, USA + date: April 29 - May 4, 2024 + start: 2025-04-29 + end: 2025-05-04 + hindex: 132 + sub: NLP + note: All submissions must be done through ARR. More info here. + +- title: ICLR + year: 2025 + id: iclr25 + link: https://iclr.cc/Conferences/2025/CallForPapers + deadline: '2024-10-01 23:59:59' + abstract_deadline: '2024-09-27 23:59:59' + timezone: UTC-12 + place: Singapore + date: Apr 24-28, 2025 + start: 2025-04-24 + end: 2025-04-28 + hindex: 304 + sub: ['ML', 'AP', 'RO', 'CV', 'NLP', 'SP'] + note: Mandatory abstract deadline on September 27, 2024. More info here. + + +- title: LoG + year: 2024 + id: log24 + full_name: Learning on Graphs Conference + link: https://logconference.org + deadline: 2024-09-11 23:59 + abstract_deadline: 2024-09-04 23:59 + timezone: UTC-12 + place: Virtual, free to attend + date: November 26 - November 29, 2024 + start: 2024-11-26 + end: 2024-11-29 + sub: ['ML', 'DM', 'KR'] + note: Abstract deadline on Sep 04, 2024. More info here. + +- title: ECIR + year: 2025 + id: ecir25 + full_name: European Conference on Information Retrieval + link: https://ecir2025.eu/ + deadline: '2024-10-09 23:59:59' + abstract_deadline: '2024-10-02 23:59:59' + timezone: UTC-12 + place: Lucca, Tuscany, Italy + date: April 6 - April 10, 2025 + start: 2025-04-06 + end: 2025-04-10 + sub: DM + note: Abstract deadline on Oct 2, 2024. More info here. + +- title: WACV + year: 2025 + id: wacv25_2 + full_name: IEEE/CVF Winter Conference on Applications of Computer Vision + link: https://wacv2025.thecvf.com/ + deadline: '2024-09-09 23:59:59' + timezone: UTC-7 + place: Tucson, Arizona + date: Feb 28 – Mar 4, 2025 + start: 2025-2-28 + end: 2025-3-4 + hindex: 109 + sub: ['ML', 'CV'] + note: This is the second round of submissions. Summplementary material deadline on Sep 11, 2024. More info here. + +- title: AAMAS + year: 2025 + id: aamas25 + link: https://aamas2025.org/ + deadline: '2024-10-16 23:59:59' + abstract_deadline: '2024-10-09 23:59:59' + timezone: UTC-12 + place: Detroit, Michigan, USA + date: May 19 - May 23, 2025 + start: 2025-05-19 + end: 2025-05-23 + sub: ['KR', 'ML', 'RO', 'AP'] + note: Mandatory abstract deadline on Oct 09, 2024. More info here. + +- title: CHI + year: 2025 + id: chi25 + full_name: The ACM Conference on Human Factors in Computing Systems + link: https://chi2025.acm.org/ + deadline: '2024-09-12 23:59:59' + abstract_deadline: '2024-09-05 23:59:59' + timezone: UTC-12 + place: Yokohama, Japan + date: April 26 - May 01, 2025 + start: 2025-04-26 + end: 2025-05-01 + hindex: 122 + sub: HCI + note: Mandatory abstract deadline on Sep 05, 2024. More info here. + +- title: COLING + year: 2025 + id: coling25 + full_name: The 31st International Conference on Computational Linguistics + link: https://coling2025.org/ + deadline: '2024-09-16 23:59:59' + timezone: UTC-12 + place: Abu Dhabi, UAE + date: January 19-24, 2025 + start: 2025-01-19 + end: 2025-01-24 + hindex: 73 + sub: NLP + note: More info can be found here. + +- title: WSDM + year: 2025 + id: wsdm25 + full_name: ACM International Conference on Web Search and Data Mining + note: Abstract deadline on August 7, 2024 + link: https://www.wsdm-conference.org/2025/ + deadline: '2024-08-14 23:59:00' + timezone: UTC-12 + place: Hannover, Germany + date: March 10-14, 2025 + start: 2025-03-10 + end: 2025-03-14 + sub: DM + +- title: Iberamia + year: 2024 + id: iberamia24 + full_name: 18th Ibero-American Conference on Artificial Intelligence + hindex: 14 + link: https://www.iberamia.org/iberamia/iberamia2024/ + deadline: '2024-06-09 23:59:59' + timezone: UTC-12 + place: Montevideo, Uruguay + date: November 13-15, 2024 + start: 2024-11-13 + end: 2024-11-15 + sub: ['ML', 'NLP', 'CV'] + +- title: NeurIPS [Dataset and Benchmarks Track] + year: 2024 + id: neurips24DBT + full_name: Conference on Neural Information Processing Systems - Dataset and Benchmarks Track + hindex: 309 + link: https://nips.cc/Conferences/2024/CallForDatasetsBenchmarks + deadline: '2024-06-05 19:59:59' + abstract_deadline: '2024-05-29 19:59:59' + timezone: UTC + place: Vancouver, Canada + date: December 9 - December 15, 2024 + start: 2024-12-09 + end: 2024-12-15 + sub: ['DM', 'ML', 'NLP', 'SP', 'CV'] + note: Mandatory abstract deadline on May 29, 2024, and supplementary material deadline on June 12, 2024. More info here. + +- title: ICRA + year: 2025 + id: icra25 + link: https://2025.ieee-icra.org + deadline: '2024-09-15 23:59:59' + timezone: America/Los_Angeles + place: Atlanta, USA + date: May 19 - May 23, 2025 + start: 2025-05-19 + end: 2025-05-23 + hindex: 119 + sub: RO + +- title: WACV + year: 2025 + id: wacv25 + full_name: IEEE/CVF Winter Conference on Applications of Computer Vision + link: https://wacv2025.thecvf.com/ + deadline: '2024-07-14 23:59:59' + timezone: America/Los_Angeles + place: Tucson, Arizona + date: Feb 28 – Mar 4, 2025 + start: 2025-2-28 + end: 2025-3-4 + sub: ['ML', 'CV'] + +- title: AAAI + year: 2025 + id: aaai25 + full_name: AAAI Conference on Artificial Intelligence + link: https://aaai.org/conference/aaai/aaai-25/ + deadline: '2024-08-15 23:59:59' + abstract_deadline: '2024-08-07 23:59:59' + timezone: UTC-12 + place: Philadelphia, USA + date: February 25 - March 04, 2025 + start: 2025-02-25 + end: 2025-03-04 + hindex: 212 + sub: ['DM', 'KR', 'ML', 'RO', 'NLP', 'SP', 'CV', 'CG', 'HCI', 'AP'] + note: Mandatory abstract deadline on Aug 07, 2024, and supplementary material deadline on Aug 19, 2024. More info here. + +- title: BMVC + year: 2024 + id: bmvc24 + full_name: The British Machine Vision Conference + link: https://bmvc2024.org/ + deadline: '2024-05-10 23:59:59' + abstract_deadline: '2024-04-26 23:59:59' + timezone: GMT + place: Glasgow, UK + date: November 25 - November 28, 2024 + start: 2024-11-25 + end: 2024-11-28 + sub: ML + note: Mandatory abstract deadline on April 26, 2024 + +- title: ICASSP + year: 2025 + id: icassp25 + link: https://2025.ieeeicassp.org/ + deadline: '2024-09-09 23:59:59' + timezone: UTC-12 + place: Hyderabad, India + date: April 6-11, 2025 + start: 2025-04-6 + end: 2025-04-11 + sub: SP + +- title: KIL + year: 2024 + id: kil24 + full_name: KDD Workshop on Knowledge-infused Learning + link: https://kil-workshop.github.io/ + deadline: '2024-05-25 23:59:59' + timezone: UTC-12 + place: Barcelona, Spain + date: August 25, 2024 + start: 2024-08-20 + end: 2024-08-25 + sub: ['NLP', 'ML', 'DM'] + Note: More info here + +- title: ISMIR + year: 2024 + id: ismir24 + link: https://ismir2024.ismir.net/ + deadline: '2024-04-12 23:59:59' + abstract_deadline: '2024-04-05 23:59:59' + timezone: UTC-12 + place: San Francisco, California, USA + date: November 10-14, 2024 + start: 2024-11-10 + end: 2024-11-14 + hindex: 43 + sub: SP + note: Mandatory abstract deadline on April 5th, 2024. More info here. + +- title: SPAICE + year: 2024 + id: spaice24 + full_name: 1st ESA Conference on AI in and for Space + link: https://spaice.esa.int/ + deadline: '2024-05-19 23:59:59' + timezone: UTC+2 + place: ECSAT, Harwell, United Kingdom + date: September 17-19, 2024 + start: 2024-09-17 + end: 2024-09-19 + sub: ML + note: Best papers will be selected for special issues on AI and space in IAA Acta Astronautica and Springer Astrodynamics. More info here. + +- title: EMNLP + year: 2024 + id: emnlp24 + link: https://2024.emnlp.org/ + deadline: '2024-06-15 23:59:00' + timezone: UTC-12 + place: Miami, Florida, USA + date: November 12-16, 2024 + start: 2024-11-12 + end: 2024-11-16 + sub: NLP + note: More info here. + +- title: CIKM + year: 2024 + id: CIKM24 + link: https://cikm2024.org/ + deadline: '2024-05-20 23:59:59' + abstract_deadline: '2024-05-13 23:59:59' + timezone: UTC-12 + place: Boise, Idaho, USA + data: October 21 - October 25, 2024 + start: 2024-10-21 + end: 2024-10-25 + sub: ['DM', 'KR'] + note: Mandatory abstract deadline on May 13, 2024. More info here. + +- title: SIGGRAPH Asia + year: 2024 + id: siggraphasia24 # title as lower case + last two digits of year + full_name: SIGGRAPH ASIA 2024 # full conference name + link: https://asia.siggraph.org/2024/ + deadline: 2024-05-19 23:59 + timezone: UTC-12 + place: Tokyo, Japan + date: December, 3-6, 2024 + sub: CG + note: + +- title: NeurIPS + year: 2024 + id: neurips24 + full_name: Conference on Neural Information Processing Systems + hindex: 309 + link: https://nips.cc/Conferences/2024 + paperslink: https://proceedings.neurips.cc/ + pwclink: https://paperswithcode.com/conference/neurips-2024-12 + deadline: '2024-05-22 19:59:59' + abstract_deadline: '2024-05-15 19:59:59' + timezone: UTC + place: Vancouver, Canada + date: December 9 - December 15, 2024 + start: 2024-12-09 + end: 2024-12-15 + sub: ML + note: Mandatory abstract deadline on May 15, 2024 + +- title: ECML PKDD + year: 2024 + id: ecmlpkdd2024 + link: https://2024.ecmlpkdd.org/ + deadline: '2024-07-22 23:59:59' + timezone: UTC-12 + place: Vilnius (Lithuania) + date: September 9-13, 2024 + start: 2024-09-09 + end: 2024-09-13 + paperslink: https://ecmlpkdd.org/2024/program-at-a-glance/ + hindex: 45 + sub: ML + +- title: AABI + year: 2024 + id: aabi24 + full_name: Advances in Approximate Bayesian Inference + link: http://approximateinference.org/ + deadline: '2024-03-29 23:59:00' + timezone: UTC-12 + place: Vienna, Austria + date: July 21, 2024 + start: 2024-07-21 + end: 2024-07-21 + sub: ML + note: Co-located with ICML 2024. Submission deadlines are March 29 (proceedings and workshop track) and May 10 (fast track). More info here + +- title: CoRL + year: 2024 + id: corl24 + link: https://corl.org + deadline: '2024-06-06 23:59:00' + timezone: UTC-12 + place: Munich, Germany + date: November 06-09, 2024 + start: 2024-11-06 + end: 2024-11-09 + sub: RO + +- title: MM + year: 2024 + id: mm24 + link: https://2024.acmmm.org/ + deadline: '2024-04-08 23:59:59' + abstract_deadline: '2024-04-12 23:59:59' + timezone: UTC-12 + place: Melbourne, Australia + date: October 28 - November 1, 2024 + start: 2024-10-28 + end: 2024-11-01 + sub: CV + note: Mandatory abstract deadline on April 8, 2024. More info here. + +- title: ACL + year: 2024 + id: acl24 + link: https://2024.aclweb.org/ + deadline: '2024-02-15 23:59:00' + timezone: UTC-12 + place: Bangkok, Thailand + date: August 11-16, 2024 + start: 2024-08-11 + end: 2024-08-16 + hindex: 192 + sub: NLP + note: All submissions should be done through ARR. More info here. + +- title: IROS + year: 2024 + id: iros24 + link: https://iros2024-abudhabi.org/ + deadline: '2024-03-01 23:59:59' + timezone: America/Los_Angeles + place: Abu Dhabi, UAE + date: October 14-18, 2024 + start: 2024-10-14 + end: 2024-10-18 + hindex: 80 + sub: RO + +- title: KR + year: 2024 + id: kr24 + link: https://kr.org/KR2024/ + deadline: '2024-05-01 23:59:59' + abstract_deadline: '2024-04-24 23:59:59' + timezone: UTC-12 + place: Hanoi, Vietnam + date: Nov 02-08, 2024 + start: 2024-11-02 + end: 2024-11-08 + hindex: -1 + sub: KR + note: Mandatory abstract deadline on April 24, 2024. More info here. + +- title: AAAI 2024 Spring Symposium on Clinical Foundation Models + year: 2024 + id: aaaisss24cfm # title as lower case + last two digits of year + full_name: AAAI 2024 Spring Symposium on Clinical Foundation Models # full conference name + link: https://clinicalfoundationmodels.github.io/ + deadline: '2024-01-26 23:59:59' + timezone: UTC-12 + place: Stanford, USA + date: March, 25-27, 2024 + start: 2024-03-25 + end: 2024-03-27 + sub: ML + note: More info here. + +- title: AAAI 2024 Spring Symposium on User-Aligned Assessment of Adaptive AI Systems + year: 2024 + id: aia24 + link: https://aair-lab.github.io/aia2024/ + deadline: '2023-12-22 23:59:59' + timezone: UTC-12 + place: Stanford, USA + date: March 25-27, 2024 + start: 2024-03-25 + end: 2024-03-27 + hindex: -1 + sub: ML + + +- title: SIGGRAPH + year: 2024 + id: siggraph24 + link: https://s2024.siggraph.org/ + deadline: '2024-01-24 22:00:00' + abstract_deadline: '2024-01-23 22:00:00' + timezone: GMT + place: Denver, USA + date: July 28 - August 1, 2024 + start: 2024-07-28 + end: 2024-08-01 + sub: CG + note: Mandatory abstract deadline on Jan 23, 2024. More info here. + +- title: UAI + year: 2024 + id: uai24 + link: https://www.auai.org/uai2024/ + deadline: '2024-02-09 23:59:59' + timezone: UTC-12 + place: Barcelona, Spain + date: July 15-19, 2024 + start: 2024-07-15 + end: 2024-07-19 + sub: ML + +- title: CoLLAs + year: 2024 + id: collas24 + link: https://lifelong-ml.cc + deadline: '2024-02-15 23:59:59' + abstract_deadline: '2024-02-09 23:59:59' + timezone: UTC-12 + place: Pisa, Italy + date: July 29 - August 01, 2024 + start: 2024-07-29 + end: 2024-08-01 + sub: ML + +- title: ECAI + year: 2024 + id: ecai24 + link: https://www.ecai2024.eu/ + deadline: '2024-04-25 23:59:59' + abstract_deadline: '2024-04-19 23:59:59' + timezone: UTC-12 + place: Santiago de Compostela, Spain + date: October 19-24, 2024 + start: 2024-10-19 + end: 2024-10-24 + sub: ML + note: Mandatory abstract deadline on April 19, 2024. More info here. + +- title: RLC + year: 2024 + id: rlc24 + link: https://rl-conference.cc/ + deadline: '2024-03-08 23:59:59' + abstract_deadline: '2024-03-01 23:59:59' + timezone: UTC-12 + place: Amherst, Massachusetts, USA + date: August 09-12, 2024 + start: 2024-08-09 + end: 2024-08-12 + sub: ML + +- title: KDD + year: 2024 + id: kdd24 # title as lower case + last two digits of year + link: https://kdd2024.kdd.org/ + deadline: '2024-02-08 23:59:59' + abstract_deadline: '2024-02-01 23:59:59' + timezone: UTC-12 + place: Barcelona, Spain + date: August 25-29, 2024 + start: 2024-08-25 + end: 2024-08-29 + sub: DM + +- title: RSS + year: 2024 + id: rss24 + link: https://roboticsconference.org/2024 + deadline: '2024-02-02 23:59:59' + timezone: UTC-12 + place: Delft, Netherlands + date: July 15-19, 2024 + start: 2024-07-15 + end: 2024-07-19 + hindex: 61 + sub: RO + note: Optional supplementary material deadline on February 08, 2024. More info here. + + +- title: ICML + year: 2024 + id: icml24 + link: https://icml.cc/Conferences/2024 + deadline: '2024-02-01 23:59:59' + timezone: UTC-12 + place: Vienna, Austria + date: July 21-27, 2024 + start: 2024-07-21 + end: 2024-07-27 + hindex: 254 + sub: ML + +- title: MICCAI + year: 2024 + id: miccai2024 + link: https://conferences.miccai.org/2024/en/ + deadline: '2024-03-07 23:59:59' + timezone: America/Los_Angeles + place: Marrakech, Morocco + date: October 6 - October 10, 2024 + start: 2024-10-06 + end: 2024-10-10 + hindex: 78 + sub: CV + note: More info here. + +- title: SIGIR + year: 2024 + id: sigir24 + link: https://sigir-2024.github.io + deadline: '2024-01-25 23:59:00' + abstract_deadline: '2024-01-18 23:59:00' + timezone: UTC-12 + place: Washington D.C., USA + date: July 14-18, 2024 + start: 2024-07-14 + end: 2024-07-18 + hindex: 66 + sub: DM + note: Mandatory abstract deadline on January 18, 2024. More info here. + +- title: COLM + year: 2024 + id: colm24 + full_name: 1st Conference on Language Modeling + link: https://colmweb.org/ + deadline: '2024-03-29 23:59:59' + abstract_deadline: '2024-03-22 23:59:59' + timezone: UTC-12 + place: Philadelphia, USA + date: October 7-9, 2024 + start: 2024-10-07 + end: 2024-10-09 + sub: ['NLP', 'ML'] + note: Mandatory abstract deadline on March 22, 2024. More info here. + +- title: IJCAI + year: 2024 + id: ijcai24 + full_name: International Joint Conference on Artificial Intelligence + link: https://ijcai24.org/ + deadline: '2024-01-17 23:59:59' + abstract_deadline: '2024-01-10 23:59:59' + timezone: UTC-12 + place: Jeju, South Korea + date: August 03-09, 2024 + start: 2024-08-03 + end: 2024-08-09 + hindex: 133 + sub: ML + note: Mandatory abstract deadline on January 10, 2024 and optional supplementary material deadline on January 24, 2024. More info here. + +- title: CHIL + year: 2024 + id: CHIL24 + full_name: Conference on Health, Inference, and Learning + link: https://www.chilconference.org/index.html + deadline: '2024-02-16 23:59:59' + timezone: UTC-12 + place: New York, New York + date: June, 27-28, 2024 + start: 2024-06-27 + end: 2024-06-28 + sub: ML + note: Please check the website for the latest updates. + +- title: SaTML + year: 2024 + id: satml24 + full_name: IEEE Conference on Secure and Trustworthy Machine Learning + link: https://satml.org/ + deadline: '2023-10-11 23:59:59' + abstract_deadline: '2023-10-04 23:59:59' + timezone: UTC-12 + place: Toronto, Canada + date: April 2024 + start: 2024-04-01 + end: 2024-04-01 + sub: ML + note: Check the website for exact conference dates. + +- title: ECCV + year: 2024 + id: eccv24 + link: https://eccv2024.ecva.net/ + deadline: '2024-03-07 12:59:00' + abstract_deadline: '2024-02-29 12:59:00' + timezone: UTC-8 + place: Milano, Italy + date: September 29 - October 04, 2024 + start: 2024-09-29 + end: 2024-10-04 + hindex: 238 + sub: CV + note: More info here. + +- title: CLeaR + year: 2024 + id: clear24 + link: https://www.cclear.cc/2024 + deadline: '2023-10-27 23:59:59' + timezone: UTC-12 + place: Los Angeles, USA + date: April 1 - April 03, 2024 + start: 2024-04-01 + end: 2024-04-03 + sub: ML + +- title: ICPRAI + year: 2024 + id: icprai24 + full_name: International Conference on Pattern Recognition and Artificial Intelligence + link: http://icprai2024.org/ + deadline: '2024-01-05 23:59:59' + timezone: Asia/Seoul + place: Jeju Island, South Korea + date: Jun 18-21, 2024 + start: 2024-06-18 + end: 2024-06-21 + sub: ML + note: Soliciting both regular papers and work-in-progress papers. More info here. + +- title: ICAPS + year: 2024 + id: icaps24 + link: https://icaps24.icaps-conference.org/ + deadline: '2023-12-13 23:59:59' + abstract_deadline: '2023-12-07 23:59:59' + timezone: UTC-12 + place: Banff, Canada + date: Jun 01-06, 2024 + start: 2024-06-01 + end: 2024-06-06 + hindex: 32 + sub: AP + note: Mandatory abstract deadline on December 07, 2023. More info here. + + +- title: NAACL + year: 2024 + id: naacl24 + link: https://2024.naacl.org + deadline: '2023-12-15 23:59:59' + timezone: UTC-12 + place: Mexico City, Mexico + date: June 16-21, 2024 + start: 2024-06-16 + end: 2024-06-21 + hindex: 133 + sub: NLP + note: All submissions must be done through ARR. More info here. + +- title: CSCW + year: 2024 + id: cscw24_january + link: https://cscw.acm.org/2024/ + deadline: '2024-01-16 23:59:59' + timezone: UTC-12 + place: San José, Costa Rica + date: November 9-13, 2024 + start: 2024-11-09 + end: 2024-11-13 + hindex: 31 + sub: HCI + note: This is the January cycle. + +- title: IUI + year: 2024 + id: iui24 + link: https://iui.acm.org/2024/ + deadline: '2023-10-09 23:59:59' + timezone: UTC-12 + place: Greenville, South Carolina, USA + date: March 18-21, 2024 + start: 2024-03-18 + end: 2024-03-21 + hindex: 47 + sub: HCI + note: Mandatory abstract deadline on Oct 2, 2023. More info here. + +- title: AISTATS + year: 2024 + id: aistats24 + link: https://www.aistats.org/aistats2024/ + deadline: '2023-10-16 23:59:59' + timezone: UTC-12 + place: Valencia, Spain + date: May 02-04, 2024 + start: 2024-05-02 + end: 2024-05-04 + hindex: 91 + sub: ML + note: Mandatory abstract deadline on Oct 6, 2023. More info here. + +- title: ICASSP + year: 2024 + id: icassp24 + link: https://2024.ieeeicassp.org/ + deadline: '2023-09-06 23:59:59' + timezone: UTC-12 + place: Seoul, Korea + date: April 14-19, 2024 + start: 2024-04-14 + end: 2024-04-19 + hindex: 123 + sub: SP + +- title: HRI + year: 2024 + id: hri24 + link: https://humanrobotinteraction.org/2024/ + deadline: '2023-09-29 23:59:59' + timezone: UTC-12 + place: Boulder, Colorado, USA + date: March 11-14, 2024 + start: 2024-03-11 + end: 2024-03-14 + hindex: 55 + sub: RO + +- title: WACV + year: 2024 + id: wacv24 + full_name: IEEE/CVF Winter Conference on Applications of Computer Vision + link: https://wacv2024.thecvf.com + deadline: '2023-08-30 11:59:59' + timezone: America/Los_Angeles + place: Waikoloa, Hawaii, USA + date: January 3-7, 2024 + start: 2024-01-03 + end: 2024-01-07 + hindex: 76 + sub: CV + note: This is the Round 2 submission. Paper Registration is on August 23rd 2023. More info here. + +- title: EACL + year: 2024 + id: eacl24 + full_name: The 18th Conference of the European Chapter of the Association for Computational Linguistics + link: https://2024.eacl.org/ + deadline: '2023-10-15 23:59:59' + timezone: UTC-12 + place: St. Julians, Malta + date: March 17-22, 2024 + start: 2024-03-17 + end: 2024-03-22 + hindex: 38 + note: Submission via ACL Rolling Review, commitment date 2023-12-20 + sub: NLP + + +- title: 3DV + year: 2024 + id: threedv24 + link: https://3dvconf.github.io/2024/ + deadline: '2023-08-07 23:59:59' + timezone: America/Los_Angeles + place: Davos, Switzerland + date: March 18-21, 2024 + start: 2024-03-18 + end: 2024-03-21 + sub: CV + +- title: ICLR + year: 2024 + id: iclr24 + link: https://iclr.cc/Conferences/2024 + deadline: '2023-09-28 23:59:59' + abstract_deadline: '2023-09-23 23:59:59' + timezone: UTC-12 + place: Vienna, Austria + date: May 07-11, 2024 + start: 2024-05-07 + end: 2024-05-11 + hindex: 286 + sub: ML + note: Mandatory abstract deadline on September 23, 2023. More info here. + +- title: CVPR + year: 2024 + id: cvpr24 + link: https://cvpr.thecvf.com/Conferences/2024 + deadline: '2023-11-17 23:59:59' + abstract_deadline: '2023-11-03 23:59:59' + timezone: America/Los_Angeles + place: Seattle, Washington, USA + date: June 17-21, 2024 + start: 2024-06-17 + end: 2024-06-21 + hindex: 389 + sub: CV + note: Mandatory paper registration deadline on November 03, 2023 and optional supplementary material deadline on November 26, 2023. More info here. + + +- title: ICRA + year: 2024 + id: icra24 + link: http://2024.ieee-icra.org/ + deadline: '2023-09-15 23:59:59' + timezone: America/Los_Angeles + place: Yokohama, Japan + date: May 13 - May 17, 2024 + start: 2024-05-13 + end: 2024-05-17 + hindex: 116 + sub: RO + +- title: CoNLL + year: 2023 + id: conll23 + link: https://conll.org/ + deadline: '2023-06-30 23:59:59' + timezone: UTC-12 + place: Singapore + date: December 6-7, 2023 + start: 2023-12-06 + end: 2023-12-07 + hindex: 44 + sub: NLP + note: Co-located with EMNLP 2023 + +- title: AAMAS + year: 2024 + id: aamas24 + link: https://www.aamas2024-conference.auckland.ac.nz/ + deadline: '2023-10-09 23:59:59' + abstract_deadline: '2023-10-02 23:59:59' + timezone: UTC-12 + place: Auckland, New Zealand + date: May 06 - May 10, 2024 + start: 2024-05-06 + end: 2024-05-10 + sub: ML + note: Mandatory abstract deadline on Oct 02, 2023. More info here. + +- title: AAAI + year: 2024 + id: aaai24 + full_name: AAAI Conference on Artificial Intelligence + link: https://aaai.org/aaai-conference/ + deadline: '2023-08-15 23:59:59' + abstract_deadline: '2023-08-08 23:59:59' + timezone: UTC-12 + place: Vancouver, Canada + date: February 20 - February 28, 2024 + start: 2024-02-20 + end: 2024-02-28 + hindex: 180 + sub: ML + note: Mandatory abstract deadline on Aug 08, 2023, and supplementary material deadline on Aug 18, 2023. More info here. + +- title: ECIR + year: 2024 + id: ecir24 + full_name: European Conference on Information Retrieval + link: https://www.ecir2024.org/ + deadline: '2023-09-27 23:59:59' + abstract_deadline: '2023-09-20 23:59:59' + timezone: UTC-12 + place: Glasgow, Scotland + date: March 24-28, 2024 + start: 2024-03-24 + end: 2024-03-28 + hindex: 31 + sub: DM + note: Abstract deadline on Sep 20, 2023. More info here. + +- title: CHI + year: 2024 + id: chi24 + full_name: AAAI Conference on Artificial Intelligence + link: https://chi2024.acm.org/ + deadline: '2023-09-14 23:59:59' + abstract_deadline: '2023-09-07 23:59:59' + timezone: UTC-12 + place: Hawaii, EEUU + date: May 11 - May 16, 2024 + start: 2024-05-11 + end: 2024-05-16 + hindex: 180 + sub: HCI + note: Mandatory abstract deadline on Sep 07, 2023, and paper deadline on Sep 14, 2023. More info here. + +- title: LREC-COLING + year: 2024 + id: lreccoling24 + full_name: The 2024 Joint International Conference on Computational Linguistics, Language Resources and Evaluation + link: https://lrec-coling-2024.org + deadline: '2023-10-20 23:59:59' + timezone: UTC-12 + place: Torino, Italy + date: May 20 - May 25, 2024 + start: 2024-05-20 + end: 2024-05-25 + hindex: -1 + sub: NLP + note: Workshop / Tutorial proposals are also due on October 13th, more info here. + +- title: IJCNLP-AACL + year: 2023 + id: aacl23 + link: http://www.ijcnlp-aacl2023.org/ + deadline: '2023-05-23 23:59:00' + timezone: UTC-12 + place: Bali, Indonesia + date: November 1-4, 2023 + start: 2023-11-01 + end: 2023-11-04 + hindex: 37 + sub: NLP + note: ARR commitment deadline is August 15, 2023. More info here. + +- title: RecSys + year: 2023 + id: recsys23 + link: https://recsys.acm.org/recsys23/ + deadline: '2023-04-21 23:59:59' + abstract_deadline: '2023-04-14 23:59:59' + timezone: UTC-12 + date: September 18 - September 22, 2023 + place: Singapore + sub: DM + note: Mandatory abstract deadline on April 14, 2023. + +- title: ACML + year: 2023 + id: acml23 + link: https://www.acml-conf.org/2023 + deadline: '2023-06-23 23:59:00' + timezone: UTC-12 + place: Istanbul, Türkiye + date: November 11-14, 2023 + start: 2023-11-11 + end: 2023-11-14 + sub: ML + +- title: SIGIR-AP + year: 2023 + id: sigirap23 + full_name: 1st International ACM SIGIR Conference on Information Retrieval in the Asia Pacific + link: http://www.sigir-ap.org/sigir-ap-2023/ + deadline: '2023-07-03 23:59:00' + abstract_deadline: '2023-06-26 23:59:00' + timezone: UTC-12 + place: Beijing, China + date: November 26-29, 2023 + start: 2023-11-26 + end: 2023-11-29 + sub: DM + note: Mandatory abstract deadline on June 26, 2023. More info here. + +- title: EMNLP + year: 2023 + id: emnlp23 + link: https://2023.emnlp.org/ + deadline: '2023-06-23 23:59:00' + abstract_deadline: '2023-06-16 23:59:00' + timezone: UTC-12 + place: Singapore + date: December 6-10, 2023 + start: 2023-12-06 + end: 2023-12-10 + sub: NLP + note: Mandatory abstract deadline on June 16, 2023. Hybrid format with ARR and OpenReview. More info here. + +- title: '*SEM' + year: 2023 + id: starsem23 # title as lower case + last two digits of year + full_name: '*SEM 2023' # full conference name + link: https://sites.google.com/view/starsem2023 + deadline: 2023-03-24 23:59 + timezone: UTC-12 + place: Toronto, Canada + date: July, 13-14, 2023 + sub: NLP + note: Co-located with ACL 2023 + +- title: SIGGRAPH Asia + year: 2023 + id: siggraphasia23 # title as lower case + last two digits of year + full_name: SIGGRAPH ASIA 2023 # full conference name + link: https://asia.siggraph.org/2023/ + deadline: 2023-05-16 23:59 + timezone: UTC-12 + place: Sydney, Australia + date: December, 12-15, 2023 + sub: CG + note: + +- title: CoRL + year: 2023 + id: corl23 + link: https://corl2023.org + deadline: '2023-06-08 23:59:00' + timezone: UTC-12 + place: Atlanta, Georgia, USA + date: November 06-09, 2023 + start: 2023-11-06 + end: 2023-11-09 + sub: RO + +- title: ECAI + year: 2023 + id: ecai23 + link: https://ecai2023.eu/ + deadline: '2023-05-08 23:59:59' + abstract_deadline: '2023-05-02 23:59:59' + timezone: UTC-12 + place: Kraków, Poland + date: September 30 - October 05, 2023 + start: 2023-09-30 + end: 2023-10-05 + sub: ML + note: Mandatory abstract deadline on May 02, 2023. More info here. + +- title: MM + year: 2023 + id: mm23 + link: https://www.acmmm2023.org/ + deadline: '2023-04-30 23:59:59' + abstract_deadline: '2023-04-23 23:59:59' + timezone: UTC-12 + place: Ottawa, Canada + date: October 29 - November 03, 2023 + start: 2023-10-29 + end: 2023-11-03 + sub: CV + note: Mandatory abstract deadline on April 23, 2023. More info here. + +- title: RO-MAN + year: 2023 + id: ro-man23 + link: http://ro-man2023.org/main + deadline: '2023-03-31 23:59:59' + timezone: UTC-12 + place: Busan, South Korea + date: August 28-31, 2023 + start: 2023-08-28 + end: 2023-08-31 + sub: RO + +- title: NeurIPS + year: 2023 + id: neurips23 + link: https://neurips.cc/Conferences/2023/ + deadline: '2023-05-17 20:00:00' + abstract_deadline: '2023-05-11 20:00:00' + timezone: UTC + place: New Orleans, Louisiana, USA + date: December 10 - December 16, 2023 + start: 2023-12-10 + end: 2023-12-16 + hindex: 278 + sub: ML + note: Mandatory abstract deadline on May 11, 2023 + +- title: AutoML-Conf + year: 2023 + id: automl-conf23 + link: https://2023.automl.cc + deadline: '2023-03-23 23:59:59' + abstract_deadline: '2023-03-16 23:59:59' + timezone: UTC-12 + place: Potsdam/Berlin, Germany + date: September 12-15, 2023 + start: 2023-09-12 + end: 2023-09-15 + hindex: 0 + sub: ML + note: Mandatory abstract deadline on March 16, 2023 + +- title: CoLLAs + year: 2023 + id: collas23 + link: https://lifelong-ml.cc + deadline: '2023-03-13 23:59:59' + abstract_deadline: '2023-03-09 23:59:59' + timezone: UTC-12 + place: Montreal, Canada + date: August 22-25, 2023 + start: 2023-08-22 + end: 2023-08-25 + sub: ML + +- title: UAI + year: 2023 + id: uai23 + link: https://www.auai.org/uai2023/ + deadline: '2023-02-17 23:59:59' + timezone: UTC-12 + place: Pittsburgh, USA + date: July 31 - August 04, 2023 + start: 2023-07-31 + end: 2023-08-04 + sub: ML + +- title: RSS + year: 2023 + id: rss23 + link: https://roboticsconference.org/2023 + deadline: '2023-02-03 23:59:59' + timezone: UTC-12 + place: Daegu, South Korea + date: July 10-14, 2023 + start: 2023-07-10 + end: 2023-07-14 + hindex: 58 + sub: RO + +- title: IJCAI + year: 2023 + id: ijcai23 + link: https://ijcai-23.org/ + deadline: '2023-01-18 23:59:59' + timezone: UTC-12 + place: Macao, S.A.R. + date: August 19-25, 2023 + start: 2023-08-19 + end: 2023-08-25 + hindex: 120 + sub: ML + note: Mandatory abstract deadline on Jan 11, 2023, and supplementary material deadline on Jan 23, 2023. More info here. + +- title: ICML + year: 2023 + id: icml23 + link: https://icml.cc/Conferences/2023 + deadline: '2023-01-26 11:59:00' + timezone: America/Los_Angeles + place: Hawai'i, USA + date: July 23-29, 2023 + start: 2023-07-23 + end: 2023-07-29 + hindex: 204 + sub: ML + +- title: SIGIR + year: 2023 + id: sigir23 + link: https://sigir.org/sigir2023/ + deadline: '2023-01-31 23:59:00' + abstract_deadline: '2023-01-24 23:59:00' + timezone: UTC-12 + place: Taipei, Taiwan + date: July 23-27, 2023 + start: 2023-07-23 + end: 2023-07-27 + hindex: 66 + sub: DM + note: Mandatory abstract deadline on January 24, 2023. More info here. + +- title: IROS + year: 2023 + id: iros23 + link: https://ieee-iros.org/ + deadline: '2023-03-01 23:59:59' + timezone: America/Los_Angeles + place: Detroit, USA + date: October 01-05, 2023 + start: 2023-10-01 + end: 2023-10-05 + hindex: 80 + sub: RO + +- title: KR + year: 2023 + id: kr23 + link: https://kr.org/KR2023/ + deadline: '2023-03-14 23:59:59' + abstract_deadline: '2023-03-03 23:59:59' + timezone: UTC-12 + place: Rhodes, Greece + date: Sep 02-08, 2023 + start: 2023-09-02 + end: 2023-09-08 + hindex: -1 + sub: KR + note: Mandatory abstract deadline on March 03, 2023. More info here. + +- title: ICAPS + year: 2023 + id: icaps23 + link: https://icaps23.icaps-conference.org/ + deadline: '2022-11-30 23:59:59' + abstract_deadline: '2022-11-25 23:59:59' + timezone: UTC-12 + place: Prague, Czech Republic + date: Jul 08-13, 2023 + start: 2023-07-08 + end: 2023-07-13 + hindex: 27 + sub: AP + note: Mandatory abstract deadline on November 25, 2022. More info here. + +- title: ACL + year: 2023 + id: acl23 + link: https://2023.aclweb.org/ + deadline: '2023-01-20 23:59:00' + abstract_deadline: '2023-01-13 23:59:00' + timezone: UTC-12 + place: Toronto, Canada + date: July 9-14, 2023 + start: 2023-07-09 + end: 2023-07-14 + hindex: 169 + sub: NLP + note: Hybrid format with ARR and START. Above deadlines are for START while abstract deadline is 13 January 2023. Submission to ARR should before 15 December 2022. More info here. + +- title: EACL + year: 2023 + id: eacl23 + link: https://2023.eacl.org/ + deadline: '2022-10-20 23:59:00' + abstract_deadline: '2022-10-13 23:59:00' + timezone: UTC-12 + place: Hybrid (Dubrovnik, Croatia) + date: May 02-06, 2023 + start: 2023-05-02 + end: 2023-05-06 + hindex: 62 + sub: NLP + note: Hybrid format with ARR and START. Above deadlines are for START. More info here. + +- title: PAKDD + year: 2023 + id: pakdd23 + link: https://pakdd2023.org + deadline: '2022-12-07 23:59:59' + timezone: UTC-8 + place: Osaka, Japan + date: May 25-28, 2023 + start: 2023-05-25 + end: 2023-05-28 + hindex: 29 + sub: DM + +- title: AISTATS + year: 2023 + id: aistats23 + link: https://www.aistats.org/aistats2023/ + deadline: '2022-10-13 23:59:59' + timezone: UTC-12 + place: Valencia, Spain + date: April 25-27, 2023 + start: 2023-04-25 + end: 2023-04-27 + hindex: 85 + sub: ML + note: Mandatory abstract deadline on Oct 6, 2022. More info here. + +- title: ICLR + year: 2023 + id: iclr23 + link: https://iclr.cc/Conferences/2023 + deadline: '2022-09-28 23:59:59' + abstract_deadline: '2022-09-21 23:59:59' + timezone: UTC-12 + place: Kigali, Rwanda + date: May 01-05, 2023 + start: 2023-05-01 + end: 2023-05-05 + hindex: 286 + sub: ML + note: Mandatory abstract deadline on September 21, 2022. More info here. + +- title: ACML + year: 2022 + id: acml22 + link: https://www.acml-conf.org/2022 + deadline: '2022-06-23 23:59:00' + timezone: UTC-12 + place: Hyderabad, India + date: December 12-14, 2022 + start: 2022-12-12 + end: 2022-12-14 + hindex: 20 + sub: ML + +- title: AAAI + year: 2023 + id: aaai23 + full_name: AAAI Conference on Artificial Intelligence + link: https://aaai.org/Conferences/AAAI-23/ + deadline: '2022-08-15 23:59:59' + abstract_deadline: '2022-08-08 23:59:59' + timezone: UTC-12 + place: Washington, DC, USA + date: February 7 - February 14, 2023 + start: 2023-02-07 + end: 2023-02-14 + hindex: 95 + sub: ML ---- +- title: ICDM + year: 2022 + id: icdm22 + full_name: IEEE International Conference on Data Mining (ICDM) + link: https://icdm22.cse.usf.edu/ + deadline: '2022-06-10 23:59:00' + timezone: America/New_York + place: Orlando, Florida, USA + date: November 30 - December 3, 2022 + start: 2022-11-30 + end: 2022-12-03 + hindex: 124.0 + sub: DM + note: Paper submissions limited to ten (10) pages, in the IEEE 2-column format | Key Dates | Call for Papers -- title: ICCV - year: 2019 - id: iccv19 - link: http://iccv2019.thecvf.com/ - deadline: '2019-03-22 23:59:00' - timezone: America/Los_Angeles - date: October 27 - November 3, 2019 - place: Seoul, Korea +- title: EMNLP + year: 2022 + id: emnlp22 + link: https://2022.emnlp.org/ + deadline: '2022-06-24 23:59:00' + abstract_deadline: '2022-06-17 23:59:00' + timezone: UTC-12 + place: Abu Dhabi, UAE + date: December 7-11, 2022 + start: 2022-12-07 + end: 2022-12-11 + hindex: 132 + sub: NLP + note: Hybrid format with ARR and START. More info here. + +- title: WSDM + year: 2023 + id: wsdm23 + link: https://www.wsdm-conference.org/2023/ + deadline: '2022-08-12 23:59:00' + timezone: UTC-12 + place: Singapore + date: Feb 27- March 03, 2023 + start: 2023-02-27 + end: 2023-03-03 + hindex: 54 + sub: DM +- title: MM + year: 2022 + id: mm22 + link: https://2022.acmmm.org/ + deadline: '2022-04-11 23:59:59' + abstract_deadline: '2022-03-31 23:59:59' + timezone: UTC-12 + place: Lisbon, Portugal + date: October 10-14, 2022 + start: 2022-10-10 + end: 2022-10-14 + hindex: 58 sub: CV + note: Mandatory abstract deadline on March 31, 2022. More info here. -- title: InterSpeech - year: 2019 - id: interspeech19 - link: https://www.interspeech2019.org/ - deadline: '2019-03-29 23:59:59' +- title: ICMI + year: 2022 + id: icmi2022 + link: https://icmi.acm.org/2022/ + deadline: '2022-05-13 23:59:00' + timezone: UTC-7 + place: Bangalore, India + date: November 7-11, 2022 + start: 2022-11-07 + end: 2022-11-11 + hindex: 34 + sub: CV + +- title: CIKM + year: 2022 + id: cikm22 + link: https://www.cikm2022.org/ + deadline: '2022-05-19 23:59:59' + abstract_deadline: '2022-05-12 23:59:59' timezone: UTC-12 - date: September 15-19, 2019 - place: Graz, Austria + place: Atlanta, Georgia, USA + date: October 17-22, 2022 + start: 2022-10-17 + end: 2022-10-22 + hindex: 48 + sub: DM + note: Mandatory abstract deadline on May 12, 2022 + +- title: COLING + year: 2022 + id: coling22 + link: https://coling2022.org/ + deadline: '2022-05-17 23:59:59' + timezone: UTC-12 + place: Gyeongju, Republic of Korea + date: October 12-17, 2022 + start: 2022-10-12 + end: 2022-10-17 + hindex: 64 + sub: NLP + +- title: NeurIPS + year: 2022 + id: neurips22 + link: https://neurips.cc/Conferences/2022/ + deadline: '2022-05-19 13:00:00' + abstract_deadline: '2022-05-16 13:00:00' + timezone: America/Los_Angeles + place: New Orleans, Louisiana, USA; and virtual + date: November 28 - December 9, 2022 + start: 2022-11-28 + end: 2022-12-09 + hindex: 245 + sub: ML + note: Mandatory abstract deadline on May 16, 2022 + +- title: ISMIR + year: 2022 + id: ismir22 + link: https://ismir2022.ismir.net/ + deadline: '2022-05-20 23:59:59' + abstract_deadline: '2022-5-13 23:59:59' + timezone: UTC-12 + place: Bangaluru, India + date: December 4-8, 2022 + start: 2022-12-04 + end: 2022-12-08 + hindex: 32 sub: SP + note: Mandatory abstract deadline on May 13, 2022. More info here. -- title: MICCAI - year: 2019 - id: miccai2019 - link: http://www.miccai2019.org/ - deadline: '2019-04-02 23:59:59' - timezone: US/Pacific - date: October 13 - October 17, 2019 - place: Shenzhen, China +- title: AACL-IJCNLP + year: 2022 + id: aacl22 + link: https://www.aacl2022.org/ + deadline: '2022-07-15 23:59:00' + timezone: UTC-12 + place: Taipei, Taiwan + date: November 21-24, 2022 + start: 2022-11-21 + end: 2022-11-24 + hindex: -1 + sub: NLP + +- title: CoRL + year: 2022 + id: corl22 + link: https://corl2022.org + deadline: '2022-06-15 23:59:00' + timezone: UTC-12 + place: Auckland, New Zealand, and virtual + date: December 14-18, 2022 + start: 2022-12-14 + end: 2022-12-18 + sub: RO + +- title: ALT + year: 2020 + id: alt20 + link: http://alt2020.algorithmiclearningtheory.org/ + deadline: '2019-09-20 16:59:59' + timezone: America/New_York + place: San Diego, CA, United States + date: February 8-10, 2020 + start: 2020-02-08 + end: 2020-02-10 + paperslink: http://algorithmiclearningtheory.org/alt2020/accepted-papers/ + hindex: 15 + sub: ML + +- title: HRI + year: 2020 + id: hri20 + link: https://humanrobotinteraction.org/2020/ + deadline: '2019-10-01 23:59:59' + timezone: America/Los_Angeles + place: Cambridge, UK + date: March 23-26, 2020 + start: 2020-03-23 + end: 2020-03-26 + paperslink: https://dl.acm.org/doi/proceedings/10.1145/3319502 + hindex: 40 + sub: RO + +- title: ICMR + year: 2020 + id: icmr20 + link: http://icmr2020.org/ + deadline: '2020-01-11 23:59:59' + timezone: Europe/London + place: Dublin, Ireland + date: June 8-11, 2020 + start: 2020-06-08 + end: 2020-06-11 + paperslink: http://icmr2020.org/ICMR2020-detailed-schedule-FINAL.pdf + hindex: 33 sub: CV - note: 'NOTE: Mandatory intention-to-submit registration on March 19. More - info here.' -- title: ECML/PKDD - year: 2019 - id: ecmlpkdd19 - link: https://ecmlpkdd2019.org/ - deadline: '2019-04-05 23:59:59' - timezone: UTC-8 - date: September 16-20, 2019 - place: "W\xFCrzburg, Germany" +- title: COLT + year: 2020 + id: colt20 + link: http://www.learningtheory.org/colt2020/ + deadline: '2020-01-31 16:00:00' + timezone: America/Los_Angeles + place: Graz, Austria + date: June 8-12, 2020 + start: 2020-06-08 + end: 2020-06-12 + paperslink: http://proceedings.mlr.press/v125/ + hindex: 48 + sub: ML + +- title: ICCC + year: 2020 + id: iccc20 + link: http://computationalcreativity.net/iccc20/ + deadline: '2020-03-08 23:59:59' + timezone: UTC-12 + place: Coimbra, Portugal + date: June 29 - July 3, 2020 + start: 2020-06-29 + end: 2020-07-03 + paperslink: http://computationalcreativity.net/iccc20/papers/ICCC20_Proceedings.pdf + hindex: 22 sub: ML - note: 'NOTE: Mandatory abstract deadline on March 29, 2019. More info here.' - title: ISMIR - year: 2019 - id: ismir19 - link: http://ismir2019.ewi.tudelft.nl/ - deadline: '2019-04-05 23:59:59' + year: 2020 + id: ismir20 + link: https://ismir.github.io/ISMIR2020/ + deadline: '2020-04-17 23:59:59' + abstract_deadline: '2020-04-10 23:59:59' timezone: UTC-12 - date: November 4-8, 2019 - place: Delft, The Netherlands + place: Montreal, Canada + date: October 12-15, 2020 + start: 2020-10-12 + end: 2020-10-15 + paperslink: https://program.ismir2020.net/papers.html?filter=keywords + hindex: 32 sub: SP + note: Mandatory abstract deadline on Apr 10, 2020. More info here. -- title: BMVC - year: 2019 - id: bmvc19 - link: https://bmvc2019.org - deadline: '2019-04-29 23:59:00' +- title: AACL-IJCNLP + year: 2020 + id: aacl20 + link: http://aacl2020.org + deadline: '2020-06-26 23:59:00' + timezone: UTC-12 + place: Suzhou, China + date: December 4-7, 2020 + start: 2020-12-04 + end: 2020-12-07 + paperslink: https://aclanthology.org/events/aacl-2020/ + pwclink: https://paperswithcode.com/conference/asian-chapter-of-the-association-for + hindex: -1 + sub: NLP + +- title: ACCV + year: 2020 + id: accv20 + link: http://accv2020.kyoto/ + deadline: '2020-07-08 23:59:00' + timezone: UTC + place: Online + date: November 30 - December 4, 2020 + start: 2020-11-30 + end: 2020-12-04 + paperslink: https://accv2020.github.io/programs/papers/index.html + hindex: 38 + sub: CV + +- title: ICPR + year: 2020 + id: icpr20 + link: https://www.micc.unifi.it/icpr2020/ + deadline: '2020-07-15 23:59:00' + timezone: UTC+1 + place: Milan, Italy + date: January 10-15, 2021 + start: 2021-01-10 + end: 2021-01-15 + paperslink: https://www.micc.unifi.it/icpr2020/index.php/papers-and-authors/ + hindex: 38 + sub: ML + +- title: CoNLL + year: 2020 + id: conll2020 + link: http://www.conll.org/2020 + deadline: '2020-07-17 23:59:59' + timezone: UTC-12 + place: Online + date: November 19-20, 2020 + start: 2020-11-19 + end: 2020-11-20 + paperslink: https://aclanthology.org/events/conll-2020/ + hindex: 34 + sub: NLP + +- title: 3DV + year: 2020 + id: threedv20 + link: http://3dv2020.dgcv.nii.ac.jp/index.html + deadline: '2020-07-31 23:59:59' timezone: America/Los_Angeles - date: September 9-12, 2019 - place: Cardiff, Wales, UK + place: Fukuoka, Japan + date: November 25-28, 2020 + start: 2020-11-25 + end: 2020-11-28 + paperslink: http://3dv2020.dgcv.nii.ac.jp/conferenceprogram.html + hindex: 29 sub: CV -- title: EMNLP-IJCNLP - year: 2019 - id: emnlp-ijcnlp19 - link: http://emnlp-ijcnlp2019.org/ - deadline: '2019-05-21 23:59:59' - timezone: UTC-7 - date: November 3-7, 2019 - place: Hong Kong +- title: WMT + year: 2020 + id: wmt20 + link: http://www.statmt.org/wmt20/ + deadline: '2020-08-15 23:59:00' + timezone: UTC-12 + place: Online + date: November 19-20, 2020 + start: 2020-11-19 + end: 2020-11-20 + paperslink: http://www.statmt.org/wmt20/papers.html + hindex: 27 sub: NLP -- title: NeurIPS - year: 2019 - id: neurips19 - link: https://neurips.cc/Conferences/2019 - deadline: '2019-05-23 13:00:00' +- title: EACL + year: 2021 + id: eacl21 + link: https://2021.eacl.org/ + deadline: '2020-10-07 23:59:00' + timezone: UTC-12 + place: Online (Kyiv, Ukraine) + date: April 21-23, 2021 + start: 2021-04-21 + end: 2021-04-23 + paperslink: https://aclanthology.org/events/eacl-2021/#2021-eacl-main + pwclink: https://paperswithcode.com/conference/eacl-2021-2 + hindex: 36 + sub: NLP + +- title: AAMAS + year: 2023 + id: aamas23 + link: https://aamas2023.soton.ac.uk/ + deadline: '2022-10-28 23:59:59' + abstract_deadline: '2022-10-21 23:59:59' + timezone: UTC-12 + place: London, UK + date: May 29 - June 2, 2023 + start: 2023-05-29 + end: 2023-06-02 + hindex: 25 + sub: ML + note: Mandatory abstract deadline on Oct 21, 2022. More info here. + +- title: SDM + year: 2021 + id: sdm21 + link: https://www.siam.org/conferences/cm/conference/sdm21 + deadline: '2020-10-12 23:59:00' + timezone: UTC-5 + place: Online + date: April 29 - May 1, 2021 + start: 2021-04-29 + end: 2021-05-01 + paperslink: https://epubs.siam.org/doi/book/10.1137/1.9781611976700 + hindex: 33 + sub: DM + +- title: AISTATS + year: 2021 + id: aistats21 + link: https://www.aistats.org/aistats2021/ + deadline: '2020-10-15 08:00:00' timezone: America/Los_Angeles - date: December 9-14, 2019 - place: Vancouver Convention Centre, Canada + place: San Diego, California, USA + date: April 13-15, 2021 + start: 2021-04-13 + end: 2021-04-15 + paperslink: http://proceedings.mlr.press/v130/ + hindex: 52 sub: ML - note: 'NOTE: Mandatory abstract deadline on May 16, 2019. More info here.' + note: Mandatory abstract deadline on Oct 8, 2020. More info here. -- title: CoNLL - year: 2019 - id: conll2019 - link: http://www.conll.org/2019 - deadline: '2019-05-31 23:59:59' +- title: ICME + year: 2021 + id: icme21 + link: https://2021.ieeeicme.org/ + deadline: '2020-11-29 23:59:59' + timezone: America/Los_Angeles + place: Shenzhen, China + date: July 5-9, 2021 + start: 2021-07-05 + end: 2021-07-09 + paperslink: https://2021.ieeeicme.org/conf_oral + hindex: 30 + sub: CV + +- title: ICIP + year: 2023 + id: icip23 + link: https://2023.ieeeicip.org/ + deadline: '2023-02-15 23:59:59' + timezone: America/Los_Angeles + place: Kuala Lumpur, Malaysia + date: September, 19-22, 2023 + start: 2023-10-08 + end: 2023-10-11 + hindex: 60 + sub: CV + +- title: MIDL + year: 2021 + id: midl2021 + link: https://2021.midl.io/ + deadline: '2021-02-17 23:59:59' + abstract_deadline: '2021-02-10 23:59:59' + timezone: UTC-12 + place: Luebeck, Germany + date: July 7-9, 2021 + start: 2021-07-07 + end: 2021-07-09 + paperslink: https://2021.midl.io/program.html + hindex: -1 + sub: CV + note: Abstract deadline on Feb 10, 2021. More info here. + +- title: UAI + year: 2021 + id: uai21 + link: http://auai.org/uai2021/ + deadline: '2021-02-19 23:59:59' + timezone: UTC + place: TBD + date: July 26-30, 2021 + start: 2021-07-26 + end: 2021-07-30 + paperslink: https://www.auai.org/uai2021/accepted_papers + hindex: 33 + sub: ML + +- title: IROS + year: 2021 + id: iros21 + link: https://www.iros2021.org/important-dates + deadline: '2021-03-01 23:59:59' + timezone: America/Los_Angeles + place: Prague, Czech Republic + date: September 27 - October 1, 2021 + start: 2021-09-27 + end: 2021-10-01 + hindex: 58 + sub: RO + +- title: RSS + year: 2021 + id: rss21 + link: https://roboticsconference.org/2021 + deadline: '2021-03-01 23:59:59' + timezone: UTC-12 + place: Online + date: July 12-16, 2021 + start: 2021-07-12 + end: 2021-07-16 + paperslink: https://roboticsconference.org/program/papers/ + hindex: 47 + sub: RO + +- title: MICCAI + year: 2023 + id: miccai2023 + link: https://conferences.miccai.org/2023/en/ + deadline: '2023-03-09 23:59:59' + timezone: America/Los_Angeles + place: Vancouver, Canada + date: October 8 - October 12, 2023 + start: 2023-10-08 + end: 2023-10-12 + hindex: 78 + sub: CV + note: More info here. + +- title: ICCV + year: 2023 + id: iccv2023 + link: http://iccv2023.thecvf.com/ + deadline: '2023-03-08 23:59:00' + timezone: UTC + place: Paris, France + date: October 2 - October 6, 2023 + start: 2023-10-02 + end: 2023-10-06 + hindex: 239 + sub: CV + note: Supplementary deadline on Mar 15, 2023. More info here. + +- title: ECML-PKDD + year: 2021 + id: ecmlpkdd2021 + link: https://2021.ecmlpkdd.org/ + deadline: '2021-04-02 23:59:59' + abstract_deadline: '2021-03-26 23:59:59' + timezone: UTC-12 + place: Bilbao, Basque Country (Spain) + date: September 13-17, 2021 + start: 2021-09-13 + end: 2021-09-17 + paperslink: https://2021.ecmlpkdd.org/?page_id=1811 + hindex: 30 + sub: ML + note: Mandatory abstract deadline on Mar 26, 2021. More info here. + +- title: InterSpeech + year: 2023 + id: interspeech23 + link: http://www.interspeech2023.org/ + deadline: '2023-03-01 23:59:59' + timezone: UTC-12 + place: Dublin, Ireland + date: August 20 - August 24, 2023 + start: 2023-08-30 + end: 2023-09-03 + hindex: 100 + sub: SP + +- title: FG + year: 2021 + id: fg2021 + link: http://iab-rubric.org/fg2021/ + deadline: '2021-04-15 23:59:00' + timezone: America/Los_Angeles + place: Jodhpur, India + date: December 15-18, 2021 + start: 2021-12-15 + end: 2021-12-18 + hindex: -1 + sub: CV + note: the 2nd round submission deadline is July 15, 2021. + +- title: RecSys + hindex: 45 + year: 2022 + id: recsys22 + link: https://recsys.acm.org/recsys22/ + deadline: '2022-05-03 23:59:59' + abstract_deadline: '2022-04-26 23:59:59' timezone: UTC-12 - date: November 3-4, 2019 - place: Hong Kong + date: September 18 - September 23, 2022 + place: Seattle, Washington, USA + sub: DM + note: 'NOTE: Mandatory abstract deadline on April 26, 2022. More info here.' + +- title: EMNLP + year: 2021 + id: emnlp21 + link: https://2021.emnlp.org/ + deadline: '2021-05-17 23:59:00' + abstract_deadline: '2021-05-10 23:59:00' + timezone: UTC-12 + place: Punta Cana, Dominican Republic + date: November 7-11, 2021 + start: 2021-11-07 + end: 2021-11-11 + hindex: 112 sub: NLP -- title: 3DV - year: 2019 - id: threedv19 - link: http://3dv19.gel.ulaval.ca/ - deadline: '2019-06-10 23:59:59' - timezone: America/New_York - date: September 16-19, 2019 - place: Quebec City, Canada +- title: CIKM + year: 2021 + id: cikm21 + link: https://cikm2021.org/ + deadline: '2021-05-26 23:59:59' + abstract_deadline: '2021-05-19 23:59:59' + timezone: UTC-12 + place: Gold Coast, Queensland, Australia + date: November 1-5, 2021 + start: 2021-11-01 + end: 2021-11-05 + hindex: 48 + sub: DM + +- title: NeurIPS + year: 2021 + id: neurips21 + link: https://neurips.cc/Conferences/2021/ + deadline: '2021-05-28 13:00:00' + abstract_deadline: '2021-05-21 13:00:00' + timezone: America/Los_Angeles + place: Online + date: December 5-14, 2021 + start: 2021-12-05 + end: 2021-12-14 + paperslink: https://proceedings.neurips.cc/paper/2021 + pwclink: https://paperswithcode.com/conference/neurips-2021-12 + hindex: 198 + sub: ML + note: Mandatory abstract deadline on May 21, 2021 + +- title: WACV + year: 2023 + id: wacv23 + link: http://wacv2023.thecvf.com/ + deadline: '2022-07-13 11:59:59' + timezone: America/Los_Angeles + place: Waikoloa, Hawaii, USA + date: January 3-7, 2023 + start: 2023-01-03 + end: 2023-01-07 + hindex: 54 sub: CV + note: Second round submission deadline on Aug. 29th 2022 + +- title: ICDM + year: 2021 + id: icdm21 + link: https://icdm2021.auckland.ac.nz + deadline: '2021-06-11 23:59:59' + timezone: America/Los_Angeles + place: Auckland, New Zealand + date: December 7-10, 2021 + start: 2021-12-07 + end: 2021-12-10 + hindex: -1 + sub: DM - title: CoRL - year: 2019 - id: corl2019 + year: 2021 + id: corl21 link: http://www.robot-learning.org - deadline: '2019-07-07 23:59:59' + deadline: '2021-06-18 23:59:00' timezone: UTC-7 - date: October 30 - November 1, 2019 - place: Osaka, Japan + place: London, UK, and virtual + date: November 8-11, 2021 + start: 2021-11-08 + end: 2021-11-11 sub: RO +- title: AKBC + year: 2021 + id: akbc21 + link: https://www.akbc.ws/2021/ + deadline: '2021-06-21 23:59:59' + timezone: UTC-12 + place: Irvine, United States + date: October 4-7, 2021 + start: 2021-10-04 + end: 2021-10-07 + paperslink: https://openreview.net/group?id=AKBC.ws/2021/Conference#all-submissions + sub: NLP + +- title: BMVC + year: 2023 + id: bmvc23 + link: https://www.bmvc2023.org + deadline: '2023-05-12 23:59:59' + timezone: UTC + place: Aberdeen, UK + date: November 20-24, 2023 + start: 2023-11-20 + end: 2023-11-24 + hindex: 75 + sub: CV + note: Workshop Submission Deadline on May 5th, 2023 + +- title: ACML + year: 2021 + id: acml21 + link: http://www.acml-conf.org/2021 + deadline: '2021-06-25 23:59:00' + timezone: UTC-7 + place: Online + date: November 17-19, 2021 + start: 2021-11-17 + end: 2021-11-19 + hindex: 17 + sub: ML + +- title: WSDM + year: 2022 + id: wsdm22 + link: https://www.wsdm-conference.org/2022/ + deadline: '2021-08-09 23:59:59' + timezone: UTC-12 + place: Phoenix, Arizona, USA + date: February 21-25, 2022 + start: 2022-02-21 + end: 2022-02-25 + hindex: 54 + sub: DM + - title: AAAI - year: 2019 - id: aaai19 - link: https://aaai.org/Conferences/AAAI-19/ - deadline: '2018-09-05 23:59:59' - timezone: UTC-10 - date: January 27 - February 1, 2019 - place: Hilton Hawaiian Village, Honolulu, Hawaii, USA + year: 2022 + id: aaai22 + link: https://aaai.org/Conferences/AAAI-22/ + deadline: '2021-09-08 23:59:59' + abstract_deadline: '2021-08-30 23:59:59' + timezone: UTC-12 + place: Vancouver, Canada + date: February 22 - March 1, 2022 + start: 2022-02-22 + end: 2022-03-01 + hindex: 95 sub: ML + note: Mandatory abstract deadline on August 30, 2021 - title: ICRA - year: 2019 - id: icra2019 - link: https://icra2019.org// - deadline: '2018-09-15 23:59:59' - timezone: UTC - date: May 20-24, 2019 - place: Montreal, Canada + year: 2023 + id: icra23 + link: https://www.icra2023.org/ + deadline: '2022-09-15 23:59:59' + timezone: America/Los_Angeles + place: ExCeL London, UK + date: May 29- June 2, 2023 + start: 2023-05-29 + end: 2023-06-02 + hindex: 94 sub: RO - title: ICLR - year: 2019 - id: iclr19 - link: http://iclr.cc/ - deadline: '2018-09-27 17:59:59' - timezone: America/New_York - date: May 6-9, 2019 - place: New Orleans, Louisiana, US + year: 2022 + id: iclr22 + link: https://iclr.cc/Conferences/2022 + deadline: '2021-10-05 17:00:00' + abstract_deadline: '2021-09-28 17:00:00' + timezone: UTC-7 + place: Online + date: April 25-29, 2022 + start: 2022-04-25 + end: 2022-04-29 + hindex: 203 sub: ML + note: Mandatory abstract deadline on September 28, 2021. More info here. -- title: AES - year: 2019 - id: aes2019 - link: http://www.aes.org/conferences/2019/immersive/ - deadline: '2018-10-01 23:59:59' - timezone: UTC - date: March 27-29, 2019 - place: York, UK +- title: ICASSP + year: 2023 + id: icassp23 + link: https://2023.ieeeicassp.org/ + deadline: '2022-10-26 23:59:59' + timezone: UTC-12 + place: Rhodes Island, Greece + date: June 4-9, 2023 + start: 2023-06-04 + end: 2023-06-09 + hindex: 110 sub: SP - title: AISTATS - year: 2019 - id: aistats19 - link: https://www.aistats.org/ - deadline: '2018-10-04 23:59:59' - timezone: America/Los_Angeles - date: April 16-18, 2019 - place: Naha, Okinawa, Japan + year: 2022 + id: aistats22 + link: https://www.aistats.org/aistats2022/ + deadline: '2021-10-15 11:59:00' + timezone: UTC + place: Valencia, Spain + date: March 30 - April 1, 2022 + start: 2022-03-30 + end: 2022-04-01 + hindex: 57 sub: ML + note: Mandatory abstract deadline on Oct 8, 2021. More info here. -- title: ICASSP - year: 2019 - id: icassp2019 - link: http://icassp2019.com/ - deadline: '2018-10-29 23:59:59' - timezone: UTC - date: May 12-17, 2019 - place: Brighton, UK - sub: SP +- title: WWW + year: 2023 + id: www23 + link: https://www2023.thewebconf.org/ + deadline: '2022-10-13 23:59:59' + abstract_deadline: '2022-10-06 23:59:59' + timezone: UTC-12 + place: Texas, USA + date: April 30 - May 4, 2022 + start: 2022-04-30 + end: 2022-05-04 + hindex: 70 + sub: DM + note: Mandatory abstract deadline on October 6, 2022 -- title: AAMAS - year: 2019 - id: aamas19 - link: http://aamas2019.encs.concordia.ca/ - deadline: '2018-11-16 23:59:59' - timezone: UTC - date: May 13-17, 2019 - place: Montreal, Canada - sub: ML +- title: ACL + year: 2022 + id: acl22 + link: https://2022.aclweb.org/ + deadline: '2021-11-15 23:59:59' + timezone: UTC-12 + place: Dublin, Ireland + date: May 22-27, 2022 + start: 2022-05-22 + end: 2022-05-27 + hindex: 157 + sub: NLP - title: CVPR - year: 2019 - id: cvpr19 - link: http://cvpr2019.thecvf.com/ - deadline: '2018-11-16 23:59:59' + year: 2023 + id: cvpr23 + link: http://cvpr2023.thecvf.com/ + deadline: '2022-11-11 23:59:59' timezone: America/Los_Angeles - date: June 16-21, 2019 - place: Long Beach, USA + place: Vancouver, Canada + date: June 17-23, 2023 + start: 2022-06-17 + end: 2022-06-23 + hindex: 389 sub: CV +- title: L4DC + year: 2022 + id: l4dc22 + link: https://l4dc.stanford.edu/ + deadline: '2021-12-07 17:00:00' + timezone: UTC-5 + place: Stanford University, CA, USA + date: June 23-24, 2022 + start: 2022-06-23 + end: 2022-06-24 + sub: ML + +- title: ICAPS + year: 2022 + id: icaps22 + link: http://icaps22.icaps-conference.org/ + deadline: '2021-12-15 23:59:59' + abstract_deadline: '2021-12-10 23:59:59' + timezone: UTC-12 + place: Singapore Management University, Singapore + date: June 19-24, 2022 + start: 2022-06-19 + end: 2022-06-24 + hindex: 27 + sub: ML + note: Mandatory abstract deadline on Dec 10, 2021. More info here. + +- title: LREC + year: 2022 + id: lrec22 + link: http://elra.info/en/lrec/lrec-2022/ + deadline: '2022-01-10 23:59:59' + timezone: Europe/Paris + place: Marseille, France + date: June 20-25, 2022 + start: 2022-06-20 + end: 2022-06-25 + hindex: 38 + sub: NLP + +- title: IJCAI-ECAI + year: 2022 + id: ijcai22 + full_name: International Joint Conference on Artificial Intelligence and European + Conference on Artificial Intelligence + link: https://ijcai-22.org/ + deadline: '2022-01-14 23:59:59' + abstract_deadline: '2022-01-07 23:59:59' + timezone: UTC+1 + place: Vienna, Austria + date: July 23-29, 2022 + start: 2022-07-23 + end: 2022-07-29 + hindex: 105 + sub: ML + +- title: FAccT + year: 2022 + id: facct22 + link: https://facctconference.org/2022/ + deadline: '2022-01-14 23:59:00' + abstract_deadline: '2021-12-15 23:59:00' + timezone: UTC-12 + place: Seoul, South Korea + date: June 21-24, 2022 + start: 2022-06-21 + end: 2022-06-24 + hindex: 44 + sub: ML + note: Mandatory abstract deadline on Dec 14, 2021. More info here. + +- title: CHIL + year: 2023 + id: chil23 + link: https://www.chilconference.org/ + deadline: '2023-02-03 23:59:59' + timezone: UTC-12 + place: Cambridge, Massachusetts, USA + date: June 22-24, 2023 + start: 2023-06-22 + end: 2023-06-24 + paperslink: https://proceedings.mlr.press/v174/ + hindex: -1 + sub: ML + - title: NAACL - year: 2019 - id: naacl19 - link: http://naacl2019.org/ - deadline: '2018-12-10 23:59:59' + year: 2022 + id: naacl22 + link: https://2022.naacl.org/ + deadline: '2022-01-15 23:59:00' timezone: UTC-12 - date: June 2-7, 2019 - place: Minneapolis, USA + place: Seattle, Washington, USA + date: July 10-15, 2022 + start: 2022-07-10 + end: 2022-07-15 + hindex: 105 sub: NLP +- title: ICWSM + year: 2022 + id: icwsm22 + link: https://www.icwsm.org/2022/index.html/ + deadline: '2022-01-15 23:59:59' + timezone: UTC-12 + place: Atlanta, Georgia AND Online + date: June 6-9, 2022 + start: 2022-06-06 + end: 2022-06-09 + sub: DM + - title: ICML - year: 2019 - id: icml19 - link: https://icml.cc/Conferences/2019 - deadline: '2019-01-23 15:59:00' - timezone: America/Los_Angeles - date: June 10-15, 2019 - place: Long Beach, USA - sub: ML - note: 'NOTE: Mandatory abstract deadline on Jan 18, 2019. More info here.' - -- title: GECCO - year: 2019 - id: gecco19 - link: https://gecco-2019.sigevo.org/index.html/tiki-index.php - deadline: '2019-01-30 23:59:59' - timezone: UTC-10 - date: July 13 - 17, 2019 - place: Prague, Czech Republic + year: 2022 + id: icml22 + link: https://icml.cc/Conferences/2022 + deadline: '2022-01-27 23:59:00' + abstract_deadline: '2022-01-20 23:59:00' + timezone: UTC-12 + place: Baltimore, Maryland USA + date: July 17-23, 2022 + start: 2022-07-17 + end: 2022-07-23 + hindex: 204 sub: ML + note: Mandatory abstract deadline on Jan 20, 2022. More info here. -- title: COLT - year: 2019 - id: colt19 - link: http://www.learningtheory.org/colt2019/ - deadline: '2019-02-01 23:00:00' - timezone: America/New_York - date: June 25-28, 2019 - place: Phoenix, AZ - sub: ML +- title: SIGIR + year: 2022 + id: sigir22 + link: https://sigir.org/sigir2022/ + deadline: '2022-01-28 23:59:00' + abstract_deadline: '2022-01-21 23:59:00' + timezone: UTC-12 + place: Madrid, Spain + date: July 11-15, 2022 + start: 2022-07-11 + end: 2022-07-15 + hindex: 66 + sub: DM + note: Mandatory abstract deadline on January 21, 2022. More info here. - title: RSS - year: 2019 - id: rss19 - link: http://www.roboticsconference.org/ - deadline: '2019-02-01 23:59:00' - timezone: America/Los_Angeles - date: June 22-26, 2019 - place: Freiburg, Germany + year: 2022 + id: rss22 + link: https://roboticsconference.org/2022 + deadline: '2022-01-28 23:59:59' + timezone: UTC-12 + place: New York City, USA + date: June 27 - July 1, 2022 + start: 2022-06-27 + end: 2022-07-01 + hindex: 50 sub: RO - title: KDD - year: 2019 - id: kdd19 - link: https://www.kdd.org/kdd2019 - deadline: '2019-02-03 23:59:59' - timezone: UTC-11 - date: August 3-7, 2019 - place: Anchorage, Alaska, USA + year: 2023 + id: kdd23 + link: https://kdd.org/kdd2023/ + deadline: '2023-02-02 23:59:59' + timezone: UTC-12 + place: Long Beach, California, USA + date: August 6-10, 2023 + start: 2023-08-06 + end: 2023-08-10 + hindex: 114 sub: DM -- title: IJCAI - year: 2019 - id: ijcai19 - link: https://www.ijcai19.org/ - deadline: '2019-02-25 23:59:59' - timezone: UTC-12 - date: August 10-16, 2019 - place: Macau, China +- title: ICIP + year: 2022 + id: icip22 + link: https://2022.ieeeicip.org + deadline: '2022-02-25 23:59:59' + timezone: UTC + place: Bordeaux, France + date: October, 16-19, 2022 + start: 2022-10-16 + end: 2022-10-19 + sub: CV + +- title: UAI + year: 2022 + id: uai22 + link: https://www.auai.org/uai2022/ + deadline: '2022-02-25 23:59:59' + timezone: UTC + place: Eindhoven, The Netherlands + date: August 1-5, 2022 + start: 2022-08-01 + end: 2022-08-05 sub: ML - note: 'NOTE: Mandatory abstract deadline on Feb 19, 2019. More info here.' - title: IROS - year: 2019 - id: iros2019 - link: https://www.iros2019.org/ - deadline: '2019-03-01 23:59:59' + year: 2022 + id: iros22 + link: https://iros2022.org/ + deadline: '2022-03-01 23:59:59' timezone: America/Los_Angeles - date: November 3-9, 2019 - place: Macau, China + place: Kyoto, Japan + date: October 23-27, 2022 + start: 2022-10-23 + end: 2022-10-27 + hindex: 73 sub: RO -- title: ACL - year: 2019 - id: acl19 - link: http://acl2019.org/ - deadline: '2019-03-04 23:59:00' +- title: AutoML-Conf + year: 2022 + id: automl-conf22 + link: https://automl.cc/ + deadline: '2022-03-03 23:59:00' + abstract_deadline: '2022-02-24 23:59:00' timezone: UTC-12 - date: July 28-August 2, 2019 - place: Florence, Italy - sub: NLP + place: Baltimore, US + date: July 25-27, 2022 + start: 2022-07-25 + end: 2022-07-27 + hindex: 0 + sub: ML + note: Conference replacing the AutoML workshops @ ICML as they were extremely successful. + First edition. -- title: UAI - year: 2019 - id: uai19 - link: http://auai.org/uai2019/ - deadline: '2019-03-08 23:59:59' - timezone: UTC-11 - date: July 22-26, 2019 +- title: CoLLAs + year: 2022 + id: collas22 + link: https://lifelong-ml.cc + deadline: '2022-03-04 23:59:59' + abstract_deadline: '2022-03-01 23:59:59' + timezone: UTC-12 + place: Online + date: August 29-31, 2022 + start: 2022-08-29 + end: 2022-08-31 + sub: ML + +- title: ECCV + year: 2022 + id: eccv22 + link: https://eccv2022.ecva.net/ + deadline: '2022-03-07 21:59:00' + timezone: CET place: Tel Aviv, Israel + date: October 24-28, 2022 + start: 2022-10-24 + end: 2022-10-28 + hindex: 197 + sub: CV + +- title: RO-MAN + year: 2022 + id: ro-man22 + link: http://www.ro-man2022.org/ + deadline: '2022-03-15 23:59:59' + timezone: UTC+1 + place: Naples, Italy + date: August 29 - September 2, 2022 + start: 2022-08-29 + end: 2022-09-02 + hindex: 29 + sub: RO + note: Workshop and Tutorial deadline on February 7, 2022 + +- title: InterSpeech + year: 2022 + id: interspeech22 + link: http://www.interspeech2022.org/ + deadline: '2022-03-21 23:59:59' + timezone: Asia/Seoul + place: Incheon, South Korea + date: September, 18-22, 2022 + start: 2022-09-18 + end: 2022-09-22 + hindex: 100 + sub: SP + +- title: ECML/PKDD + year: 2022 + id: ecmlpkdd22 # title as lower case + last two digits of year + full_name: European Conference on Machine Learning and Principles and Practice of Knowledge Discovery in Databases # full conference name + link: https://2022.ecmlpkdd.org/ + deadline: '2022-04-06 23:59:59' + abstract_deadline: '2022-03-30 23:59:59' + timezone: UTC-12 + place: Grenoble, France + date: September, 19-23, 2022 + start: 2022-09-19 + end: 2022-09-23 + sub: SP + note: Check the conference website for workshop and demo deadlines + +- title: ISMIS + hindex: 9 + year: 2022 + id: ismis22 + link: https://ismis2022.icar.cnr.it/ + deadline: '2022-06-16 23:59:59' + timezone: UTC-12 + date: October, 03-05, 2022 + place: Cosenza, Italy + sub: DM + note: 'NOTE: Industry Session Deadline: 16 June 2022' + +- title: SIGGRAPH Asia + year: 2022 + id: siggraphasia22 # title as lower case + last two digits of year + full_name: SIGGRAPH ASIA 2022 # full conference name + link: https://sa2022.siggraph.org/ + deadline: 2022-05-20 23:59 + abstract_deadline: 2022-05-19 23:59 + timezone: UTC-12 + place: Daegu, South Korea + date: December, 6-9, 2022 + sub: CG + note: + +- title: evoMUSART + year: 2023 + id: evomusart23 + full_name: 12th International Conference on Artificial Intelligence in Music, Sound, Art and Design + link: https://www.evostar.org/2023/evomusart/ + deadline: 2022-11-01 23:59 + abstract_deadline: 2022-11-01 23:59 + timezone: UTC-12 + place: Brno, Czech Republic + date: April, 12-14, 2023 + start: 2023-04-12 + end: 2023-04-14 + paperslink: https://evomusart-index.dei.uc.pt/ + hindex: 12 + sub: CG + note: part of evostar 2023 + +- title: LOG + year: 2022 + id: log22 + full_name: Learning on Graphs Conference + link: https://logconference.org/ + deadline: 2022-09-16 23:59 + abstract_deadline: 2022-09-09 23:59 + timezone: UTC-12 + place: Online + date: December, 09-12, 2022 + start: 2022-12-09 + end: 2022-12-12 + sub: ML + note: This is the inaugural event of a conference dedicated to Graph Machine Learning + + +- title: AI4science NASSMA 2022 + year: 2022 + id: AI4science22 # title as lower case + last two digits of year + full_name: AI for science, NASSMA workshop # full conference name + link: ai4science.nassma.ai + deadline: 2022-10-15 00:00 + abstract_deadline: 2022-10-15 00:00 + timezone: GMT + place: Rabat, Morocco + date: December, 12-16, 2022 + start: 2022-12-12 + end: 2022-12-16 + sub: ML + note: The workshop is a collaboration between NASSMA organisation, Deepmind and UM6P. NASSMA is an NGO working toward the promotion of STEM and AI education and research in MENA region. + +- title: SIGGRAPH + year: 2023 + id: siggraph23 + link: https://s2023.siggraph.org/ + deadline: '2023-01-24 22:00:00' + abstract_deadline: '2022-01-25 22:00:00' + timezone: GMT + place: Los Angeles, USA + date: August 6-10, 2022 + start: 2023-08-06 + end: 2023-08-10 + sub: CG + note: Mandatory abstract deadline on Jan 24, 2022. More info here. + + +- title: ICDM + year: 2023 + id: icdm23 + link: https://www.cloud-conf.net/icdm2023/ + deadline: '2023-07-01 23:59:00' + abstract_deadline: '2023-07-01 23:59:00' + timezone: Asia/Shanghai + place: Shanghai, China + date: December 1-4, 2023 + start: 2023-12-01 + end: 2023-12-04 + sub: DM + note: + +- title: ECML/PKDD + year: 2023 + id: ecmlpkdd23 # title as lower case + last two digits of year + full_name: European Conference on Machine Learning and Principles and Practice of Knowledge Discovery in Databases # full conference name + link: https://2023.ecmlpkdd.org/ + deadline: '2023-04-02 23:59:59' + abstract_deadline: '2023-03-26 23:59:59' + timezone: UTC-12 + place: Torino, Italy + date: September, 18-22, 2023 + start: 2023-09-18 + end: 2023-09-22 + sub: SP + note: Check the conference website for workshop and demo deadlines + +- title: ISWC + year: 2023 + id: iswc23 # title as lower case + last two digits of year + full_name: International Semantic Web Conference # full conference name + link: https://iswc2023.semanticweb.org/ + deadline: '2023-05-09 23:59:59' + abstract_deadline: '2023-05-02 23:59:59' + timezone: UTC-12 + place: Athens, Greece + date: November, 06-10, 2023 + start: 2023-11-06 + end: 2023-11-10 + sub: KR + note: Check the conference website for workshop and demo deadlines + +- title: CIKM + year: 2023 + id: cikm23 # title as lower case + last two digits of year + full_name: International Conference on Information and Knowledge Managements # full conference name + link: https://cikm2023.github.io/ + deadline: '2023-06-02 23:59:59' + abstract_deadline: '2023-05-26 23:59:59' + timezone: UTC-12 + place: Birmingham, UK + date: October, 23-25, 2023 + start: 2023-10-23 + end: 2023-10-25 + sub: KR + note: Check the conference website for workshop and demo deadlines + +- title: AI World Barcelona + year: 2023 + id: aiworldbarcelona23 # title as lower case + last two digits of year + full_name: AI World Barcelona - Generative AI Conference # full conference name + link: https://ai-world-barcelona.com + deadline: '2023-06-07 23:59:59' + timezone: Europe/Madrid + place: Barcelona, Spain + date: September, 7-8, 2023 + start: 2023-09-07 + end: 2023-09-08 + sub: NLP + note: Explore cutting-edge AI topics like ChatGPT, AutoGPT, DALL-E, Midjourney and more at AI World Barcelona — the world's largest generative AI conference. + +- title: SPECOM + year: 2024 + id: specom24 # title as lower case + last two digits of year + full_name: International Conference on Speech and Computer # full conference name + link: https://specom2024.ftn.uns.ac.rs + deadline: '2024-07-01 23:59:59' + timezone: Europe/Belgrade + place: Belgrade, Serbia + date: November, 25-28, 2024 + start: 2024-11-25 + end: 2024-11-28 + sub: SP + note: Check the conference website for workshop and demo deadlines. + +- title: MIPR + year: 2024 + id: mipr24 # title as lower case + last two digits of year + full_name: International Conference on Multimedia Information Processing and Retrieval # full conference name + link: https://sites.google.com/view/mipr2024 + deadline: '2024-04-15 23:59:59' + timezone: UTC-7 + place: San Jose, USA + date: August, 07-09, 2024 + start: 2024-08-07 + end: 2024-08-09 + sub: ML + note: Check the conference website for paper review available and notification of acceptance date. + +- title: AIware + year: 2024 + id: aiware24 # title as lower case + last two digits of year + full_name: ACM International Conference on AIware # full conference name + link: https://2024.aiwareconf.org/# + deadline: '2024-03-29 23:59:59' + timezone: UTC-3 + place: Porto de Galinhas, Brazil + date: July, 15-16, 2024 + start: 2024-07-15 + end: 2024-07-16 sub: ML - note: 'NOTE: Mandatory abstract deadline on March 04, 2019. More info here.' \ No newline at end of file + note: Check the conference website for details the Challenge Track, Industry Statements and Demo Track, and Late Breaking Arxiv Track. + +- title: AutoML + year: 2024 + id: automl24 # title as lower case + last two digits of year + full_name: International Conference on Automated Machine Learning # full conference name + link: https://2024.automl.cc/ + deadline: '2024-02-29 23:59:59' + abstract_deadline: '2024-02-26 23:59:59' + timezone: UTC-12 + place: Paris, France + date: September, 09-12, 2024 + start: 2024-09-09 + end: 2024-09-12 + sub: ML + note: Check the conference website for tutorials, contributions to the journal track and workshop deadlines + diff --git a/_data/types.yml b/_data/types.yml index 7fd8ef6658c..8dcb6b0655a 100644 --- a/_data/types.yml +++ b/_data/types.yml @@ -1,13 +1,31 @@ --- - name: Machine Learning sub: ML + color: "#ffd300" - name: Computer Vision sub: CV + color: "#deff0a" +- name: Computer Graphics + sub: CG + color: "#0aefff" - name: Natural Language Proc sub: NLP + color: "#147df5" - name: Robotics sub: RO + color: "#0aff99" - name: Speech/SigProc sub: SP + color: "#580aff" - name: Data Mining sub: DM + color: "#be0aff" +- name: Automated Planning + sub: AP + color: "#a432a8" +- name: Knowledge Representation + sub: KR + color: "#32a855" +- name: Human-Computer Interaction + sub: HCI + color: "#a83232" diff --git a/_includes/calendar.js b/_includes/calendar.js new file mode 100644 index 00000000000..cd8ced71525 --- /dev/null +++ b/_includes/calendar.js @@ -0,0 +1,149 @@ + + // calendar data template + var calendar_data = { + clickDay: function (e) { + if (e.events.length > 0) { + for (var i in e.events) { + window.open("{{site.baseurl}}/conference?id=" + e.events[i].abbreviation, "_self") + } + } + }, + mouseOnDay: function (e) { + if (e.events.length > 0) { + var content = ""; + + for (var i in e.events) { + var headline_color = ""; + var break_html = '
'; + + var location_html = ' ' + e.events[i].location; + var date_html = ' ' + e.events[i].date; + + var badges_html = ""; + var subs = e.events[i].subject.split(','); + for (let i = 0; i < subs.length; i++) { + var sub = subs[i].replace(" ", ""); + badges_html += '' + sub + '' + } + if (e.events[i].hindex != "") { + badges_html += '' + e.events[i].hindex + '' + } + + if (i == e.events.length - 1) { + break_html = ''; + } + + + if (e.events[i].id.endsWith("deadline")) { + headline_color = 'deadline-text'; + } else { + } + content += + '
' + + '
' + + '' + e.events[i].name + '' + + '
' + + '
' + + location_html + + '
' + + date_html + + '
' + + badges_html + + '
' + + break_html + + '
'; + } + + $(e.element).popover({ + trigger: "manual", + container: "body", + html: true, + content: content, + }); + + $(e.element).popover("show"); + } + }, + mouseOutDay: function (e) { + if (e.events.length > 0) { + $(e.element).popover("hide"); + } + }, + customDayRenderer: function (cellContent, currentDate) { + var today = new Date(); + // render today + if (today.getFullYear() === currentDate.getFullYear() && today.getMonth() === currentDate.getMonth() && today.getDate() === currentDate.getDate()) { + cellContent.style = "background-color: gray;"; + } + }, + dayContextMenu: function (e) { + $(e.element).popover("hide"); + }, + dataSource: conf_list_all + } +function load_conference_list() { + // Gather data + var conf_list_all = []; + {% for conf in site.data.conferences %} + // add deadlines in red + conf_list_all.push({ + id: "{{conf.id}}-deadline", + abbreviation: "{{conf.id}}", + name: "{{conf.title}} {{conf.year}}", + color: "red", + location: "{{conf.place}}", + date: "{{conf.date}}", + hindex: "{{conf.hindex}}", + subject: "{{conf.sub}}", + startDate: Date.parse("{{conf.deadline}}"), + endDate: Date.parse("{{conf.deadline}}"), + }); + + // add Conferences in chosen color + {% if conf.start != "" %} + var color = "black"; + {% assign conf_sub = conf.sub | split: ',' | first | strip %} // use first sub to choose color + {% for type in site.data.types %} + {% if conf_sub == type.sub %} + color = "{{type.color}}"; + {% endif %} + {% endfor %} + conf_list_all.push({ + id: "{{conf.id}}-conference", + abbreviation: "{{conf.id}}", + name: "{{conf.title}} {{conf.year}}", + color: color, + location: "{{conf.place}}", + date: "{{conf.date}}", + hindex: "{{conf.hindex}}", + subject: "{{conf.sub}}", + startDate: Date.parse("{{conf.start}}"), + endDate: Date.parse("{{conf.end}}"), + }); + {% endif %} + {% endfor %} + + return conf_list_all; +} + +function update_filtering(data) { + store.set('{{site.domain}}-subs', data.subs); + + conf_list = conf_list_all.filter(v => { + var commonValues = data.subs.filter(function (value) { + return v.subject.indexOf(value) > -1; + }); + var subject_match = commonValues.length > 0; + return subject_match; + }); + + // rerender calendar + calendar_data['dataSource'] = conf_list; // need to update only this + calendar = new Calendar("#calendar-page", calendar_data); + + if (subs.length == 0) { + window.history.pushState('', '', page_url); + } else { + window.history.pushState('', '', page_url + '/?sub=' + data.subs.join()); + } +} \ No newline at end of file diff --git a/_includes/footer.html b/_includes/footer.html new file mode 100644 index 00000000000..1c8d9b20a01 --- /dev/null +++ b/_includes/footer.html @@ -0,0 +1,20 @@ +
+
+ {{ site.domain }} + was built and maintained from 2016-2021 by + abhshkdz. It is now run by + Papers With Code.
+
+
+
+
+ +
+
diff --git a/_includes/google_analytics.js b/_includes/google_analytics.js new file mode 100644 index 00000000000..957cc22e64d --- /dev/null +++ b/_includes/google_analytics.js @@ -0,0 +1,21 @@ +(function (i, s, o, g, r, a, m) { + i["GoogleAnalyticsObject"] = r; + (i[r] = + i[r] || + function () { + (i[r].q = i[r].q || []).push(arguments); + }), + (i[r].l = 1 * new Date()); + (a = s.createElement(o)), (m = s.getElementsByTagName(o)[0]); + a.async = 1; + a.src = g; + m.parentNode.insertBefore(a, m); +})( + window, + document, + "script", + "https://www.google-analytics.com/analytics.js", + "ga" +); +ga("create", "{{ site.ga_id }}", "auto"); +ga("send", "pageview"); diff --git a/_includes/handle_url_retrieval.js b/_includes/handle_url_retrieval.js new file mode 100644 index 00000000000..d55bbba8ce7 --- /dev/null +++ b/_includes/handle_url_retrieval.js @@ -0,0 +1,15 @@ +// Get subjects from URL/Cache +var url = new URL(window.location); +subs = url.searchParams.get("sub"); +if (subs == undefined) { + subs = store.get("{{site.domain}}-subs"); +} else { + subs = subs.toUpperCase().split(","); +} + +// Apply selections +if (subs == undefined) { + subs = all_subs; +} +$("#subject-select").multiselect("select", subs); +update_filtering({ subs: subs, all_subs: all_subs }); diff --git a/_includes/head.html b/_includes/head.html new file mode 100644 index 00000000000..48535f07213 --- /dev/null +++ b/_includes/head.html @@ -0,0 +1,25 @@ + + + + +{{ site.title }} + + + + + + + + + + + + + + + + + + + + diff --git a/_includes/header.html b/_includes/header.html new file mode 100644 index 00000000000..5020ef3770d --- /dev/null +++ b/_includes/header.html @@ -0,0 +1,43 @@ + \ No newline at end of file diff --git a/_includes/load_data.js b/_includes/load_data.js new file mode 100644 index 00000000000..80fc1a08f9c --- /dev/null +++ b/_includes/load_data.js @@ -0,0 +1,13 @@ + +var subs = []; +var _all_subs = []; +// Get all subs +var conf_type_data = {{ site.data.types | jsonify}}; +var sub2name = {}; var name2sub = {}; +for (var i = 0; i < conf_type_data.length; i++) { + _all_subs[i] = conf_type_data[i]['sub']; + sub2name[conf_type_data[i]['sub']] = conf_type_data[i]['name']; + name2sub[conf_type_data[i]['name']] = conf_type_data[i]['sub']; +} +const all_subs = _all_subs; + diff --git a/_includes/multiselect_handler.js b/_includes/multiselect_handler.js new file mode 100644 index 00000000000..da2f1a09853 --- /dev/null +++ b/_includes/multiselect_handler.js @@ -0,0 +1,45 @@ +// Multi-select handler +$("#subject-select").multiselect({ + includeSelectAllOption: true, + numberDisplayed: 5, + onChange: function (option, checked, select) { + var csub = $(option).val(); + if (checked == true) { + if (subs.indexOf(csub) < 0) subs.push(csub); + } else { + var idx = subs.indexOf(csub); + if (idx >= 0) subs.splice(idx, 1); + // In case a conf with multiple types (including this type) is wrongly hid, show all confs with at least one checked type. + for (var i = 0; i < subs.length; i++) { + // $('.' + subs[i] + '-conf').show(); + } + } + update_filtering({ subs: subs, all_subs: all_subs }); + }, + onSelectAll: function (options) { + subs = all_subs; + update_filtering({ subs: subs, all_subs: all_subs }); + }, + onDeselectAll: function (options) { + subs = []; + update_filtering({ subs: subs, all_subs: all_subs }); + }, + buttonText: function (options, select) { + if (options.length === 0) { + return "None selected"; + } else { + var labels = []; + options.each(function () { + if ($(this).attr("value") !== undefined) { + labels.push($(this).attr("value")); + } else { + labels.push($(this).html()); + } + }); + return labels.join(", ") + ""; + } + }, + buttonTitle: function (options, select) { + return ""; + }, +}); diff --git a/_includes/utils.js b/_includes/utils.js new file mode 100644 index 00000000000..952b7c84c3a --- /dev/null +++ b/_includes/utils.js @@ -0,0 +1,56 @@ +// Borrowed from https://github.com/moment/moment-timezone/issues/167 +// Adds support for time zones 'UTC-12'..'UTC+12' +function addUtcTimeZones() { + // Moment.js uses the IANA timezone database, which supports generic time zones like 'Etc/GMT+1'. + // However, the signs for these time zones are inverted compared to ISO 8601. + // For more details, see https://github.com/moment/moment-timezone/issues/167 + for (let offset = -12; offset <= 12; offset++) { + const posixSign = offset <= 0 ? "+" : "-"; + const isoSign = offset >= 0 ? "+" : "-"; + const link = `Etc/GMT${posixSign}${Math.abs( + offset + )}|UTC${isoSign}${Math.abs(offset)}`; + moment.tz.link(link); + } +} + +function update_filtering(data) { + var page_url = "{{site.baseurl}}"; + store.set("{{site.domain}}-subs", data.subs); + + $(".confItem").hide(); + for (const j in data.all_subs) { + const s = data.all_subs[j]; + const identifier = "." + s + "-conf"; + if (data.subs.includes(s)) { + $(identifier).show(); + } + } + + if (subs.length == 0) { + window.history.pushState("", "", page_url); + } else { + window.history.pushState("", "", page_url + "/?sub=" + data.subs.join()); + } +} + +function createCalendarFromObject(data) { + return createCalendar({ + options: { + class: "calendar-obj", + + // You can pass an ID. If you don't, one will be generated for you + id: data.id, + }, + data: { + // Event title + title: data.title, + + // Event start date + start: data.date, + + // Event duration + duration: 60, + }, + }); +} diff --git a/_layouts/calendar.ics b/_layouts/calendar.ics index 6fa7d12f731..800b9056d73 100644 --- a/_layouts/calendar.ics +++ b/_layouts/calendar.ics @@ -4,12 +4,28 @@ VERSION:2.0 PRODID:-//{{ site.domain }}//ai-deadlines//EN X-PUBLISHED-TTL:PT1H {%- for conf in site.data.conferences -%} -{% if conf.deadline != "TBA" %} +{% if conf.abstract_deadline and conf.abstract_deadline != "TBA" %} BEGIN:VEVENT +SUMMARY:{{ conf.title }} {{ conf.year }} abstract deadline +UID:{{ conf.id }}-abstract {% if conf.timezone contains "UTC" %} {% assign tz = conf.timezone | split: "UTC" %} {% if tz[1] contains "-" %} {% assign tz = tz[1] | replace: "-", "+" %} {% else if tz[1] contains "+" %} {% assign tz = tz[1] | replace: "+", "-" %} {% else assign tz = tz[1] %} {% endif %} +ORGANIZER:aideadlin.es +DTSTAMP:{{ site.time | date: "%Y%m%dT%H%M%SZ" }} +DTSTART;TZID=Etc/GMT{{ tz }}:{{ conf.abstract_deadline | date: "%Y%m%dT%H%M%S" }} +{% else %} +ORGANIZER:aideadlin.es +DTSTAMP:{{ site.time | date: "%Y%m%dT%H%M%SZ" }} +DTSTART;TZID={{ conf.timezone }}:{{ conf.abstract_deadline | date: "%Y%m%dT%H%M%S" }} +{% endif %}END:VEVENT{% endif %} +{% if conf.deadline != "TBA" %}BEGIN:VEVENT SUMMARY:{{ conf.title }} {{ conf.year }} deadline -UID:{{ conf.id }} +UID:{{ conf.id }} {% if conf.timezone contains "UTC" %} {% assign tz = conf.timezone | split: "UTC" %} {% if tz[1] contains "-" %} {% assign tz = tz[1] | replace: "-", "+" %} {% else if tz[1] contains "+" %} {% assign tz = tz[1] | replace: "+", "-" %} {% else assign tz = tz[1] %} {% endif %} +ORGANIZER:aideadlin.es +DTSTAMP:{{ site.time | date: "%Y%m%dT%H%M%SZ" }} +DTSTART;TZID=Etc/GMT{{ tz }}:{{ conf.deadline | date: "%Y%m%dT%H%M%S" }} +{% else %} +ORGANIZER:aideadlin.es +DTSTAMP:{{ site.time | date: "%Y%m%dT%H%M%SZ" }} DTSTART;TZID={{ conf.timezone }}:{{ conf.deadline | date: "%Y%m%dT%H%M%S" }} -END:VEVENT +{% endif %}END:VEVENT {% endif %} -{%- endfor -%} -END:VCALENDAR +{%- endfor -%}END:VCALENDAR diff --git a/_layouts/home.html b/_layouts/home.html deleted file mode 100644 index efb69072b5f..00000000000 --- a/_layouts/home.html +++ /dev/null @@ -1,263 +0,0 @@ - - - - - - - {{ site.title }} - - - - - - - - - - - - - - -
-
- - {% for conf in site.data.conferences %} -
- -
-
-
- {{conf.date}}. - - {{conf.place}}. - -
- {% if conf.note %} -
- {{conf.note}} -
- {% endif %} -
-
-
-
Deadline: - -
-
-
-
-
-
-
- -
-
-
-
- {% endfor %} - -

-
- - - diff --git a/_pages/conference.html b/_pages/conference.html index 5c499868d83..379c57912d3 100644 --- a/_pages/conference.html +++ b/_pages/conference.html @@ -4,111 +4,173 @@ - - - - - {{ site.title }} - - - - - - - - - - - - + {% include head.html %} -
+ {% include header.html %}
-