From db356a86b7877c8d98fcb8ef3304168bab3cd10b Mon Sep 17 00:00:00 2001 From: "J.-S. Caux" <J.S.Caux@uva.nl> Date: Sun, 28 May 2017 14:34:37 +0200 Subject: [PATCH] Specify DOI in email to authors upon publication --- journals/utils.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/journals/utils.py b/journals/utils.py index bda96d346..b1e7630d7 100644 --- a/journals/utils.py +++ b/journals/utils.py @@ -22,6 +22,8 @@ class JournalUtils(object): + cls.publication.citation() + '.' '\n\nThe publication page is located at the permanent link ' 'https://scipost.org/' + cls.publication.doi_label + '.' + '\n\nThe permanent DOI for your publication is 10.21468/' + + 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