Build and visualize a citation network from a source/target CSV to identify key papers, communities, and emerging hotspots; use when you have citation pairs and need fast literature review or trend analysis.
61
73%
Does it follow best practices?
Run evals on this skill
Adds up to 20 points to the overall score
View guide
Low
Low-risk findings worth noting
Fix and improve this skill with Tessl
tessl review fix ./scientific-skills/Evidence Insight/citation-network/SKILL.mdsource and target.citation_network.gexf for Gephi and other graph toolsnetwork_metrics.json for basic network statisticscitation_network.html for interactive browser viewing (auto-generated by the build script)outputs/runs/<timestamp>/.python scripts/init_run.pyThis creates a new run folder:
outputs/runs/<timestamp>/
config.json
data/
outputs/Create citations.csv and place it into:
outputs/runs/<timestamp>/data/citations.csvMinimal CSV format:
source,target
Paper A,Paper B
Paper A,Paper CRecommended DOI-based identifiers:
source,target
10.1234/abcd.1,10.1234/abcd.2
10.1234/abcd.1,10.1234/abcd.3Open:
outputs/runs/<timestamp>/config.jsonEnsure the configured input filename and column names match your CSV (at minimum source and target). If you see garbled characters, set an explicit encoding (e.g., utf-8 or utf-8-sig) via an input_encoding field if supported by the config.
python scripts/build_citation_network.pyThe build script will also generate the HTML automatically (you do not need to run scripts/export_gexf_html.py manually).
Expected outputs under the same run directory:
citation_network.gexf (import into Gephi)network_metrics.json (node/edge counts, density, etc.)citation_network.html (open in a browser)source/target (DOI preferred; otherwise a unique, consistent title string).source -> target.source and target columns.id,title,authors,year,doi
10.1234/abcd.1,Paper A,"Zhang, Wei; Li, Ming",2021,10.1234/abcd.1
10.1234/abcd.2,Paper B,"Wang, Fang",2019,10.1234/abcd.2python scripts/init_run.py before an execution to create a new run directory.outputs/runs/<timestamp>/.outputs/runs/.network_metrics.json (e.g., node/edge counts, density).input_encoding in config.json if available.source/target columns.references/data-cleaning-checklist.mdreferences/network-metrics-notes.mdreferences/README.md| Field | Required | Format/Source | Example | If Missing |
|---|---|---|---|---|
| User task description | Yes | Text | Research question, writing goal, analysis objective | Stop and ask user to provide |
| Primary input material | Depends on task | Text, file path, ID, table, or literature | PMID, PDF, CSV, DOCX, keywords, etc. | Specify which material type is missing |
| Output preference | No | Text | Language, format, target journal, template | Use skill default format |
This skill accepts requests that match the documented purpose of citation-network and include enough context to complete the workflow safely.
Do not continue the workflow when the request is out of scope, missing a critical input, or would require unsupported assumptions. Instead respond:
citation-networkonly handles its documented workflow. Please provide the missing required inputs or switch to a more suitable skill.
63c61d3
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.