From d82fe52a02e43d905f34830162def346d851fc5a Mon Sep 17 00:00:00 2001 From: Albert Krewinkel Date: Fri, 29 Jan 2021 09:42:25 +0100 Subject: JATS templates: tag author.name as string-name The partitioning the components of a name into surname, given names, etc. is not always possible or not available. Using `author.name` allows to give the full name as a fallback to be used when `author.surname` is not available. --- doc/jats.md | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'doc/jats.md') diff --git a/doc/jats.md b/doc/jats.md index 362ae3bef..0faea8b06 100644 --- a/doc/jats.md +++ b/doc/jats.md @@ -33,6 +33,11 @@ Metadata Values See [``][elem:given-names]. + `name` + : full name of the author; included only as a fallback if + `author.surname` is not available. Tagged with + [``][elem:string-name]. + `email` : the contributor's email address. -- cgit v1.2.3