OBSERVATION STAGE / 観測台

Change the strand, then watch what remains. 情報片を変えて、残り方を眺めます。

SPECIMEN 031 / VISUAL ONLY
NO DNA INPUT / NO DIAGNOSIS / LOCAL CANVAS
LOCAL OBSERVATION / 端末内観測
CLICK SEGMENT / 片を選択

HOW TO OBSERVE / 使い方

Touch the signal like a specimen, not a real genome. / 標本みたいに触るだけ。

  1. SELECT / 選ぶClick a glowing block. / 光る片をクリックします。
  2. CHANGE / 変えるMutate, delete, copy, flip, or recombine. / 変異・欠損・複製・反転・組換えを試します。
  3. REPAIR / 落ち着かせるUse repair to steady the pattern. / 修復で模様を少し静かにします。
  4. SAVE / 残すPNG save records the current canvas only. / PNG保存は今見えているキャンバスだけを残します。

FOR CURIOUS OBSERVERS / 観測者へ

Imagine a folded message / 折りたたまれたメッセージ

The blocks can copy, vanish, flip, trade places, or calm down after repair. / 片は増えたり、欠けたり、反転したり、組み換わったり、修復で静かになります。

SCOPE / 範囲

Visual simulation only / 視覚シミュレーションのみ

This is not a medical, biological, diagnostic, or genome analysis tool. / 医療、診断、生物学的解析、ゲノム解析のための道具ではありません。

LOCAL-FIRST / 端末内

Browser-contained experiment / ブラウザ内の試作

All structures, event history, and canvas rendering stay inside this browser session. / 生成した構造やログはこのブラウザ内だけで扱われます。

SIMPLIFIED LOGIC / 簡易式

Small rules behind the display / 表示の裏側にある簡単なルール

stability = clamp(1 - mutationCount / maxMutation, 0, 1) density = sum(segment.density) / segmentCount P(mutation) = mutationRate * (1 - stability) opacity(t) = exp(-lambda * t) y = sin(x * frequency + time * speed) * amplitude repair = lerp(segment.stability, 1, repairStrength)