Open zardus opened 5 years ago
Thanks a lot for this feedback Yan! Actually the dates were determined by the last submission cycle given that we have some time restrictions from the publisher for the proceedings. So we started with the last cycle (decisions due middle of February) and counted backwards, which led to the outlined submission dates. We still need to check with the publisher how much wiggle room we have (after all, we do not print anymore but have electronic proceedings), your script certainly shows that March 1 is not the optimal date (as also discussed in #1). We definitely need a better synchronization between the major conferences, but this is easier said than done...
This is heavily related to #1, but from the deadline perspective. I don't want to hijack #1, so I opened up this issue.
I understand why March is currently set as the start of the cycle (the last deadline being in February), but according to my calculations, this seems to be the worst cycle, and a cycle starting in January is best. Here is the code I used (it requires Python 3.6 at a minimum because of the use of f-strings):
This code is a bit chaotic; sorry about that.
The output is:
So a cycle starting in January gives us more than twice as many "non-deadline" days around Oakland deadlines in total (114 days, as opposed to 53 days for the march cycle) and almost twice as many in minimum (17 days for January, compared to 9 for March). In terms of spreading out deadlines with the other top4, starting in January is best. I think this would be also optimal for providing
more flexibility in choosing the right deadline and submitting a paper when it is ready
(as stated in the observed advantages), but of course it's not a huge deal either way.My guess (and hence, the relationship to #1), is that optimally spreading out deadlines will also somewhat help with spreading out reviewing load. As that discussion mentions, it's hard to have an impact on deadlines of other conferences, but we can position Oakland deadlines in optimal months.
If we want to do that, the best way is probably to start in April, as then we'll have a February deadline to cap off monthlies for Oakland 2020, and going forward, the final submission for possible publication in the next Oakland would be January.
Finally, I'm totally happy to be wrong about all this. Just wanted to bring it up in case it's useful!