We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd068d9 commit 6d6037aCopy full SHA for 6d6037a
caltechdata_api/customize_schema.py
@@ -17,7 +17,7 @@ def grid_to_ror(grid):
17
elif grid == "grid.465477.3":
18
ror = "00em52312"
19
else:
20
- url = f"https://api.ror.org/organizations?query.advanced=external_ids.GRID.all:{grid}"
+ url = f"https://api.ror.org/organizations?query.advanced=external_ids.all:{grid}"
21
results = requests.get(url).json()
22
if len(results["items"]) == 0:
23
print(url + "doesn't have a valid ROR")
0 commit comments