Git Product home page Git Product logo

sec-deadlines.github.io's Introduction

Security and Privacy deadlines countdown

Based on ai-deadlines by @abshkdz

Adding/updating a conference

  • Read the data format description below. Note that the timezone format sign is inverted (e.g., UTC+7 is written as Etc/GMT-7). It's not a bug. I hate this format too. I'd be happy to move to a different timezone JavaScript library that uses a friendlier format, but I don't have time for that.
  • Update _data/conferences.yml. You can do that on GitHub or locally after forking the repo.
  • Send a pull request

Conference entry record

Example record:

- name: Euro S&P
  description: IEEE European Symposium on Security and Privacy
  year: 2018
  link: http://www.ieee-security.org/TC/EuroSP2018/
  deadline: "2017-08-15 23:59"
  date: April 24-26
  place: London, UK
  tags: [SEC, PRIV]

Descriptions of the fields:

Field name Description
name* Short conference name, without year
year* Year the conference is happening
description Description, or long name
comment Additional comments, e.g., co-located conference, rolling deadline
link* URL to the conference home page
deadline* A list of deadlines. (Gory details below)
timezone Timezone in tz format. By default is UTC-12 (AoE)
date When the conference is happening
place Where the conference is happening
tags One or multiple tags: SEC, PRIV, or CRYPTO (topic); CONF or SHOP (venue)

Fields marked with asterisk (*) are required.

Deadline format

The deadline field can contain:

  1. The simplest option: a date and time in ISO format. Example: ["2017-08-19 23:59"] (Note that you need to wrap even a single deadline in a list).
  2. If a deadline is rolling, you can use a template date, just substitute the year with %y and the year before the conference with %Y. Example: ["%y-01-15 23:59"] means there is a deadline on the 15th January in the same year as the conference.
  3. A list of (1) or (2). Example of two rolling deadlines, with one in the end of October in the year prior to the conference year, and the second in the end of February in the same year as the conference:
- "%Y-10-31 23:59"
- "%y-02-28 23:59"

On the page, all deadlines are displayed in viewer's local time (that's a feature).

Note: If the deadline hour is {h}:00, it will be automatically translated into {h-1}:59:59 to avoid pain and confusion when it happens to be midnight in local time.

Timezones

The timezone is specified in tz format. Unlike abbreviations (e.g. EST), these are un-ambiguous. Here are tz codes for some common timezones:

Common name tz
UTC Etc/UTC
America Pacific Time America/Los_Angeles
Pacific Standard Time (UTC-8) Etc/GMT+8 (Yes, the sign is inverted for some weird reason)
America Eastern Time America/New_York
Eastern Standard Time (UTC-5) Etc/GMT+5
American Samoa Time (UTC-11) Pacific/Samoa or Etc/GMT+11. This timezone does not use DST.
Aleutian Islands America/Adak

sec-deadlines.github.io's People

Contributors

alireza12t avatar asomayaji avatar bogdan-kulynych avatar brighent avatar brosds avatar clementfung avatar ehsankhodayar avatar enrico204 avatar f0rki avatar fbpierazzi avatar gannimo avatar gulmezmerve avatar hadipourh avatar jwillbold avatar kaihuaqin avatar m-vasiloma avatar malexmave avatar mello29 avatar mu00d8 avatar namnatulco avatar netbender avatar otan2 avatar palmaway avatar pedrotbtl avatar romen avatar skrenn avatar thecyberlab avatar tonyhao96 avatar trevorgkann avatar wouterl avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

sec-deadlines.github.io's Issues

USENIX Security Deadline

The page currently mentions the next deadline of USENIX Security to be 16 Aug 2019, while it's actually on August 23 2019.

Show all deadlines for conferences with multiple deadlines

Currently for some conferences, like CCS or USENIX, where there are multiple deadlines only the "closest" deadline is shown. However, if I try to find a conference to target, I'd like to see, which deadline are in the future. Currently, this does not show up at all. Would it be possible to show all deadlines of a conference?

Wrong ordering on Chrome

Hey there! I just noticed that the ordering of events is a bit off for Chromium-based browsers.

On Chromium 81.0.4044.138 and Google Chrome 83.0.4103.61: deadlines-chromium

While on Firefox 76.0 (64-bit), it seems to have the correct ordering: deadlines-firefox

I deactivated any addons regarding script etc. The web console also does not show any errors. Anyone has the same problems or ideas how to fix this?

Add dblp link

hello, is it possible to add a link to the dblp website, it will be good for papers tracking

More tags

The SEC, PRIV, and CRYPTO tags are a great idea and should be expanded upon. Can someone add a few more topic areas and require that conferences be tagged (or auto-tag them if previous years exist and are tagged) upon submission? Because filtering for the conferences relevant to me would complete this website IMO.

Tag ideas:

HARDWARE
SOFTWARE
THEORY
APPLIED
TOP-TIER # tier 1s are widely agreed upon, although probably best NOT to support any other TIER tags due to squabbling

Thank you for supporting this site!

Can't import iCal into Google Calendar

Downloaded deadlines-all.ical and tried to import into Google Calendar. Google Calendar says "Imported 0 out of 0 events. Unable to process your iCal/CSV file." Might be something wrong with iCal format?

Alternatively, an updated Google Calendar we could subscribe to would also be useful. ๐Ÿ˜ƒ

S&P 2020 wrong date

S&P2020 deadline is wrong. The last term was 1 December 2019.
1st of February is still valid for S&P2020 only for papers already submitted bur subject to revision.
Also, S&P2021 changed from a monthly to a quarterly submission, with the following deadlines:
Quarter 1: March 5
Quarter 2: June 4
Quarter 3: September 3
Quarter 4: December 3

So the 1st of February is not a deadline anymore (not for 2020 nor 2021)

The website is becoming outdated

As 2020 is coming to an end and conferences are now calling papers for 2021, the titles of the conferences are still in 2020 and becoming outdated.
For example, CCS and PETS are still listed for 2020.
image
image

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.