/python-deadlines

:alarm_clock: Python conference deadline countdowns

Primary LanguageJavaScriptMIT LicenseMIT

Python Deadlines pages-build-deployment

Countdown timers to keep track of a bunch of Python 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, cfp, timezone, date, place, sub attributes
  • Optionally add a note
  • Example:
    - title: BestConf                          # Title of conference without year
      year: 2022                               # Year
      id: bestconf22                           # title as lower case + last two digits of year
      full_name: Best Conference for Anything  # Full conference name (Optional)
      link: link-to-website.com                # URL to conference
      cfp: 'YYYY-MM-DD HH:mm:ss'               # Deadline for Call for Participation / Proposals
      workshop_deadline: 'YYYY-MM-DD HH:mm:ss' # Workshop deadline if different from cfp (Optional)
      tutorial_deadline: 'YYYY-MM-DD HH:mm:ss' # Tutorial deadline if different from cfp (Optional)
      timezone: Asia/Seoul                     # Standard IANA Timezones (Omit for AoE)
      place: Incheon, South Korea              # City, Country
      date: September, 18-22, 2022             # Nicely written dates of conference
      start: YYYY-MM-DD                        # Start date of conference for calendar
      end: YYYY-MM-DD                          # End date of conference for calendar
      sub: PY                                  # Type of conference (see or add _data/types.yml)
      note: Important                          # In case there are extra notes about the conference (Optional)
  • Send a pull request

Forks & other useful listings

License

This project is licensed under MIT.

It uses: