electronics-and-drives / conference-deadlines

Deadlines for Conferences which are relevant to the research topics of E&D

Home Page:https://electronics-and-drives.github.io/conference-deadlines/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Conference Deadlines

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.

Contributing

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 and abstract_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

Test Locally

Refer to GitHub Pages Guide

$ bundle install
$ bundle exec jekyll build
$ bundle exec jekyll serve

Known Issues

  • Multiple sub causes black color in calendar original PR
  • No Notification Date (yet)

About

Deadlines for Conferences which are relevant to the research topics of E&D

https://electronics-and-drives.github.io/conference-deadlines/

License:MIT License


Languages

Language:JavaScript 67.5%Language:HTML 21.3%Language:Ruby 4.5%Language:CSS 3.4%Language:Python 3.3%