InfraNodus Graph Adapter

AHA strategic landscape analysis via InfraNodus. Transforms InfraNodus JSON exports into the viz-playground GraphData format. Gap-bridging nodes (high betweenness) receive a three-tier glow. Hub nodes (high degree) receive a two-tier glow. Structural gap identified: AI & Digital Medicine has no connection to Behavior Change.

Statistics

Clusters

    Data Format

    InfraNodus Input

    {
      id: "123",
      name: "keyword",
      frequency: 15,
      modularity_class: 2,
      betweenness: 0.045,
      degree: 8
    }

    GraphData Output

    {
      id: "123",
      label: "keyword",
      value: 15,
      cluster: "2",
      status: "gap",
      confidence: 0.45,
      metadata: { ... }
    }

    Adapter Code

    Load Custom Data