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

Author parser has problems with fetched bibtex author list #2205

Closed
stefan-kolb opened this issue Oct 27, 2016 · 7 comments
Closed

Author parser has problems with fetched bibtex author list #2205

stefan-kolb opened this issue Oct 27, 2016 · 7 comments

Comments

@stefan-kolb
Copy link
Member

@Book{
  title     = {{Measurement and evaluation of transportation system effectiveness}},
  publisher = {RAND Corporation},
  year      = {1969},
  author    = {Pardee F., Kirkwood T., MacCrimmon K., Miller J., Phillips C., Ranftl J., Smith K. and Whitcomb D.},
}

Key gets PardeeF.1969

And Bibtex reports
Too many commas in name 1 of "Pardee F., Kirkwood T., MacCrimmon K., Miller J., Phillips C., Ranftl J., Smith K. and Whitcomb D." for entry PardeeF.1969

Actually the format is wrong if I see correctly, but maybe we can handle this somehow?

@koppor
Copy link
Member

koppor commented Oct 30, 2016

"Normalize to BibTeX name format" seems to be your friend.

IMHO, this describes a missed case in #1470. The heuristics could be to count , (more than "?) and to check, whether the third last word is the only and appearing in the string.

@tobiasdiez
Copy link
Member

I think this is resolved now, right?

@tobiasdiez
Copy link
Member

This should be fixed in the latest development version. Could you please check the build from http://builds.jabref.org/master/. Thanks!

@koppor
Copy link
Member

koppor commented Aug 19, 2017

@koppor
Copy link
Member

koppor commented Aug 20, 2017

Algorithm fix ideas: I remember the discussions that there could be "Junior" parts and therefore, my quick assumptions are not valid. Maybe, we could add a check for exactly your case: more than 4 commas (thus more than two names, each of them might have a Jr. part) and exactly one and.

@koppor koppor reopened this Aug 23, 2017
@koppor
Copy link
Member

koppor commented Aug 23, 2017

This issue is still open

Recker, Jan; Indulska, Marta; Michael; and Green, Pete is another case, I hit --> http://aisel.aisnet.org/cgi/viewcontent.cgi?article=1075&context=ecis2006

@github-actions
Copy link
Contributor

This issue has been inactive for half a year. Since JabRef is constantly evolving this issue may not be relevant any longer and it will be closed in two weeks if no further activity occurs.

As part of an effort to ensure that the JabRef team is focusing on important and valid issues, we would like to ask if you could update the issue if it still persists. This could be in the following form:

  • If there has been a longer discussion, add a short summary of the most important points as a new comment (if not yet existing).
  • Provide further steps or information on how to reproduce this issue.
  • Upvote the initial post if you like to see it implemented soon. Votes are not the only metric that we use to determine the requests that are implemented, however, they do factor into our decision-making process.
  • If all information is provided and still up-to-date, then just add a short comment that the issue is still relevant.

Thank you for your contribution!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants