HomeDocs-Technical WhitePaper56-Report-Level Methods Appendix Template v1.0

Chapter 3 Report Structure (Human-Readable + Machine-Readable)


I. Chapter Goals & Scope (Mandatory)


II. Human Structure (fixed order, Mandatory)


III. Machine Structure (fields & minimums, Mandatory)


IV. Field & Constraint List (copy-ready)

Field Path

Type

Required

Constraints & Caliber

method.name

string

Yes

1–80 chars

method.scope.in/out

string

Yes

Explicit input/output domains

anchors.{S,P,M,I}

list

No

"Volume vX.Y:Anchor"

math.statements[]

list

Yes

Inline backticks; include main equations

math.path / math.measure

string

Mandatory

gamma(ell) / d ell

math.symbols[]

list

Yes

triplets name/unit/dim

math.check_dim

bool

Yes

true

algo.pseudocode

text

Yes

executable-level pseudocode

algo.complexity.{time,space}

string

No

O(·)

data.datasets[]

list

Yes

name@version

evaluation.gates_hard[]

list

Rec.

gate_* naming

evaluation.stats.{method,ci}

obj

Yes

e.g., bootstrap/95%

uncertainty.discount.k_sigma

number

No

default 1.0

impl.api[]/functions[]

list

No

endpoints & prototypes

reproducibility.container

string

Yes

image@sha256:…

reproducibility.scripts[]

list

Yes

script@commit

artifacts[]

list

Yes

yaml/json/pdf

risks.triggers[]

list

No

trigger expressions

risks.success_gates[]

list

No

restoration hard gates

references.see[]

list

Yes

machine-parsable


V. Machine Schema (YAML; JSON-equivalent, Mandatory)

method:

name: ""

scope: { in: "", out: "", non_goals: [] }

anchors: { S: [], P: [], M: [], I: [] }

math:

statements:

- "T_arr = ( ∫ ( n_eff / c_ref ) d ell )"

path: "gamma(ell)"

measure: "d ell"

symbols:

- { name: "n_eff", unit: "1", dim: "1" }

- { name: "c_ref", unit: "m·s^-1", dim: "L T^-1" }

check_dim: true

algo:

pseudocode: |

# steps...

complexity: { time: "O()", space: "O()" }

data:

datasets: ["cmb_set_v3@v3", "lens_v1@v1"]

sampling: "stratified"

controls: ["region", "band"]

metrology:

units: ["s","m","kg"]

calibration: ["Mx-*"]

error_sources: ["instrument","numerical"]

evaluation:

metrics:

- { name: "gate_accuracy", direction: "↑" }

- { name: "gate_latency", direction: "↓" }

gates_hard: ["gate_accuracy>=0.99@7d"]

gates_soft: ["unit_cost<=1.0x@30d"]

stats: { method: "bootstrap", ci: "95%" }

uncertainty:

discount: { k_sigma: 1.0, formula: "s' = clamp(s - k*sigma, 0, 1)" }

ablation:

plan: ["remove_component_X","freeze_param_Y"]

highlights: []

impl:

api: ["/api/v1/methods/{name}/evaluate"]

functions: ["evaluate_method(req: EvalReq) -> EvalReport"]

compatibility: { version_range: "[1.0,2.0)", fallback: "adapter_v1" }

reproducibility:

container: "registry/replay:2025.09@sha256:…"

scripts: ["arrive_time_check.py@a1b2c3"]

repro_cmd: "docker run … replay --suite arrive_time_check.py --dataset cmb_set_v3@v3"

risks:

triggers: ["gate_accuracy<0.98@7d","compat_rate<0.99@replay"]

success_gates: ["gate_accuracy>=0.99@24h","compat_rate>=0.995@replay"]

artifacts: ["yaml","json","pdf"]

references:

see:

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

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

- "EFT.WP.Core.DataSpec v1.0:I30-2"


VI. Human × Machine Mapping (Mandatory)

Human Section

Machine Field

Validation Focus

Method name & positioning

method.name, method.scope.*

Clear one-sentence definition; complete IO domains

Theory essentials (S/P)

anchors.{S,P}

Anchors point to chapter/section IDs

Math & symbols

math.statements[], math.symbols[]

Inline backticks; units/dims complete

Path & measure

math.path, math.measure

gamma(ell) and d ell explicit

Metrology & calibration

metrology.*, math.check_dim

check_dim=true; calibration chain complete

Evaluation & gates

evaluation.*

gate_* naming; windows & thresholds aligned

Uncertainty

uncertainty.*

CI and discount policy explicit

Implementation binding

impl.*

API/prototypes/compatibility complete

Repro & artifacts

reproducibility.*, artifacts[]

Container/scripts/command/hashes present

Risks & rollback

risks.*

Triggers and restoration gates closed-loop

Citation style

references.see[]

Parsable Volume+Version+Anchor


VII. Minimal Sample (human abstract × machine snippet, Mandatory)

  1. Human abstract:
    • Use the general form: T_arr = ( ∫ ( n_eff / c_ref ) d ell ); path gamma(ell) is the observation segment and d ell the arc-length element; check_dim=true.
    • Hard gate: gate_accuracy>=0.99@7d; soft gate: unit_cost<=1.0x@30d.
  2. Machine snippet (merge into the schema positions):

math:

statements: ["T_arr = ( ∫ ( n_eff / c_ref ) d ell )"]

path: "gamma(ell)"

measure: "d ell"

symbols:

- { name: "n_eff", unit: "1", dim: "1" }

- { name: "c_ref", unit: "m·s^-1", dim: "L T^-1" }

check_dim: true

evaluation:

gates_hard: ["gate_accuracy>=0.99@7d"]

gates_soft: ["unit_cost<=1.0x@30d"]


VIII. Validation Rules (regex/consistency, Mandatory)


IX. Citation & Cross-Reference Style (Mandatory)

; every EFT.WP.* must carry explicit version and anchor, and a machine-readable list must be provided in references.see[].“See 《 vX.Y》 Ch.x S/P/M/I…”Fixed format:

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/