Open liashahnazaryan opened 7 months ago
I have fixed the bug regarding the WMT events date and will push it soon. However, all date entries should be given in machine-readable format (YYYY-MM-DD). Hence, we came to the conclusion not to give date ranges and only specify the start dates.
I think if there isn't a fixed date we can either skip it or give the median, and if it's unknown, then skipping it should be the option.
What do you think @bittlingmayer ?
(cc) @cefoo
I have fixed the bug related to the WMT event date generation in #608.
Description: The dates displayed in the
Important Dates
section on the website's event pages do not consistently match what's specified in thewmt_events.json
,events.json
, and the event's.md
files. When there is only general text in the date box, such as "To be announced (follows EMNLP)," it appears fine. However, when a date is accompanied by additional text, only the date itself is displayed.Steps to reproduce the behavior:
Important Dates
sectionwmt_events.json
,events.json
,wmt24.md
, andeamt-2024.md
filesExpected behavior: The dates displayed on the event pages should match what's specified in the corresponding data files, including any additional text accompanying the date.
Screenshots [optional]: