You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For peace of mind it might be good to ensure we are normalize DOIs
consistently when we encounter them, since they are so important for the
data to be joined up correclty.
Fixes#150
edsu
linked a pull request
Feb 19, 2025
that will
close
this issue
For peace of mind it might be good to ensure we are normalize DOIs
consistently when we encounter them, since they are so important for the
data to be joined up correctly.
Fixes#150
We have a function for normalizing DOIs:
rialto-airflow/rialto_airflow/utils.py
Lines 83 to 88 in 6bb0110
But aren't using it here:
rialto-airflow/rialto_airflow/harvest/openalex.py
Line 65 in 6bb0110
It might be worth looking quickly if there are other places.
The text was updated successfully, but these errors were encountered: