+
+ One or more rticles cannot be uploaded, as they have a publication date before the 'OA start date' of the Journal
+ |
+
+ One or more articles in the xml has the publicationDate which is before Open Access start date of the Journal.
+ |
+
+ Ensure that all your articles are uploaded on or after Open Access start date of the Journal.
+ |
+
{% endblock %}
diff --git a/portality/ui/messages.py b/portality/ui/messages.py
index 038848d9ca..53e2b60c20 100644
--- a/portality/ui/messages.py
+++ b/portality/ui/messages.py
@@ -64,6 +64,7 @@ class Messages(object):
EXCEPTION_IDENTICAL_PISSN_AND_EISSN = "The Print and Online ISSNs supplied are identical. If you supply two ISSNs, they must be different."
EXCEPTION_NO_ISSNS = "Neither the Print ISSN nor Online ISSN have been supplied. DOAJ requires at least one ISSN."
EXCEPTION_INVALID_BIBJSON = "Invalid article bibjson: " # + Dataobj exception message
+ EXCEPTION_ARTICLE_BEFORE_OA_START_DATE = "One or more rticles cannot be uploaded, as they have a publication date before the 'OA start date' of the Journal"
EXCEPTION_IDENTIFIER_CHANGE_CLASH = "DOI or Fulltext URL has been changed to match another article that already exists in DOAJ"
EXCEPTION_IDENTIFIER_CHANGE = "Either the DOI or Fulltext URL has been changed. This operation is not permitted; please contact an administrator for help."