Skip to content

hcorinna/fair-deadlines

 
 

Repository files navigation

Fair Deadlines

Countdown timers to keep track of a bunch of fair-ML / AI ethics / computational social science conference deadlines.

Contributing

Contributions are very welcome!

To add or update a deadline:

  • Fork the repository
  • Update _data/conferences.yml
  • If it is a conference (): Make sure it has the title (abbreviation), year, id, name (full name), link, deadline, timezone, date, start, place, sub, cat: conference attributes
    • See available timezone strings here.
    • In case the conference is not happening online, add the flag attribute. Use the flag unicode, which you can for example find here.
  • If it is a special issue: Make sure it has the title, year (only used for calendar entry), id, name (journal name), link, deadline, timezone, start (same as deadline), sub, cat: specialissue attributes
  • Optionally add a note and abstract_deadline in case the conference has a separate mandatory abstract deadline
  • Send a pull request

Local setup

Assuming you have Ruby and Bundler installed on your system (hint: for ease of managing ruby gems, consider using rbenv), do the following:

$ cd <your-repo-name>
$ bundle install
$ bundle exec jekyll serve

Origin

This is a fork of aideadlin.es by @abhshkdz

Forks & other useful listings

License

MIT

About

⏰ Fair-ML / AI ethics / computational social science conference deadline countdowns

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 68.0%
  • Ruby 14.4%
  • Python 10.8%
  • CSS 6.8%