🌐 Live: pages.sakane.dev/structural-gap-analysis/
このリポジトリは、坂根康之のプロフェッショナル・ポートフォリオとして公開しているインタラクティブ・インフォグラフィックのソースコードです。
「市場が持つ認識(As Is)」と「実際の活動・能力(To Be)」の間にある**構造的断絶(THE VOID)**を4層アーキテクチャで可視化し、その断絶を解消するメカニズム(EMVIS・CCBR・ESI)を探索できます。
- インタラクティブSVGマップ — 13ノードをクリックして各要素の意味・相関・タイムラインを探索
- 日本語 / 英語 切り替え — 右上ボタンで即時言語切り替え(設定はlocalStorageに保存)
- AIチャットアシスタント — Gemini APIを使用した坂根康之に関するQ&Aチャットボット
- 静的RAG — EMVIS・CCBR・ESIなどの詳細情報をナレッジベースから動的に検索して回答
- レスポンシブデザイン — モバイル・デスクトップ対応
structural-gap-analysis/
├── index.html # メインページ(i18n・チャットUI統合)
├── knowledge.js # RAGナレッジベース(坂根康之の情報チャンク)
└── README.md # このファイル
| Layer | 内容 |
|---|---|
| Layer 1 — AS IS | 市場が認識している坂根のラベル(Security Specialist / Tech Risk Advisor / PM) |
| Layer 2 — Hidden Substrate | 履歴書には現れない26年間の知的基盤(認知科学・物理学・行動経済学・歴史学) |
| Layer 3 — Transformation Engine | THE VOID(認識の断絶)とそれが生む3つの構造的矛盾、および解消メカニズム(EMVIS・CCBR・ESI) |
| Layer 4 — TO BE | 向かうべき姿(Structural Architect / Chief Decision Architect / Sovereign Venture Partner) |
- Google AI Studio でGemini APIキーを取得
- サイトの右下チャットボタン(🤖)をクリック
- モーダルにAPIキーを入力して保存
- キーはブラウザの
localStorageにのみ保存され、外部には送信されません
- EMVIS (Enhanced Micro-Validation Intelligence System) — 日本市場のPoC地獄を解消するAI駆動型意思決定OS。詳細: ホワイトペーパー
- CCBR (Cyber Security Background Radiation Theory) — 宇宙背景放射のアナロジーによる次世代サイバーセキュリティ理論。詳細: Gammaスライド
- ESI (Executive Structural Intelligence) — 意思決定OSを再設計する認知アーキテクチャフレームワーク
This repository contains the source code for an interactive infographic published as Yasuyuki Sakane's professional portfolio.
It visualizes the structural gap (THE VOID) between how the market perceives Sakane (As Is) and his actual activities and capabilities (To Be) through a 4-layer architecture — and lets visitors explore the mechanisms (EMVIS, CCBR, ESI) that resolve this gap.
- Interactive SVG Map — Click 13 nodes to explore each element's meaning, correlations, and timeline
- Japanese / English Toggle — Instant language switching via top-right button (preference saved to localStorage)
- AI Chat Assistant — Gemini API-powered Q&A chatbot about Yasuyuki Sakane
- Static RAG — Dynamically retrieves relevant chunks from knowledge base to answer questions about EMVIS, CCBR, ESI, and career history
- Responsive Design — Mobile and desktop compatible
structural-gap-analysis/
├── index.html # Main page (i18n + chat UI integrated)
├── knowledge.js # RAG knowledge base (chunked information about Yasuyuki Sakane)
└── README.md # This file
| Layer | Content |
|---|---|
| Layer 1 — AS IS | Labels the market associates with Sakane (Security Specialist / Tech Risk Advisor / PM) |
| Layer 2 — Hidden Substrate | 26 years of intellectual foundations invisible on a resume (Cognitive Science, Physics, Behavioral Economics, History/Asimov) |
| Layer 3 — Transformation Engine | THE VOID (perceptual gap) and the 3 structural contradictions it generates, plus resolution mechanisms (EMVIS, CCBR, ESI) |
| Layer 4 — TO BE | Target identity (Structural Architect / Chief Decision Architect / Sovereign Venture Partner) |
- Obtain a Gemini API key from Google AI Studio
- Click the chat button (🤖) at the bottom-right of the site
- Enter your API key in the modal and save
- The key is stored only in your browser's
localStorageand never transmitted externally
- EMVIS (Enhanced Micro-Validation Intelligence System) — AI-driven decision intelligence OS eliminating Japan's PoC Trap. Details: Whitepaper
- CCBR (Cyber Security Background Radiation Theory) — Next-generation cybersecurity theory inspired by Cosmic Microwave Background Radiation. Details: Gamma Slide Deck
- ESI (Executive Structural Intelligence) — Cognitive architecture framework for redesigning the decision-making OS
- Vanilla HTML / CSS / JavaScript (zero dependencies, GitHub Pages compatible)
- Gemini API (
gemini-2.5-flash-lite) for AI chat - Static RAG via keyword + tag matching against
knowledge.js - Google Fonts: Syne + Noto Sans JP
Yasuyuki Sakane (坂根康之)
📧 yasuyuki@sakane.dev 🌐 www.sakane.dev / en.sakane.dev 📄 cv.sakane.dev 💼 linkedin.com/in/yasuyukis 🐙 github.com/sakane-dev
© 2026 Yasuyuki Sakane. All rights reserved.