paper_citation_graph
Visualize academic citation networks using Mermaid diagrams and structured data. Generate citation graphs from Semantic Scholar API to analyze paper relationships and dependencies.
Instructions
生成论文引用图谱(Mermaid 可视化 + 结构化数据)。
通过 Semantic Scholar API 获取论文的引用(citations)和参考文献(references), 输出 Mermaid 图谱代码(可直接在 Markdown 中渲染)和结构化 JSON。
Args: doi: 论文的 DOI,例如 "10.1109/tim.2021.3106677" depth: 递归深度 (1=直接引用/参考, 2=二层引用),默认 1 max_per_level: 每层最多获取的论文数,默认 10
Returns: 引用图谱 JSON,包含 mermaid (图谱代码), nodes, edges, statistics 等
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| doi | Yes | ||
| depth | No | ||
| max_per_level | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |