Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MNRAS/OUP: additional authors listed under a collaboration with its own contrib-group #154

Open
seasidesparrow opened this issue Jul 9, 2021 · 0 comments
Assignees

Comments

@seasidesparrow
Copy link
Member

MNRAS/IOP extra authors in collab:

  • recent fix captures collaboration (but not additional authors) but also duplicates the last author: at the end of that try (

    self.auth_list.append(auth)
    ), where it assigns the auth/affil data to the contrib array, unset the name so that it is blanked the next time it loops around.

  • extra authors: turn that code block into an internal method, and have the section with subauthors call itself and extend the contrib array with the results (either append individually as it loops, or extend if it returns an array).

@seasidesparrow seasidesparrow self-assigned this Jul 9, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant