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

Look up full text fails for recent entries #1023

Closed
barefeg opened this issue Mar 23, 2016 · 9 comments
Closed

Look up full text fails for recent entries #1023

barefeg opened this issue Mar 23, 2016 · 9 comments
Assignees

Comments

@barefeg
Copy link

barefeg commented Mar 23, 2016

I'm having an issue when I try to look up the full text document of an Arxiv paper that came out the same day. It outputs Full text article download failed. This seems to happen only with very recent entries. If I wait a couple of days then the full text download is successful.

  • JabRef version (available in the About box): 3.2
  • Operating system and version: OSX 10.11
  • Steps to reproduce:
    1. Add a recent entry from the arxiv
    2. Lookup full text document
@stefan-kolb stefan-kolb added the status: waiting-for-feedback The submitter or other users need to provide more information about the issue label Mar 23, 2016
@stefan-kolb
Copy link
Member

The question is which fetcher does retrieve your paper in the end (you may take a look at the log Help-Show error console).
The arxiv fetcher itself only retrieves PDFs if there is a valid DOI included.
Most other papers will be retireved over Google scholar, which is probably the case here too.
And that might take a few days until they index new papers from arxiv.
Nothing we can really do about except fetching arxiv by title or anything which is less accurate.

@stefan-kolb stefan-kolb self-assigned this Mar 23, 2016
@barefeg
Copy link
Author

barefeg commented Mar 23, 2016

The Log doesn't show any info on the fetcher:

Mar 23, 2016 10:16:20 AM net.sf.jabref.JabRef openBibFile

This is all I see. Is it possible to fetch by arXiv identifier? (arxiveprefix + eprint) I think this is enough to get the link from the arXiv API.

@stefan-kolb
Copy link
Member

The problem is, where should be get the arXiv identifier from? It could be located in any field of the entry.
If you enter the DOI of the paper the download should work instantly.
Isn't this a possibility for you?

@tobiasdiez
Copy link
Member

At least in biblatex there are dedicated fields for preprints, like eprint and eprinttype. I think a proper ArXiv fulltext fetcher is required to fix this issue.

@barefeg
Copy link
Author

barefeg commented Mar 23, 2016

Yes, the arXiv identifier is in the eprint field. When you use Fetch Inspire or Fetch ArXiv.org these fields are populated automatically. I can't use DOI because these are non-peer reviewed papers (yet).

@stefan-kolb
Copy link
Member

Hm, so what will be included inside the eprint field? arXiv:1603.06570 or 1603.06570?

@barefeg
Copy link
Author

barefeg commented Mar 23, 2016

Only 1603.06570. Example
http://export.arxiv.org/api/query?search_query=id:1603.06570
Then the link is in the tag
<link title="pdf" href="http://arxiv.org/pdf/1603.06570v1" rel="related" type="application/pdf"/>

@stefan-kolb
Copy link
Member

Should be resolved on masternow. You can try it out in a few minutes at http://builds.jabref.org.

@stefan-kolb stefan-kolb added type: enhancement and removed status: waiting-for-feedback The submitter or other users need to provide more information about the issue labels Mar 23, 2016
@barefeg
Copy link
Author

barefeg commented Mar 23, 2016

Working correctly. Thanks a lot!

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