openreview-py
openreview-py copied to clipboard
Official Python client library for the OpenReview API
Even if email notifications are off, we should send an email notifications to the PCs when the post comment is readable by them and the signature of the comment.
This is suggestion from Nadia and it would be nice to automatically set the `propertiesAllowed` properties from the additional submission options of the venue request form. @xkopenreview what do you...
We should stop adding/removing users to/from the reviewers group.
Users can use the edge browser to figure out the next available reviewer to reassign to a specific paper.
Set the readers of the original note as `content.authorids` + `OpenReview.net/Anonymous_Preprint`. Remove the tilde id of the original user. Ideally, it would be nice to move the setup of the...
Builder: get_conference method should only load the conference configuration without making changes
We should stop doing POST operations when the `get_conference` is called so the PCs that are using the conference object to query the API don't change any posted object.
Before showing the instructions to the user we can check if the email is associated with an existent profile: - if profile and profile.active=true "Please login and complete your pending...
If the user doesn't have a profile and the only email address is 'gmail' then the conflict is not detected.
Get last name of first author from profile
Allow to setup other roles besides: reviewers, area chairs and senior area chairs. The conference could handle any arbitrary role name. For each role we should add a webfield with...