Skip to content

joshuagl/cer-deadlines

 
 

Repository files navigation

CER Deadlines

Countdown timers to keep track of Computing Education Research (CER) conference deadlines.

Contributing

Contributions are very welcome!

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.
  • 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: 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
      hindex: 100.0
      sub: SP
      note: Important
  • Send a pull request

Forking awesome

This project is a fork of aideadlines, originally created by Abhishek Das and now maintained by Papers with Code.

Other forks of aideadlines (and other useful listings)

License

This project is licensed under MIT.

It uses:

Test locally

bundle install
bundle exec jekyll serve --livereload --incremental

About

Computing Education Research (CER) conference deadline countdowns

Resources

License

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 66.3%
  • HTML 22.7%
  • Ruby 4.4%
  • Python 3.3%
  • CSS 3.3%