Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ConnectedPapers/connectedpapers-py
/ types & classes
Types & classes
11 in github.com/ConnectedPapers/connectedpapers-py
⨍
Functions
22
◇
Types & classes
11
↓ 7 callers
Class
ConnectedPapersClient
connectedpapers/connected_papers_client.py:59
↓ 1 callers
Class
GraphResponse
A response for the external graphs API
connectedpapers/connected_papers_client.py:36
Class
BasePaper
Base class containing common paper metadata fields.
connectedpapers/graph.py:46
Class
CommonAuthor
An author who appears across multiple papers in the graph.
connectedpapers/graph.py:13
Class
CommonCitation
A derivative work - a paper that cites papers in the graph. These are typically newer papers that build upon the work in the graph.
connectedpapers/graph.py:76
Class
CommonReference
A prior work - a paper that is cited by papers in the graph. These are typically older foundational papers that the graph papers build upon.
connectedpapers/graph.py:90
Class
ExternalIDs
External identifiers for a paper from various academic databases.
connectedpapers/graph.py:32
Class
Graph
The complete graph response from Connected Papers. Attributes: nodes: Papers in the similarity graph (the main visualization).
connectedpapers/graph.py:116
Class
GraphResponseStatuses
Statuses for API
connectedpapers/connected_papers_client.py:19
Class
Paper
A paper node in the similarity graph.
connectedpapers/graph.py:107
Class
PaperAuthor
An author of a paper.
connectedpapers/graph.py:24