6 lines
90 B
Python
Raw Normal View History

from urllib.parse import unquote
def canonize_doi(doi):
return unquote(doi.lower())