I’m using OJS3.
When an article has translators, what is common here in Brazil, it is shown in the list of authors and co-authors although it is not one of them.
For us there should be a clear separation between authors, co-authors and translators. Mostly translators.
Is there any way to make it quite clear that the translator is not an author?
The distinction between semicolon and comma is based on OJS’s “user groups” and the structure of the Submission::getAuthorNames() function:
When listing “author” (contributor?) names, when the user group (contributor role?) changes, we add a “semicolon” (or whatever the overrides the semicolon); when operating within the user group, we add a “comma” (or whatever overrides the comma).
Note that if you check the option “Show role title in contributor list” in Users & Roles → Roles → Translator → Edit, this adds the text “(Translator)” (or translation) to the the Article view and to the DC.Creator.PersonalName in the metadata. The CrossRef export and Citation Plugin remains in error.
I check the option “Show role title in contributor list”.
But it’s only show role in issue article list, not in the article view.
From what I understand it should also show in the article, right?
Yes, this is a bug, and unfortunately raises some fairly deep questions regarding how contributor roles map against user roles and metadata exposure.
If you are comfortable editing PHP, for a quick fix on just the Article details page, you could change the current getFullName() call to add the output of the author’s title, similar to what the Submission::getAuthorString() does: