From b7fbb44b4142ec3dfa8a53365acae10367b52643 Mon Sep 17 00:00:00 2001 From: "J.-S. Caux" <J.S.Caux@uva.nl> Date: Wed, 26 Apr 2017 06:20:05 +0200 Subject: [PATCH] Use doi_label instead of doi_string in email to auth upon publication --- journals/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/journals/utils.py b/journals/utils.py index ccb585206..bda96d346 100644 --- a/journals/utils.py +++ b/journals/utils.py @@ -21,7 +21,7 @@ class JournalUtils(object): '\n\nhas been published online with reference ' + cls.publication.citation() + '.' '\n\nThe publication page is located at the permanent link ' - 'https://scipost.org/' + cls.publication.doi_string + '.' + 'https://scipost.org/' + cls.publication.doi_label + '.' '\n\nTo facilitate dissemination of your paper, we greatly encourage ' 'you to update the arXiv Journal-ref with this information.' '\n\nWe warmly congratulate you on this achievement and thank you ' -- GitLab