개요

triadic_detection_index.svg.md

Vector Index Glyph (v1.0)#

<?xml version="1.0" encoding="UTF-8"?>
<svg width="240" height="240" viewBox="0 0 240 240" xmlns="http://www.w3.org/2000/svg">
 
  <!-- Background -->
  <rect width="240" height="240" fill="white"/>
 
  <!-- Outer Ring (Detection Substrate) -->
  <circle cx="120" cy="120" r="110" stroke="#222" stroke-width="6" fill="none"/>
 
  <!-- Supersphere Triads (9-head) -->
  <g fill="#444">
    <!-- Top triad -->
    <circle cx="120" cy="55" r="10"/>
    <circle cx="95" cy="70" r="10"/>
    <circle cx="145" cy="70" r="10"/>
 
    <!-- Middle triad -->
    <circle cx="120" cy="120" r="10"/>
    <circle cx="95" cy="105" r="10"/>
    <circle cx="145" cy="105" r="10"/>
 
    <!-- Bottom triad -->
    <circle cx="120" cy="185" r="10"/>
    <circle cx="95" cy="170" r="10"/>
    <circle cx="145" cy="170" r="10"/>
  </g>
 
  <!-- Triadic Geometry (3-head core) -->
  <g fill="#000">
    <circle cx="120" cy="120" r="14"/>
    <circle cx="85" cy="120" r="14"/>
    <circle cx="155" cy="120" r="14"/>
  </g>
 
  <!-- Industrial Array Grid (27-head hint) -->
  <g stroke="#999" stroke-width="2">
    <line x1="60" y1="40" x2="180" y2="40"/>
    <line x1="60" y1="120" x2="180" y2="120"/>
    <line x1="60" y1="200" x2="180" y2="200"/>
 
    <line x1="60" y1="40" x2="60" y2="200"/>
    <line x1="120" y1="40" x2="120" y2="200"/>
    <line x1="180" y1="40" x2="180" y2="200"/>
  </g>
 
  <!-- RTT Structural Envelope -->
  <polygon points="120,80 150,120 120,160 90,120"
           stroke="#0066cc" stroke-width="4" fill="none"/>
 
  <!-- Label -->
  <text x="120" y="225" font-size="18" text-anchor="middle" fill="#222">
    Triadic Detection Architecture
  </text>
 
</svg>

Meaning of the Glyph#

Outer Ring#

Represents the Detection Substrate — the full architecture boundary.

Supersphere (9‑head)#

Three triads × three layers, showing multi‑layer coherence.

Triadic Core (3‑head)#

The fundamental geometry required for RTT coherence.

Industrial Array Grid (27‑head hint)#

A subtle structural grid indicating the industrial‑grade array.

RTT Structural Envelope#

The diamond‑shaped polygon represents structural inference (coherence → clustering → envelope).

Label#

Canonical module identity.


If you want, we can also generate:

  • triadic_detection_index_dark.svg (dark‑theme variant)
  • triadic_detection_frontdoor.svg (front‑door glyph)
  • triadic_detection_supersphere.svg (full supersphere vector)