HomeDocs-Technical WhitePaper51-Pipeline Card Template v1.0

Chapter 2 — Terms & Symbols (Pipeline Minimal Set)


I. Core Objects & Topology


II. Data & Path (when path quantities are involved)

For path quantities the text must explicitly show gamma(ell) and d ell, and the data side must record delta_form ∈ {general, factored}.


III. References & Units


IV. KPIs & Quality


V. Control & UQ Propagation


VI. Idempotency & Faults


VII. Quality Gates (pipeline-level)


VIII. Style & Conflict Names


IX. Machine-Readable Snippets (minimal)
A. Stage spec stage.yaml

version: "1.0.0"

stage:

id: "stage-30-arrival"

inputs: ["path.gamma_ell","path.d_ell","medium.n_eff_profile","ref.c_ref"]

outputs: ["obs.T_arr"]

control:

form: "T_arr = ∫ ( n_eff / c_ref ) d ell"

delta_form: "general"

quality_gates: ["G1","G3","G4"]

see:

- "EFT.WP.Core.Equations v1.1:S20-1"

- "EFT.WP.Core.Metrology v1.0:check_dim"

B. Pipeline graph pipeline_graph.json (excerpt)

{

"nodes":[{"id":"ingest"},{"id":"calibrate"},{"id":"arrival"}],

"edges":[{"from":"ingest","to":"calibrate"},{"from":"calibrate","to":"arrival"}],

"idempotency_key":"run_id+partition"

}


C. Validation report validate_report.json (excerpt)

JSON json
{
  "gates": {
    "G1": true,
    "G2": 0.93,
    "G3": true,
    "G4": true,
    "G5": true,
    "G6": true,
    "G7": true,
    "G8": true
  }
}

X. Normative Examples


XI. Results & References


Copyright & License (CC BY 4.0)

Copyright: Unless otherwise noted, the copyright of “Energy Filament Theory” (text, charts, illustrations, symbols, and formulas) belongs to the author “Guanglin Tu”.
License: This work is licensed under the Creative Commons Attribution 4.0 International (CC BY 4.0). You may copy, redistribute, excerpt, adapt, and share for commercial or non‑commercial purposes with proper attribution.
Suggested attribution: Author: “Guanglin Tu”; Work: “Energy Filament Theory”; Source: energyfilament.org; License: CC BY 4.0.

First published: 2025-11-11|Current version:v5.1
License link:https://creativecommons.org/licenses/by/4.0/