Countdown timers to keep track of conference deadlines around the interests of Electronics & Drives.
This is a fork of ai-deadlines, all credit goes to them.
To add or update a deadline:
- E&D members clone the repository, others 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.
- Optionally add a
note
andabstract_deadline
in case the conference has a separate mandatory abstract deadline - Optionally add
hindex
(refers to h5-index from here) - Example:
- title: EDAC year: 2026 id: edac26 # title as lower case + last two digits of year full_name: Best EDA Conference # full conference name link: link-to-website.com deadline: YYYY-MM-DD HH:SS abstract_deadline: YYYY-MM-DD HH:SS timezone: UTC+1 place: Munich, Germany date: September, 18-22, 2026 # In plain text start: YYYY-MM-DD end: YYYY-MM-DD paperslink: link-to-full-paper-list.com hindex: 13 sub: EDA note: Call for papers, etc.
- E&D members just push, others send a pull request
Refer to GitHub Pages Guide
$ bundle install
$ bundle exec jekyll build
$ bundle exec jekyll serve
- Multiple
sub
causes black color in calendar original PR - No Notification Date (yet)