How to get edges for Conflicts, Assignments, Custom Max Papers, and more
Getting all Conflict Edges for the Reviewers Group
Mapping reviewer IDs to their conflict edges
venue_group = client.get_group(venue_id)
conflict_invitation_id = venue_group.content['reviewers_conflict_id']['value']grouped_edges = client.get_grouped_edges(
invitation = conflict_invitation_id,
groupby = 'tail'
)Mapping paper IDs to their conflict edges
How to get other types of edges
Optional parameters and other use cases
Using label to map reviewer IDs to their proposed assignments
label to map reviewer IDs to their proposed assignmentsUsing select to map reviewer IDs to their assignment count
select to map reviewer IDs to their assignment countSon güncelleme
Bu yararlı oldu mu?