Academic deadlines countdown for Sailors: http://sailinglab.github.io/countdown
- Click index.html to start editing.
- Add your conference details below line 10, using the given format.
- Scroll down, click the green button Commit changes.
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 conferencearea
: field of researchdeadline
: 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 websiteapprox
: optional, warning message will be displayed if this field is set