https://jrcstu.github.io/academic_countdown/
- Open or Create the JSON File: data/data.json
- Click in edit:
- Insert a new instance, for example:
{ "venue": "ECAI", "venue_long": "European Conference on Artificial Intelligence", "area": "Artificial Intelligence", "link": "http://ecai2020.eu/", "location": "Santiago de Compostela, Spain", "abstract_deadline": "4/19/2024 23:59 UTC-12", "deadline": "4/25/2024 23:59 UTC-12", "notification": "07/04/2024", "camera_ready": "08/26/2024", "conference_dates": { "start": "10/19/2024", "end": "10/24/2024" } }
-
The mandatory parameters are venue, area, and abstract_deadline.
-
Update Optional Parameters (if needed):
- You can also include optional parameters such as venue_long, link, location, deadline, notification, camera_ready, and conference_dates.
-
Date Format:
Ensure that the date and time values follow the specified format: month/day/year hour UTC. For example, "abstract_deadline": "4/19/2024 23:59 UTC-12".
-
- Commit the change:
After that the web page will be updated automatically, please wait 30 sec or 1 minute to see the page updated.