-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
Can download article by DOI but not title #2431
Comments
Hi, yes it's a bit confusing. The title based fetcher works the other way round: It searches www.crossref.org for the title and tries to get a doi for it. If a doi is found, the bibtexdata is pulled from it. |
It is a problem of the Crossref API. For some reason it only lists the entry as second result, but we only check the best result inside the CrossRef fetcher: |
Ok, I relaxed the Crossref fetcher a bit. It checks more results now, in case the Crossref API does some wierd things like in that case. |
* Resolves #2431 Check more results returned by CrossRef API for matching * Log error
If I click the New Bibtex Entry button, paste this DOI:
into the ID field, and then click the Generate button, then Jabref successfully downloads the article's BibTeX entry.
But if I instead paste the article's title into the ID field, change the ID Type to Title, and then click Generate, I get the error shown in this screenshot:
I'm using the title string:
This is with:
The text was updated successfully, but these errors were encountered: