CoolFace
Apppublic

taesiri/arXiv

sourceHugging Faceupdated 3mo agoView on Hugging Face
20likes
App README

ArXiv Daily Papers Viewer

A static web interface for the latest arXiv announce day — every paper AI-tagged and ranked by signal score, powered by ArXivSignals.

Features

  • —Latest announce day only, ranked by signal score (0-100)
  • —Search titles, summaries and authors
  • —Filter by tags (AI topics) and arXiv categories
  • —One-liner takeaway + abstract snippet per paper, with links to arXiv and the full ArXivSignals paper page (deep summaries where available)
  • —Responsive design, dark mode, pagination, JSON export

Data Source

One fetch of https://arxivsignals.io/daily.json — a public, CORS-enabled, edge-cached JSON feed of the newest announce day (~500 papers, updated as the ArXivSignals pipeline publishes each evening). Thumbnails are served from https://arxivsignals.io/assets/….

Files

  • —index.html - Main page
  • —app.js - Application logic (vanilla JavaScript)
  • —styles.css - Styling
  • —debug.html - Feed connectivity test
  • —placeholder.svg - Default thumbnail image

How it works

A pure static JavaScript application with no server-side dependencies:

  1. 1.Fetches the daily feed JSON once on load (press R or the reload button to refresh)
  2. 2.All search/filter/pagination runs client-side in the browser
  3. 3.No build process or server runtime required

Troubleshooting

If papers aren't loading:

  1. 1.Check the browser console for errors
  2. 2.Visit /debug.html to test the feed fetch
  3. 3.Ensure your network allows access to arxivsignals.io