Skip to content

Add CITATION.cff so GitHub shows "Cite this repository" - #3

Merged
RAFAELDCOELHO merged 1 commit into
mainfrom
cursor/add-citation-cff-297e
Sep 1, 2026
Merged

Add CITATION.cff so GitHub shows "Cite this repository"#3
RAFAELDCOELHO merged 1 commit into
mainfrom
cursor/add-citation-cff-297e

Conversation

@RAFAELDCOELHO

Copy link
Copy Markdown
Owner

Summary

Adds a CITATION.cff file at the repo root so GitHub displays the "Cite this repository" widget. Docs-only change; no Python, tests, README, LICENSE, or Makefile touched.

Details

The file follows the same style as RAFAELDCOELHO/PersonaCore's CITATION.cff, with all metadata sourced from verifiable facts:

  • license: MIT — matches the repository's GitHub SPDX license.
  • date-released: 2026-07-28 — the repo's GitHub created_at date, which also matches the date of the v1.0 git tag.
  • version: "1.0" — read from the existing v1.0 git tag (the README also states "Closed at v1.0").
  • abstract — taken from the repo's public description; every claim is already in this repo's README.
  • keywords — limited to what is true of this repo (from-scratch autograd, NumPy tensors, Transformer/GPT primitives, gradcheck, numerical parity against PyTorch).

No ORCID, DOI, identifiers, or preferred-citation were added. The YAML parses cleanly.

Open in Web Open in Cursor 

Co-authored-by: RAFAELDCOELHO <RAFAELDCOELHO@users.noreply.github.com>
@RAFAELDCOELHO
RAFAELDCOELHO merged commit 8ceef92 into main Sep 1, 2026
1 check passed
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