How to add/remove fields from a submission
Editing a submission as an organizer
Removing fields
client.post_note_edit(
invitation = 'ICML.cc/2023/Conference/-/Edit',
readers = ['ICML.cc/2023/Conference'],
writers = ['ICML.cc/2023/Conference'],
signatures = ['ICML.cc/2023/Conference'],
note = openreview.api.Note(
id = note_id,
content = {
'supplementary_material': { 'delete': True }
}
)
)PreviousHow to loop through Accepted Papers and print the Authors and their AffiliationsNextHow to get all the Reviews that I have written and their corresponding Submissions
Last updated
Was this helpful?