S16-CiteSpace剪枝与网络分析参考

Reference CiteSpace pruning algorithms and network metrics for bibliometric network analysis.

Updated May 18, 2026
One-click install
npx skills add https://github.com/heyixue511-creator/ai --skill s16-citespace-heyixue511-creator
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: S16-CiteSpace剪枝与网络分析参考
Source: https://github.com/heyixue511-creator/ai/tree/main/My-Own-Skills-main/%E6%96%87%E7%8C%AE%E8%AE%A1%E9%87%8F%E5%88%86%E6%9E%90%E6%8A%80%E8%83%BD/S16-CiteSpace%E5%89%AA%E6%9E%9D%E7%AE%97%E6%B3%95%E5%8F%82%E8%80%83
Command: npx skills add https://github.com/heyixue511-creator/ai --skill s16-citespace-heyixue511-creator

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Researchers performing bibliometric analysis often struggle to choose and configure the right network pruning algorithm in CiteSpace, resulting in cluttered or unreadable co-citation and co-word networks. ## Core Features & Use Cases - Pruning Algorithm Reference: Summarizes Pathfinder Network Scaling, Pruning Sliced Networks, and Minimum Spanning Tree (MST) with parameter guidance (r, q values). - Network Metrics Guide: Explains degree centrality, betweenness centrality, closeness centrality, and clustering coefficient for interpreting network structure. - Visualization Recommendations: Advises on time slicing, node sizing by citation count, and edge weighting by co-occurrence strength. - Use Case: After cleaning Web of Science data, consult this reference to select Pathfinder pruning, tune parameters, and produce a readable keyword co-occurrence network for burst detection analysis. ## Quick Start Ask the AI to recommend a CiteSpace pruning algorithm and parameter settings for your cleaned bibliometric network data.

Frequently Asked Questions about S16-CiteSpace剪枝与网络分析参考

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I choose a pruning algorithm in CiteSpace?▼

Choose based on your readability needs: Pathfinder Network Scaling removes weak edges using triangle inequality, MST keeps a minimal spanning skeleton, and Pruning Sliced Networks trims low-weight edges per time slice. Pathfinder is common for highlighting core structures.

What is the difference between Pathfinder and MST in CiteSpace?▼

Pathfinder removes edges violating the triangle inequality while preserving important indirect links, controlled by r and q parameters. MST retains only the minimum edge set connecting all nodes, producing a simpler tree-like skeleton network.

What does betweenness centrality mean in bibliometric networks?▼

Betweenness centrality measures how often a node lies on shortest paths between other nodes, indicating its role as a bridge in the network. High-betweenness nodes in CiteSpace often mark pivotal papers connecting research areas.

When should I use time slicing in CiteSpace network analysis?▼

Use time slicing when studying dynamic evolution of a research field, since it divides the network into periods and reveals how topics emerge and fade. Combine it with Pruning Sliced Networks to keep each slice readable.

Why is my CiteSpace network too dense to interpret?▼

Dense networks result from unpruned co-occurrence or co-citation data with many weak edges. Apply a pruning algorithm such as Pathfinder or MST and adjust edge weight thresholds to highlight the core structure.