SciPost Code Repository

Skip to content
Snippets Groups Projects
Commit 9a3b4438 authored by George Katsikas's avatar George Katsikas :goat:
Browse files

extend permitted volume doi labels to >1 digits

parent 7c5be09c
No related branches found
No related tags found
No related merge requests found
......@@ -4,7 +4,7 @@ __license__ = "AGPL v3"
JOURNAL_DOI_LABEL_REGEX = r"(SciPost)[a-zA-Z]+|(MigPol)"
VOLUME_DOI_LABEL_REGEX = r"({})\.\w".format(JOURNAL_DOI_LABEL_REGEX)
VOLUME_DOI_LABEL_REGEX = r"({})\.\w+".format(JOURNAL_DOI_LABEL_REGEX)
ISSUE_DOI_LABEL_REGEX = r"({})\.\w+(\.[0-9]+)?".format(JOURNAL_DOI_LABEL_REGEX)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment