Includes graphify-out/ (interactive graph.html, GRAPH_REPORT.md, graph.json from Gemini-backed extraction) plus .graphifyignore/.gitignore scope config, alongside other pending working-tree changes. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
307 lines
233 KiB
HTML
307 lines
233 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<title>graphify - graphify-out/graph.html</title>
|
|
<script src="https://unpkg.com/vis-network@9.1.6/standalone/umd/vis-network.min.js"
|
|
integrity="sha384-Ux6phic9PEHJ38YtrijhkzyJ8yQlH8i/+buBR8s3mAZOJrP1gwyvAcIYl3GWtpX1"
|
|
crossorigin="anonymous"></script>
|
|
<style>
|
|
* { box-sizing: border-box; margin: 0; padding: 0; }
|
|
body { background: #0f0f1a; color: #e0e0e0; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; display: flex; height: 100vh; overflow: hidden; }
|
|
#graph { flex: 1; }
|
|
#sidebar { width: 280px; background: #1a1a2e; border-left: 1px solid #2a2a4e; display: flex; flex-direction: column; overflow: hidden; }
|
|
#search-wrap { padding: 12px; border-bottom: 1px solid #2a2a4e; }
|
|
#search { width: 100%; background: #0f0f1a; border: 1px solid #3a3a5e; color: #e0e0e0; padding: 7px 10px; border-radius: 6px; font-size: 13px; outline: none; }
|
|
#search:focus { border-color: #4E79A7; }
|
|
#search-results { max-height: 140px; overflow-y: auto; padding: 4px 12px; border-bottom: 1px solid #2a2a4e; display: none; }
|
|
.search-item { padding: 4px 6px; cursor: pointer; border-radius: 4px; font-size: 12px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
|
|
.search-item:hover { background: #2a2a4e; }
|
|
#info-panel { padding: 14px; border-bottom: 1px solid #2a2a4e; min-height: 140px; }
|
|
#info-panel h3 { font-size: 13px; color: #aaa; margin-bottom: 8px; text-transform: uppercase; letter-spacing: 0.05em; }
|
|
#info-content { font-size: 13px; color: #ccc; line-height: 1.6; }
|
|
#info-content .field { margin-bottom: 5px; }
|
|
#info-content .field b { color: #e0e0e0; }
|
|
#info-content .empty { color: #555; font-style: italic; }
|
|
.neighbor-link { display: block; padding: 2px 6px; margin: 2px 0; border-radius: 3px; cursor: pointer; font-size: 12px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; border-left: 3px solid #333; }
|
|
.neighbor-link:hover { background: #2a2a4e; }
|
|
#neighbors-list { max-height: 160px; overflow-y: auto; margin-top: 4px; }
|
|
#legend-wrap { flex: 1; overflow-y: auto; padding: 12px; }
|
|
#legend-wrap h3 { font-size: 13px; color: #aaa; margin-bottom: 10px; text-transform: uppercase; letter-spacing: 0.05em; }
|
|
.legend-item { display: flex; align-items: center; gap: 8px; padding: 4px 0; cursor: pointer; border-radius: 4px; font-size: 12px; }
|
|
.legend-item:hover { background: #2a2a4e; padding-left: 4px; }
|
|
.legend-item.dimmed { opacity: 0.35; }
|
|
.legend-dot { width: 12px; height: 12px; border-radius: 50%; flex-shrink: 0; }
|
|
.legend-label { flex: 1; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
|
|
.legend-count { color: #666; font-size: 11px; }
|
|
#stats { padding: 10px 14px; border-top: 1px solid #2a2a4e; font-size: 11px; color: #555; }
|
|
#legend-controls { display: flex; align-items: center; gap: 8px; margin-bottom: 8px; padding: 4px 0; }
|
|
#legend-controls label { display: flex; align-items: center; gap: 6px; cursor: pointer; font-size: 12px; color: #aaa; user-select: none; }
|
|
#legend-controls label:hover { color: #e0e0e0; }
|
|
.legend-cb, #select-all-cb { appearance: none; -webkit-appearance: none; width: 14px; height: 14px; border: 1.5px solid #3a3a5e; border-radius: 3px; background: #0f0f1a; cursor: pointer; position: relative; flex-shrink: 0; }
|
|
.legend-cb:checked, #select-all-cb:checked { background: #4E79A7; border-color: #4E79A7; }
|
|
.legend-cb:checked::after, #select-all-cb:checked::after { content: ''; position: absolute; left: 3.5px; top: 1px; width: 4px; height: 7px; border: solid #fff; border-width: 0 2px 2px 0; transform: rotate(45deg); }
|
|
#select-all-cb:indeterminate { background: #4E79A7; border-color: #4E79A7; }
|
|
#select-all-cb:indeterminate::after { content: ''; position: absolute; left: 2px; top: 5px; width: 8px; height: 2px; background: #fff; border: none; transform: none; }
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<div id="graph"></div>
|
|
<div id="sidebar">
|
|
<div id="search-wrap">
|
|
<input id="search" type="text" placeholder="Search nodes..." autocomplete="off">
|
|
<div id="search-results"></div>
|
|
</div>
|
|
<div id="info-panel">
|
|
<h3>Node Info</h3>
|
|
<div id="info-content"><span class="empty">Click a node to inspect it</span></div>
|
|
</div>
|
|
<div id="legend-wrap">
|
|
<h3>Communities</h3>
|
|
<div id="legend-controls">
|
|
<label><input type="checkbox" id="select-all-cb" checked onchange="toggleAllCommunities(!this.checked)">Select All</label>
|
|
</div>
|
|
<div id="legend"></div>
|
|
</div>
|
|
<div id="stats">355 nodes · 327 edges · 355 communities</div>
|
|
</div>
|
|
<script>
|
|
const RAW_NODES = [{"id": "0", "label": "Database Session Management", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 40.0, "font": {"size": 12, "color": "#ffffff"}, "title": "Database Session Management", "community": 0, "community_name": "Database Session Management", "source_file": "", "file_type": "", "degree": 7}, {"id": "1", "label": "Notion Search Mocking", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 39.0, "font": {"size": 12, "color": "#ffffff"}, "title": "Notion Search Mocking", "community": 1, "community_name": "Notion Search Mocking", "source_file": "", "file_type": "", "degree": 0}, {"id": "2", "label": "KPI Aggregator", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 37.5, "font": {"size": 12, "color": "#ffffff"}, "title": "KPI Aggregator", "community": 2, "community_name": "KPI Aggregator", "source_file": "", "file_type": "", "degree": 3}, {"id": "3", "label": "Performance Reporting", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 37.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Performance Reporting", "community": 3, "community_name": "Performance Reporting", "source_file": "", "file_type": "", "degree": 3}, {"id": "4", "label": "Knowledge Graph Construction", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 37.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Knowledge Graph Construction", "community": 4, "community_name": "Knowledge Graph Construction", "source_file": "", "file_type": "", "degree": 0}, {"id": "5", "label": "Schema Draft Builder", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 37.0, "font": {"size": 12, "color": "#ffffff"}, "title": "Schema Draft Builder", "community": 5, "community_name": "Schema Draft Builder", "source_file": "", "file_type": "", "degree": 3}, {"id": "6", "label": "MCP Connection Handler", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 35.5, "font": {"size": 12, "color": "#ffffff"}, "title": "MCP Connection Handler", "community": 6, "community_name": "MCP Connection Handler", "source_file": "", "file_type": "", "degree": 0}, {"id": "7", "label": "E-commerce SEO Auditor", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 35.5, "font": {"size": 12, "color": "#ffffff"}, "title": "E-commerce SEO Auditor", "community": 7, "community_name": "E-commerce SEO Auditor", "source_file": "", "file_type": "", "degree": 3}, {"id": "8", "label": "Page Metadata Analyzer", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 34.0, "font": {"size": 12, "color": "#ffffff"}, "title": "Page Metadata Analyzer", "community": 8, "community_name": "Page Metadata Analyzer", "source_file": "", "file_type": "", "degree": 2}, {"id": "9", "label": "AI Visibility Tracker", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 34.0, "font": {"size": 12, "color": "#ffffff"}, "title": "AI Visibility Tracker", "community": 9, "community_name": "AI Visibility Tracker", "source_file": "", "file_type": "", "degree": 3}, {"id": "10", "label": "SQL Query Extraction", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 34.0, "font": {"size": 12, "color": "#ffffff"}, "title": "SQL Query Extraction", "community": 10, "community_name": "SQL Query Extraction", "source_file": "", "file_type": "", "degree": 6}, {"id": "11", "label": "Animation Easing Functions", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 33.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Animation Easing Functions", "community": 11, "community_name": "Animation Easing Functions", "source_file": "", "file_type": "", "degree": 11}, {"id": "12", "label": "Branded Document Generation", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 33.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Branded Document Generation", "community": 12, "community_name": "Branded Document Generation", "source_file": "", "file_type": "", "degree": 1}, {"id": "13", "label": "Competitive Content Monitor", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 33.0, "font": {"size": 12, "color": "#ffffff"}, "title": "Competitive Content Monitor", "community": 13, "community_name": "Competitive Content Monitor", "source_file": "", "file_type": "", "degree": 4}, {"id": "14", "label": "Site Migration Monitor", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 33.0, "font": {"size": 12, "color": "#ffffff"}, "title": "Site Migration Monitor", "community": 14, "community_name": "Site Migration Monitor", "source_file": "", "file_type": "", "degree": 4}, {"id": "15", "label": "Frame Animation Utilities", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 32.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Frame Animation Utilities", "community": 15, "community_name": "Frame Animation Utilities", "source_file": "", "file_type": "", "degree": 9}, {"id": "16", "label": "Crawl Manifest Management", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 32.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Crawl Manifest Management", "community": 16, "community_name": "Crawl Manifest Management", "source_file": "", "file_type": "", "degree": 5}, {"id": "17", "label": "SERP Feature Analyzer", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 32.5, "font": {"size": 12, "color": "#ffffff"}, "title": "SERP Feature Analyzer", "community": 17, "community_name": "SERP Feature Analyzer", "source_file": "", "file_type": "", "degree": 1}, {"id": "18", "label": "Backlink Gap Finder", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 32.0, "font": {"size": 12, "color": "#ffffff"}, "title": "Backlink Gap Finder", "community": 18, "community_name": "Backlink Gap Finder", "source_file": "", "file_type": "", "degree": 3}, {"id": "19", "label": "Markdown to Notion Parser", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 32.0, "font": {"size": 12, "color": "#ffffff"}, "title": "Markdown to Notion Parser", "community": 19, "community_name": "Markdown to Notion Parser", "source_file": "", "file_type": "", "degree": 6}, {"id": "20", "label": "Knowledge Graph Analyzer", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 31.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Knowledge Graph Analyzer", "community": 20, "community_name": "Knowledge Graph Analyzer", "source_file": "", "file_type": "", "degree": 4}, {"id": "21", "label": "Content Freshness Auditor", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 31.0, "font": {"size": 12, "color": "#ffffff"}, "title": "Content Freshness Auditor", "community": 21, "community_name": "Content Freshness Auditor", "source_file": "", "file_type": "", "degree": 3}, {"id": "22", "label": "Product Schema Checker", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 31.0, "font": {"size": 12, "color": "#ffffff"}, "title": "Product Schema Checker", "community": 22, "community_name": "Product Schema Checker", "source_file": "", "file_type": "", "degree": 3}, {"id": "23", "label": "Content Brief Generator", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 30.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Content Brief Generator", "community": 23, "community_name": "Content Brief Generator", "source_file": "", "file_type": "", "degree": 3}, {"id": "24", "label": "Core Data Models", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 29.0, "font": {"size": 12, "color": "#ffffff"}, "title": "Core Data Models", "community": 24, "community_name": "Core Data Models", "source_file": "", "file_type": "", "degree": 3}, {"id": "25", "label": "Content Gap Analyzer", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 29.0, "font": {"size": 12, "color": "#ffffff"}, "title": "Content Gap Analyzer", "community": 25, "community_name": "Content Gap Analyzer", "source_file": "", "file_type": "", "degree": 4}, {"id": "26", "label": "Brand Entity Auditor", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 29.0, "font": {"size": 12, "color": "#ffffff"}, "title": "Brand Entity Auditor", "community": 26, "community_name": "Brand Entity Auditor", "source_file": "", "file_type": "", "degree": 5}, {"id": "27", "label": "SEO Report Aggregator", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 29.0, "font": {"size": 12, "color": "#ffffff"}, "title": "SEO Report Aggregator", "community": 27, "community_name": "SEO Report Aggregator", "source_file": "", "file_type": "", "degree": 3}, {"id": "28", "label": "Base Schema Validation", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 29.0, "font": {"size": 12, "color": "#ffffff"}, "title": "Base Schema Validation", "community": 28, "community_name": "Base Schema Validation", "source_file": "", "file_type": "", "degree": 0}, {"id": "29", "label": "Crawl Budget Analysis", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 28.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Crawl Budget Analysis", "community": 29, "community_name": "Crawl Budget Analysis", "source_file": "", "file_type": "", "degree": 3}, {"id": "30", "label": "Async API Client", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 28.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Async API Client", "community": 30, "community_name": "Async API Client", "source_file": "", "file_type": "", "degree": 1}, {"id": "31", "label": "Async API Client", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 28.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Async API Client", "community": 31, "community_name": "Async API Client", "source_file": "", "file_type": "", "degree": 1}, {"id": "32", "label": "Async API Client", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 28.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Async API Client", "community": 32, "community_name": "Async API Client", "source_file": "", "file_type": "", "degree": 1}, {"id": "33", "label": "Async API Client", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 28.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Async API Client", "community": 33, "community_name": "Async API Client", "source_file": "", "file_type": "", "degree": 1}, {"id": "34", "label": "Async API Client", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 28.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Async API Client", "community": 34, "community_name": "Async API Client", "source_file": "", "file_type": "", "degree": 1}, {"id": "35", "label": "Async API Client", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 28.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Async API Client", "community": 35, "community_name": "Async API Client", "source_file": "", "file_type": "", "degree": 1}, {"id": "36", "label": "Naver SERP Analyzer", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 28.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Naver SERP Analyzer", "community": 36, "community_name": "Naver SERP Analyzer", "source_file": "", "file_type": "", "degree": 1}, {"id": "37", "label": "Async API Client", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 28.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Async API Client", "community": 37, "community_name": "Async API Client", "source_file": "", "file_type": "", "degree": 1}, {"id": "38", "label": "Async API Client", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 28.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Async API Client", "community": 38, "community_name": "Async API Client", "source_file": "", "file_type": "", "degree": 1}, {"id": "39", "label": "Async API Client", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 28.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Async API Client", "community": 39, "community_name": "Async API Client", "source_file": "", "file_type": "", "degree": 1}, {"id": "40", "label": "Async API Client", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 28.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Async API Client", "community": 40, "community_name": "Async API Client", "source_file": "", "file_type": "", "degree": 1}, {"id": "41", "label": "Async API Client", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 28.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Async API Client", "community": 41, "community_name": "Async API Client", "source_file": "", "file_type": "", "degree": 1}, {"id": "42", "label": "Async API Client", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 28.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Async API Client", "community": 42, "community_name": "Async API Client", "source_file": "", "file_type": "", "degree": 1}, {"id": "43", "label": "Async API Client", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 28.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Async API Client", "community": 43, "community_name": "Async API Client", "source_file": "", "file_type": "", "degree": 1}, {"id": "44", "label": "Async API Client", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 28.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Async API Client", "community": 44, "community_name": "Async API Client", "source_file": "", "file_type": "", "degree": 1}, {"id": "45", "label": "Async API Client", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 28.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Async API Client", "community": 45, "community_name": "Async API Client", "source_file": "", "file_type": "", "degree": 1}, {"id": "46", "label": "Async API Client", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 28.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Async API Client", "community": 46, "community_name": "Async API Client", "source_file": "", "file_type": "", "degree": 1}, {"id": "47", "label": "SEO Dashboard Generator", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 27.5, "font": {"size": 12, "color": "#ffffff"}, "title": "SEO Dashboard Generator", "community": 47, "community_name": "SEO Dashboard Generator", "source_file": "", "file_type": "", "degree": 1}, {"id": "48", "label": "Extended Schema Validation", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 27.0, "font": {"size": 12, "color": "#ffffff"}, "title": "Extended Schema Validation", "community": 48, "community_name": "Extended Schema Validation", "source_file": "", "file_type": "", "degree": 5}, {"id": "49", "label": "Web Page Scraper", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 26.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Web Page Scraper", "community": 49, "community_name": "Web Page Scraper", "source_file": "", "file_type": "", "degree": 5}, {"id": "50", "label": "Reference Curator Utilities", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 26.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Reference Curator Utilities", "community": 50, "community_name": "Reference Curator Utilities", "source_file": "", "file_type": "", "degree": 4}, {"id": "51", "label": "Keyword Research Tool", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 26.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Keyword Research Tool", "community": 51, "community_name": "Keyword Research Tool", "source_file": "", "file_type": "", "degree": 1}, {"id": "52", "label": "Content Synthesis Engine", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 26.0, "font": {"size": 12, "color": "#ffffff"}, "title": "Content Synthesis Engine", "community": 52, "community_name": "Content Synthesis Engine", "source_file": "", "file_type": "", "degree": 0}, {"id": "53", "label": "Document Relationship Manager", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 26.0, "font": {"size": 12, "color": "#ffffff"}, "title": "Document Relationship Manager", "community": 53, "community_name": "Document Relationship Manager", "source_file": "", "file_type": "", "degree": 6}, {"id": "54", "label": "Particle Physics System", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 25.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Particle Physics System", "community": 54, "community_name": "Particle Physics System", "source_file": "", "file_type": "", "degree": 5}, {"id": "55", "label": "Notion Block Writer", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 25.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Notion Block Writer", "community": 55, "community_name": "Notion Block Writer", "source_file": "", "file_type": "", "degree": 6}, {"id": "56", "label": "SEO Crawler Adapter", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 25.5, "font": {"size": 12, "color": "#ffffff"}, "title": "SEO Crawler Adapter", "community": 56, "community_name": "SEO Crawler Adapter", "source_file": "", "file_type": "", "degree": 4}, {"id": "57", "label": "Gemini Content Evaluator", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 25.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Gemini Content Evaluator", "community": 57, "community_name": "Gemini Content Evaluator", "source_file": "", "file_type": "", "degree": 4}, {"id": "58", "label": "Sitemap Crawl Progress", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 25.0, "font": {"size": 12, "color": "#ffffff"}, "title": "Sitemap Crawl Progress", "community": 58, "community_name": "Sitemap Crawl Progress", "source_file": "", "file_type": "", "degree": 3}, {"id": "59", "label": "Gateway Page Generator", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 25.0, "font": {"size": 12, "color": "#ffffff"}, "title": "Gateway Page Generator", "community": 59, "community_name": "Gateway Page Generator", "source_file": "", "file_type": "", "degree": 1}, {"id": "60", "label": "Google Search Console Client", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 25.0, "font": {"size": 12, "color": "#ffffff"}, "title": "Google Search Console Client", "community": 60, "community_name": "Google Search Console Client", "source_file": "", "file_type": "", "degree": 1}, {"id": "61", "label": "Keyword Gap Analyzer", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 25.0, "font": {"size": 12, "color": "#ffffff"}, "title": "Keyword Gap Analyzer", "community": 61, "community_name": "Keyword Gap Analyzer", "source_file": "", "file_type": "", "degree": 2}, {"id": "62", "label": "Robots.txt Validator", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 25.0, "font": {"size": 12, "color": "#ffffff"}, "title": "Robots.txt Validator", "community": 62, "community_name": "Robots.txt Validator", "source_file": "", "file_type": "", "degree": 2}, {"id": "63", "label": "File System Organizer", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 24.5, "font": {"size": 12, "color": "#ffffff"}, "title": "File System Organizer", "community": 63, "community_name": "File System Organizer", "source_file": "", "file_type": "", "degree": 1}, {"id": "64", "label": "Executive Report Generator", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 24.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Executive Report Generator", "community": 64, "community_name": "Executive Report Generator", "source_file": "", "file_type": "", "degree": 1}, {"id": "65", "label": "XML Document Utilities", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 24.5, "font": {"size": 12, "color": "#ffffff"}, "title": "XML Document Utilities", "community": 65, "community_name": "XML Document Utilities", "source_file": "", "file_type": "", "degree": 5}, {"id": "66", "label": "Notion Async Organizer", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 24.0, "font": {"size": 12, "color": "#ffffff"}, "title": "Notion Async Organizer", "community": 66, "community_name": "Notion Async Organizer", "source_file": "", "file_type": "", "degree": 4}, {"id": "67", "label": "Color Palette Utilities", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 23.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Color Palette Utilities", "community": 67, "community_name": "Color Palette Utilities", "source_file": "", "file_type": "", "degree": 3}, {"id": "68", "label": "Vector Drawing Utilities", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 23.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Vector Drawing Utilities", "community": 68, "community_name": "Vector Drawing Utilities", "source_file": "", "file_type": "", "degree": 3}, {"id": "69", "label": "Bounding Box Validator", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 23.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Bounding Box Validator", "community": 69, "community_name": "Bounding Box Validator", "source_file": "", "file_type": "", "degree": 0}, {"id": "70", "label": "PageSpeed Insights Client", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 23.5, "font": {"size": 12, "color": "#ffffff"}, "title": "PageSpeed Insights Client", "community": 70, "community_name": "PageSpeed Insights Client", "source_file": "", "file_type": "", "degree": 0}, {"id": "71", "label": "JSON-LD Schema Validator", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 23.5, "font": {"size": 12, "color": "#ffffff"}, "title": "JSON-LD Schema Validator", "community": 71, "community_name": "JSON-LD Schema Validator", "source_file": "", "file_type": "", "degree": 1}, {"id": "72", "label": "Sitemap XML Validator", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 23.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Sitemap XML Validator", "community": 72, "community_name": "Sitemap XML Validator", "source_file": "", "file_type": "", "degree": 1}, {"id": "73", "label": "System Installation Scripts", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 23.0, "font": {"size": 12, "color": "#ffffff"}, "title": "System Installation Scripts", "community": 73, "community_name": "System Installation Scripts", "source_file": "", "file_type": "", "degree": 0}, {"id": "74", "label": "AI Citation Analyzer", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 23.0, "font": {"size": 12, "color": "#ffffff"}, "title": "AI Citation Analyzer", "community": 74, "community_name": "AI Citation Analyzer", "source_file": "", "file_type": "", "degree": 21}, {"id": "75", "label": "Journal Compliance Validator", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 23.0, "font": {"size": 12, "color": "#ffffff"}, "title": "Journal Compliance Validator", "community": 75, "community_name": "Journal Compliance Validator", "source_file": "", "file_type": "", "degree": 0}, {"id": "76", "label": "Notion Search Enrichment", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 22.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Notion Search Enrichment", "community": 76, "community_name": "Notion Search Enrichment", "source_file": "", "file_type": "", "degree": 4}, {"id": "77", "label": "Environment Configuration", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 22.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Environment Configuration", "community": 77, "community_name": "Environment Configuration", "source_file": "", "file_type": "", "degree": 3}, {"id": "78", "label": "Keyword Ranking Reporter", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 22.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Keyword Ranking Reporter", "community": 78, "community_name": "Keyword Ranking Reporter", "source_file": "", "file_type": "", "degree": 5}, {"id": "79", "label": "Installation Health Check", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 22.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Installation Health Check", "community": 79, "community_name": "Installation Health Check", "source_file": "", "file_type": "", "degree": 0}, {"id": "80", "label": "Notion API Compatibility", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 22.0, "font": {"size": 12, "color": "#ffffff"}, "title": "Notion API Compatibility", "community": 80, "community_name": "Notion API Compatibility", "source_file": "", "file_type": "", "degree": 2}, {"id": "81", "label": "Brand Identity Guidelines", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 22.0, "font": {"size": 12, "color": "#ffffff"}, "title": "Brand Identity Guidelines", "community": 81, "community_name": "Brand Identity Guidelines", "source_file": "", "file_type": "", "degree": 0}, {"id": "82", "label": "Keyword Intent Analyzer", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 22.0, "font": {"size": 12, "color": "#ffffff"}, "title": "Keyword Intent Analyzer", "community": 82, "community_name": "Keyword Intent Analyzer", "source_file": "", "file_type": "", "degree": 1}, {"id": "83", "label": "Content Compliance Checker", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 21.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Content Compliance Checker", "community": 83, "community_name": "Content Compliance Checker", "source_file": "", "file_type": "", "degree": 0}, {"id": "84", "label": "Content Compliance Checker", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 21.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Content Compliance Checker", "community": 84, "community_name": "Content Compliance Checker", "source_file": "", "file_type": "", "degree": 0}, {"id": "85", "label": "Project Ownership Manager", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 21.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Project Ownership Manager", "community": 85, "community_name": "Project Ownership Manager", "source_file": "", "file_type": "", "degree": 1}, {"id": "86", "label": "Site Claim Extractor", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 21.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Site Claim Extractor", "community": 86, "community_name": "Site Claim Extractor", "source_file": "", "file_type": "", "degree": 0}, {"id": "87", "label": "Credential Setup Script", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 21.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Credential Setup Script", "community": 87, "community_name": "Credential Setup Script", "source_file": "", "file_type": "", "degree": 0}, {"id": "88", "label": "DOCX XML Editor", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 21.5, "font": {"size": 12, "color": "#ffffff"}, "title": "DOCX XML Editor", "community": 88, "community_name": "DOCX XML Editor", "source_file": "", "file_type": "", "degree": 6}, {"id": "89", "label": "Server Log Parser", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 21.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Server Log Parser", "community": 89, "community_name": "Server Log Parser", "source_file": "", "file_type": "", "degree": 4}, {"id": "90", "label": "Notion Page Utilities", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 21.0, "font": {"size": 12, "color": "#ffffff"}, "title": "Notion Page Utilities", "community": 90, "community_name": "Notion Page Utilities", "source_file": "", "file_type": "", "degree": 2}, {"id": "91", "label": "Configured Async Client", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 21.0, "font": {"size": 12, "color": "#ffffff"}, "title": "Configured Async Client", "community": 91, "community_name": "Configured Async Client", "source_file": "", "file_type": "", "degree": 1}, {"id": "92", "label": "PowerPoint Shape Analyzer", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 21.0, "font": {"size": 12, "color": "#ffffff"}, "title": "PowerPoint Shape Analyzer", "community": 92, "community_name": "PowerPoint Shape Analyzer", "source_file": "", "file_type": "", "degree": 3}, {"id": "93", "label": "Skill Installation Manager", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 20.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Skill Installation Manager", "community": 93, "community_name": "Skill Installation Manager", "source_file": "", "file_type": "", "degree": 0}, {"id": "94", "label": "Notion Database Migrator", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 20.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Notion Database Migrator", "community": 94, "community_name": "Notion Database Migrator", "source_file": "", "file_type": "", "degree": 1}, {"id": "95", "label": "Visual Effects Engine", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 20.0, "font": {"size": 12, "color": "#ffffff"}, "title": "Visual Effects Engine", "community": 95, "community_name": "Visual Effects Engine", "source_file": "", "file_type": "", "degree": 2}, {"id": "96", "label": "Rate Limited Client", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 20.0, "font": {"size": 12, "color": "#ffffff"}, "title": "Rate Limited Client", "community": 96, "community_name": "Rate Limited Client", "source_file": "", "file_type": "", "degree": 3}, {"id": "97", "label": "Migration Planning Logic", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 20.0, "font": {"size": 12, "color": "#ffffff"}, "title": "Migration Planning Logic", "community": 97, "community_name": "Migration Planning Logic", "source_file": "", "file_type": "", "degree": 4}, {"id": "98", "label": "Migration Strategy Planner", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 20.0, "font": {"size": 12, "color": "#ffffff"}, "title": "Migration Strategy Planner", "community": 98, "community_name": "Migration Strategy Planner", "source_file": "", "file_type": "", "degree": 4}, {"id": "99", "label": "Canvas Drawing Utilities", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 20.0, "font": {"size": 12, "color": "#ffffff"}, "title": "Canvas Drawing Utilities", "community": 99, "community_name": "Canvas Drawing Utilities", "source_file": "", "file_type": "", "degree": 0}, {"id": "100", "label": "Product Schema Properties", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 19.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Product Schema Properties", "community": 100, "community_name": "Product Schema Properties", "source_file": "", "file_type": "", "degree": 1}, {"id": "101", "label": "Slack GIF Optimizer", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 19.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Slack GIF Optimizer", "community": 101, "community_name": "Slack GIF Optimizer", "source_file": "", "file_type": "", "degree": 7}, {"id": "102", "label": "Typography and Text Effects", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 19.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Typography and Text Effects", "community": 102, "community_name": "Typography and Text Effects", "source_file": "", "file_type": "", "degree": 4}, {"id": "103", "label": "API Configuration Manager", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 19.5, "font": {"size": 12, "color": "#ffffff"}, "title": "API Configuration Manager", "community": 103, "community_name": "API Configuration Manager", "source_file": "", "file_type": "", "degree": 5}, {"id": "104", "label": "PowerPoint Text Formatting", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 19.5, "font": {"size": 12, "color": "#ffffff"}, "title": "PowerPoint Text Formatting", "community": 104, "community_name": "PowerPoint Text Formatting", "source_file": "", "file_type": "", "degree": 1}, {"id": "105", "label": "Anchor Text Analyzer", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 19.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Anchor Text Analyzer", "community": 105, "community_name": "Anchor Text Analyzer", "source_file": "", "file_type": "", "degree": 7}, {"id": "106", "label": "Word Document Comments", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 19.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Word Document Comments", "community": 106, "community_name": "Word Document Comments", "source_file": "", "file_type": "", "degree": 4}, {"id": "107", "label": "Brand Entity Metadata", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 19.0, "font": {"size": 12, "color": "#ffffff"}, "title": "Brand Entity Metadata", "community": 107, "community_name": "Brand Entity Metadata", "source_file": "", "file_type": "", "degree": 3}, {"id": "108", "label": "Skill Validation Tool", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 19.0, "font": {"size": 12, "color": "#ffffff"}, "title": "Skill Validation Tool", "community": 108, "community_name": "Skill Validation Tool", "source_file": "", "file_type": "", "degree": 0}, {"id": "109", "label": "PowerPoint Text Inventory", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 19.0, "font": {"size": 12, "color": "#ffffff"}, "title": "PowerPoint Text Inventory", "community": 109, "community_name": "PowerPoint Text Inventory", "source_file": "", "file_type": "", "degree": 5}, {"id": "110", "label": "Google API Credentials", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 18.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Google API Credentials", "community": 110, "community_name": "Google API Credentials", "source_file": "", "file_type": "", "degree": 1}, {"id": "111", "label": "Keyword Position Tracker", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 18.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Keyword Position Tracker", "community": 111, "community_name": "Keyword Position Tracker", "source_file": "", "file_type": "", "degree": 5}, {"id": "112", "label": "Word XML Validator", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 18.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Word XML Validator", "community": 112, "community_name": "Word XML Validator", "source_file": "", "file_type": "", "degree": 2}, {"id": "113", "label": "Word XML Validator", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 18.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Word XML Validator", "community": 113, "community_name": "Word XML Validator", "source_file": "", "file_type": "", "degree": 4}, {"id": "114", "label": "PowerPoint Slide Generator", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 18.5, "font": {"size": 12, "color": "#ffffff"}, "title": "PowerPoint Slide Generator", "community": 114, "community_name": "PowerPoint Slide Generator", "source_file": "", "file_type": "", "degree": 0}, {"id": "115", "label": "GTM Audit Orchestrator", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 18.5, "font": {"size": 12, "color": "#ffffff"}, "title": "GTM Audit Orchestrator", "community": 115, "community_name": "GTM Audit Orchestrator", "source_file": "", "file_type": "", "degree": 4}, {"id": "116", "label": "Ahrefs Rank Tracking", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 18.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Ahrefs Rank Tracking", "community": 116, "community_name": "Ahrefs Rank Tracking", "source_file": "", "file_type": "", "degree": 5}, {"id": "117", "label": "SEO Metadata Schema", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 18.0, "font": {"size": 12, "color": "#ffffff"}, "title": "SEO Metadata Schema", "community": 117, "community_name": "SEO Metadata Schema", "source_file": "", "file_type": "", "degree": 2}, {"id": "118", "label": "PowerPoint XML Validator", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 18.0, "font": {"size": 12, "color": "#ffffff"}, "title": "PowerPoint XML Validator", "community": 118, "community_name": "PowerPoint XML Validator", "source_file": "", "file_type": "", "degree": 4}, {"id": "119", "label": "Web Page SEO Analyzer", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 18.0, "font": {"size": 12, "color": "#ffffff"}, "title": "Web Page SEO Analyzer", "community": 119, "community_name": "Web Page SEO Analyzer", "source_file": "", "file_type": "", "degree": 2}, {"id": "120", "label": "Skill Extension Analyzer", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 18.0, "font": {"size": 12, "color": "#ffffff"}, "title": "Skill Extension Analyzer", "community": 120, "community_name": "Skill Extension Analyzer", "source_file": "", "file_type": "", "degree": 0}, {"id": "121", "label": "PowerPoint Brand Styler", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 18.0, "font": {"size": 12, "color": "#ffffff"}, "title": "PowerPoint Brand Styler", "community": 121, "community_name": "PowerPoint Brand Styler", "source_file": "", "file_type": "", "degree": 0}, {"id": "122", "label": "SEO Health Orchestrator", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 18.0, "font": {"size": 12, "color": "#ffffff"}, "title": "SEO Health Orchestrator", "community": 122, "community_name": "SEO Health Orchestrator", "source_file": "", "file_type": "", "degree": 1}, {"id": "123", "label": "Audit Prospect Properties", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 17.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Audit Prospect Properties", "community": 123, "community_name": "Audit Prospect Properties", "source_file": "", "file_type": "", "degree": 3}, {"id": "124", "label": "Audit Finding Schema", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 17.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Audit Finding Schema", "community": 124, "community_name": "Audit Finding Schema", "source_file": "", "file_type": "", "degree": 3}, {"id": "125", "label": "Course Pricing Schema", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 17.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Course Pricing Schema", "community": 125, "community_name": "Course Pricing Schema", "source_file": "", "file_type": "", "degree": 8}, {"id": "126", "label": "SEO Audit Tools", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 17.5, "font": {"size": 12, "color": "#ffffff"}, "title": "SEO Audit Tools", "community": 126, "community_name": "SEO Audit Tools", "source_file": "", "file_type": "", "degree": 0}, {"id": "127", "label": "Server Log Parser", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 17.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Server Log Parser", "community": 127, "community_name": "Server Log Parser", "source_file": "", "file_type": "", "degree": 80}, {"id": "128", "label": "PowerPoint XML Validator", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 17.5, "font": {"size": 12, "color": "#ffffff"}, "title": "PowerPoint XML Validator", "community": 128, "community_name": "PowerPoint XML Validator", "source_file": "", "file_type": "", "degree": 2}, {"id": "129", "label": "PDF Form Filler", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 17.5, "font": {"size": 12, "color": "#ffffff"}, "title": "PDF Form Filler", "community": 129, "community_name": "PDF Form Filler", "source_file": "", "file_type": "", "degree": 0}, {"id": "130", "label": "Database Backend Protocol", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 17.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Database Backend Protocol", "community": 130, "community_name": "Database Backend Protocol", "source_file": "", "file_type": "", "degree": 3}, {"id": "131", "label": "DataLayer Event Validator", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 17.5, "font": {"size": 12, "color": "#ffffff"}, "title": "DataLayer Event Validator", "community": 131, "community_name": "DataLayer Event Validator", "source_file": "", "file_type": "", "degree": 4}, {"id": "132", "label": "Form Tracking Analyzer", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 17.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Form Tracking Analyzer", "community": 132, "community_name": "Form Tracking Analyzer", "source_file": "", "file_type": "", "degree": 3}, {"id": "133", "label": "Sitemap Hygiene Schema", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 17.0, "font": {"size": 12, "color": "#ffffff"}, "title": "Sitemap Hygiene Schema", "community": 133, "community_name": "Sitemap Hygiene Schema", "source_file": "", "file_type": "", "degree": 2}, {"id": "134", "label": "Backlink Profile Auditor", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 17.0, "font": {"size": 12, "color": "#ffffff"}, "title": "Backlink Profile Auditor", "community": 134, "community_name": "Backlink Profile Auditor", "source_file": "", "file_type": "", "degree": 8}, {"id": "135", "label": "International SEO Auditor", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 17.0, "font": {"size": 12, "color": "#ffffff"}, "title": "International SEO Auditor", "community": 135, "community_name": "International SEO Auditor", "source_file": "", "file_type": "", "degree": 7}, {"id": "136", "label": "AI Citation Analyzer", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 17.0, "font": {"size": 12, "color": "#ffffff"}, "title": "AI Citation Analyzer", "community": 136, "community_name": "AI Citation Analyzer", "source_file": "", "file_type": "", "degree": 3}, {"id": "137", "label": "Word Tracked Changes", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 17.0, "font": {"size": 12, "color": "#ffffff"}, "title": "Word Tracked Changes", "community": 137, "community_name": "Word Tracked Changes", "source_file": "", "file_type": "", "degree": 0}, {"id": "138", "label": "Word Tracked Changes", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 17.0, "font": {"size": 12, "color": "#ffffff"}, "title": "Word Tracked Changes", "community": 138, "community_name": "Word Tracked Changes", "source_file": "", "file_type": "", "degree": 2}, {"id": "139", "label": "YouTube Video Info", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 17.0, "font": {"size": 12, "color": "#ffffff"}, "title": "YouTube Video Info", "community": 139, "community_name": "YouTube Video Info", "source_file": "", "file_type": "", "degree": 1}, {"id": "140", "label": "Skill Root Migration", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 17.0, "font": {"size": 12, "color": "#ffffff"}, "title": "Skill Root Migration", "community": 140, "community_name": "Skill Root Migration", "source_file": "", "file_type": "", "degree": 0}, {"id": "141", "label": "Keyword Visibility Analysis", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 17.0, "font": {"size": 12, "color": "#ffffff"}, "title": "Keyword Visibility Analysis", "community": 141, "community_name": "Keyword Visibility Analysis", "source_file": "", "file_type": "", "degree": 4}, {"id": "142", "label": "Technical Findings Schema", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 16.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Technical Findings Schema", "community": 142, "community_name": "Technical Findings Schema", "source_file": "", "file_type": "", "degree": 6}, {"id": "143", "label": "Brand Severity Signals", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 16.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Brand Severity Signals", "community": 143, "community_name": "Brand Severity Signals", "source_file": "", "file_type": "", "degree": 2}, {"id": "144", "label": "Image Mood Calibrator", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 16.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Image Mood Calibrator", "community": 144, "community_name": "Image Mood Calibrator", "source_file": "", "file_type": "", "degree": 0}, {"id": "145", "label": "Sitemap Crawler Utility", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 16.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Sitemap Crawler Utility", "community": 145, "community_name": "Sitemap Crawler Utility", "source_file": "", "file_type": "", "degree": 2}, {"id": "146", "label": "Ahrefs API Client", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 16.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Ahrefs API Client", "community": 146, "community_name": "Ahrefs API Client", "source_file": "", "file_type": "", "degree": 6}, {"id": "147", "label": "D.intelligence Shared Skills", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 16.5, "font": {"size": 12, "color": "#ffffff"}, "title": "D.intelligence Shared Skills", "community": 147, "community_name": "D.intelligence Shared Skills", "source_file": "", "file_type": "", "degree": 0}, {"id": "148", "label": "Medical Procedure Keywords", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 16.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Medical Procedure Keywords", "community": 148, "community_name": "Medical Procedure Keywords", "source_file": "", "file_type": "", "degree": 0}, {"id": "149", "label": "PowerPoint Paragraph Data", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 16.5, "font": {"size": 12, "color": "#ffffff"}, "title": "PowerPoint Paragraph Data", "community": 149, "community_name": "PowerPoint Paragraph Data", "source_file": "", "file_type": "", "degree": 3}, {"id": "150", "label": "Skill Structure Migration", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 16.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Skill Structure Migration", "community": 150, "community_name": "Skill Structure Migration", "source_file": "", "file_type": "", "degree": 0}, {"id": "151", "label": "Competitor Benchmark Schema", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 16.0, "font": {"size": 12, "color": "#ffffff"}, "title": "Competitor Benchmark Schema", "community": 151, "community_name": "Competitor Benchmark Schema", "source_file": "", "file_type": "", "degree": 5}, {"id": "152", "label": "PowerPoint Shape Inventory", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 16.0, "font": {"size": 12, "color": "#ffffff"}, "title": "PowerPoint Shape Inventory", "community": 152, "community_name": "PowerPoint Shape Inventory", "source_file": "", "file_type": "", "degree": 3}, {"id": "153", "label": "Slack GIF Validator", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 16.0, "font": {"size": 12, "color": "#ffffff"}, "title": "Slack GIF Validator", "community": 153, "community_name": "Slack GIF Validator", "source_file": "", "file_type": "", "degree": 1}, {"id": "154", "label": "Ranking Performance Reporter", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 16.0, "font": {"size": 12, "color": "#ffffff"}, "title": "Ranking Performance Reporter", "community": 154, "community_name": "Ranking Performance Reporter", "source_file": "", "file_type": "", "degree": 5}, {"id": "155", "label": "Async API Client", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 16.0, "font": {"size": 12, "color": "#ffffff"}, "title": "Async API Client", "community": 155, "community_name": "Async API Client", "source_file": "", "file_type": "", "degree": 35}, {"id": "156", "label": "Skill Auto-Fixer", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 16.0, "font": {"size": 12, "color": "#ffffff"}, "title": "Skill Auto-Fixer", "community": 156, "community_name": "Skill Auto-Fixer", "source_file": "", "file_type": "", "degree": 1}, {"id": "157", "label": "Word Comment Manager", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 16.0, "font": {"size": 12, "color": "#ffffff"}, "title": "Word Comment Manager", "community": 157, "community_name": "Word Comment Manager", "source_file": "", "file_type": "", "degree": 4}, {"id": "158", "label": "URL Migration Mapper", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 16.0, "font": {"size": 12, "color": "#ffffff"}, "title": "URL Migration Mapper", "community": 158, "community_name": "URL Migration Mapper", "source_file": "", "file_type": "", "degree": 3}, {"id": "159", "label": "PowerPoint Thumbnail Generator", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 16.0, "font": {"size": 12, "color": "#ffffff"}, "title": "PowerPoint Thumbnail Generator", "community": 159, "community_name": "PowerPoint Thumbnail Generator", "source_file": "", "file_type": "", "degree": 1}, {"id": "160", "label": "Core Web Vitals", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 15.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Core Web Vitals", "community": 160, "community_name": "Core Web Vitals", "source_file": "", "file_type": "", "degree": 1}, {"id": "161", "label": "Audit Account Properties", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 15.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Audit Account Properties", "community": 161, "community_name": "Audit Account Properties", "source_file": "", "file_type": "", "degree": 1}, {"id": "162", "label": "Jamie Clinic Brand", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 15.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Jamie Clinic Brand", "community": 162, "community_name": "Jamie Clinic Brand", "source_file": "", "file_type": "", "degree": 0}, {"id": "163", "label": "Ulysses Content Exporter", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 15.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Ulysses Content Exporter", "community": 163, "community_name": "Ulysses Content Exporter", "source_file": "", "file_type": "", "degree": 1}, {"id": "164", "label": "Rate Limiting Client", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 15.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Rate Limiting Client", "community": 164, "community_name": "Rate Limiting Client", "source_file": "", "file_type": "", "degree": 4}, {"id": "165", "label": "Notion Semantic Search", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 15.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Notion Semantic Search", "community": 165, "community_name": "Notion Semantic Search", "source_file": "", "file_type": "", "degree": 2}, {"id": "166", "label": "Deck Builder Utilities", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 15.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Deck Builder Utilities", "community": 166, "community_name": "Deck Builder Utilities", "source_file": "", "file_type": "", "degree": 0}, {"id": "167", "label": "Crawl Waste Analyzer", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 15.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Crawl Waste Analyzer", "community": 167, "community_name": "Crawl Waste Analyzer", "source_file": "", "file_type": "", "degree": 4}, {"id": "168", "label": "Checkout Flow Auditor", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 15.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Checkout Flow Auditor", "community": 168, "community_name": "Checkout Flow Auditor", "source_file": "", "file_type": "", "degree": 3}, {"id": "169", "label": "HTML to PowerPoint", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 15.5, "font": {"size": 12, "color": "#ffffff"}, "title": "HTML to PowerPoint", "community": 169, "community_name": "HTML to PowerPoint", "source_file": "", "file_type": "", "degree": 0}, {"id": "170", "label": "International SEO Audit", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 15.5, "font": {"size": 12, "color": "#ffffff"}, "title": "International SEO Audit", "community": 170, "community_name": "International SEO Audit", "source_file": "", "file_type": "", "degree": 6}, {"id": "171", "label": "Competitor Ranking Comparison", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 15.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Competitor Ranking Comparison", "community": 171, "community_name": "Competitor Ranking Comparison", "source_file": "", "file_type": "", "degree": 6}, {"id": "172", "label": "Visual Theme Factory", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 15.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Visual Theme Factory", "community": 172, "community_name": "Visual Theme Factory", "source_file": "", "file_type": "", "degree": 0}, {"id": "173", "label": "OurDigital Content Skills", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 15.0, "font": {"size": 12, "color": "#ffffff"}, "title": "OurDigital Content Skills", "community": 173, "community_name": "OurDigital Content Skills", "source_file": "", "file_type": "", "degree": 0}, {"id": "174", "label": "Sales and Catalog", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 15.0, "font": {"size": 12, "color": "#ffffff"}, "title": "Sales and Catalog", "community": 174, "community_name": "Sales and Catalog", "source_file": "", "file_type": "", "degree": 0}, {"id": "175", "label": "Toxic Backlink Detector", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 15.0, "font": {"size": 12, "color": "#ffffff"}, "title": "Toxic Backlink Detector", "community": 175, "community_name": "Toxic Backlink Detector", "source_file": "", "file_type": "", "degree": 5}, {"id": "176", "label": "Web Crawler Manager", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 15.0, "font": {"size": 12, "color": "#ffffff"}, "title": "Web Crawler Manager", "community": 176, "community_name": "Web Crawler Manager", "source_file": "", "file_type": "", "degree": 4}, {"id": "177", "label": "Ghost CMS Publisher", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 15.0, "font": {"size": 12, "color": "#ffffff"}, "title": "Ghost CMS Publisher", "community": 177, "community_name": "Ghost CMS Publisher", "source_file": "", "file_type": "", "degree": 1}, {"id": "178", "label": "Language Content Parity", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 15.0, "font": {"size": 12, "color": "#ffffff"}, "title": "Language Content Parity", "community": 178, "community_name": "Language Content Parity", "source_file": "", "file_type": "", "degree": 3}, {"id": "179", "label": "Korean Market Expansion", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 15.0, "font": {"size": 12, "color": "#ffffff"}, "title": "Korean Market Expansion", "community": 179, "community_name": "Korean Market Expansion", "source_file": "", "file_type": "", "degree": 4}, {"id": "180", "label": "International URL Patterns", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 15.0, "font": {"size": 12, "color": "#ffffff"}, "title": "International URL Patterns", "community": 180, "community_name": "International URL Patterns", "source_file": "", "file_type": "", "degree": 4}, {"id": "181", "label": "YouTube Channel Status", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 15.0, "font": {"size": 12, "color": "#ffffff"}, "title": "YouTube Channel Status", "community": 181, "community_name": "YouTube Channel Status", "source_file": "", "file_type": "", "degree": 0}, {"id": "182", "label": "PowerPoint Slide Rearranger", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 15.0, "font": {"size": 12, "color": "#ffffff"}, "title": "PowerPoint Slide Rearranger", "community": 182, "community_name": "PowerPoint Slide Rearranger", "source_file": "", "file_type": "", "degree": 0}, {"id": "183", "label": "Analytics Access Schema", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 14.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Analytics Access Schema", "community": 183, "community_name": "Analytics Access Schema", "source_file": "", "file_type": "", "degree": 1}, {"id": "184", "label": "Lesson Content Schema", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 14.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Lesson Content Schema", "community": 184, "community_name": "Lesson Content Schema", "source_file": "", "file_type": "", "degree": 3}, {"id": "185", "label": "GTM Implementation Tools", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 14.5, "font": {"size": 12, "color": "#ffffff"}, "title": "GTM Implementation Tools", "community": 185, "community_name": "GTM Implementation Tools", "source_file": "", "file_type": "", "degree": 0}, {"id": "186", "label": "Notion Content Extractor", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 14.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Notion Content Extractor", "community": 186, "community_name": "Notion Content Extractor", "source_file": "", "file_type": "", "degree": 1}, {"id": "187", "label": "Search Result Cache", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 14.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Search Result Cache", "community": 187, "community_name": "Search Result Cache", "source_file": "", "file_type": "", "degree": 2}, {"id": "188", "label": "SEO Audit Suite", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 14.5, "font": {"size": 12, "color": "#ffffff"}, "title": "SEO Audit Suite", "community": 188, "community_name": "SEO Audit Suite", "source_file": "", "file_type": "", "degree": 1}, {"id": "189", "label": "Mac System Cleanup", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 14.0, "font": {"size": 12, "color": "#ffffff"}, "title": "Mac System Cleanup", "community": 189, "community_name": "Mac System Cleanup", "source_file": "", "file_type": "", "degree": 0}, {"id": "190", "label": "Content Pipeline Orchestration", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 14.0, "font": {"size": 12, "color": "#ffffff"}, "title": "Content Pipeline Orchestration", "community": 190, "community_name": "Content Pipeline Orchestration", "source_file": "", "file_type": "", "degree": 0}, {"id": "191", "label": "Presales Content Pipeline", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 14.0, "font": {"size": 12, "color": "#ffffff"}, "title": "Presales Content Pipeline", "community": 191, "community_name": "Presales Content Pipeline", "source_file": "", "file_type": "", "degree": 0}, {"id": "192", "label": "Office Document Packer", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 14.0, "font": {"size": 12, "color": "#ffffff"}, "title": "Office Document Packer", "community": 192, "community_name": "Office Document Packer", "source_file": "", "file_type": "", "degree": 0}, {"id": "193", "label": "Office Document Packer", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 14.0, "font": {"size": 12, "color": "#ffffff"}, "title": "Office Document Packer", "community": 193, "community_name": "Office Document Packer", "source_file": "", "file_type": "", "degree": 0}, {"id": "194", "label": "Backlink Audit Logic", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 14.0, "font": {"size": 12, "color": "#ffffff"}, "title": "Backlink Audit Logic", "community": 194, "community_name": "Backlink Audit Logic", "source_file": "", "file_type": "", "degree": 5}, {"id": "195", "label": "Claude AI Bundler", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 14.0, "font": {"size": 12, "color": "#ffffff"}, "title": "Claude AI Bundler", "community": 195, "community_name": "Claude AI Bundler", "source_file": "", "file_type": "", "degree": 0}, {"id": "196", "label": "Visual Prompt Generator", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 14.0, "font": {"size": 12, "color": "#ffffff"}, "title": "Visual Prompt Generator", "community": 196, "community_name": "Visual Prompt Generator", "source_file": "", "file_type": "", "degree": 0}, {"id": "197", "label": "YouTube API Testing", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 14.0, "font": {"size": 12, "color": "#ffffff"}, "title": "YouTube API Testing", "community": 197, "community_name": "YouTube API Testing", "source_file": "", "file_type": "", "degree": 0}, {"id": "198", "label": "Audit Report Generator", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 14.0, "font": {"size": 12, "color": "#ffffff"}, "title": "Audit Report Generator", "community": 198, "community_name": "Audit Report Generator", "source_file": "", "file_type": "", "degree": 1}, {"id": "199", "label": "Skill Metadata Verifier", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 14.0, "font": {"size": 12, "color": "#ffffff"}, "title": "Skill Metadata Verifier", "community": 199, "community_name": "Skill Metadata Verifier", "source_file": "", "file_type": "", "degree": 0}, {"id": "200", "label": "Bounce Animation Effects", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 13.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Bounce Animation Effects", "community": 200, "community_name": "Bounce Animation Effects", "source_file": "", "file_type": "", "degree": 3}, {"id": "201", "label": "Skill Initialization Script", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 13.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Skill Initialization Script", "community": 201, "community_name": "Skill Initialization Script", "source_file": "", "file_type": "", "degree": 0}, {"id": "202", "label": "Flip Animation Effects", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 13.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Flip Animation Effects", "community": 202, "community_name": "Flip Animation Effects", "source_file": "", "file_type": "", "degree": 4}, {"id": "203", "label": "Pulse Animation Effects", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 13.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Pulse Animation Effects", "community": 203, "community_name": "Pulse Animation Effects", "source_file": "", "file_type": "", "degree": 4}, {"id": "204", "label": "Effort Cost Calculation", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 13.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Effort Cost Calculation", "community": 204, "community_name": "Effort Cost Calculation", "source_file": "", "file_type": "", "degree": 0}, {"id": "205", "label": "Skill Packaging and Validation", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 13.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Skill Packaging and Validation", "community": 205, "community_name": "Skill Packaging and Validation", "source_file": "", "file_type": "", "degree": 0}, {"id": "206", "label": "Scope Schema Definition", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 13.0, "font": {"size": 12, "color": "#ffffff"}, "title": "Scope Schema Definition", "community": 206, "community_name": "Scope Schema Definition", "source_file": "", "file_type": "", "degree": 1}, {"id": "207", "label": "Schema.org Entity Types", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 13.0, "font": {"size": 12, "color": "#ffffff"}, "title": "Schema.org Entity Types", "community": 207, "community_name": "Schema.org Entity Types", "source_file": "", "file_type": "", "degree": 0}, {"id": "208", "label": "PowerPoint Workflow Tools", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 13.0, "font": {"size": 12, "color": "#ffffff"}, "title": "PowerPoint Workflow Tools", "community": 208, "community_name": "PowerPoint Workflow Tools", "source_file": "", "file_type": "", "degree": 0}, {"id": "209", "label": "Audit Cleanup Scripts", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 13.0, "font": {"size": 12, "color": "#ffffff"}, "title": "Audit Cleanup Scripts", "community": 209, "community_name": "Audit Cleanup Scripts", "source_file": "", "file_type": "", "degree": 0}, {"id": "210", "label": "Backlink Velocity Tracking", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 13.0, "font": {"size": 12, "color": "#ffffff"}, "title": "Backlink Velocity Tracking", "community": 210, "community_name": "Backlink Velocity Tracking", "source_file": "", "file_type": "", "degree": 5}, {"id": "211", "label": "GTM Audit Reporting", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 13.0, "font": {"size": 12, "color": "#ffffff"}, "title": "GTM Audit Reporting", "community": 211, "community_name": "GTM Audit Reporting", "source_file": "", "file_type": "", "degree": 5}, {"id": "212", "label": "SEO Audit Scoring", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 13.0, "font": {"size": 12, "color": "#ffffff"}, "title": "SEO Audit Scoring", "community": 212, "community_name": "SEO Audit Scoring", "source_file": "", "file_type": "", "degree": 6}, {"id": "213", "label": "Language Detection Audit", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 13.0, "font": {"size": 12, "color": "#ffffff"}, "title": "Language Detection Audit", "community": 213, "community_name": "Language Detection Audit", "source_file": "", "file_type": "", "degree": 3}, {"id": "214", "label": "YouTube Metadata Update", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 13.0, "font": {"size": 12, "color": "#ffffff"}, "title": "YouTube Metadata Update", "community": 214, "community_name": "YouTube Metadata Update", "source_file": "", "file_type": "", "degree": 0}, {"id": "215", "label": "Keyword Impact Analysis", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 13.0, "font": {"size": 12, "color": "#ffffff"}, "title": "Keyword Impact Analysis", "community": 215, "community_name": "Keyword Impact Analysis", "source_file": "", "file_type": "", "degree": 3}, {"id": "216", "label": "Excel Formula Recalculation", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 13.0, "font": {"size": 12, "color": "#ffffff"}, "title": "Excel Formula Recalculation", "community": 216, "community_name": "Excel Formula Recalculation", "source_file": "", "file_type": "", "degree": 0}, {"id": "217", "label": "Skill Documentation and Guides", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 12.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Skill Documentation and Guides", "community": 217, "community_name": "Skill Documentation and Guides", "source_file": "", "file_type": "", "degree": 0}, {"id": "218", "label": "Generative Art Skills", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 12.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Generative Art Skills", "community": 218, "community_name": "Generative Art Skills", "source_file": "", "file_type": "", "degree": 0}, {"id": "219", "label": "SEO Schema Management", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 12.5, "font": {"size": 12, "color": "#ffffff"}, "title": "SEO Schema Management", "community": 219, "community_name": "SEO Schema Management", "source_file": "", "file_type": "", "degree": 0}, {"id": "220", "label": "Wiggle Animation Effects", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 12.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Wiggle Animation Effects", "community": 220, "community_name": "Wiggle Animation Effects", "source_file": "", "file_type": "", "degree": 4}, {"id": "221", "label": "Coaching Cost Calculation", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 12.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Coaching Cost Calculation", "community": 221, "community_name": "Coaching Cost Calculation", "source_file": "", "file_type": "", "degree": 0}, {"id": "222", "label": "Notion Schema Migration", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 12.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Notion Schema Migration", "community": 222, "community_name": "Notion Schema Migration", "source_file": "", "file_type": "", "degree": 4}, {"id": "223", "label": "SEO and Notion Skills", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 12.5, "font": {"size": 12, "color": "#ffffff"}, "title": "SEO and Notion Skills", "community": 223, "community_name": "SEO and Notion Skills", "source_file": "", "file_type": "", "degree": 1}, {"id": "224", "label": "OurDigital Brand Assets", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 12.5, "font": {"size": 12, "color": "#ffffff"}, "title": "OurDigital Brand Assets", "community": 224, "community_name": "OurDigital Brand Assets", "source_file": "", "file_type": "", "degree": 0}, {"id": "225", "label": "Directory Cleanup Script", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 12.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Directory Cleanup Script", "community": 225, "community_name": "Directory Cleanup Script", "source_file": "", "file_type": "", "degree": 0}, {"id": "226", "label": "Server Readiness Testing", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 12.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Server Readiness Testing", "community": 226, "community_name": "Server Readiness Testing", "source_file": "", "file_type": "", "degree": 0}, {"id": "227", "label": "API Parameter Definitions", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 12.0, "font": {"size": 12, "color": "#ffffff"}, "title": "API Parameter Definitions", "community": 227, "community_name": "API Parameter Definitions", "source_file": "", "file_type": "", "degree": 1}, {"id": "228", "label": "Skill Directory Creation", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 12.0, "font": {"size": 12, "color": "#ffffff"}, "title": "Skill Directory Creation", "community": 228, "community_name": "Skill Directory Creation", "source_file": "", "file_type": "", "degree": 1}, {"id": "229", "label": "D.intelligence Management Agents", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 12.0, "font": {"size": 12, "color": "#ffffff"}, "title": "D.intelligence Management Agents", "community": 229, "community_name": "D.intelligence Management Agents", "source_file": "", "file_type": "", "degree": 0}, {"id": "230", "label": "Jamie Clinic Brand Guidelines", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 12.0, "font": {"size": 12, "color": "#ffffff"}, "title": "Jamie Clinic Brand Guidelines", "community": 230, "community_name": "Jamie Clinic Brand Guidelines", "source_file": "", "file_type": "", "degree": 0}, {"id": "231", "label": "XML Relationship Validation", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 12.0, "font": {"size": 12, "color": "#ffffff"}, "title": "XML Relationship Validation", "community": 231, "community_name": "XML Relationship Validation", "source_file": "", "file_type": "", "degree": 1}, {"id": "232", "label": "NotebookLM Automation Skills", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 12.0, "font": {"size": 12, "color": "#ffffff"}, "title": "NotebookLM Automation Skills", "community": 232, "community_name": "NotebookLM Automation Skills", "source_file": "", "file_type": "", "degree": 0}, {"id": "233", "label": "Notion Documentation Skills", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 12.0, "font": {"size": 12, "color": "#ffffff"}, "title": "Notion Documentation Skills", "community": 233, "community_name": "Notion Documentation Skills", "source_file": "", "file_type": "", "degree": 0}, {"id": "234", "label": "Environment Audit Script", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 12.0, "font": {"size": 12, "color": "#ffffff"}, "title": "Environment Audit Script", "community": 234, "community_name": "Environment Audit Script", "source_file": "", "file_type": "", "degree": 0}, {"id": "235", "label": "Package Audit Script", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 12.0, "font": {"size": 12, "color": "#ffffff"}, "title": "Package Audit Script", "community": 235, "community_name": "Package Audit Script", "source_file": "", "file_type": "", "degree": 0}, {"id": "236", "label": "Resource Audit Script", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 12.0, "font": {"size": 12, "color": "#ffffff"}, "title": "Resource Audit Script", "community": 236, "community_name": "Resource Audit Script", "source_file": "", "file_type": "", "degree": 0}, {"id": "237", "label": "Security Audit Script", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 12.0, "font": {"size": 12, "color": "#ffffff"}, "title": "Security Audit Script", "community": 237, "community_name": "Security Audit Script", "source_file": "", "file_type": "", "degree": 0}, {"id": "238", "label": "Research Workflow Execution", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 12.0, "font": {"size": 12, "color": "#ffffff"}, "title": "Research Workflow Execution", "community": 238, "community_name": "Research Workflow Execution", "source_file": "", "file_type": "", "degree": 1}, {"id": "239", "label": "Task Specification Templates", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 12.0, "font": {"size": 12, "color": "#ffffff"}, "title": "Task Specification Templates", "community": 239, "community_name": "Task Specification Templates", "source_file": "", "file_type": "", "degree": 0}, {"id": "240", "label": "Anchor Text Distribution", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Anchor Text Distribution", "community": 240, "community_name": "Anchor Text Distribution", "source_file": "", "file_type": "", "degree": 1}, {"id": "241", "label": "Sequence Data Types", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Sequence Data Types", "community": 241, "community_name": "Sequence Data Types", "source_file": "", "file_type": "", "degree": 1}, {"id": "242", "label": "Student Data Types", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Student Data Types", "community": 242, "community_name": "Student Data Types", "source_file": "", "file_type": "", "degree": 1}, {"id": "243", "label": "Agent Research Pipelines", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 11.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Agent Research Pipelines", "community": 243, "community_name": "Agent Research Pipelines", "source_file": "", "file_type": "", "degree": 0}, {"id": "244", "label": "Sample Data Generation", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 11.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Sample Data Generation", "community": 244, "community_name": "Sample Data Generation", "source_file": "", "file_type": "", "degree": 0}, {"id": "245", "label": "D.intelligence Marketing Agents", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 11.5, "font": {"size": 12, "color": "#ffffff"}, "title": "D.intelligence Marketing Agents", "community": 245, "community_name": "D.intelligence Marketing Agents", "source_file": "", "file_type": "", "degree": 0}, {"id": "246", "label": "D.intelligence Excel Tools", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 11.5, "font": {"size": 12, "color": "#ffffff"}, "title": "D.intelligence Excel Tools", "community": 246, "community_name": "D.intelligence Excel Tools", "source_file": "", "file_type": "", "degree": 0}, {"id": "247", "label": "Word Document Skills", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 11.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Word Document Skills", "community": 247, "community_name": "Word Document Skills", "source_file": "", "file_type": "", "degree": 0}, {"id": "248", "label": "GTM Management Tools", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 11.5, "font": {"size": 12, "color": "#ffffff"}, "title": "GTM Management Tools", "community": 248, "community_name": "GTM Management Tools", "source_file": "", "file_type": "", "degree": 0}, {"id": "249", "label": "GTM Automation Skills", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 11.5, "font": {"size": 12, "color": "#ffffff"}, "title": "GTM Automation Skills", "community": 249, "community_name": "GTM Automation Skills", "source_file": "", "file_type": "", "degree": 0}, {"id": "250", "label": "MCP Development Guides", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.5, "font": {"size": 12, "color": "#ffffff"}, "title": "MCP Development Guides", "community": 250, "community_name": "MCP Development Guides", "source_file": "", "file_type": "", "degree": 0}, {"id": "251", "label": "Procurement Cost Calculation", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Procurement Cost Calculation", "community": 251, "community_name": "Procurement Cost Calculation", "source_file": "", "file_type": "", "degree": 0}, {"id": "252", "label": "Claude Skill Development", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Claude Skill Development", "community": 252, "community_name": "Claude Skill Development", "source_file": "", "file_type": "", "degree": 0}, {"id": "253", "label": "Blog Publishing Tools", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 11.0, "font": {"size": 12, "color": "#ffffff"}, "title": "Blog Publishing Tools", "community": 253, "community_name": "Blog Publishing Tools", "source_file": "", "file_type": "", "degree": 0}, {"id": "254", "label": "Claude Configuration Tools", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 11.0, "font": {"size": 12, "color": "#ffffff"}, "title": "Claude Configuration Tools", "community": 254, "community_name": "Claude Configuration Tools", "source_file": "", "file_type": "", "degree": 0}, {"id": "255", "label": "Installation Script", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 11.0, "font": {"size": 12, "color": "#ffffff"}, "title": "Installation Script", "community": 255, "community_name": "Installation Script", "source_file": "", "file_type": "", "degree": 0}, {"id": "256", "label": "Competitor Benchmarking Tools", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 11.0, "font": {"size": 12, "color": "#ffffff"}, "title": "Competitor Benchmarking Tools", "community": 256, "community_name": "Competitor Benchmarking Tools", "source_file": "", "file_type": "", "degree": 0}, {"id": "257", "label": "Sample Script Execution", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 11.0, "font": {"size": 12, "color": "#ffffff"}, "title": "Sample Script Execution", "community": 257, "community_name": "Sample Script Execution", "source_file": "", "file_type": "", "degree": 0}, {"id": "258", "label": "D.intelligence Brand Skills", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 11.0, "font": {"size": 12, "color": "#ffffff"}, "title": "D.intelligence Brand Skills", "community": 258, "community_name": "D.intelligence Brand Skills", "source_file": "", "file_type": "", "degree": 0}, {"id": "259", "label": "Shared Agent Utilities", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 11.0, "font": {"size": 12, "color": "#ffffff"}, "title": "Shared Agent Utilities", "community": 259, "community_name": "Shared Agent Utilities", "source_file": "", "file_type": "", "degree": 0}, {"id": "260", "label": "Notion Database Constants", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.0, "font": {"size": 12, "color": "#ffffff"}, "title": "Notion Database Constants", "community": 260, "community_name": "Notion Database Constants", "source_file": "", "file_type": "", "degree": 0}, {"id": "261", "label": "D.intelligence Infrastructure", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.0, "font": {"size": 12, "color": "#ffffff"}, "title": "D.intelligence Infrastructure", "community": 261, "community_name": "D.intelligence Infrastructure", "source_file": "", "file_type": "", "degree": 0}, {"id": "262", "label": "Estimation and Scoping", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.0, "font": {"size": 12, "color": "#ffffff"}, "title": "Estimation and Scoping", "community": 262, "community_name": "Estimation and Scoping", "source_file": "", "file_type": "", "degree": 0}, {"id": "263", "label": "Validation Script Execution", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 11.0, "font": {"size": 12, "color": "#ffffff"}, "title": "Validation Script Execution", "community": 263, "community_name": "Validation Script Execution", "source_file": "", "file_type": "", "degree": 0}, {"id": "264", "label": "Word Validation Modules", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 11.0, "font": {"size": 12, "color": "#ffffff"}, "title": "Word Validation Modules", "community": 264, "community_name": "Word Validation Modules", "source_file": "", "file_type": "", "degree": 0}, {"id": "265", "label": "Validation Script Execution", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 11.0, "font": {"size": 12, "color": "#ffffff"}, "title": "Validation Script Execution", "community": 265, "community_name": "Validation Script Execution", "source_file": "", "file_type": "", "degree": 0}, {"id": "266", "label": "Word Processing Validation", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 11.0, "font": {"size": 12, "color": "#ffffff"}, "title": "Word Processing Validation", "community": 266, "community_name": "Word Processing Validation", "source_file": "", "file_type": "", "degree": 0}, {"id": "267", "label": "Console Logging Utilities", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 11.0, "font": {"size": 12, "color": "#ffffff"}, "title": "Console Logging Utilities", "community": 267, "community_name": "Console Logging Utilities", "source_file": "", "file_type": "", "degree": 0}, {"id": "268", "label": "Research Export Tools", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 11.0, "font": {"size": 12, "color": "#ffffff"}, "title": "Research Export Tools", "community": 268, "community_name": "Research Export Tools", "source_file": "", "file_type": "", "degree": 0}, {"id": "269", "label": "GA4 and GTM Guide", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 11.0, "font": {"size": 12, "color": "#ffffff"}, "title": "GA4 and GTM Guide", "community": 269, "community_name": "GA4 and GTM Guide", "source_file": "", "file_type": "", "degree": 0}, {"id": "270", "label": "Medical Service Templates", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.0, "font": {"size": 12, "color": "#ffffff"}, "title": "Medical Service Templates", "community": 270, "community_name": "Medical Service Templates", "source_file": "", "file_type": "", "degree": 0}, {"id": "271", "label": "Notion Organization Tools", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.0, "font": {"size": 12, "color": "#ffffff"}, "title": "Notion Organization Tools", "community": 271, "community_name": "Notion Organization Tools", "source_file": "", "file_type": "", "degree": 0}, {"id": "272", "label": "PDF Processing Skills", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.0, "font": {"size": 12, "color": "#ffffff"}, "title": "PDF Processing Skills", "community": 272, "community_name": "PDF Processing Skills", "source_file": "", "file_type": "", "degree": 0}, {"id": "273", "label": "Reference Data Management", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 11.0, "font": {"size": 12, "color": "#ffffff"}, "title": "Reference Data Management", "community": 273, "community_name": "Reference Data Management", "source_file": "", "file_type": "", "degree": 0}, {"id": "274", "label": "Artifact Bundling Script", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 11.0, "font": {"size": 12, "color": "#ffffff"}, "title": "Artifact Bundling Script", "community": 274, "community_name": "Artifact Bundling Script", "source_file": "", "file_type": "", "degree": 0}, {"id": "275", "label": "PDF Image Conversion", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 11.0, "font": {"size": 12, "color": "#ffffff"}, "title": "PDF Image Conversion", "community": 275, "community_name": "PDF Image Conversion", "source_file": "", "file_type": "", "degree": 0}, {"id": "276", "label": "Validation Image Creation", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 11.0, "font": {"size": 12, "color": "#ffffff"}, "title": "Validation Image Creation", "community": 276, "community_name": "Validation Image Creation", "source_file": "", "file_type": "", "degree": 0}, {"id": "277", "label": "Findings Scoping Script", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 11.0, "font": {"size": 12, "color": "#ffffff"}, "title": "Findings Scoping Script", "community": 277, "community_name": "Findings Scoping Script", "source_file": "", "file_type": "", "degree": 0}, {"id": "278", "label": "Artifact Initialization Script", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 11.0, "font": {"size": 12, "color": "#ffffff"}, "title": "Artifact Initialization Script", "community": 278, "community_name": "Artifact Initialization Script", "source_file": "", "file_type": "", "degree": 0}, {"id": "279", "label": "PDF Rendering Script", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 11.0, "font": {"size": 12, "color": "#ffffff"}, "title": "PDF Rendering Script", "community": 279, "community_name": "PDF Rendering Script", "source_file": "", "file_type": "", "degree": 0}, {"id": "280", "label": "Setup Script", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.0, "font": {"size": 12, "color": "#ffffff"}, "title": "Setup Script", "community": 280, "community_name": "Setup Script", "source_file": "", "file_type": "", "degree": 0}, {"id": "281", "label": "Notion Mention Testing", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.0, "font": {"size": 12, "color": "#ffffff"}, "title": "Notion Mention Testing", "community": 281, "community_name": "Notion Mention Testing", "source_file": "", "file_type": "", "degree": 2}, {"id": "282", "label": "Notion URL Parsing", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.0, "font": {"size": 12, "color": "#ffffff"}, "title": "Notion URL Parsing", "community": 282, "community_name": "Notion URL Parsing", "source_file": "", "file_type": "", "degree": 2}, {"id": "283", "label": "Notion Text Rendering", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 11.0, "font": {"size": 12, "color": "#ffffff"}, "title": "Notion Text Rendering", "community": 283, "community_name": "Notion Text Rendering", "source_file": "", "file_type": "", "degree": 2}, {"id": "284", "label": "Excel Processing Skills", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 11.0, "font": {"size": 12, "color": "#ffffff"}, "title": "Excel Processing Skills", "community": 284, "community_name": "Excel Processing Skills", "source_file": "", "file_type": "", "degree": 0}, {"id": "285", "label": "Ad Manager Documentation", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Ad Manager Documentation", "community": 285, "community_name": "Ad Manager Documentation", "source_file": "", "file_type": "", "degree": 0}, {"id": "286", "label": "Bash Command Agent", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Bash Command Agent", "community": 286, "community_name": "Bash Command Agent", "source_file": "", "file_type": "", "degree": 0}, {"id": "287", "label": "Exploration Agent", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Exploration Agent", "community": 287, "community_name": "Exploration Agent", "source_file": "", "file_type": "", "degree": 0}, {"id": "288", "label": "Planning Agent", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Planning Agent", "community": 288, "community_name": "Planning Agent", "source_file": "", "file_type": "", "degree": 0}, {"id": "289", "label": "Ahrefs Page Analysis", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Ahrefs Page Analysis", "community": 289, "community_name": "Ahrefs Page Analysis", "source_file": "", "file_type": "", "degree": 0}, {"id": "290", "label": "Markdown Blog Template", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Markdown Blog Template", "community": 290, "community_name": "Markdown Blog Template", "source_file": "", "file_type": "", "degree": 0}, {"id": "291", "label": "Project Repository Overview", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Project Repository Overview", "community": 291, "community_name": "Project Repository Overview", "source_file": "", "file_type": "", "degree": 0}, {"id": "292", "label": "Designer Skill Documentation", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Designer Skill Documentation", "community": 292, "community_name": "Designer Skill Documentation", "source_file": "", "file_type": "", "degree": 0}, {"id": "293", "label": "Account Manager Documentation", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Account Manager Documentation", "community": 293, "community_name": "Account Manager Documentation", "source_file": "", "file_type": "", "degree": 0}, {"id": "294", "label": "Back Office Management", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Back Office Management", "community": 294, "community_name": "Back Office Management", "source_file": "", "file_type": "", "degree": 0}, {"id": "295", "label": "HR Management Reference", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.5, "font": {"size": 12, "color": "#ffffff"}, "title": "HR Management Reference", "community": 295, "community_name": "HR Management Reference", "source_file": "", "file_type": "", "degree": 0}, {"id": "296", "label": "Back Office Documentation", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Back Office Documentation", "community": 296, "community_name": "Back Office Documentation", "source_file": "", "file_type": "", "degree": 0}, {"id": "297", "label": "Dintel System Bootstrap", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Dintel System Bootstrap", "community": 297, "community_name": "Dintel System Bootstrap", "source_file": "", "file_type": "", "degree": 0}, {"id": "298", "label": "Skill Update Documentation", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Skill Update Documentation", "community": 298, "community_name": "Skill Update Documentation", "source_file": "", "file_type": "", "degree": 0}, {"id": "299", "label": "OurDigital Document Documentation", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.5, "font": {"size": 12, "color": "#ffffff"}, "title": "OurDigital Document Documentation", "community": 299, "community_name": "OurDigital Document Documentation", "source_file": "", "file_type": "", "degree": 0}, {"id": "300", "label": "Dual Canthoplasty Surgery", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Dual Canthoplasty Surgery", "community": 300, "community_name": "Dual Canthoplasty Surgery", "source_file": "", "file_type": "", "degree": 0}, {"id": "301", "label": "Endoscopic Forehead Lift", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Endoscopic Forehead Lift", "community": 301, "community_name": "Endoscopic Forehead Lift", "source_file": "", "file_type": "", "degree": 0}, {"id": "302", "label": "Breadcrumb Schema Markup", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Breadcrumb Schema Markup", "community": 302, "community_name": "Breadcrumb Schema Markup", "source_file": "", "file_type": "", "degree": 0}, {"id": "303", "label": "FAQ Schema Markup", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.5, "font": {"size": 12, "color": "#ffffff"}, "title": "FAQ Schema Markup", "community": 303, "community_name": "FAQ Schema Markup", "source_file": "", "file_type": "", "degree": 0}, {"id": "304", "label": "File Unpacking Script", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.5, "font": {"size": 12, "color": "#ffffff"}, "title": "File Unpacking Script", "community": 304, "community_name": "File Unpacking Script", "source_file": "", "file_type": "", "degree": 0}, {"id": "305", "label": "Archive Extraction Utility", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Archive Extraction Utility", "community": 305, "community_name": "Archive Extraction Utility", "source_file": "", "file_type": "", "degree": 0}, {"id": "306", "label": "Web Element Discovery", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Web Element Discovery", "community": 306, "community_name": "Web Element Discovery", "source_file": "", "file_type": "", "degree": 0}, {"id": "307", "label": "Static HTML Automation", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Static HTML Automation", "community": 307, "community_name": "Static HTML Automation", "source_file": "", "file_type": "", "degree": 0}, {"id": "308", "label": "Greeting and Introduction", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Greeting and Introduction", "community": 308, "community_name": "Greeting and Introduction", "source_file": "", "file_type": "", "degree": 0}, {"id": "309", "label": "Hreflang Validation Script", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Hreflang Validation Script", "community": 309, "community_name": "Hreflang Validation Script", "source_file": "", "file_type": "", "degree": 0}, {"id": "310", "label": "Image Generation Tips", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Image Generation Tips", "community": 310, "community_name": "Image Generation Tips", "source_file": "", "file_type": "", "degree": 0}, {"id": "311", "label": "Clinic Blog Style Guide", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Clinic Blog Style Guide", "community": 311, "community_name": "Clinic Blog Style Guide", "source_file": "", "file_type": "", "degree": 0}, {"id": "312", "label": "Brand Tone Analysis", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Brand Tone Analysis", "community": 312, "community_name": "Brand Tone Analysis", "source_file": "", "file_type": "", "degree": 0}, {"id": "313", "label": "GA4 Tagging Reference", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.5, "font": {"size": 12, "color": "#ffffff"}, "title": "GA4 Tagging Reference", "community": 313, "community_name": "GA4 Tagging Reference", "source_file": "", "file_type": "", "degree": 0}, {"id": "314", "label": "OurDigital Journal Documentation", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.5, "font": {"size": 12, "color": "#ffffff"}, "title": "OurDigital Journal Documentation", "community": 314, "community_name": "OurDigital Journal Documentation", "source_file": "", "file_type": "", "degree": 0}, {"id": "315", "label": "KPI Aggregation Script", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.5, "font": {"size": 12, "color": "#ffffff"}, "title": "KPI Aggregation Script", "community": 315, "community_name": "KPI Aggregation Script", "source_file": "", "file_type": "", "degree": 0}, {"id": "316", "label": "Under-Eye Fat Rearrangement", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Under-Eye Fat Rearrangement", "community": 316, "community_name": "Under-Eye Fat Rearrangement", "source_file": "", "file_type": "", "degree": 0}, {"id": "317", "label": "Mac System Optimizer", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Mac System Optimizer", "community": 317, "community_name": "Mac System Optimizer", "source_file": "", "file_type": "", "degree": 0}, {"id": "318", "label": "Mac Optimization Skill", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Mac Optimization Skill", "community": 318, "community_name": "Mac Optimization Skill", "source_file": "", "file_type": "", "degree": 0}, {"id": "319", "label": "Python Package Initialization", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Python Package Initialization", "community": 319, "community_name": "Python Package Initialization", "source_file": "", "file_type": "", "degree": 0}, {"id": "320", "label": "Multi-Agent System Guide", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Multi-Agent System Guide", "community": 320, "community_name": "Multi-Agent System Guide", "source_file": "", "file_type": "", "degree": 0}, {"id": "321", "label": "NotebookLM Agent", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.5, "font": {"size": 12, "color": "#ffffff"}, "title": "NotebookLM Agent", "community": 321, "community_name": "NotebookLM Agent", "source_file": "", "file_type": "", "degree": 0}, {"id": "322", "label": "NotebookLM Automation", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.5, "font": {"size": 12, "color": "#ffffff"}, "title": "NotebookLM Automation", "community": 322, "community_name": "NotebookLM Automation", "source_file": "", "file_type": "", "degree": 0}, {"id": "323", "label": "NotebookLM Studio", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.5, "font": {"size": 12, "color": "#ffffff"}, "title": "NotebookLM Studio", "community": 323, "community_name": "NotebookLM Studio", "source_file": "", "file_type": "", "degree": 0}, {"id": "324", "label": "Client Reference Library", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Client Reference Library", "community": 324, "community_name": "Client Reference Library", "source_file": "", "file_type": "", "degree": 0}, {"id": "325", "label": "Skill Creation Tool", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Skill Creation Tool", "community": 325, "community_name": "Skill Creation Tool", "source_file": "", "file_type": "", "degree": 0}, {"id": "326", "label": "Performance Reporting Script", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Performance Reporting Script", "community": 326, "community_name": "Performance Reporting Script", "source_file": "", "file_type": "", "degree": 0}, {"id": "327", "label": "Documentation Secretary Agent", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Documentation Secretary Agent", "community": 327, "community_name": "Documentation Secretary Agent", "source_file": "", "file_type": "", "degree": 0}, {"id": "328", "label": "Quotation Management Agent", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Quotation Management Agent", "community": 328, "community_name": "Quotation Management Agent", "source_file": "", "file_type": "", "degree": 0}, {"id": "329", "label": "Service Architecture Agent", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Service Architecture Agent", "community": 329, "community_name": "Service Architecture Agent", "source_file": "", "file_type": "", "degree": 0}, {"id": "330", "label": "Marketing Management Agent", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Marketing Management Agent", "community": 330, "community_name": "Marketing Management Agent", "source_file": "", "file_type": "", "degree": 0}, {"id": "331", "label": "PDFJS Distribution Library", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.5, "font": {"size": 12, "color": "#ffffff"}, "title": "PDFJS Distribution Library", "community": 331, "community_name": "PDFJS Distribution Library", "source_file": "", "file_type": "", "degree": 0}, {"id": "332", "label": "PDF Modification Library", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.5, "font": {"size": 12, "color": "#ffffff"}, "title": "PDF Modification Library", "community": 332, "community_name": "PDF Modification Library", "source_file": "", "file_type": "", "degree": 0}, {"id": "333", "label": "PDF Data Extraction", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.5, "font": {"size": 12, "color": "#ffffff"}, "title": "PDF Data Extraction", "community": 333, "community_name": "PDF Data Extraction", "source_file": "", "file_type": "", "degree": 0}, {"id": "334", "label": "PDF Command Line Tools", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.5, "font": {"size": 12, "color": "#ffffff"}, "title": "PDF Command Line Tools", "community": 334, "community_name": "PDF Command Line Tools", "source_file": "", "file_type": "", "degree": 0}, {"id": "335", "label": "PDFium Python Wrapper", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.5, "font": {"size": 12, "color": "#ffffff"}, "title": "PDFium Python Wrapper", "community": 335, "community_name": "PDFium Python Wrapper", "source_file": "", "file_type": "", "degree": 0}, {"id": "336", "label": "PDF Transformation Tool", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.5, "font": {"size": 12, "color": "#ffffff"}, "title": "PDF Transformation Tool", "community": 336, "community_name": "PDF Transformation Tool", "source_file": "", "file_type": "", "degree": 0}, {"id": "337", "label": "PDF Generation Library", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.5, "font": {"size": 12, "color": "#ffffff"}, "title": "PDF Generation Library", "community": 337, "community_name": "PDF Generation Library", "source_file": "", "file_type": "", "degree": 0}, {"id": "338", "label": "GTM Audit Template", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.5, "font": {"size": 12, "color": "#ffffff"}, "title": "GTM Audit Template", "community": 338, "community_name": "GTM Audit Template", "source_file": "", "file_type": "", "degree": 0}, {"id": "339", "label": "Markdown Review Template", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Markdown Review Template", "community": 339, "community_name": "Markdown Review Template", "source_file": "", "file_type": "", "degree": 0}, {"id": "340", "label": "HTML Review Template", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.5, "font": {"size": 12, "color": "#ffffff"}, "title": "HTML Review Template", "community": 340, "community_name": "HTML Review Template", "source_file": "", "file_type": "", "degree": 0}, {"id": "341", "label": "PDF Form Field Checker", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.5, "font": {"size": 12, "color": "#ffffff"}, "title": "PDF Form Field Checker", "community": 341, "community_name": "PDF Form Field Checker", "source_file": "", "file_type": "", "degree": 0}, {"id": "342", "label": "Module Initialization Script", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Module Initialization Script", "community": 342, "community_name": "Module Initialization Script", "source_file": "", "file_type": "", "degree": 0}, {"id": "343", "label": "SEO Content Strategy", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.5, "font": {"size": 12, "color": "#ffffff"}, "title": "SEO Content Strategy", "community": 343, "community_name": "SEO Content Strategy", "source_file": "", "file_type": "", "degree": 0}, {"id": "344", "label": "SEO Keyword Strategy", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.5, "font": {"size": 12, "color": "#ffffff"}, "title": "SEO Keyword Strategy", "community": 344, "community_name": "SEO Keyword Strategy", "source_file": "", "file_type": "", "degree": 0}, {"id": "345", "label": "SEO Link Building", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.5, "font": {"size": 12, "color": "#ffffff"}, "title": "SEO Link Building", "community": 345, "community_name": "SEO Link Building", "source_file": "", "file_type": "", "degree": 0}, {"id": "346", "label": "SEO Rank Tracking", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.5, "font": {"size": 12, "color": "#ffffff"}, "title": "SEO Rank Tracking", "community": 346, "community_name": "SEO Rank Tracking", "source_file": "", "file_type": "", "degree": 0}, {"id": "347", "label": "SERP Analysis Tool", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.5, "font": {"size": 12, "color": "#ffffff"}, "title": "SERP Analysis Tool", "community": 347, "community_name": "SERP Analysis Tool", "source_file": "", "file_type": "", "degree": 0}, {"id": "348", "label": "Claude Settings Audit", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Claude Settings Audit", "community": 348, "community_name": "Claude Settings Audit", "source_file": "", "file_type": "", "degree": 0}, {"id": "349", "label": "Frontend Design Skill", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Frontend Design Skill", "community": 349, "community_name": "Frontend Design Skill", "source_file": "", "file_type": "", "degree": 0}, {"id": "350", "label": "Internal Communications Skill", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Internal Communications Skill", "community": 350, "community_name": "Internal Communications Skill", "source_file": "", "file_type": "", "degree": 0}, {"id": "351", "label": "Skill Development Tool", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Skill Development Tool", "community": 351, "community_name": "Skill Development Tool", "source_file": "", "file_type": "", "degree": 0}, {"id": "352", "label": "Subbrow Skin Incision", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Subbrow Skin Incision", "community": 352, "community_name": "Subbrow Skin Incision", "source_file": "", "file_type": "", "degree": 0}, {"id": "353", "label": "NDC Data Tracking", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.5, "font": {"size": 12, "color": "#ffffff"}, "title": "NDC Data Tracking", "community": 353, "community_name": "NDC Data Tracking", "source_file": "", "file_type": "", "degree": 0}, {"id": "354", "label": "TUI Design Tool", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.5, "font": {"size": 12, "color": "#ffffff"}, "title": "TUI Design Tool", "community": 354, "community_name": "TUI Design Tool", "source_file": "", "file_type": "", "degree": 0}];
|
|
const RAW_EDGES = [{"from": "0", "to": "127", "label": "3 cross-community edges", "title": "3 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "0", "to": "16", "label": "6 cross-community edges", "title": "6 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "0", "to": "10", "label": "7 cross-community edges", "title": "7 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "0", "to": "50", "label": "8 cross-community edges", "title": "8 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "0", "to": "57", "label": "10 cross-community edges", "title": "10 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "0", "to": "77", "label": "2 cross-community edges", "title": "2 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "0", "to": "130", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "2", "to": "74", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "2", "to": "127", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "2", "to": "155", "label": "9 cross-community edges", "title": "9 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "3", "to": "74", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "3", "to": "127", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "3", "to": "155", "label": "8 cross-community edges", "title": "8 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "5", "to": "74", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "5", "to": "127", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "5", "to": "155", "label": "8 cross-community edges", "title": "8 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "7", "to": "74", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "7", "to": "127", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "7", "to": "155", "label": "8 cross-community edges", "title": "8 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "8", "to": "127", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "8", "to": "62", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "9", "to": "74", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "9", "to": "127", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "9", "to": "155", "label": "8 cross-community edges", "title": "8 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "10", "to": "16", "label": "2 cross-community edges", "title": "2 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "10", "to": "57", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "10", "to": "50", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "10", "to": "77", "label": "3 cross-community edges", "title": "3 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "10", "to": "130", "label": "4 cross-community edges", "title": "4 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "11", "to": "67", "label": "3 cross-community edges", "title": "3 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "11", "to": "200", "label": "4 cross-community edges", "title": "4 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "11", "to": "68", "label": "13 cross-community edges", "title": "13 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "11", "to": "15", "label": "23 cross-community edges", "title": "23 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "11", "to": "101", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "11", "to": "153", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "11", "to": "95", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "11", "to": "54", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "11", "to": "202", "label": "3 cross-community edges", "title": "3 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "11", "to": "203", "label": "3 cross-community edges", "title": "3 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "11", "to": "220", "label": "2 cross-community edges", "title": "2 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "12", "to": "127", "label": "2 cross-community edges", "title": "2 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "13", "to": "74", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "13", "to": "127", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "13", "to": "155", "label": "10 cross-community edges", "title": "10 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "13", "to": "14", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "14", "to": "74", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "14", "to": "127", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "14", "to": "155", "label": "9 cross-community edges", "title": "9 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "15", "to": "202", "label": "3 cross-community edges", "title": "3 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "15", "to": "203", "label": "4 cross-community edges", "title": "4 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "15", "to": "68", "label": "5 cross-community edges", "title": "5 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "15", "to": "200", "label": "2 cross-community edges", "title": "2 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "15", "to": "54", "label": "2 cross-community edges", "title": "2 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "15", "to": "220", "label": "2 cross-community edges", "title": "2 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "15", "to": "101", "label": "5 cross-community edges", "title": "5 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "15", "to": "102", "label": "4 cross-community edges", "title": "4 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "16", "to": "127", "label": "3 cross-community edges", "title": "3 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "16", "to": "24", "label": "10 cross-community edges", "title": "10 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "16", "to": "50", "label": "4 cross-community edges", "title": "4 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "17", "to": "127", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "18", "to": "74", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "18", "to": "127", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "18", "to": "155", "label": "6 cross-community edges", "title": "6 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "19", "to": "55", "label": "13 cross-community edges", "title": "13 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "19", "to": "90", "label": "2 cross-community edges", "title": "2 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "19", "to": "188", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "19", "to": "281", "label": "2 cross-community edges", "title": "2 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "19", "to": "282", "label": "2 cross-community edges", "title": "2 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "19", "to": "283", "label": "2 cross-community edges", "title": "2 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "20", "to": "74", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "20", "to": "127", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "20", "to": "155", "label": "9 cross-community edges", "title": "9 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "20", "to": "103", "label": "9 cross-community edges", "title": "9 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "21", "to": "74", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "21", "to": "127", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "21", "to": "155", "label": "7 cross-community edges", "title": "7 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "22", "to": "74", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "22", "to": "127", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "22", "to": "155", "label": "5 cross-community edges", "title": "5 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "23", "to": "74", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "23", "to": "127", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "23", "to": "155", "label": "6 cross-community edges", "title": "6 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "24", "to": "127", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "24", "to": "57", "label": "2 cross-community edges", "title": "2 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "25", "to": "61", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "25", "to": "74", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "25", "to": "127", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "25", "to": "155", "label": "7 cross-community edges", "title": "7 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "26", "to": "74", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "26", "to": "127", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "26", "to": "155", "label": "9 cross-community edges", "title": "9 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "26", "to": "103", "label": "9 cross-community edges", "title": "9 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "26", "to": "134", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "27", "to": "74", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "27", "to": "127", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "27", "to": "155", "label": "5 cross-community edges", "title": "5 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "29", "to": "167", "label": "7 cross-community edges", "title": "7 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "29", "to": "176", "label": "7 cross-community edges", "title": "7 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "29", "to": "89", "label": "11 cross-community edges", "title": "11 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "30", "to": "127", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "31", "to": "127", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "32", "to": "127", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "33", "to": "127", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "34", "to": "127", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "35", "to": "127", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "36", "to": "127", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "37", "to": "127", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "38", "to": "127", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "39", "to": "127", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "40", "to": "127", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "41", "to": "127", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "42", "to": "127", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "43", "to": "127", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "44", "to": "127", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "45", "to": "127", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "46", "to": "127", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "47", "to": "127", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "48", "to": "112", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "48", "to": "118", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "48", "to": "231", "label": "2 cross-community edges", "title": "2 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "48", "to": "113", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "48", "to": "128", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "49", "to": "58", "label": "6 cross-community edges", "title": "6 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "49", "to": "145", "label": "4 cross-community edges", "title": "4 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "49", "to": "119", "label": "10 cross-community edges", "title": "10 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "49", "to": "164", "label": "4 cross-community edges", "title": "4 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "49", "to": "56", "label": "4 cross-community edges", "title": "4 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "50", "to": "127", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "51", "to": "127", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "53", "to": "65", "label": "2 cross-community edges", "title": "2 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "53", "to": "88", "label": "2 cross-community edges", "title": "2 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "53", "to": "106", "label": "15 cross-community edges", "title": "15 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "53", "to": "113", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "53", "to": "138", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "53", "to": "157", "label": "6 cross-community edges", "title": "6 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "54", "to": "67", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "54", "to": "101", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "54", "to": "95", "label": "4 cross-community edges", "title": "4 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "55", "to": "223", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "55", "to": "90", "label": "13 cross-community edges", "title": "13 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "55", "to": "281", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "55", "to": "282", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "55", "to": "283", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "56", "to": "127", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "56", "to": "164", "label": "5 cross-community edges", "title": "5 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "56", "to": "155", "label": "2 cross-community edges", "title": "2 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "57", "to": "127", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "58", "to": "127", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "58", "to": "145", "label": "6 cross-community edges", "title": "6 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "59", "to": "127", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "60", "to": "127", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "61", "to": "127", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "62", "to": "127", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "63", "to": "127", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "64", "to": "127", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "65", "to": "127", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "65", "to": "88", "label": "2 cross-community edges", "title": "2 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "65", "to": "106", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "65", "to": "157", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "66", "to": "80", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "66", "to": "222", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "66", "to": "127", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "66", "to": "96", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "67", "to": "101", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "68", "to": "200", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "71", "to": "127", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "72", "to": "127", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "74", "to": "116", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "74", "to": "105", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "74", "to": "97", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "74", "to": "78", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "74", "to": "136", "label": "8 cross-community edges", "title": "8 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "74", "to": "155", "label": "4 cross-community edges", "title": "4 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "76", "to": "80", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "76", "to": "187", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "76", "to": "165", "label": "2 cross-community edges", "title": "2 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "76", "to": "222", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "77", "to": "130", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "78", "to": "154", "label": "7 cross-community edges", "title": "7 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "78", "to": "155", "label": "4 cross-community edges", "title": "4 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "78", "to": "215", "label": "4 cross-community edges", "title": "4 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "78", "to": "171", "label": "3 cross-community edges", "title": "3 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "82", "to": "127", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "85", "to": "127", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "88", "to": "113", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "88", "to": "138", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "88", "to": "106", "label": "6 cross-community edges", "title": "6 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "88", "to": "157", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "89", "to": "176", "label": "6 cross-community edges", "title": "6 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "89", "to": "167", "label": "4 cross-community edges", "title": "4 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "89", "to": "127", "label": "9 cross-community edges", "title": "9 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "91", "to": "127", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "92", "to": "152", "label": "3 cross-community edges", "title": "3 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "92", "to": "149", "label": "6 cross-community edges", "title": "6 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "92", "to": "109", "label": "5 cross-community edges", "title": "5 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "94", "to": "222", "label": "3 cross-community edges", "title": "3 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "96", "to": "110", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "96", "to": "127", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "97", "to": "98", "label": "8 cross-community edges", "title": "8 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "97", "to": "155", "label": "2 cross-community edges", "title": "2 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "97", "to": "158", "label": "5 cross-community edges", "title": "5 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "98", "to": "127", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "98", "to": "158", "label": "5 cross-community edges", "title": "5 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "98", "to": "155", "label": "4 cross-community edges", "title": "4 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "100", "to": "184", "label": "2 cross-community edges", "title": "2 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "101", "to": "202", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "101", "to": "203", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "101", "to": "220", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "102", "to": "202", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "102", "to": "203", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "102", "to": "220", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "103", "to": "127", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "103", "to": "155", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "103", "to": "164", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "104", "to": "109", "label": "3 cross-community edges", "title": "3 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "105", "to": "134", "label": "3 cross-community edges", "title": "3 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "105", "to": "155", "label": "2 cross-community edges", "title": "2 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "105", "to": "194", "label": "5 cross-community edges", "title": "5 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "105", "to": "146", "label": "7 cross-community edges", "title": "7 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "105", "to": "175", "label": "3 cross-community edges", "title": "3 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "105", "to": "210", "label": "2 cross-community edges", "title": "2 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "106", "to": "157", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "107", "to": "142", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "107", "to": "151", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "107", "to": "124", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "109", "to": "152", "label": "7 cross-community edges", "title": "7 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "109", "to": "149", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "109", "to": "159", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "111", "to": "127", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "111", "to": "171", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "111", "to": "141", "label": "6 cross-community edges", "title": "6 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "111", "to": "116", "label": "2 cross-community edges", "title": "2 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "111", "to": "155", "label": "4 cross-community edges", "title": "4 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "112", "to": "118", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "113", "to": "118", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "115", "to": "211", "label": "5 cross-community edges", "title": "5 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "115", "to": "132", "label": "3 cross-community edges", "title": "3 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "115", "to": "131", "label": "3 cross-community edges", "title": "3 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "115", "to": "168", "label": "2 cross-community edges", "title": "2 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "116", "to": "141", "label": "6 cross-community edges", "title": "6 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "116", "to": "155", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "116", "to": "171", "label": "2 cross-community edges", "title": "2 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "117", "to": "142", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "117", "to": "160", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "118", "to": "128", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "119", "to": "127", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "122", "to": "127", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "123", "to": "142", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "123", "to": "151", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "123", "to": "124", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "124", "to": "151", "label": "3 cross-community edges", "title": "3 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "125", "to": "206", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "125", "to": "184", "label": "2 cross-community edges", "title": "2 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "125", "to": "227", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "125", "to": "240", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "125", "to": "161", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "125", "to": "241", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "125", "to": "143", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "125", "to": "242", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "127", "to": "177", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "127", "to": "163", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "127", "to": "186", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "127", "to": "238", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "127", "to": "228", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "127", "to": "154", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "127", "to": "134", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "127", "to": "135", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "127", "to": "136", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "127", "to": "222", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "127", "to": "167", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "127", "to": "176", "label": "4 cross-community edges", "title": "4 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "127", "to": "156", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "127", "to": "211", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "127", "to": "139", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "127", "to": "198", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "131", "to": "211", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "131", "to": "168", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "131", "to": "132", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "132", "to": "211", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "133", "to": "142", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "133", "to": "151", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "134", "to": "175", "label": "2 cross-community edges", "title": "2 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "134", "to": "210", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "134", "to": "146", "label": "2 cross-community edges", "title": "2 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "134", "to": "155", "label": "3 cross-community edges", "title": "3 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "134", "to": "194", "label": "4 cross-community edges", "title": "4 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "135", "to": "178", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "135", "to": "170", "label": "2 cross-community edges", "title": "2 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "135", "to": "179", "label": "2 cross-community edges", "title": "2 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "135", "to": "213", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "135", "to": "180", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "135", "to": "212", "label": "4 cross-community edges", "title": "4 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "136", "to": "155", "label": "2 cross-community edges", "title": "2 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "141", "to": "155", "label": "2 cross-community edges", "title": "2 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "141", "to": "171", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "142", "to": "183", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "142", "to": "151", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "143", "to": "184", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "146", "to": "175", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "146", "to": "210", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "146", "to": "155", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "146", "to": "194", "label": "5 cross-community edges", "title": "5 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "149", "to": "152", "label": "2 cross-community edges", "title": "2 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "154", "to": "171", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "154", "to": "215", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "154", "to": "155", "label": "2 cross-community edges", "title": "2 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "155", "to": "171", "label": "2 cross-community edges", "title": "2 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "155", "to": "215", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "155", "to": "175", "label": "2 cross-community edges", "title": "2 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "155", "to": "210", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "155", "to": "158", "label": "2 cross-community edges", "title": "2 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "155", "to": "164", "label": "4 cross-community edges", "title": "4 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "165", "to": "187", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "167", "to": "176", "label": "3 cross-community edges", "title": "3 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "168", "to": "211", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "170", "to": "179", "label": "4 cross-community edges", "title": "4 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "170", "to": "180", "label": "4 cross-community edges", "title": "4 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "170", "to": "212", "label": "4 cross-community edges", "title": "4 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "170", "to": "178", "label": "4 cross-community edges", "title": "4 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "170", "to": "213", "label": "3 cross-community edges", "title": "3 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "175", "to": "194", "label": "2 cross-community edges", "title": "2 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "178", "to": "212", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "179", "to": "212", "label": "2 cross-community edges", "title": "2 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "179", "to": "180", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "180", "to": "212", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "194", "to": "210", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}, {"from": "212", "to": "213", "label": "1 cross-community edges", "title": "1 cross-community edges [AGGREGATED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "AGGREGATED"}];
|
|
const LEGEND = [{"cid": 0, "color": "#4E79A7", "label": "Database Session Management", "count": 60}, {"cid": 1, "color": "#F28E2B", "label": "Notion Search Mocking", "count": 58}, {"cid": 2, "color": "#E15759", "label": "KPI Aggregator", "count": 55}, {"cid": 3, "color": "#76B7B2", "label": "Performance Reporting", "count": 55}, {"cid": 4, "color": "#59A14F", "label": "Knowledge Graph Construction", "count": 55}, {"cid": 5, "color": "#EDC948", "label": "Schema Draft Builder", "count": 54}, {"cid": 6, "color": "#B07AA1", "label": "MCP Connection Handler", "count": 51}, {"cid": 7, "color": "#FF9DA7", "label": "E-commerce SEO Auditor", "count": 51}, {"cid": 8, "color": "#9C755F", "label": "Page Metadata Analyzer", "count": 48}, {"cid": 9, "color": "#BAB0AC", "label": "AI Visibility Tracker", "count": 48}, {"cid": 10, "color": "#4E79A7", "label": "SQL Query Extraction", "count": 48}, {"cid": 11, "color": "#F28E2B", "label": "Animation Easing Functions", "count": 47}, {"cid": 12, "color": "#E15759", "label": "Branded Document Generation", "count": 47}, {"cid": 13, "color": "#76B7B2", "label": "Competitive Content Monitor", "count": 46}, {"cid": 14, "color": "#59A14F", "label": "Site Migration Monitor", "count": 46}, {"cid": 15, "color": "#EDC948", "label": "Frame Animation Utilities", "count": 45}, {"cid": 16, "color": "#B07AA1", "label": "Crawl Manifest Management", "count": 45}, {"cid": 17, "color": "#FF9DA7", "label": "SERP Feature Analyzer", "count": 45}, {"cid": 18, "color": "#9C755F", "label": "Backlink Gap Finder", "count": 44}, {"cid": 19, "color": "#BAB0AC", "label": "Markdown to Notion Parser", "count": 44}, {"cid": 20, "color": "#4E79A7", "label": "Knowledge Graph Analyzer", "count": 43}, {"cid": 21, "color": "#F28E2B", "label": "Content Freshness Auditor", "count": 42}, {"cid": 22, "color": "#E15759", "label": "Product Schema Checker", "count": 42}, {"cid": 23, "color": "#76B7B2", "label": "Content Brief Generator", "count": 41}, {"cid": 24, "color": "#59A14F", "label": "Core Data Models", "count": 38}, {"cid": 25, "color": "#EDC948", "label": "Content Gap Analyzer", "count": 38}, {"cid": 26, "color": "#B07AA1", "label": "Brand Entity Auditor", "count": 38}, {"cid": 27, "color": "#FF9DA7", "label": "SEO Report Aggregator", "count": 38}, {"cid": 28, "color": "#9C755F", "label": "Base Schema Validation", "count": 38}, {"cid": 29, "color": "#BAB0AC", "label": "Crawl Budget Analysis", "count": 37}, {"cid": 30, "color": "#4E79A7", "label": "Async API Client", "count": 37}, {"cid": 31, "color": "#F28E2B", "label": "Async API Client", "count": 37}, {"cid": 32, "color": "#E15759", "label": "Async API Client", "count": 37}, {"cid": 33, "color": "#76B7B2", "label": "Async API Client", "count": 37}, {"cid": 34, "color": "#59A14F", "label": "Async API Client", "count": 37}, {"cid": 35, "color": "#EDC948", "label": "Async API Client", "count": 37}, {"cid": 36, "color": "#B07AA1", "label": "Naver SERP Analyzer", "count": 37}, {"cid": 37, "color": "#FF9DA7", "label": "Async API Client", "count": 37}, {"cid": 38, "color": "#9C755F", "label": "Async API Client", "count": 37}, {"cid": 39, "color": "#BAB0AC", "label": "Async API Client", "count": 37}, {"cid": 40, "color": "#4E79A7", "label": "Async API Client", "count": 37}, {"cid": 41, "color": "#F28E2B", "label": "Async API Client", "count": 37}, {"cid": 42, "color": "#E15759", "label": "Async API Client", "count": 37}, {"cid": 43, "color": "#76B7B2", "label": "Async API Client", "count": 37}, {"cid": 44, "color": "#59A14F", "label": "Async API Client", "count": 37}, {"cid": 45, "color": "#EDC948", "label": "Async API Client", "count": 37}, {"cid": 46, "color": "#B07AA1", "label": "Async API Client", "count": 37}, {"cid": 47, "color": "#FF9DA7", "label": "SEO Dashboard Generator", "count": 35}, {"cid": 48, "color": "#9C755F", "label": "Extended Schema Validation", "count": 34}, {"cid": 49, "color": "#BAB0AC", "label": "Web Page Scraper", "count": 33}, {"cid": 50, "color": "#4E79A7", "label": "Reference Curator Utilities", "count": 33}, {"cid": 51, "color": "#F28E2B", "label": "Keyword Research Tool", "count": 33}, {"cid": 52, "color": "#E15759", "label": "Content Synthesis Engine", "count": 32}, {"cid": 53, "color": "#76B7B2", "label": "Document Relationship Manager", "count": 32}, {"cid": 54, "color": "#59A14F", "label": "Particle Physics System", "count": 31}, {"cid": 55, "color": "#EDC948", "label": "Notion Block Writer", "count": 31}, {"cid": 56, "color": "#B07AA1", "label": "SEO Crawler Adapter", "count": 31}, {"cid": 57, "color": "#FF9DA7", "label": "Gemini Content Evaluator", "count": 31}, {"cid": 58, "color": "#9C755F", "label": "Sitemap Crawl Progress", "count": 30}, {"cid": 59, "color": "#BAB0AC", "label": "Gateway Page Generator", "count": 30}, {"cid": 60, "color": "#4E79A7", "label": "Google Search Console Client", "count": 30}, {"cid": 61, "color": "#F28E2B", "label": "Keyword Gap Analyzer", "count": 30}, {"cid": 62, "color": "#E15759", "label": "Robots.txt Validator", "count": 30}, {"cid": 63, "color": "#76B7B2", "label": "File System Organizer", "count": 29}, {"cid": 64, "color": "#59A14F", "label": "Executive Report Generator", "count": 29}, {"cid": 65, "color": "#EDC948", "label": "XML Document Utilities", "count": 29}, {"cid": 66, "color": "#B07AA1", "label": "Notion Async Organizer", "count": 28}, {"cid": 67, "color": "#FF9DA7", "label": "Color Palette Utilities", "count": 27}, {"cid": 68, "color": "#9C755F", "label": "Vector Drawing Utilities", "count": 27}, {"cid": 69, "color": "#BAB0AC", "label": "Bounding Box Validator", "count": 27}, {"cid": 70, "color": "#4E79A7", "label": "PageSpeed Insights Client", "count": 27}, {"cid": 71, "color": "#F28E2B", "label": "JSON-LD Schema Validator", "count": 27}, {"cid": 72, "color": "#E15759", "label": "Sitemap XML Validator", "count": 27}, {"cid": 73, "color": "#76B7B2", "label": "System Installation Scripts", "count": 26}, {"cid": 74, "color": "#59A14F", "label": "AI Citation Analyzer", "count": 26}, {"cid": 75, "color": "#EDC948", "label": "Journal Compliance Validator", "count": 26}, {"cid": 76, "color": "#B07AA1", "label": "Notion Search Enrichment", "count": 25}, {"cid": 77, "color": "#FF9DA7", "label": "Environment Configuration", "count": 25}, {"cid": 78, "color": "#9C755F", "label": "Keyword Ranking Reporter", "count": 25}, {"cid": 79, "color": "#BAB0AC", "label": "Installation Health Check", "count": 25}, {"cid": 80, "color": "#4E79A7", "label": "Notion API Compatibility", "count": 24}, {"cid": 81, "color": "#F28E2B", "label": "Brand Identity Guidelines", "count": 24}, {"cid": 82, "color": "#E15759", "label": "Keyword Intent Analyzer", "count": 24}, {"cid": 83, "color": "#76B7B2", "label": "Content Compliance Checker", "count": 23}, {"cid": 84, "color": "#59A14F", "label": "Content Compliance Checker", "count": 23}, {"cid": 85, "color": "#EDC948", "label": "Project Ownership Manager", "count": 23}, {"cid": 86, "color": "#B07AA1", "label": "Site Claim Extractor", "count": 23}, {"cid": 87, "color": "#FF9DA7", "label": "Credential Setup Script", "count": 23}, {"cid": 88, "color": "#9C755F", "label": "DOCX XML Editor", "count": 23}, {"cid": 89, "color": "#BAB0AC", "label": "Server Log Parser", "count": 23}, {"cid": 90, "color": "#4E79A7", "label": "Notion Page Utilities", "count": 22}, {"cid": 91, "color": "#F28E2B", "label": "Configured Async Client", "count": 22}, {"cid": 92, "color": "#E15759", "label": "PowerPoint Shape Analyzer", "count": 22}, {"cid": 93, "color": "#76B7B2", "label": "Skill Installation Manager", "count": 21}, {"cid": 94, "color": "#59A14F", "label": "Notion Database Migrator", "count": 21}, {"cid": 95, "color": "#EDC948", "label": "Visual Effects Engine", "count": 20}, {"cid": 96, "color": "#B07AA1", "label": "Rate Limited Client", "count": 20}, {"cid": 97, "color": "#FF9DA7", "label": "Migration Planning Logic", "count": 20}, {"cid": 98, "color": "#9C755F", "label": "Migration Strategy Planner", "count": 20}, {"cid": 99, "color": "#BAB0AC", "label": "Canvas Drawing Utilities", "count": 20}, {"cid": 100, "color": "#4E79A7", "label": "Product Schema Properties", "count": 19}, {"cid": 101, "color": "#F28E2B", "label": "Slack GIF Optimizer", "count": 19}, {"cid": 102, "color": "#E15759", "label": "Typography and Text Effects", "count": 19}, {"cid": 103, "color": "#76B7B2", "label": "API Configuration Manager", "count": 19}, {"cid": 104, "color": "#59A14F", "label": "PowerPoint Text Formatting", "count": 19}, {"cid": 105, "color": "#EDC948", "label": "Anchor Text Analyzer", "count": 19}, {"cid": 106, "color": "#B07AA1", "label": "Word Document Comments", "count": 19}, {"cid": 107, "color": "#FF9DA7", "label": "Brand Entity Metadata", "count": 18}, {"cid": 108, "color": "#9C755F", "label": "Skill Validation Tool", "count": 18}, {"cid": 109, "color": "#BAB0AC", "label": "PowerPoint Text Inventory", "count": 18}, {"cid": 110, "color": "#4E79A7", "label": "Google API Credentials", "count": 17}, {"cid": 111, "color": "#F28E2B", "label": "Keyword Position Tracker", "count": 17}, {"cid": 112, "color": "#E15759", "label": "Word XML Validator", "count": 17}, {"cid": 113, "color": "#76B7B2", "label": "Word XML Validator", "count": 17}, {"cid": 114, "color": "#59A14F", "label": "PowerPoint Slide Generator", "count": 17}, {"cid": 115, "color": "#EDC948", "label": "GTM Audit Orchestrator", "count": 17}, {"cid": 116, "color": "#B07AA1", "label": "Ahrefs Rank Tracking", "count": 17}, {"cid": 117, "color": "#FF9DA7", "label": "SEO Metadata Schema", "count": 16}, {"cid": 118, "color": "#9C755F", "label": "PowerPoint XML Validator", "count": 16}, {"cid": 119, "color": "#BAB0AC", "label": "Web Page SEO Analyzer", "count": 16}, {"cid": 120, "color": "#4E79A7", "label": "Skill Extension Analyzer", "count": 16}, {"cid": 121, "color": "#F28E2B", "label": "PowerPoint Brand Styler", "count": 16}, {"cid": 122, "color": "#E15759", "label": "SEO Health Orchestrator", "count": 16}, {"cid": 123, "color": "#76B7B2", "label": "Audit Prospect Properties", "count": 15}, {"cid": 124, "color": "#59A14F", "label": "Audit Finding Schema", "count": 15}, {"cid": 125, "color": "#EDC948", "label": "Course Pricing Schema", "count": 15}, {"cid": 126, "color": "#B07AA1", "label": "SEO Audit Tools", "count": 15}, {"cid": 127, "color": "#FF9DA7", "label": "Server Log Parser", "count": 15}, {"cid": 128, "color": "#9C755F", "label": "PowerPoint XML Validator", "count": 15}, {"cid": 129, "color": "#BAB0AC", "label": "PDF Form Filler", "count": 15}, {"cid": 130, "color": "#4E79A7", "label": "Database Backend Protocol", "count": 15}, {"cid": 131, "color": "#F28E2B", "label": "DataLayer Event Validator", "count": 15}, {"cid": 132, "color": "#E15759", "label": "Form Tracking Analyzer", "count": 15}, {"cid": 133, "color": "#76B7B2", "label": "Sitemap Hygiene Schema", "count": 14}, {"cid": 134, "color": "#59A14F", "label": "Backlink Profile Auditor", "count": 14}, {"cid": 135, "color": "#EDC948", "label": "International SEO Auditor", "count": 14}, {"cid": 136, "color": "#B07AA1", "label": "AI Citation Analyzer", "count": 14}, {"cid": 137, "color": "#FF9DA7", "label": "Word Tracked Changes", "count": 14}, {"cid": 138, "color": "#9C755F", "label": "Word Tracked Changes", "count": 14}, {"cid": 139, "color": "#BAB0AC", "label": "YouTube Video Info", "count": 14}, {"cid": 140, "color": "#4E79A7", "label": "Skill Root Migration", "count": 14}, {"cid": 141, "color": "#F28E2B", "label": "Keyword Visibility Analysis", "count": 14}, {"cid": 142, "color": "#E15759", "label": "Technical Findings Schema", "count": 13}, {"cid": 143, "color": "#76B7B2", "label": "Brand Severity Signals", "count": 13}, {"cid": 144, "color": "#59A14F", "label": "Image Mood Calibrator", "count": 13}, {"cid": 145, "color": "#EDC948", "label": "Sitemap Crawler Utility", "count": 13}, {"cid": 146, "color": "#B07AA1", "label": "Ahrefs API Client", "count": 13}, {"cid": 147, "color": "#FF9DA7", "label": "D.intelligence Shared Skills", "count": 13}, {"cid": 148, "color": "#9C755F", "label": "Medical Procedure Keywords", "count": 13}, {"cid": 149, "color": "#BAB0AC", "label": "PowerPoint Paragraph Data", "count": 13}, {"cid": 150, "color": "#4E79A7", "label": "Skill Structure Migration", "count": 13}, {"cid": 151, "color": "#F28E2B", "label": "Competitor Benchmark Schema", "count": 12}, {"cid": 152, "color": "#E15759", "label": "PowerPoint Shape Inventory", "count": 12}, {"cid": 153, "color": "#76B7B2", "label": "Slack GIF Validator", "count": 12}, {"cid": 154, "color": "#59A14F", "label": "Ranking Performance Reporter", "count": 12}, {"cid": 155, "color": "#EDC948", "label": "Async API Client", "count": 12}, {"cid": 156, "color": "#B07AA1", "label": "Skill Auto-Fixer", "count": 12}, {"cid": 157, "color": "#FF9DA7", "label": "Word Comment Manager", "count": 12}, {"cid": 158, "color": "#9C755F", "label": "URL Migration Mapper", "count": 12}, {"cid": 159, "color": "#BAB0AC", "label": "PowerPoint Thumbnail Generator", "count": 12}, {"cid": 160, "color": "#4E79A7", "label": "Core Web Vitals", "count": 11}, {"cid": 161, "color": "#F28E2B", "label": "Audit Account Properties", "count": 11}, {"cid": 162, "color": "#E15759", "label": "Jamie Clinic Brand", "count": 11}, {"cid": 163, "color": "#76B7B2", "label": "Ulysses Content Exporter", "count": 11}, {"cid": 164, "color": "#59A14F", "label": "Rate Limiting Client", "count": 11}, {"cid": 165, "color": "#EDC948", "label": "Notion Semantic Search", "count": 11}, {"cid": 166, "color": "#B07AA1", "label": "Deck Builder Utilities", "count": 11}, {"cid": 167, "color": "#FF9DA7", "label": "Crawl Waste Analyzer", "count": 11}, {"cid": 168, "color": "#9C755F", "label": "Checkout Flow Auditor", "count": 11}, {"cid": 169, "color": "#BAB0AC", "label": "HTML to PowerPoint", "count": 11}, {"cid": 170, "color": "#4E79A7", "label": "International SEO Audit", "count": 11}, {"cid": 171, "color": "#F28E2B", "label": "Competitor Ranking Comparison", "count": 11}, {"cid": 172, "color": "#E15759", "label": "Visual Theme Factory", "count": 11}, {"cid": 173, "color": "#76B7B2", "label": "OurDigital Content Skills", "count": 10}, {"cid": 174, "color": "#59A14F", "label": "Sales and Catalog", "count": 10}, {"cid": 175, "color": "#EDC948", "label": "Toxic Backlink Detector", "count": 10}, {"cid": 176, "color": "#B07AA1", "label": "Web Crawler Manager", "count": 10}, {"cid": 177, "color": "#FF9DA7", "label": "Ghost CMS Publisher", "count": 10}, {"cid": 178, "color": "#9C755F", "label": "Language Content Parity", "count": 10}, {"cid": 179, "color": "#BAB0AC", "label": "Korean Market Expansion", "count": 10}, {"cid": 180, "color": "#4E79A7", "label": "International URL Patterns", "count": 10}, {"cid": 181, "color": "#F28E2B", "label": "YouTube Channel Status", "count": 10}, {"cid": 182, "color": "#E15759", "label": "PowerPoint Slide Rearranger", "count": 10}, {"cid": 183, "color": "#76B7B2", "label": "Analytics Access Schema", "count": 9}, {"cid": 184, "color": "#59A14F", "label": "Lesson Content Schema", "count": 9}, {"cid": 185, "color": "#EDC948", "label": "GTM Implementation Tools", "count": 9}, {"cid": 186, "color": "#B07AA1", "label": "Notion Content Extractor", "count": 9}, {"cid": 187, "color": "#FF9DA7", "label": "Search Result Cache", "count": 9}, {"cid": 188, "color": "#9C755F", "label": "SEO Audit Suite", "count": 9}, {"cid": 189, "color": "#BAB0AC", "label": "Mac System Cleanup", "count": 8}, {"cid": 190, "color": "#4E79A7", "label": "Content Pipeline Orchestration", "count": 8}, {"cid": 191, "color": "#F28E2B", "label": "Presales Content Pipeline", "count": 8}, {"cid": 192, "color": "#E15759", "label": "Office Document Packer", "count": 8}, {"cid": 193, "color": "#76B7B2", "label": "Office Document Packer", "count": 8}, {"cid": 194, "color": "#59A14F", "label": "Backlink Audit Logic", "count": 8}, {"cid": 195, "color": "#EDC948", "label": "Claude AI Bundler", "count": 8}, {"cid": 196, "color": "#B07AA1", "label": "Visual Prompt Generator", "count": 8}, {"cid": 197, "color": "#FF9DA7", "label": "YouTube API Testing", "count": 8}, {"cid": 198, "color": "#9C755F", "label": "Audit Report Generator", "count": 8}, {"cid": 199, "color": "#BAB0AC", "label": "Skill Metadata Verifier", "count": 8}, {"cid": 200, "color": "#4E79A7", "label": "Bounce Animation Effects", "count": 7}, {"cid": 201, "color": "#F28E2B", "label": "Skill Initialization Script", "count": 7}, {"cid": 202, "color": "#E15759", "label": "Flip Animation Effects", "count": 7}, {"cid": 203, "color": "#76B7B2", "label": "Pulse Animation Effects", "count": 7}, {"cid": 204, "color": "#59A14F", "label": "Effort Cost Calculation", "count": 7}, {"cid": 205, "color": "#EDC948", "label": "Skill Packaging and Validation", "count": 7}, {"cid": 206, "color": "#B07AA1", "label": "Scope Schema Definition", "count": 6}, {"cid": 207, "color": "#FF9DA7", "label": "Schema.org Entity Types", "count": 6}, {"cid": 208, "color": "#9C755F", "label": "PowerPoint Workflow Tools", "count": 6}, {"cid": 209, "color": "#BAB0AC", "label": "Audit Cleanup Scripts", "count": 6}, {"cid": 210, "color": "#4E79A7", "label": "Backlink Velocity Tracking", "count": 6}, {"cid": 211, "color": "#F28E2B", "label": "GTM Audit Reporting", "count": 6}, {"cid": 212, "color": "#E15759", "label": "SEO Audit Scoring", "count": 6}, {"cid": 213, "color": "#76B7B2", "label": "Language Detection Audit", "count": 6}, {"cid": 214, "color": "#59A14F", "label": "YouTube Metadata Update", "count": 6}, {"cid": 215, "color": "#EDC948", "label": "Keyword Impact Analysis", "count": 6}, {"cid": 216, "color": "#B07AA1", "label": "Excel Formula Recalculation", "count": 6}, {"cid": 217, "color": "#FF9DA7", "label": "Skill Documentation and Guides", "count": 5}, {"cid": 218, "color": "#9C755F", "label": "Generative Art Skills", "count": 5}, {"cid": 219, "color": "#BAB0AC", "label": "SEO Schema Management", "count": 5}, {"cid": 220, "color": "#4E79A7", "label": "Wiggle Animation Effects", "count": 5}, {"cid": 221, "color": "#F28E2B", "label": "Coaching Cost Calculation", "count": 5}, {"cid": 222, "color": "#E15759", "label": "Notion Schema Migration", "count": 5}, {"cid": 223, "color": "#76B7B2", "label": "SEO and Notion Skills", "count": 5}, {"cid": 224, "color": "#59A14F", "label": "OurDigital Brand Assets", "count": 5}, {"cid": 225, "color": "#EDC948", "label": "Directory Cleanup Script", "count": 5}, {"cid": 226, "color": "#B07AA1", "label": "Server Readiness Testing", "count": 5}, {"cid": 227, "color": "#FF9DA7", "label": "API Parameter Definitions", "count": 4}, {"cid": 228, "color": "#9C755F", "label": "Skill Directory Creation", "count": 4}, {"cid": 229, "color": "#BAB0AC", "label": "D.intelligence Management Agents", "count": 4}, {"cid": 230, "color": "#4E79A7", "label": "Jamie Clinic Brand Guidelines", "count": 4}, {"cid": 231, "color": "#F28E2B", "label": "XML Relationship Validation", "count": 4}, {"cid": 232, "color": "#E15759", "label": "NotebookLM Automation Skills", "count": 4}, {"cid": 233, "color": "#76B7B2", "label": "Notion Documentation Skills", "count": 4}, {"cid": 234, "color": "#59A14F", "label": "Environment Audit Script", "count": 4}, {"cid": 235, "color": "#EDC948", "label": "Package Audit Script", "count": 4}, {"cid": 236, "color": "#B07AA1", "label": "Resource Audit Script", "count": 4}, {"cid": 237, "color": "#FF9DA7", "label": "Security Audit Script", "count": 4}, {"cid": 238, "color": "#9C755F", "label": "Research Workflow Execution", "count": 4}, {"cid": 239, "color": "#BAB0AC", "label": "Task Specification Templates", "count": 4}, {"cid": 240, "color": "#4E79A7", "label": "Anchor Text Distribution", "count": 3}, {"cid": 241, "color": "#F28E2B", "label": "Sequence Data Types", "count": 3}, {"cid": 242, "color": "#E15759", "label": "Student Data Types", "count": 3}, {"cid": 243, "color": "#76B7B2", "label": "Agent Research Pipelines", "count": 3}, {"cid": 244, "color": "#59A14F", "label": "Sample Data Generation", "count": 3}, {"cid": 245, "color": "#EDC948", "label": "D.intelligence Marketing Agents", "count": 3}, {"cid": 246, "color": "#B07AA1", "label": "D.intelligence Excel Tools", "count": 3}, {"cid": 247, "color": "#FF9DA7", "label": "Word Document Skills", "count": 3}, {"cid": 248, "color": "#9C755F", "label": "GTM Management Tools", "count": 3}, {"cid": 249, "color": "#BAB0AC", "label": "GTM Automation Skills", "count": 3}, {"cid": 250, "color": "#4E79A7", "label": "MCP Development Guides", "count": 3}, {"cid": 251, "color": "#F28E2B", "label": "Procurement Cost Calculation", "count": 3}, {"cid": 252, "color": "#E15759", "label": "Claude Skill Development", "count": 3}, {"cid": 253, "color": "#76B7B2", "label": "Blog Publishing Tools", "count": 2}, {"cid": 254, "color": "#59A14F", "label": "Claude Configuration Tools", "count": 2}, {"cid": 255, "color": "#EDC948", "label": "Installation Script", "count": 2}, {"cid": 256, "color": "#B07AA1", "label": "Competitor Benchmarking Tools", "count": 2}, {"cid": 257, "color": "#FF9DA7", "label": "Sample Script Execution", "count": 2}, {"cid": 258, "color": "#9C755F", "label": "D.intelligence Brand Skills", "count": 2}, {"cid": 259, "color": "#BAB0AC", "label": "Shared Agent Utilities", "count": 2}, {"cid": 260, "color": "#4E79A7", "label": "Notion Database Constants", "count": 2}, {"cid": 261, "color": "#F28E2B", "label": "D.intelligence Infrastructure", "count": 2}, {"cid": 262, "color": "#E15759", "label": "Estimation and Scoping", "count": 2}, {"cid": 263, "color": "#76B7B2", "label": "Validation Script Execution", "count": 2}, {"cid": 264, "color": "#59A14F", "label": "Word Validation Modules", "count": 2}, {"cid": 265, "color": "#EDC948", "label": "Validation Script Execution", "count": 2}, {"cid": 266, "color": "#B07AA1", "label": "Word Processing Validation", "count": 2}, {"cid": 267, "color": "#FF9DA7", "label": "Console Logging Utilities", "count": 2}, {"cid": 268, "color": "#9C755F", "label": "Research Export Tools", "count": 2}, {"cid": 269, "color": "#BAB0AC", "label": "GA4 and GTM Guide", "count": 2}, {"cid": 270, "color": "#4E79A7", "label": "Medical Service Templates", "count": 2}, {"cid": 271, "color": "#F28E2B", "label": "Notion Organization Tools", "count": 2}, {"cid": 272, "color": "#E15759", "label": "PDF Processing Skills", "count": 2}, {"cid": 273, "color": "#76B7B2", "label": "Reference Data Management", "count": 2}, {"cid": 274, "color": "#59A14F", "label": "Artifact Bundling Script", "count": 2}, {"cid": 275, "color": "#EDC948", "label": "PDF Image Conversion", "count": 2}, {"cid": 276, "color": "#B07AA1", "label": "Validation Image Creation", "count": 2}, {"cid": 277, "color": "#FF9DA7", "label": "Findings Scoping Script", "count": 2}, {"cid": 278, "color": "#9C755F", "label": "Artifact Initialization Script", "count": 2}, {"cid": 279, "color": "#BAB0AC", "label": "PDF Rendering Script", "count": 2}, {"cid": 280, "color": "#4E79A7", "label": "Setup Script", "count": 2}, {"cid": 281, "color": "#F28E2B", "label": "Notion Mention Testing", "count": 2}, {"cid": 282, "color": "#E15759", "label": "Notion URL Parsing", "count": 2}, {"cid": 283, "color": "#76B7B2", "label": "Notion Text Rendering", "count": 2}, {"cid": 284, "color": "#59A14F", "label": "Excel Processing Skills", "count": 2}, {"cid": 285, "color": "#EDC948", "label": "Ad Manager Documentation", "count": 1}, {"cid": 286, "color": "#B07AA1", "label": "Bash Command Agent", "count": 1}, {"cid": 287, "color": "#FF9DA7", "label": "Exploration Agent", "count": 1}, {"cid": 288, "color": "#9C755F", "label": "Planning Agent", "count": 1}, {"cid": 289, "color": "#BAB0AC", "label": "Ahrefs Page Analysis", "count": 1}, {"cid": 290, "color": "#4E79A7", "label": "Markdown Blog Template", "count": 1}, {"cid": 291, "color": "#F28E2B", "label": "Project Repository Overview", "count": 1}, {"cid": 292, "color": "#E15759", "label": "Designer Skill Documentation", "count": 1}, {"cid": 293, "color": "#76B7B2", "label": "Account Manager Documentation", "count": 1}, {"cid": 294, "color": "#59A14F", "label": "Back Office Management", "count": 1}, {"cid": 295, "color": "#EDC948", "label": "HR Management Reference", "count": 1}, {"cid": 296, "color": "#B07AA1", "label": "Back Office Documentation", "count": 1}, {"cid": 297, "color": "#FF9DA7", "label": "Dintel System Bootstrap", "count": 1}, {"cid": 298, "color": "#9C755F", "label": "Skill Update Documentation", "count": 1}, {"cid": 299, "color": "#BAB0AC", "label": "OurDigital Document Documentation", "count": 1}, {"cid": 300, "color": "#4E79A7", "label": "Dual Canthoplasty Surgery", "count": 1}, {"cid": 301, "color": "#F28E2B", "label": "Endoscopic Forehead Lift", "count": 1}, {"cid": 302, "color": "#E15759", "label": "Breadcrumb Schema Markup", "count": 1}, {"cid": 303, "color": "#76B7B2", "label": "FAQ Schema Markup", "count": 1}, {"cid": 304, "color": "#59A14F", "label": "File Unpacking Script", "count": 1}, {"cid": 305, "color": "#EDC948", "label": "Archive Extraction Utility", "count": 1}, {"cid": 306, "color": "#B07AA1", "label": "Web Element Discovery", "count": 1}, {"cid": 307, "color": "#FF9DA7", "label": "Static HTML Automation", "count": 1}, {"cid": 308, "color": "#9C755F", "label": "Greeting and Introduction", "count": 1}, {"cid": 309, "color": "#BAB0AC", "label": "Hreflang Validation Script", "count": 1}, {"cid": 310, "color": "#4E79A7", "label": "Image Generation Tips", "count": 1}, {"cid": 311, "color": "#F28E2B", "label": "Clinic Blog Style Guide", "count": 1}, {"cid": 312, "color": "#E15759", "label": "Brand Tone Analysis", "count": 1}, {"cid": 313, "color": "#76B7B2", "label": "GA4 Tagging Reference", "count": 1}, {"cid": 314, "color": "#59A14F", "label": "OurDigital Journal Documentation", "count": 1}, {"cid": 315, "color": "#EDC948", "label": "KPI Aggregation Script", "count": 1}, {"cid": 316, "color": "#B07AA1", "label": "Under-Eye Fat Rearrangement", "count": 1}, {"cid": 317, "color": "#FF9DA7", "label": "Mac System Optimizer", "count": 1}, {"cid": 318, "color": "#9C755F", "label": "Mac Optimization Skill", "count": 1}, {"cid": 319, "color": "#BAB0AC", "label": "Python Package Initialization", "count": 1}, {"cid": 320, "color": "#4E79A7", "label": "Multi-Agent System Guide", "count": 1}, {"cid": 321, "color": "#F28E2B", "label": "NotebookLM Agent", "count": 1}, {"cid": 322, "color": "#E15759", "label": "NotebookLM Automation", "count": 1}, {"cid": 323, "color": "#76B7B2", "label": "NotebookLM Studio", "count": 1}, {"cid": 324, "color": "#59A14F", "label": "Client Reference Library", "count": 1}, {"cid": 325, "color": "#EDC948", "label": "Skill Creation Tool", "count": 1}, {"cid": 326, "color": "#B07AA1", "label": "Performance Reporting Script", "count": 1}, {"cid": 327, "color": "#FF9DA7", "label": "Documentation Secretary Agent", "count": 1}, {"cid": 328, "color": "#9C755F", "label": "Quotation Management Agent", "count": 1}, {"cid": 329, "color": "#BAB0AC", "label": "Service Architecture Agent", "count": 1}, {"cid": 330, "color": "#4E79A7", "label": "Marketing Management Agent", "count": 1}, {"cid": 331, "color": "#F28E2B", "label": "PDFJS Distribution Library", "count": 1}, {"cid": 332, "color": "#E15759", "label": "PDF Modification Library", "count": 1}, {"cid": 333, "color": "#76B7B2", "label": "PDF Data Extraction", "count": 1}, {"cid": 334, "color": "#59A14F", "label": "PDF Command Line Tools", "count": 1}, {"cid": 335, "color": "#EDC948", "label": "PDFium Python Wrapper", "count": 1}, {"cid": 336, "color": "#B07AA1", "label": "PDF Transformation Tool", "count": 1}, {"cid": 337, "color": "#FF9DA7", "label": "PDF Generation Library", "count": 1}, {"cid": 338, "color": "#9C755F", "label": "GTM Audit Template", "count": 1}, {"cid": 339, "color": "#BAB0AC", "label": "Markdown Review Template", "count": 1}, {"cid": 340, "color": "#4E79A7", "label": "HTML Review Template", "count": 1}, {"cid": 341, "color": "#F28E2B", "label": "PDF Form Field Checker", "count": 1}, {"cid": 342, "color": "#E15759", "label": "Module Initialization Script", "count": 1}, {"cid": 343, "color": "#76B7B2", "label": "SEO Content Strategy", "count": 1}, {"cid": 344, "color": "#59A14F", "label": "SEO Keyword Strategy", "count": 1}, {"cid": 345, "color": "#EDC948", "label": "SEO Link Building", "count": 1}, {"cid": 346, "color": "#B07AA1", "label": "SEO Rank Tracking", "count": 1}, {"cid": 347, "color": "#FF9DA7", "label": "SERP Analysis Tool", "count": 1}, {"cid": 348, "color": "#9C755F", "label": "Claude Settings Audit", "count": 1}, {"cid": 349, "color": "#BAB0AC", "label": "Frontend Design Skill", "count": 1}, {"cid": 350, "color": "#4E79A7", "label": "Internal Communications Skill", "count": 1}, {"cid": 351, "color": "#F28E2B", "label": "Skill Development Tool", "count": 1}, {"cid": 352, "color": "#E15759", "label": "Subbrow Skin Incision", "count": 1}, {"cid": 353, "color": "#76B7B2", "label": "NDC Data Tracking", "count": 1}, {"cid": 354, "color": "#59A14F", "label": "TUI Design Tool", "count": 1}, {"cid": 355, "color": "#EDC948", "label": "Billing Rate Schema", "count": 0}];
|
|
|
|
// HTML-escape helper — prevents XSS when injecting graph data into innerHTML
|
|
function esc(s) {
|
|
return String(s).replace(/&/g,'&').replace(/</g,'<').replace(/>/g,'>').replace(/"/g,'"').replace(/'/g,''');
|
|
}
|
|
|
|
// Build vis datasets
|
|
const nodesDS = new vis.DataSet(RAW_NODES.map(n => ({
|
|
id: n.id, label: n.label, color: n.color, size: n.size,
|
|
font: n.font, title: n.title,
|
|
_community: n.community, _community_name: n.community_name,
|
|
_source_file: n.source_file, _file_type: n.file_type, _degree: n.degree,
|
|
})));
|
|
|
|
const edgesDS = new vis.DataSet(RAW_EDGES.map((e, i) => ({
|
|
id: i, from: e.from, to: e.to,
|
|
label: '',
|
|
title: e.title,
|
|
dashes: e.dashes,
|
|
width: e.width,
|
|
color: e.color,
|
|
arrows: { to: { enabled: true, scaleFactor: 0.5 } },
|
|
})));
|
|
|
|
const container = document.getElementById('graph');
|
|
const network = new vis.Network(container, { nodes: nodesDS, edges: edgesDS }, {
|
|
physics: {
|
|
enabled: true,
|
|
solver: 'forceAtlas2Based',
|
|
forceAtlas2Based: {
|
|
gravitationalConstant: -60,
|
|
centralGravity: 0.005,
|
|
springLength: 120,
|
|
springConstant: 0.08,
|
|
damping: 0.4,
|
|
avoidOverlap: 0.8,
|
|
},
|
|
stabilization: { iterations: 200, fit: true },
|
|
},
|
|
interaction: {
|
|
hover: true,
|
|
tooltipDelay: 100,
|
|
hideEdgesOnDrag: true,
|
|
navigationButtons: false,
|
|
keyboard: false,
|
|
},
|
|
nodes: { shape: 'dot', borderWidth: 1.5 },
|
|
edges: { smooth: { type: 'continuous', roundness: 0.2 }, selectionWidth: 3 },
|
|
});
|
|
|
|
network.once('stabilizationIterationsDone', () => {
|
|
network.setOptions({ physics: { enabled: false } });
|
|
});
|
|
|
|
function showInfo(nodeId) {
|
|
const n = nodesDS.get(nodeId);
|
|
if (!n) return;
|
|
const neighborIds = network.getConnectedNodes(nodeId);
|
|
const neighborItems = neighborIds.map(nid => {
|
|
const nb = nodesDS.get(nid);
|
|
const color = nb ? nb.color.background : '#555';
|
|
return `<span class="neighbor-link" style="border-left-color:${esc(color)}" onclick="focusNode(${JSON.stringify(nid)})">${esc(nb ? nb.label : nid)}</span>`;
|
|
}).join('');
|
|
document.getElementById('info-content').innerHTML = `
|
|
<div class="field"><b>${esc(n.label)}</b></div>
|
|
<div class="field">Type: ${esc(n._file_type || 'unknown')}</div>
|
|
<div class="field">Community: ${esc(n._community_name)}</div>
|
|
<div class="field">Source: ${esc(n._source_file || '-')}</div>
|
|
<div class="field">Degree: ${n._degree}</div>
|
|
${neighborIds.length ? `<div class="field" style="margin-top:8px;color:#aaa;font-size:11px">Neighbors (${neighborIds.length})</div><div id="neighbors-list">${neighborItems}</div>` : ''}
|
|
`;
|
|
}
|
|
|
|
function focusNode(nodeId) {
|
|
network.focus(nodeId, { scale: 1.4, animation: true });
|
|
network.selectNodes([nodeId]);
|
|
showInfo(nodeId);
|
|
}
|
|
|
|
// Track hovered node — hover detection is more reliable than click params
|
|
let hoveredNodeId = null;
|
|
network.on('hoverNode', params => {
|
|
hoveredNodeId = params.node;
|
|
container.style.cursor = 'pointer';
|
|
});
|
|
network.on('blurNode', () => {
|
|
hoveredNodeId = null;
|
|
container.style.cursor = 'default';
|
|
});
|
|
container.addEventListener('click', () => {
|
|
if (hoveredNodeId !== null) {
|
|
showInfo(hoveredNodeId);
|
|
network.selectNodes([hoveredNodeId]);
|
|
}
|
|
});
|
|
network.on('click', params => {
|
|
if (params.nodes.length > 0) {
|
|
showInfo(params.nodes[0]);
|
|
} else if (hoveredNodeId === null) {
|
|
document.getElementById('info-content').innerHTML = '<span class="empty">Click a node to inspect it</span>';
|
|
}
|
|
});
|
|
|
|
const searchInput = document.getElementById('search');
|
|
const searchResults = document.getElementById('search-results');
|
|
searchInput.addEventListener('input', () => {
|
|
const q = searchInput.value.toLowerCase().trim();
|
|
searchResults.innerHTML = '';
|
|
if (!q) { searchResults.style.display = 'none'; return; }
|
|
const matches = RAW_NODES.filter(n => n.label.toLowerCase().includes(q)).slice(0, 20);
|
|
if (!matches.length) { searchResults.style.display = 'none'; return; }
|
|
searchResults.style.display = 'block';
|
|
matches.forEach(n => {
|
|
const el = document.createElement('div');
|
|
el.className = 'search-item';
|
|
el.textContent = n.label;
|
|
el.style.borderLeft = `3px solid ${n.color.background}`;
|
|
el.style.paddingLeft = '8px';
|
|
el.onclick = () => {
|
|
network.focus(n.id, { scale: 1.5, animation: true });
|
|
network.selectNodes([n.id]);
|
|
showInfo(n.id);
|
|
searchResults.style.display = 'none';
|
|
searchInput.value = '';
|
|
};
|
|
searchResults.appendChild(el);
|
|
});
|
|
});
|
|
document.addEventListener('click', e => {
|
|
if (!searchResults.contains(e.target) && e.target !== searchInput)
|
|
searchResults.style.display = 'none';
|
|
});
|
|
|
|
const hiddenCommunities = new Set();
|
|
|
|
const selectAllCb = document.getElementById('select-all-cb');
|
|
|
|
function updateSelectAllState() {
|
|
const total = LEGEND.length;
|
|
const hidden = hiddenCommunities.size;
|
|
selectAllCb.checked = hidden === 0;
|
|
selectAllCb.indeterminate = hidden > 0 && hidden < total;
|
|
}
|
|
|
|
function toggleAllCommunities(hide) {
|
|
document.querySelectorAll('.legend-item').forEach(item => {
|
|
hide ? item.classList.add('dimmed') : item.classList.remove('dimmed');
|
|
});
|
|
document.querySelectorAll('.legend-cb').forEach(cb => {
|
|
cb.checked = !hide;
|
|
});
|
|
LEGEND.forEach(c => {
|
|
if (hide) hiddenCommunities.add(c.cid); else hiddenCommunities.delete(c.cid);
|
|
});
|
|
const updates = RAW_NODES.map(n => ({ id: n.id, hidden: hide }));
|
|
nodesDS.update(updates);
|
|
updateSelectAllState();
|
|
}
|
|
|
|
const legendEl = document.getElementById('legend');
|
|
LEGEND.forEach(c => {
|
|
const item = document.createElement('div');
|
|
item.className = 'legend-item';
|
|
const cb = document.createElement('input');
|
|
cb.type = 'checkbox';
|
|
cb.className = 'legend-cb';
|
|
cb.checked = true;
|
|
cb.addEventListener('change', (e) => {
|
|
e.stopPropagation();
|
|
if (cb.checked) {
|
|
hiddenCommunities.delete(c.cid);
|
|
item.classList.remove('dimmed');
|
|
} else {
|
|
hiddenCommunities.add(c.cid);
|
|
item.classList.add('dimmed');
|
|
}
|
|
const updates = RAW_NODES
|
|
.filter(n => n.community === c.cid)
|
|
.map(n => ({ id: n.id, hidden: !cb.checked }));
|
|
nodesDS.update(updates);
|
|
updateSelectAllState();
|
|
});
|
|
item.innerHTML = `<div class="legend-dot" style="background:${c.color}"></div>
|
|
<span class="legend-label">${c.label}</span>
|
|
<span class="legend-count">${c.count}</span>`;
|
|
item.prepend(cb);
|
|
item.onclick = (e) => {
|
|
if (e.target === cb) return;
|
|
cb.checked = !cb.checked;
|
|
cb.dispatchEvent(new Event('change'));
|
|
};
|
|
legendEl.appendChild(item);
|
|
});
|
|
</script>
|
|
<script>
|
|
// Render hyperedges as shaded regions
|
|
const hyperedges = [];
|
|
// afterDrawing passes ctx already transformed to network coordinate space.
|
|
// Draw node positions raw — no manual pan/zoom/DPR math needed.
|
|
network.on('afterDrawing', function(ctx) {
|
|
hyperedges.forEach(h => {
|
|
const positions = h.nodes
|
|
.map(nid => network.getPositions([nid])[nid])
|
|
.filter(p => p !== undefined);
|
|
if (positions.length < 2) return;
|
|
ctx.save();
|
|
ctx.globalAlpha = 0.12;
|
|
ctx.fillStyle = '#6366f1';
|
|
ctx.strokeStyle = '#6366f1';
|
|
ctx.lineWidth = 2;
|
|
ctx.beginPath();
|
|
// Centroid and expanded hull in network coordinates
|
|
const cx = positions.reduce((s, p) => s + p.x, 0) / positions.length;
|
|
const cy = positions.reduce((s, p) => s + p.y, 0) / positions.length;
|
|
const expanded = positions.map(p => ({
|
|
x: cx + (p.x - cx) * 1.15,
|
|
y: cy + (p.y - cy) * 1.15
|
|
}));
|
|
ctx.moveTo(expanded[0].x, expanded[0].y);
|
|
expanded.slice(1).forEach(p => ctx.lineTo(p.x, p.y));
|
|
ctx.closePath();
|
|
ctx.fill();
|
|
ctx.globalAlpha = 0.4;
|
|
ctx.stroke();
|
|
// Label
|
|
ctx.globalAlpha = 0.8;
|
|
ctx.fillStyle = '#4f46e5';
|
|
ctx.font = 'bold 11px sans-serif';
|
|
ctx.textAlign = 'center';
|
|
ctx.fillText(h.label, cx, cy - 5);
|
|
ctx.restore();
|
|
});
|
|
});
|
|
</script>
|
|
</body>
|
|
</html> |