We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
# def __fix_doi_typing_errors__(self, string): # """This fixes common typing errors that we found""" # # From https://s3.documentcloud.org/documents/23782225/mwg-fdr-document-04-16-23-1.pdf page 298 # if "https://doi.org:" in string: # self.urls_fixed.append("https://doi.org:") # string = string.replace("https://doi.org:", "https://doi.org/") # # From https://s3.documentcloud.org/documents/23782225/mwg-fdr-document-04-16-23-1.pdf page 298 # if "https://doi.or/" in string: # self.urls_fixed.append("https://doi.or/") # string = string.replace("https://doi.or/", "https://doi.org/") # return string
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The text was updated successfully, but these errors were encountered: