Skip to content

⏰ Computer Architecture and Security Conference Deadline Countdowns (Based on AI Deadlines)

License

Notifications You must be signed in to change notification settings

hoseinyavarzadeh/archsec-deadlines

 
 

Repository files navigation

Computer Architecture and Security Conference Deadlines

Countdown timers to keep track of a bunch of arch/sec 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
      pwclink: link-to-papers-with-code.com
      hindex: 100.0
      sub: SP
      note: Important
  • Send a pull request

License

This project is licensed under [MIT][1].

It uses:

Credit

This repo is based on AI Deadlines: https://github.com/paperswithcode/ai-deadlines Shoutout to "Joachim Matthias Neu" for developing the ChatGPT_updater code!

About

⏰ Computer Architecture and Security Conference Deadline Countdowns (Based on AI Deadlines)

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 59.2%
  • HTML 18.6%
  • Python 15.3%
  • Ruby 3.9%
  • CSS 3.0%