Skip to content

Add CITATION.cff for academic citations#257

Closed
yurekami wants to merge 1 commit intodeepseek-ai:mainfrom
yurekami:add-citation
Closed

Add CITATION.cff for academic citations#257
yurekami wants to merge 1 commit intodeepseek-ai:mainfrom
yurekami:add-citation

Conversation

@yurekami
Copy link
Contributor

Summary

Add Citation File Format (CFF) metadata to enable proper academic citations of DeepGEMM.

Features:

  • Structured metadata: Author, title, license, keywords
  • GitHub integration: Enables the "Cite this repository" button in the sidebar
  • Standard format: CFF 1.2.0 specification
  • Keywords: GEMM, CUDA, FP8, BF16, MoE, deep learning, etc.

How it works

After merge, GitHub will show a "Cite this repository" option that generates citations in:

  • BibTeX format
  • APA format

Example BibTeX output:

@software{deepseek_deepgemm,
  author = {{DeepSeek AI}},
  title = {DeepGEMM},
  url = {https://github.com/deepseek-ai/DeepGEMM},
  license = {MIT}
}

Test plan

🤖 Generated with Claude Code

Add Citation File Format (CFF) metadata to enable proper academic
citations of DeepGEMM. This file:

- Provides structured citation metadata
- Enables GitHub's "Cite this repository" feature
- Includes project description and keywords
- Links to repository and DeepSeek website

Researchers can now easily cite DeepGEMM in their papers using
standard citation formats (BibTeX, APA, etc.) generated from
this metadata.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <[email protected]>
@zheanxu zheanxu closed this Jan 16, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants