Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Deadline countdowns for academic conferences relevant to the SSE chair.

NotificationsYou must be signed in to change notification settings

tuanngokien/SWE-conf-deadlines

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Based onsec-deadlines by@bogdan-kulynychwhich is based onai-deadlines by@abhshkdz

Adding/updating a conference

  • Read the data format description below.Note that the timezone format sign is inverted (e.g., UTC+7 is written asEtc/GMT-7). It'snot 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: ICSE  description: International Conference on Software Engineering  year: 2021  link: https://conf.researchr.org/home/icse-2021  deadline: "2020-10-18 23:59"  date: May 22–25  place: Madrid ES  tags: [SE]

Descriptions of the fields:

Field nameDescription
name*Short conference name, without year
descriptionDescription, or long name
year*Year the conference is happening
link*URL to the conference home page
deadline*Deadline, or list of deadlines. "TBA" if not announced. (details below)
timezoneTimezone intz format. By default is UTC-12 (AoE)
commentAdditional info on the deadline, e.g. a separate Abstract deadline
dateWhen the conference is happening
placeWhere the conference is happening
tagsOne or multiple tags:SE,TEST,SEC,PRIV, orAUTO

Fields marked with asterisk (*) are required.

Deadline format

Thedeadline field can contain:

  1. The simplest option: a date and time in ISO format. Example:"2017-08-19 23:59".
  2. If a deadline is rolling, you can use a template date, just substitute the year with%y. Example:"%y-04-15 23:59" means there is a deadline on the 15th of April every year.
  3. A list of (1) or (2). Example of two rolling deadlines, with one in the end of May every year, and the second in the end of February:
- "%y-05-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 intz format. Unlike abbreviations (e.g. EST), these are un-ambiguous. Here are tz codes for some common timezones:

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

About

Deadline countdowns for academic conferences relevant to the SSE chair.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript43.0%
  • HTML37.9%
  • Python10.2%
  • CSS8.9%

[8]ページ先頭

©2009-2025 Movatter.jp