How to Copy Members from One Group to Another
Last updated
Last updated
Some venues with multiple deadlines a year may want to reuse the same reviewer and area chairs from cycle to cycle. In those cases, it is useful to use the python client to copy group members from one group to another rather than recruiting the same people each time. This can be done programmatically or from the UI.
If you have not done so, you will need to install and instantiate the openreview-py client.
Get the group you are taking members from. You can get an individual group by its id. If you are copying reviewers from one venue iteration to another, for example, do the following:
3. Each group has a field 'members' which is a list of profile IDs or emails belonging to the members of that group. Extract the members:
4. Finally, you can use add_members_to_group to add those members to your new Reviewers group.
Navigate to https://openreview.net/group/edit?id=<first_venue_id>/Reviewers
Under Group Members section click on Select All
Then click on Copy Selected
Navigate to https://openreview.net/group/edit?id=<second_venue_id>/Reviewers
Under the Group Members section select the text box area and click on Add to Group