bugfix on issue 49 - variable names overlap
recently introduced feature caused reviewer surname and orcid fields to be rendered for authors, for the first n number of authors where n is the number of reviewers. the issue is caused because name and orcid fields are named the same and overwrite each other. field names for reviewer has been renamed such as 'name' became 'reviewername'. better solution could be implemented with defining stricter scopes.