Academic citation lookup and formatter. Given a fuzzy paper title (Chinese or English), searches CrossRef, Semantic Scholar, Baidu Scholar, and CNKI, then returns GB/T 7714, APA 7th, and MLA 9th formatted citations with source links.
Academic citation lookup and formatter. Given a fuzzy paper title or description (in Chinese or English), searches both Chinese and English academic databases, identifies the most likely paper, and returns formatted citations in GB/T 7714, APA, and MLA formats along with source links.
Use this skill when the user:
用法:直接描述或粘贴模糊文献标题
示例:帮我找一下 "注意力机制在自然语言处理中的应用" 这篇论文的引用格式
示例:find citation for "attention is all you need"
scripts/search_en.py — CrossRef + Semantic Scholar searchscripts/search_cn.py — Baidu Scholar + CNKI searchscripts/format_cite.py — Citation formatter (GB/T 7714, APA, MLA)scripts/run.py — Main entry point (orchestrates all steps)requests>=2.28.0
beautifulsoup4>=4.11.0
rapidfuzz>=3.0.0
Install: pip install requests beautifulsoup4 rapidfuzz