JATS-0019-004

Rule Overview

Message

Incompatible license statement should not be present. $email-message

Rule XPath:

This rule REPORTS an alert when the following is TRUE:

let $email-message := concat( ' Please send an email to the JCH mailbox for the journal with subject "Journal compatibility check ', head(preceding::journal-id[@journal-id-type='publisher-acronym']), ' ', head(preceding::article-id[@pub-id-type='publisher-id']), '" and include this message: ', ' DOI: ', head(preceding::article-id[@pub-id-type='doi']), ' CATS ID: ', head(preceding::article-id[@pub-id-type='publisher-id']), ' Journal: ', head(preceding::journal-id[@journal-id-type='publisher-acronym']), ' Text: ', normalize-space()) returnmatches(local:normalize-text(.), '\s(public copyright|creative commons|cc by)+\s(\S+\s){0,20}(version|manuscript|accepted|aam|vor)\s') and not(tokenize(processing-instruction('JournalCompatibilityCheck'), '\s')[1] castable as xs:date) and not(ancestor::article/front/article-meta/permissions/license[@license-type = 'open-access'][contains(@xlink:href, 'creativecommons.org')])