File size: 3,468 Bytes
338277b
d9a6abb
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
338277b
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
<!doctype html>
<html lang="en">
<head>
  <meta charset="utf-8" />
  <meta name="viewport" content="width=device-width, initial-scale=1" />
  <title>HIR/OAM Wardenclyffe Technical Bridge Layer v0.1</title>
  <link rel="stylesheet" href="styles.css" />
</head>
<body>
  <main class="wrap">
    <section class="hero">
      <div class="eyebrow">Bounded public review artifact</div>
      <h1>Wardenclyffe Technical Bridge Layer</h1>
      <p class="subtitle">A derived-only HIR/OAM method layer connecting Wardenclyffe geophysical structure, Tesla technical apparatus language, and simulator-ready export rules without making free-energy or completed-transmission claims.</p>
      <div class="status-row">
        <span class="pill green">HF static-ready</span>
        <span class="pill green">Derived-only</span>
        <span class="pill yellow">Gate status: mixed</span>
        <span class="pill red">No free-energy claim</span>
      </div>
      <div class="mono" id="trk"></div>
    </section>

    <section class="grid">
      <article class="card span-8">
        <h2>Bridge schema</h2>
        <img class="schema" src="assets/bridge_schema.svg" alt="Wardenclyffe Technical Bridge schema" />
      </article>
      <article class="card span-4">
        <h2>Honesty-Origin rule</h2>
        <p class="rule">Honesty is the origin of truth. Truth language is downstream of provenance, reproducibility, source boundary, uncertainty, and correction.</p>
        <h3>This package does not include</h3>
        <p class="muted">No PDFs, no raw source text, no web-diagram redistribution. Only derived metadata, hashes, atoms, edge rules, export rules, and receipts.</p>
      </article>

      <article class="card span-12">
        <h2>Source stack</h2>
        <div class="source-list" id="sources"></div>
      </article>

      <article class="card span-12">
        <h2>Derived atoms</h2>
        <p class="muted">Filter the atom layer by source lane. Summaries are derived/paraphrased and include gate status.</p>
        <div class="tabs" id="tabs"></div>
        <div class="atoms" id="atoms"></div>
      </article>

      <article class="card span-6">
        <h2>Gate posture</h2>
        <div id="gates"></div>
      </article>
      <article class="card span-6">
        <h2>Export boundary</h2>
        <p class="muted">Only bounded variables are exported toward a future Earth-Field Coupling Harness. Unsupported conclusions stay blocked.</p>
        <ul id="blocked" class="edge-list"></ul>
      </article>

      <article class="card span-6">
        <h2>Edge construction rules</h2>
        <ul id="edges" class="edge-list"></ul>
      </article>
      <article class="card span-6">
        <h2>Simulator-ready variables</h2>
        <ul id="exports" class="edge-list"></ul>
      </article>

      <article class="card span-12">
        <h2>Claim boundary</h2>
        <p>This artifact prepares a technical bridge. It does not claim that Wardenclyffe operated as intended, does not prove usable Earth-field energy extraction, and does not transform a simulator variable into a physical-device claim.</p>
        <a class="btn" href="NOTICE_SOURCE_BOUNDARY.md">Open source-boundary notice</a>
      </article>
    </section>

    <footer class="footer">Created and Developed by Collin D. Weber. HIR/OAM Wardenclyffe Technical Bridge Layer v0.1.</footer>
  </main>
  <script src="data.js"></script>
  <script src="app.js"></script>
</body>
</html>