It's hard to call scientific images art. But sometimes they're simply beautiful.[2]

While still in my university days, I had a problem regarding new scientific articles: the sheer amount of new ones committed daily was hard to monitor, and harder still to find among them the ones which might be interesting or useful for whatever I was working on.

I came up with a simple heuristic: not always - but usually - the most important scientific articles had very carefully crafted, often aesthetically pleasing images inside. Usually an important part of the discovery was communicated through the graphic, and often as the first or the last image of the article. I don't know if it was because the people making important discoveries where simply more dedicated to their work (and therefore better at documenting it), or was it just a simple case of incentives: whenever a group of researchers discover something interesting, they may be more inclined to prepare a better image, expecting to get the work published in a better journal.

Whatever the reason, I often read through the abstract, the conclusions, and skimmed through the graphics to sift through academic papers and find the ones I was interested in. It is, of course, a subjective decision. To aid this task, I came up with an automated solution -- I found out that arXiv, one of the most important archive of interesting preprints in my field (physics), provided not only the PDF versions of each submitted article, but oftentimes also the .tex and the media files. All of these files were openly accessible. So I wrote a simple script that:

1. scrapes, once daily, the data of the newly sent article preprints,
2. finds images among those works, and finds their descriptions in the .tex file and
3. sends those media files, along with the paper title and authors, to a twitter account.

In these days twitter had a 140-character limit, so I've decided to drop the descriptions from the images, limiting the usefulness slightly. I've also only concentrated on the subset of quantitative finance, q-fin, of arXiv, to limit the volume of uploads. Back then there have been, on average, around 10 new articles uploaded daily.

I would then sift through the images once in a while, usually once a week, and just click on the papers who's images I found interesting and had caught my attention. It ought to be a useful tool if expanded not only for arXiv, but also other repositories, preferably the best scientific journals the world has to offer. Unfortunately that would be hard regarding rights and payment issues.

Due to some other responsibilities, I've stopped updating after June 2016, but recently revisited and, as of January 2020, it's operational again. You can view both the previous and current articles' graphics at twitter.com/arXiv_art.


Please remember, that I claim no rights to these works, they are the copyright of the listed authors of the preprints. Their use in any commercial projects must be discussed with the authors, and even private use must always be properly cited.

Update (2023-05): due to the change of API policy on Twitter / X, the images are no longer updated.