Click any paper card to open the Paper Detail view (/paper/:id). It has four main panels.
The left panel shows:
Click Edit to open a modal where you can update any field.
Available when a PDF was uploaded (not for URL-only papers). The PDF is streamed from Google Drive and rendered inline in the browser.
!!! tip For URL-ingested papers you can still attach a PDF later via the Upload PDF button in the metadata panel.
Figures are extracted from the PDF and stored on Google Drive. The figures panel shows:
Click Extract Figures and choose a caption method:
| Method | Description |
|---|---|
| Docling | Structural PDF parser — fast, no AI cost |
| Ollama | Local LLM captions (default) |
| Claude Vision | Highest quality; uses Anthropic API |
The default method can be set in Settings.
A Markdown editor is attached to each paper.
| Syntax | Effect |
|---|---|
@PersonName |
Links to a Person node; creates it if not found |
#TopicName |
Links to a Topic node; creates it if not found |
When you save a note, all @mentions and #topics become graph relationships:
(Note)-[:MENTIONS]->(Person)
(Note)-[:MENTIONS]->(Topic)
This means you can later query “all notes that mention @Jan” or “all papers with notes about #transformers” from the Cypher editor or knowledge chat.
Toggle Preview mode to render the note as formatted Markdown.
Ask natural language questions about the paper’s full text. The raw_text extracted from the PDF is included in the context (truncated to model limits).
| Model | Provider | Best for |
|---|---|---|
| Claude Opus 4.6 | Anthropic (personal key) | Highest quality answers |
| Claude Work | Anthropic Foundry gateway | Enterprise environments |
| Ollama (llama3.2:3b) | Local | Fully offline |
What is the main contribution of this paper?
How does this method compare to previous approaches?
What are the key limitations mentioned by the authors?
Can you explain the loss function used in equation 3?
Papers that this paper cites. Extracted on-demand and shown in a review list before being saved.
Extraction pipeline (tries in order):
/references API (requires DOI)REFERENCES section of raw_textEach saved reference creates a Paper stub node (title + DOI), tagged from-references, and linked with a CITES relationship. If you later import the full paper by DOI, the stub is enriched rather than duplicated.
Papers in your library that cite this paper. Maintained automatically as you import papers.
From the Paper Detail view you can:
| Role | Meaning |
|---|---|
authored_by |
Author of the paper |
shared_by |
Person who shared the paper with you |
working_on |
Person is working on this topic/paper |
collaborating |
You are collaborating with this person on this |
feedback_needed |
You need feedback from this person |
supervisor |
Supervisor for this work |
Assign the paper to one or more projects directly from the Paper Detail page. You can also do this during the upload flow.