From 1451503f56aff8871af459b3eb9887af298fadb4 Mon Sep 17 00:00:00 2001 From: Vasilev Dmitrii Date: Thu, 14 May 2026 05:36:56 +0000 Subject: [PATCH] feat(citation): add CITATION.cff for Zenodo Sentinel B-21 Adds CITATION.cff with title=Flos Aureus monograph, DOI 10.5281/zenodo.19227877, ORCID 0009-0008-4294-6159. Resolves Zenodo Sentinel red (PASS-17 finding): missing CITATION.cff on trios + trios-trainer-igla. Refs: gHashTag/trios#264 (Throne meta-issue) Anchor: phi^2 + phi^-2 = 3 --- CITATION.cff | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 CITATION.cff diff --git a/CITATION.cff b/CITATION.cff new file mode 100644 index 0000000000..4114025343 --- /dev/null +++ b/CITATION.cff @@ -0,0 +1,23 @@ +cff-version: 1.2.0 +message: "If you use this monograph or its software in research, please cite it as below." +title: "Flos Aureus / GOLDEN SUNFLOWERS · Trinity S³AI PhD Monograph" +abstract: "Flos Aureus is the PhD monograph of the Trinity S³AI / GOLDEN SUNFLOWERS research programme. It covers ternary neural networks (HSLM-1.95M), the GF16 ternary matmul, the IGLA architecture-search race, the trios training pipeline, the Coq-verified anchor identity phi^2 + phi^-2 = 3, and the FPGA / Tiny-Tapeout silicon path. Canonical Zenodo source of truth (community level): https://zenodo.org/communities/trinity-s3ai/ (12 records: 8 v5.0 description stubs B001-B008 + 4 D-series D004-D007). Statistical evaluation methodology is described in the monograph; per-experiment results are reported per-chapter." +authors: + - family-names: "Vasilev" + given-names: "Dmitrii" + orcid: "https://orcid.org/0009-0008-4294-6159" + affiliation: "Trinity Research Collective" +version: 6.0.0 +doi: 10.5281/zenodo.19227877 +date-released: 2026-05-14 +url: "https://github.com/gHashTag/trios" +repository-code: "https://github.com/gHashTag/trios" +license: MIT +license-url: "https://opensource.org/licenses/MIT" +keywords: + - "ternary neural networks" + - "PhD monograph" + - "Trinity S3AI" + - "GF16 matmul" + - "IGLA architecture search" + - "phi^2 + phi^-2 = 3"