From 22d119cfd5f597d025a6532f84bba12abb0a19d9 Mon Sep 17 00:00:00 2001
From: "J.-S. Caux" <J.S.Caux@uva.nl>
Date: Wed, 19 Oct 2016 21:04:53 +0200
Subject: [PATCH] Temporarily unlink Tier I and Select in sub: models and utils

---
 submissions/models.py | 2 +-
 submissions/utils.py  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/submissions/models.py b/submissions/models.py
index 134b75de2..20961b77e 100644
--- a/submissions/models.py
+++ b/submissions/models.py
@@ -556,7 +556,7 @@ RANKING_CHOICES = (
 ranking_choices_dict = dict(RANKING_CHOICES)
 
 REPORT_REC = (
-    (1, 'Publish as Tier I (top 10% of papers in this journal) NOTE: NOT YET OPEN, WAIT FOR EARLY 2017'),
+    (1, 'Publish as Tier I (top 10% of papers in this journal, qualifies as Select) NOTE: SELECT NOT YET OPEN, STARTS EARLY 2017'),
     (2, 'Publish as Tier II (top 50% of papers in this journal)'),
     (3, 'Publish as Tier III (meets the criteria of this journal)'),
     (-1, 'Ask for minor revision'),
diff --git a/submissions/utils.py b/submissions/utils.py
index c08bf36b5..4c6e28043 100644
--- a/submissions/utils.py
+++ b/submissions/utils.py
@@ -1122,7 +1122,7 @@ class SubmissionUtils(object):
             email_text_html += (
                 '<p>We are pleased to inform you that your Submission '
                 'has been accepted for publication in <strong>{{ journal }}</strong>') 
-            if cls.recommendation.recommendation == 1:
+            if cls.recommendation.recommendation == 1 and False: # Temporary deactivation of Select
                 email_text += (', with a promotion to Select. We warmly congratulate you '
                                'on this achievement, which is reserved to papers deemed in '
                                'the top ten percent of papers we publish.')
-- 
GitLab