ArXiv paper reader demo: https://www.youtube.com/watch?v=DbwwgsEDo2Q
Features
- Browse the latest papers from various scientific fields on arXiv
- Filter papers by subject areas
- Rank papers based on relevance to user-specified interests
- View paper details including title, authors, abstract, and links
- Open PDF versions of papers directly from the app
It is a reader that streamlines the process of finding and reading arXiv papers. By leveraging SambaNova Cloud API services, it intelligently selects and ranks papers based on user preferences, making papers discovery and research more efficient.
MacOS Installer available ArXiv Reader-1.0.0-arm64.dmg - Google Drive if anyone interested in trying it out.
Additional note: if getting “app is damaged and can not be opened” issue, it can be caused by an extended attribute “com.apple.Quarantine” being added during downloading by Apple.
Try doing:
- xattr -l /path/to/application.app
You’ll probably find com.apple.quarantine listed. If so, you can get rid of it with:
- xattr -dr com.apple.quarantine /path/to/application.app
Then try installing it again.