Skip to content

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]>
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.

1 participant