openreview / openreview-py

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

Journal: Add setting for main EiC #2384

Open enrubio opened 1 month ago

enrubio commented 1 month ago

This PR adds a setting to the journal called has_main_editor_in_chief. This is for a request from MELBA.

It's a boolean value and, if true, will create a group called /Main_Editor_In_Chief. Currently, this will be used to:

  1. Email only the main EiC for each new submission (instead of all EiCs).
  2. [TODO] Give them access to an EiC assignment notification invitation. This will allow the main EiC to select an EiC to "assign" to that paper. The assignment is just an email notification.

The name Main EiC may be renamed to something else.