4

Is there a file that gives an article's title, author, etc by article id? For instance, given archive id 1411.7990 I would like to be able to find the title "Irreducible Representations..." via a search through a document. In other words, can one search the arxiv remotely?

asd
  • 243
  • 1
  • 6
  • 1
    I don't understand this question - can't you just retrieve http://arxiv.org/abs/ID and parse the HTML? – ff524 Mar 20 '15 at 18:58
  • Thanks for the idea. I have a large set of id's I would like to match with title's. – asd Mar 20 '15 at 19:03
  • 1
    For a large set, use one of their bulk data access options – ff524 Mar 20 '15 at 19:04
  • @ff524 Already did. The thing is the files are all identified by article id without titles. – asd Mar 20 '15 at 19:06
  • 1
    So.. what's the question? I'm having a hard time understanding what you're asking about. Where, exactly, are you stuck? – ff524 Mar 20 '15 at 19:06
  • There is some free software online, Mendelay Desktop which provides title's for papers after archiving them. This solved my problem although the question still remains if there is a readily available list of all arxiv papers published online. – asd Mar 21 '15 at 03:40
  • 1
    Have you seen http://academia.stackexchange.com/questions/38969/getting-a-dump-of-arxiv-metadata ? It might answer your question or at least help. – Nate Eldredge Mar 21 '15 at 14:56

1 Answers1

3

The python script on this page seems to work. You can modify it easily to output the information you need instead of a bibtex entry.

Kallus
  • 129
  • 1
  • 6