Hi all,
Thanks for this fantastic tool. I've been using it via an R library called aRxiv to curate a private page of preprints relevant to CERN Courier readers, so the editors can easily track the latest developments. It's a private tool which I use to populate an R markdown file each morning. I find it more efficient than looking through multiple pages on your site, and I can arrange the material according to my personal use case. I'd be happy to make the code available on GitHub, but there's really nothing particularly difficult to reproduce there.
This just involves a couple of queries of no more than 100 entries each day to the API, but it has stopped working since about Friday. I am still able to get metadata for specific references, but the search function doesn't work. Is this down for everyone or just me?
As a side request, I've been trying to get the full JSON data set from Kaggle into an R data frame, but I'm really struggling to get the jsonlite library to read it in. (It seems to be newline delimited JSON rather than pure JSON? Even working around that though, the code appears to hang...) If anyone has a code snippet which works, I'd love to see it. The goal here is to do meta analyses for our readers on which topics are growing fastest in interest for authors. On this subject, although the data set is already formidably large, it would be extremely useful if information on citations or just citation numbers could be included.
Many thanks for this resource,
Mark