Skip to content

blockchain-deadlines/blockchain-deadlines.github.io

Repository files navigation

Blockchain Deadlines

Deadline countdowns for high-quality academic venues relevant to blockchain.

Forked from aideadlin.es originally developed by abhshkdz.

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. Anywhere-on-earth usually refers to Etc/GMT+12.
    • If there are multiple deadlines (e.g., for abstract and submission), use the first deadline as deadline.
  • Optionally add a note (e.g., for submission deadline, if the first deadline is for abstracts only; or submission cycle)
  • Optionally add hindex (refers to h5-index from here)
  • Example:
    - title: BestConf
      year: 2022
      id: bestconf22b  # title as lower case + last two digits of year [+ optional: cycle]
      full_name: Best Conference for Anything  # full conference name
      link: link-to-website.com
      deadline: YYYY-MM-DD HH:SS
      timezone: Etc/GMT+12
      note: Fall cycle. Deadline for abstract registration. Paper deadline YYYY-MM-DD AoE.
      sub: BC
      place: Incheon, South Korea
      date: September, 18-22, 2022
      start: YYYY-MM-DD
      end: YYYY-MM-DD
  • Send a pull request

License

This project is licensed under MIT.

It uses: