Skip to content

Latest commit

 

History

17 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

paper-notes

GitHub stars GitHub forks GitHub issues License

A paper close-reading skill that turns every paper into research sense.

Zotero sync · Paper overview · Deep reading · HTML & Obsidian notes · Research dashboard

English · 中文


We Build Your Research Sense — turn every paper into intuition you can use in your own research.

paper-notes is an AI-agent skill for close-reading research papers. It syncs collections, paper metadata, PDF highlights, and notes from Zotero; distils each paper's structure and key findings from its text; then turns section-by-section reading notes, research directions, and reading history into editable HTML and Obsidian knowledge assets.

What you get

  • One-click Zotero sync: bring collections, paper metadata, PDF highlights, and notes from your existing library straight into the workflow.
  • A paper at a glance: surface the key points, argument structure, and core conclusions before you decide where to go deep.
  • Section-by-section deep reading: generate reading notes alongside the source text, giving long papers a clear path through close reading.
  • Your research directions: manage structured research projects and relate each paper to your questions, methods, data, and current challenges.
  • A complete reading view: the dashboard groups papers by Zotero collection and brings together lists, tag filters, reading records, and a historical heatmap.
  • Notes that stay yours: use editable browser pages, a self-contained Obsidian vault, or both, with changes synchronized back to local structured data.

Features

  • Evidence-first text pipeline: extracts PDF body text to section_text.json; failed extraction prevents full-note generation. The model reads extracted text, never PDF images.
  • Structured close-reading outputs: creates paper overviews, section analyses, and deep-reading notes. sections.json preserves source numbering and validates parent/child order.
  • HTML + Obsidian outputs: keeps web pages and a self-contained Markdown vault in separate html/ and obsidian/ directories.
  • Markdown + LaTeX: every note field supports rich text and live MathJax formula rendering.
  • Figure extraction + Lightbox: uses PyMuPDF to extract embedded PDF figures, filter tiny or low-resolution images, and inspect them at native resolution.
  • Editable, exportable, reproducible: browser editing, localStorage autosave, JSON import/export, and folder sync; manifests, summaries, sections, annotations, and edits are stored separately.
  • Personalized reading experience: switch between rose, green, and blue accents, with preferences remembered per paper.
  • Fully optional Zotero connection: upload a local PDF to generate a reading page without Zotero; Zotero-dependent dashboard modules hide automatically.

Installation

git clone https://github.com/ZinSheng/paper-notes.git
cd paper-notes

Copy skills/paper-notes/ into a skill directory supported by your AI agent runtime:

cp -R skills/paper-notes <your-skills-directory>/paper-notes

When using Zotero, set ZOTERO_API_KEY and ZOTERO_USER_ID; figure extraction requires PyMuPDF.

Quick start

cd <your project directory>
python3 <paper-notes-skill-dir>/scripts/manage_reading_list.py init \
  --language en --accent blue --connect-zotero yes --output both --research-context yes
python3 <paper-notes-skill-dir>/scripts/manage_reading_list.py add --key <ZOTERO_KEY>
python3 <paper-notes-skill-dir>/scripts/build_dashboard.py

Outputs are written under outputs/paper-notes/, with HTML and Obsidian artifacts in html/ and obsidian/ respectively.

License

This project is licensed under the MIT License.

About

A paper close-reading skill that turns every paper into research sense.

Topics

Resources

Stars

47 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages