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

sorting by author or editor #116

Open
maybegeek opened this issue Mar 15, 2016 · 0 comments
Open

sorting by author or editor #116

maybegeek opened this issue Mar 15, 2016 · 0 comments

Comments

@maybegeek
Copy link
Contributor

Hi there and thanks for papercite,

for some bibtex entries author = {} is optional and only the field editor = {Hans Dampf} is used.

The sort order relies heavily on author, so should be adapted to use editor as substitute.

if author is empty but editor is not empty use editor instead for further use.

maybegeek added a commit to maybegeek/papercite that referenced this issue Oct 13, 2020
I would propose a change to output `first author` if present else `first editor` if present.

As mentioned in bpiwowar#116 (and forgotten so long, till an update broke my own crude changes : ) ) sometimes there are publications, where we want to acknowledge the editorship of a work, without the need to fill the `author` field.

For this to work, we could have a new entry `firsteditorauthor` (or any better name), that gives the first author where possible, or in case of nil it would search for the first editor.

thanks
AlexanderWillner pushed a commit to AlexanderWillner/papercite that referenced this issue Jan 4, 2021
I would propose a change to output `first author` if present else `first editor` if present.

As mentioned in bpiwowar#116 (and forgotten so long, till an update broke my own crude changes : ) ) sometimes there are publications, where we want to acknowledge the editorship of a work, without the need to fill the `author` field.

For this to work, we could have a new entry `firsteditorauthor` (or any better name), that gives the first author where possible, or in case of nil it would search for the first editor.

thanks
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