How to Retrieve Data for ACM Proceedings
profiles = openreview.tools.get_profiles(
client,
ids_or_emails=['[email protected]', '~Melisa_bok1']
)for profile in profiles:
profile.content['history']"history": [
{
"position": "Researcher",
"start": 2024,
"end": null,
"institution": {
"domain": "unitn.it",
"name": "University of Trento",
"country": "IT",
"stateProvince": "Trento",
"city": "Trento",
"department": "CIMEC"
}
}
]Last updated
Was this helpful?