JATS-0010-011

Rule Overview

Message

( name[ancestor::contrib]/surname , name[ancestor::contrib]/given-names ) should be in title case; use <name-alternatives @content-type="uppercase"/> for uppercase version of author name.

Rule XPath:

This rule REPORTS an alert when the following is TRUE:

some $x in (tokenize(translate(string(.),'.-()',' '), '\s')) satisfies upper-case(string($x)) = string($x) and string-length(string($x)) gt 1