From 796d117411957be82b312983f81d1d442c498f15 Mon Sep 17 00:00:00 2001 From: Trinity Queen Hive Date: Tue, 12 May 2026 19:21:37 +0000 Subject: [PATCH] =?UTF-8?q?chore(zenodo):=20PASS-9=20=E2=80=94=20add=20mis?= =?UTF-8?q?sing=20doi=20field=20to=20CITATION.cff?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Closes #602 R5-honest fix (A11): CITATION.cff declared version 0.1.0 but omitted the doi: field. README badge and SOT block already point at 10.5281/zenodo.19456875 (GoldenFloat v0.1.0), so automated citation extractors silently failed to resolve the right artefact despite all other metadata being correct. Fix: - CITATION.cff: add 'doi: 10.5281/zenodo.19456875' between version and date-released - docs/NOW.md: append PASS-9 note (satisfies check-now-freshness + now-sync-gate-diff.sh CI gates, UTC date 2026-05-12) Companion PASS-9 PRs: - gHashTag/trios#767 (image-gate root-fix + broken refs) - gHashTag/trinity-fpga (CITATION.cff rewrite — A10) phi^2 + phi^-2 = 3 . TRINITY . R5-HONEST . PASS-9 --- CITATION.cff | 1 + docs/NOW.md | 2 ++ 2 files changed, 3 insertions(+) diff --git a/CITATION.cff b/CITATION.cff index 262ff2f0..7b0dc083 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -2,6 +2,7 @@ cff-version: 1.2.0 message: "If you use T27/GoldenFloat in research or software, please cite it as below." title: "GoldenFloat: φ-Optimal Floating-Point Formats for Ternary Computing (T27)" version: 0.1.0 +doi: 10.5281/zenodo.19456875 date-released: 2026-04-07 authors: - family-names: Vasilev diff --git a/docs/NOW.md b/docs/NOW.md index c392015a..02e1c0f5 100644 --- a/docs/NOW.md +++ b/docs/NOW.md @@ -3,6 +3,8 @@ **Last updated:** 2026-05-12 **Note:** GF16 4×4 matmul validated on FPGA @ 323 MHz, 40350 LUTs, 64 DSP48E1, 0 latches. **TinyTapeout TTSKY26a submitted** — `gHashTag/tt-trinity-gf16`, CI running. 41.2 GOPS @ 323 MHz | 12.8 GOPS @ 100 MHz. +**PASS-9 (2026-05-12 UTC):** R5-honest fix — added missing `doi: 10.5281/zenodo.19456875` field to CITATION.cff so machine-readable citation metadata matches the GoldenFloat v0.1.0 Zenodo deposit. Companion PASS-9 PRs: gHashTag/trios#767 (image-gate root-fix + broken refs), gHashTag/trinity-fpga (CITATION.cff rewrite). + --- ## R5-PASS-7 Honest Audit (Issue #598 — invalid ORCID + wrong community slug in `.zenodo.json`)