How to loop through Accepted Papers and print the Authors and their Affiliations
If you have not done so, you will need to install and instantiate the openreview-py client.
Get all the accepted papers for your venue.
Iterate through each accepted paper, printing the number and title of the paper. To get the affiliations for each author, get the profiles by passing the author IDs in the content of the accepted paper. Iterate through the author profile and print the author's preferred name and history containing the affiliation.
Last updated