How to enable bidding for Senior Area Chair Assignment
If you want to allow SACs to bid on ACs in assignment, you will need to run the bid stage from the python client. To do so you will need to:
Install and connect to the Python client, if you haven't already. Please use the API 1 client.
Find your request form id (in the id= portion of the URL of the venue request form) and add it to
request_form_id
Find your venue ID (listed in the venue ID field of the venue request form) and add it to
venue_id
Update the
bid_start_date
andbid_due_date
Then you can run the following block of code to start the SAC bidding stage
PreviousHow to make papers public after decisions are madeNextHow to release the identities of authors of accepted papers only
Last updated