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

combining editor and author in alphabetical order #241

Open
elotroalex opened this issue Apr 29, 2018 · 4 comments
Open

combining editor and author in alphabetical order #241

elotroalex opened this issue Apr 29, 2018 · 4 comments

Comments

@elotroalex
Copy link
Collaborator

Apologies if this is super easy or was covered before. I've been searching for an answer through the docs and issues, and testing it out for about 3 hours with no luck. I'm trying to build a bibliography of about ~1300 entries—all the secondary sources on 1 particular poet. Many of the books have no authors, just volume editors or editor. The resulting biblios trying different permutations of sort_by don't work to make sure that the list is ordered in alphabetical order of the person (editor or author) listed as the lead. For example, if I use sort_by: author I get editors on top of authors. If I use sort_by: author, editor with order: ascending, ascending I still get the same.

In the end, I need an MLA valid bibliography, which requires people to be listed alphabetically, regardless of whether they are the author or the editor. I'm using modern-language-association.csl, of course.

Did I miss something super basic, or is this ultimately not possible right now?


On a related note, is there a way to flag order per page, rather than it being universal? Is that in the cue?

@inukshuk
Copy link
Owner

It's likely not implemented in the current sort functionality. I'd suggest that we define a special sort field called name which combines authors and editors for sorting purposes.

@elotroalex
Copy link
Collaborator Author

I like this idea. I'll take a look in the summer, once the semester madness is over, and see if I can get it working.

@p3palazzo
Copy link

Is this issue being worked on?

@elotroalex
Copy link
Collaborator Author

Thank you @p3palazzo for the reminder! In 2018 I was not using a reminder app, so this one fell through the cracks. Now nothing is forgotten. I just added it to my reminders. Will now see if I can squeeze it in in the next couple of months, or give up the towel in September.

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

3 participants