666489/dsh-nature-papers
666489★ 1JavaScript最后同步: 2026-08-14
用于拉取nature中最新的生物化学信息学论文。最初的想法来源于想要一个实时推送论文的应用来辅助我日常的学习,受deepseek harness“一切皆插件”理念的启发,我打算vibecoding出一个插件,顺便开源。
README 摘要
dsh-nature-papers A DSH Web plugin that scrapes nature.com in real time for the latest papers on biochemistry / bioinformatics , ranks them with journal impact factor (IF) as the primary quality criterion , and shows 3 papers per day in a floating panel at the bottom-right corner of the page — with direct links to the originals, journal IF, and content summaries. Every daily recommendation is archived by date (year-month-day) and can be browsed later. The panel footer also offers a one-click Exit Harness action. This document is the full technical implementation guide (open-source documentation): architecture, per-feature implementation details, the Nature anti-bot automatic fallback mechanism, data formats, and API contracts. Table of Contents 1. Feature Overview 2. Directory Structure 3. Architecture: The DSH Plugin Model 4. Feature Implementation Details - 4.1 Real-time scraping (nature.com search pages) - 4.2 Nature anti-bot automatic fallback (Client Challenge → PubMed) - 4.3 Impact-factor-first ranking - 4.4 Content summaries (abstract fetch chain) - 4.5 Three papers per day and caching - 4.6 History and de-duplication - 4.7 Real-time refresh - 4.8 The bottom-right panel (cli…
在 GitHub 查看完整 README →