CAIDA / catalog-data

Repo which holds some panda solutions and papers
3 stars 6 forks source link

Normalize DOI format #587

Closed vchou105 closed 1 year ago

vchou105 commented 1 year ago

Normalize all DOI formats to url format instead of alphanumeric format

e.g. https://doi.org/10.21986/CAIDA.DATA.AS-RANK instead of doi:10.21986/CAIDA.DATA.AS-RANK

Update: we will cite using the modern alphanumeric format, so all DOI urls should be converted to doi:[doi] instead of https://doi.org/[doi] nor https://dx.doi.org/[doi]

Update: All DOIs should be displayed as a hyperlink on references, beginning with https://doi.org/. For cases that have dx.doi.org in the DOI/URL, dx should be removed.

bhuffaker commented 1 year ago

Add to this function https://github.com/CAIDA/catalog-data/blob/master/scripts/data-build.py#L2058