このスキルは、研究者が論文を見つけ、メタデータを抽出し、適切にフォーマットされたBibTeXエントリを生成するのに役立ちます。既存の引用を検証し、科学論文の執筆と出版における参照の正確性を確保します。
スキルZIPをダウンロード
Claudeでアップロード
設定 → 機能 → スキル → スキルをアップロードへ移動
オンにして利用開始
テストする
「citation-management」を使用しています。 Convert 10.1038/nature12345 to BibTeX
期待される結果:
- @article{Author2024keyword,
- author = {Lastname, Firstname},
- title = {Paper Title Here},
- journal = {Nature},
- year = {2024},
- volume = {615},
- pages = {123--145},
- doi = {10.1038/nature12345}
- }
「citation-management」を使用しています。 Search for papers on machine learning protein folding
期待される結果:
- Found 50 results from PubMed:
- - Author2023, 'Deep Learning for Protein Structure Prediction', Nature Methods
- - Author2022, 'AlphaFold2 Performance Analysis', Science
- - Author2024, 'Machine Learning in Structural Biology', Cell
- Extracted metadata and generated BibTeX entries saved to ml_proteins.bib
セキュリティ監査
低リスクLegitimate academic citation management tool. Static analysis produced 1131 false positives by misinterpreting markdown code blocks as shell commands, list comprehensions as obfuscation, and documentation as network reconnaissance. Actual Python scripts make authorized API calls to public academic databases (CrossRef, PubMed, arXiv) for metadata retrieval.
リスク要因
🌐 ネットワークアクセス (3)
📁 ファイルシステムへのアクセス (2)
品質スコア
作れるもの
原稿の文献目録作成
論文や学位論文用に、データベースを検索し、メタデータを抽出し、引用 готовなBibTeXエントリを生成します。
文献レビュー引用追跡
一貫したフォーマットを維持しながら、文献レビューの引用を見つけて整理します。
既存の参考文献の検証
原稿提出前に、BibTeXファイルのエラー、壊れたDOI、重複エントリを確認します。
これらのプロンプトを試す
Convert this DOI to a properly formatted BibTeX entry: 10.1038/s41586-021-03819-2
Search PubMed for recent papers on CRISPR gene editing published since 2020. Extract metadata and generate BibTeX entries.
Validate my BibTeX file at references.bib. Check for missing fields, broken DOIs, and duplicates. Report any issues found.
Extract metadata from this list of DOIs and PMIDs and save them to a formatted BibTeX file.
ベストプラクティス
- 抽出されたメタデータは常に元の論文と比較して正確性を確認してください
- 最も信頼性の高いメタデータ取得のため、DOIを主要な識別子として使用してください
- 原稿提出前に完全な文献目録を検証してください
- バッチ処理時には適切なレート制限を設定してAPI調整を回避してください
回避
- 自動抽出を使用する代わりに、手動でBibTeXエントリを入力する
- 不足しているフィールドに関する検証警告を無視する
- ファイル間で矛盾した引用キー命名規則を使用する
- 最終的な引用検証を実行せずに原稿を提出する