You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There will be code that uses the arXiv API to gather papers from each day's postings on astro-ph.
Per-subcategory bots will post each paper for the day in a thread. The rough scope of a post will be:
Post text is the title of the paper + author list + link
Try and grab images from the paper -> maybe there's a way to look for a "results" section in a paper and pick figures from there? Or... gather some at random?
Also include an image which is a screenshot (or just somehow an auto-generated picture?) of the abstract. Text should be in the alt text too. Since arXiv's design is pretty plain, it may be possible to replicate something with e.g. matplotlib (bit hacky but should work) or some other library.
Additional ideas:
Feed integrations: the OP post of each day's thread of posts could be posted into relevant feeds.
astro-ph feed: I could make a feed that includes all posts by all of the bots? (may not be possible due to how replies are rendered)
Keywords: if there's a way to extract keywords / word clouds from the paper, then they could be used somehow. Maybe combined with the abstract-screenshot image?
Possible advanced recommendation integrations: could track likes by users, and then create an "astro-ph For You" feed? (again, reply rendering may be an issue here...)
The text was updated successfully, but these errors were encountered:
The rough plan is as follows:
There will be code that uses the arXiv API to gather papers from each day's postings on astro-ph.
Per-subcategory bots will post each paper for the day in a thread. The rough scope of a post will be:
The text was updated successfully, but these errors were encountered: