CoolFace
Apppublic

HirModel/wardenclyffe-technical-bridge-layer

sourceHugging Facecc-by-nc-sa-4.0updated 4mo agoView on Hugging Face
0likes
index.html80 linesDownload Raw Back to root
1<!doctype html>2<html lang="en">3<head>4  <meta charset="utf-8" />5  <meta name="viewport" content="width=device-width, initial-scale=1" />6  <title>HIR/OAM Wardenclyffe Technical Bridge Layer v0.1</title>7  <link rel="stylesheet" href="styles.css" />8</head>9<body>10  <main class="wrap">11    <section class="hero">12      <div class="eyebrow">Bounded public review artifact</div>13      <h1>Wardenclyffe Technical Bridge Layer</h1>14      <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>15      <div class="status-row">16        <span class="pill green">HF static-ready</span>17        <span class="pill green">Derived-only</span>18        <span class="pill yellow">Gate status: mixed</span>19        <span class="pill red">No free-energy claim</span>20      </div>21      <div class="mono" id="trk"></div>22    </section>23 24    <section class="grid">25      <article class="card span-8">26        <h2>Bridge schema</h2>27        <img class="schema" src="assets/bridge_schema.svg" alt="Wardenclyffe Technical Bridge schema" />28      </article>29      <article class="card span-4">30        <h2>Honesty-Origin rule</h2>31        <p class="rule">Honesty is the origin of truth. Truth language is downstream of provenance, reproducibility, source boundary, uncertainty, and correction.</p>32        <h3>This package does not include</h3>33        <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>34      </article>35 36      <article class="card span-12">37        <h2>Source stack</h2>38        <div class="source-list" id="sources"></div>39      </article>40 41      <article class="card span-12">42        <h2>Derived atoms</h2>43        <p class="muted">Filter the atom layer by source lane. Summaries are derived/paraphrased and include gate status.</p>44        <div class="tabs" id="tabs"></div>45        <div class="atoms" id="atoms"></div>46      </article>47 48      <article class="card span-6">49        <h2>Gate posture</h2>50        <div id="gates"></div>51      </article>52      <article class="card span-6">53        <h2>Export boundary</h2>54        <p class="muted">Only bounded variables are exported toward a future Earth-Field Coupling Harness. Unsupported conclusions stay blocked.</p>55        <ul id="blocked" class="edge-list"></ul>56      </article>57 58      <article class="card span-6">59        <h2>Edge construction rules</h2>60        <ul id="edges" class="edge-list"></ul>61      </article>62      <article class="card span-6">63        <h2>Simulator-ready variables</h2>64        <ul id="exports" class="edge-list"></ul>65      </article>66 67      <article class="card span-12">68        <h2>Claim boundary</h2>69        <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>70        <a class="btn" href="NOTICE_SOURCE_BOUNDARY.md">Open source-boundary notice</a>71      </article>72    </section>73 74    <footer class="footer">Created and Developed by Collin D. Weber. HIR/OAM Wardenclyffe Technical Bridge Layer v0.1.</footer>75  </main>76  <script src="data.js"></script>77  <script src="app.js"></script>78</body>79</html>80