| name | citation-management |
| description | Standards for academic citation and findings connected papers |
Citation Management Skill
Overview
Managing citations is crucial for academic integrity and reproducibility.
Citation Formats
BibTeX (Standard)
@article{vaswani2017attention,
title={Attention is all you need},
author={Vaswani, Ashish and others},
journal={Advances in neural information processing systems},
volume={30},
year={2017}
}
The Snowball Method
- Start with 1-3 highly relevant "seed" papers.
- Scan their references (backward) and citations (forward).
- Add relevant papers to the candidate list.
- Repeat until no new relevant concepts appear (Saturation).