Skip to content

Unable to download some arXiv links if the "eprint" field is missing #7660

Closed
@vlawhern

Description

JabRef version 5.3 developmental portable JAR

I am unable to automatically download some arXiv links if the "eprint" field is missing. For example, this BibTeX reference works:

@Article{booth_bayes-trex_2020,
  author        = {Serena Booth and Yilun Zhou and Ankit Shah and Julie Shah},
  journal       = {arXiv:2002.10248v4 [cs]},
  title         = {Bayes-TrEx: a Bayesian Sampling Approach to Model Transparency by Example},
  year          = {2020},
  month         = dec,
  archiveprefix = {arXiv},
  eprint        = {2002.10248},
  url           = {http://arxiv.org/abs/2002.10248v4},
}

but this one doesn't:

@Article{booth_bayes-trex_2020,
  author        = {Serena Booth and Yilun Zhou and Ankit Shah and Julie Shah},
  journal       = {arXiv:2002.10248v4 [cs]},
  title         = {Bayes-TrEx: a Bayesian Sampling Approach to Model Transparency by Example},
  year          = {2020},
  month         = dec,
  archiveprefix = {arXiv},
  url           = {http://arxiv.org/abs/2002.10248v4},
}

with the only thing different is the eprint field.

Interestingly this doesn't always happen; most of the time JabRef can fetch the arXiv PDF correctly without the eprint field, but for some reason JabRef fails to get other arXiv PDFs like the one above. I suspect it's a formatting issue similar to Issue #7633. It's not always consistent, but it feels like paper titles with colons appear to trigger this behavior more than others.

Perhaps it can be set when the url field is provided that JabRef could use that as a fallback to download the PDF..

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions