Skip to content
Richard Smith-Unna edited this page Jun 6, 2015 · 1 revision

ArXiv query format

ArXiv has a nice, clearly defined format. Queries can target individual fields of the articles records, as follows:

prefix explanation
ti Title
au Author
abs Abstract
co Comment
jr Journal Reference
cat Subject Category
rn Report Number
id Id (use id_list instead)
all All of the above

These fields can be searched individually or combined with logical operators.

For example:

--query 'all:transcriptome'
--query 'au:"del maestro" AND ti:checkerboard'
Clone this wiki locally