RSS feed and HTML pages for DMRG cond-mat articles.
Articles are aggregated from: http://quattro.phys.sci.kobe-u.ac.jp/dmrg/condmat.html
- 📖 Web Interface: https://funnydeng.github.io/dmrg-rss/
- 📡 RSS Feed: https://funnydeng.github.io/dmrg-rss/condmat.xml
- Automated Updates: Syncs every 12 hours via GitHub Actions
- Rich Content: Includes paper titles, authors, abstracts, and arXiv links
- Dual Output: Both RSS feed and HTML webpage generated simultaneously
- Clean Interface: User-friendly web interface for browsing papers
- Data Consistency: Uses JSON cache to ensure complete data in both RSS and HTML
The script generate_rss.py fetches papers from the DMRG cond-mat page, enriches them with metadata from arXiv API, and generates both:
docs/condmat.xml- RSS 2.0 feed with paper metadata (published canonical copy of the latest versioned file)docs/condmat.html- Responsive HTML webpage with paper listings (published canonical copy of the latest versioned file)docs/condmat{YY}.xml/html- Year-versioned files for historical datadocs/entries{YY}.json- Cached metadata for incremental updates
Both files are automatically deployed to GitHub Pages for easy access.