betterwithage commited on
Commit
c255b25
·
verified ·
1 Parent(s): 6bdd1b2

Genius command platform: 8 showstopper 3D/globe/graph tabs + knowledge base (ontology, KaTeX formulas, vertical policies, perf constants)

Browse files

Signed-off-by: Stephen P. Lutar Jr. <stephenlutar2@gmail.com>

Adds living-organism 3D brain, live hash-chain DAG, USGS global pulse globe, 13-axis trust point cloud, service ontology, live NVD CVE / CISA KEV / MITRE ATT&CK intel, and a knowledge base (axioms->theorems->formulas ontology, 100 KaTeX formulas, 10 vertical policy packs, measured performance constants). Honest maturity labels throughout. tearDownAll() disposes all chart/3D/globe/cytoscape instances on view switch.

Files changed (1) hide show
  1. pages/console.html +1 -1
pages/console.html CHANGED
@@ -292,7 +292,7 @@ function dag3d(id,nodes,links,opts){const host=el(id);if(!host||!window.ForceGra
292
  setTimeout(()=>{try{_fg.width(host.clientWidth).height(host.clientHeight);_fg.zoomToFit&&_fg.zoomToFit(600);}catch(e){}},400);
293
  }catch(e){host.innerHTML='<div class="row mono dim" style="padding:1rem">3D init: '+e.message+'</div>';}}
294
  // cytoscape 2D graph in house style
295
- function cyGraph(id,elements,layout){const host=el(id);if(!host||!window.cytoscape)return null;killCy();
296
  _cy=cytoscape({container:host,elements,wheelSensitivity:0.2,
297
  style:[
298
  {selector:'node',style:{'background-color':'#15181d','border-color':GOLD,'border-width':1.4,'label':'data(label)','color':'#e7e9ec','font-family':"'Space Grotesk',sans-serif",'font-size':10,'text-valign':'center','text-halign':'center','width':'data(w)','height':'data(w)','text-wrap':'wrap','text-max-width':70}},
 
292
  setTimeout(()=>{try{_fg.width(host.clientWidth).height(host.clientHeight);_fg.zoomToFit&&_fg.zoomToFit(600);}catch(e){}},400);
293
  }catch(e){host.innerHTML='<div class="row mono dim" style="padding:1rem">3D init: '+e.message+'</div>';}}
294
  // cytoscape 2D graph in house style
295
+ function cyGraph(id,elements,layout){const host=el(id);if(!host||!window.cytoscape)return null;killCy();host.innerHTML='';
296
  _cy=cytoscape({container:host,elements,wheelSensitivity:0.2,
297
  style:[
298
  {selector:'node',style:{'background-color':'#15181d','border-color':GOLD,'border-width':1.4,'label':'data(label)','color':'#e7e9ec','font-family':"'Space Grotesk',sans-serif",'font-size':10,'text-valign':'center','text-halign':'center','width':'data(w)','height':'data(w)','text-wrap':'wrap','text-max-width':70}},