openreview / openreview-py

Official Python client library for the OpenReview API
https://openreview-py.readthedocs.io/en/latest/
MIT License
148 stars 22 forks source link

Feature Missing for ARR - Emailing Area Chairs for Missing Checklist #2222

Closed cryptexcode closed 3 months ago

cryptexcode commented 3 months ago

A SAC emailed with the following.

I am trying to follow the instructions to email Area Chairs of submissions who have not yet completed their checklist but encountering difficulties. There seems to be two ways: one is to select the submissions for which this is the case, and then send an email to all ACs of these submissions. This option seems to be for missing reviews and for emailing reviewers only, however, as far as I can tell from the platform. The other is to select ACs to email under the "area chair status tab": I just do not see such a tab anywhere on my console.

melisabok commented 3 months ago

It should be fixed here:

https://github.com/openreview/openreview-web/pull/2011 https://github.com/openreview/openreview-py/pull/2224

melisabok commented 3 months ago

SACs can filter out the submissions using the query +actionEditorChecklistCount =0 then select the filtered papers and click on "Message" -> "All Area Chairs of selected submissions"

Please note an email will be sent to each submission assigned to the AC.

Screen Shot 2024-07-02 at 2 14 11 PM

This option is available in the PC console too but be careful because the UI won't be able to send too many emails at the same time.