You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to arXiv api
Hi - I was wondering what the appropriate query is to receive only the
new articles available on any given day. So the same content that is
present in the RSS feed, but through the arXiv API. I have seen this
addressed in this forum, but have not found a clear answer.
Thank you,
Andy
Thorsten
unread,
Sep 25, 2011, 1:06:08 PM9/25/11
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to arxi...@googlegroups.com
use time slices with the lastUpdatedDate search parameter.
example: to find all papers in quant-ph which where submitted between Wednesday and Thursday, September 21-22, 2011, use
note the 8pm time specification (interpreted as arXiv server localtime, i.e. timezone EDT), which coincides with the daily paper release
Cheers T.
PS: there is a minor problem with arXiv's incremental index update during the week, which may temporarily affect the completeness of the returned result set. it's on my list of things to improve