This repository proposes a tool that generates Gantt chart from a google spreadsheet containing key information about upcoming NLP-related conferences.
This tool allows to visualize either the conferences dates or the associated deadlines (paper submission deadline and notification of acceptance). The user can choose the year to visualize, depending on data availability. Conferences or durations between deadlines are displayed using a specific color code that corresponds to conference ranks according to CORE2023 ranking.
Fig. 1 - User interface
First, clone this repo and get inside it:
git clone https://github.com/B-Gendron/nlp-conferences.git
cd nlp-conferences
bash deadlines.sh
bash confs.sh
After executing one of the scripts above, the HTML output will be displayed on your navigator if you have one currently opened. Anyway, it is saved in the outputs
directory of the repo.