Skip to content

sailinglab/countdown

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 

Repository files navigation

countdown

Academic deadlines countdown for Sailors: http://sailinglab.github.io/countdown

How to contribute

  1. Click index.html to start editing.
  2. Add your conference details below line 10, using the given format.
  3. Scroll down, click the green button Commit changes.

Data format

deadlines.push({
  venue: "ICML",
  area: "Machine Learning",
  deadline: moment("2016-02-06 23:59:00 +0000", "YYYY-MM-DD HH:mm:ss Z"),
  website: "http://icml.cc/2016/",
  approx: 1,
});
  • venue: name of the conference
  • area: field of research
  • deadline: deadline of the conference. You only need to edit the datetime string. The 4-digit suffix is for UTC offsets, for example −0500 for EST, since it is UTC−05. See UTC offsets and Timezone abbreviations.
  • website: optional, conference website
  • approx: optional, warning message will be displayed if this field is set

Releases

No releases published

Packages

No packages published

Languages