{"title":"My Campfire Story","story":[{"type":"paragraph","id":"0dc9cf97cf6863fc","text":"Here we remember Eric's campfire story, an experiment of the wiki pioneers on 16 Nov 2025."},{"type":"pagefold","id":"ca7025f2816a9a2b","text":"preparation"},{"type":"paragraph","id":"b7cdaaae41968f81","text":"A 20 minute story. 1) Who am I? What is that \"big wonder\" that guides my learning journey? Call it \"exigent purpose\" - what compels me to keep learning? What inspires courage to walk again into the next unknown? [https://matrix.to/#/!ORfrUEFeWFcHAMLFLr:matrix.org/$17629676551269OKLNd:matrix.org?via=matrix.org&via=matrix.allmende.io&via=tchncs.de matrix]"},{"type":"reference","id":"e30bcf74ddf6b101","text":"There is a purpose that becomes urgent, requiring us to act. To act with all that we are so that we may become.","site":"wellspring.fed.wiki","slug":"exigent-purpose","title":"Exigent Purpose"},{"type":"markdown","id":"5e9e0025b9008f2f","text":"- [x] Transition from student to master."},{"type":"markdown","id":"c039d7607b82ecaf","text":"- [x] Paradigm shifts. Aikido, federated wiki, resilience engineering, extreme programming, reliability engineering"},{"type":"markdown","id":"e5e9870307e5a2b0","text":"- [x] Past behavior best predictor of future behavior. What motivated me in the past was frustration in my own education. Algebra class bored me out of my mind. Turtle geometry inspired me. That first epiphany with discovering an abstraction for myself. Triangle, Square. Polygon of N sides. A hint of topology—all regular polygons are different resolutions of a circle. A hint of infinitesimals."},{"type":"markdown","id":"59f44bd47e2e5949","text":"- [x] Learning! but not Schooling. There has to be a better way."},{"type":"markdown","id":"e5ba3c3e2d349dda","text":"- [ ] Programming demands deep learning to teach computers something humans care about. The automation part is almost the least interesting thing."},{"type":"markdown","id":"6406026826f02136","text":"- [x] Aikido—how have the martial arts survived the rise and fall of civilizations?"},{"type":"markdown","id":"4b7696df0d451010","text":"- [x] Changing Frames"},{"type":"reference","id":"0a30565e0f9b5e11","text":"Perception depends on context. From one point of view the way seems impassible. From another point of view the path is revealed. Each view is limited by its own frame. Changing frames changes perception. Changing perception changes both understanding and action.","site":"frame.wiki.dbbs.co","slug":"changing-frames","title":"Changing Frames"},{"type":"markdown","id":"85cb040816c1db02","text":"- [ ] Learned when I was in Italy that my mental model of \"The Dark Ages\" was both wrong and a kind of propaganda."},{"type":"markdown","id":"4983b2648afa7e17","text":"- [ ] Hindsight: mom was an educator & dad sold electronics. They divorced. Ed Tech is a proxy for my sense of responsibility for the divorce."},{"type":"markdown","id":"fcadc535e55d1b6b","text":"- [ ] A general purpose model of motivation. See [[Rhythm Autonomy Mastery Purpose Safety]]"},{"type":"markdown","id":"db9c7690ede48dde","text":"- [ ] I'm surprised I haven't created more explorables: "},{"type":"pagefold","id":"c17d5d49a827fd00","text":"story"},{"type":"video","id":"fb9b5ebba16af03e","text":"YOUTUBE Gg63wPhnE0E\nPublished 2025-11-17"},{"type":"pagefold","id":"b76d27319aa69889","text":"concepts"},{"type":"paragraph","id":"2387870d6a01ddc8","text":"After listening to Eric's video, Ralf provided this schematic diagram of his concepts:"},{"type":"graphviz","id":"f360e3918775cb10","text":"digraph LearningJourney {\n  graph [\n    rankdir=LR\n    fontsize=10\n    labelloc=\"t\"\n    label=\"What Guides My Learning Journey? — Topic Map\"\n  ];\n\n  node [fontname=\"Helvetica\"];\n\n  // Meta-axes (big structural themes)\n  axisA [shape=box, style=\"rounded,filled\", fillcolor=\"#eeeeff\",\n         label=\"Axis A:\\nLearning as social,\\nembodied, systemic\"];\n  axisB [shape=box, style=\"rounded,filled\", fillcolor=\"#eeffef\",\n         label=\"Axis B:\\nParadigm shifts\\n& frames\"];\n  axisC [shape=box, style=\"rounded,filled\", fillcolor=\"#ffeeee\",\n         label=\"Axis C:\\nPower, control,\\nagency in systems\"];\n  axisD [shape=box, style=\"rounded,filled\", fillcolor=\"#fff4dd\",\n         label=\"Axis D:\\nJoy, frustration,\\n& motivation\"];\n  axisE [shape=box, style=\"rounded,filled\", fillcolor=\"#f0f0f0\",\n         label=\"Axis E:\\nBridging communities\\nvia patterns & story\"];\n\n  // Topics (individual nodes)\n  t_frustration     [shape=ellipse, label=\"Frustration as\\nmotivation\"];\n  t_joy             [shape=ellipse, label=\"Joy &\\nPromethean moments\"];\n  t_peer            [shape=ellipse, label=\"Peer learning &\\ndeep listening\"];\n  t_pov             [shape=ellipse, label=\"Multiple points\\nof view / frames\"];\n  t_paradigms       [shape=ellipse, label=\"Paradigm shifts\"];\n  t_power           [shape=ellipse, label=\"Power,\\ncontrol,\\ninfluence\"];\n  t_computing       [shape=ellipse, label=\"Computing as\\nmeaning-making\"];\n  t_aikido          [shape=ellipse, label=\"Aikido &\\nmartial arts\"];\n  t_resilience      [shape=ellipse, label=\"Resilience\\nengineering / SRE\"];\n  t_fedwiki         [shape=ellipse, label=\"Federated Wiki\\nas infrastructure\"];\n  t_scale           [shape=ellipse, label=\"Scale &\\nsystem boundaries\"];\n  t_journey_struct  [shape=ellipse, label=\"Learning journeys\\n& reflection\\nstructures\"];\n  t_bridging        [shape=ellipse, label=\"Bridging\\ncommunities\"];\n  t_pointing        [shape=ellipse, label=\"Pointing &\\nshared attention\"];\n  t_patterns        [shape=ellipse, label=\"Patterns &\\npattern languages\"];\n  t_community       [shape=ellipse, label=\"Sense of\\ncommunity &\\nbelonging\"];\n  t_embodied        [shape=ellipse, label=\"Embodied limits\\n& adaptivity\"];\n\n  // Attach topics to meta-axes (many-to-many)\n\n  // Axis A — Learning as social, embodied, systemic\n  axisA -> t_peer;\n  axisA -> t_aikido;\n  axisA -> t_resilience;\n  axisA -> t_fedwiki;\n  axisA -> t_scale;\n  axisA -> t_embodied;\n  axisA -> t_pov;\n  axisA -> t_community;\n  axisA -> t_journey_struct;\n\n  // Axis B — Paradigm shifts & frames\n  axisB -> t_paradigms;\n  axisB -> t_aikido;\n  axisB -> t_resilience;\n  axisB -> t_fedwiki;\n  axisB -> t_pov;\n  axisB -> t_patterns;\n  axisB -> t_computing;\n\n  // Axis C — Power, control, agency\n  axisC -> t_power;\n  axisC -> t_frustration;\n  axisC -> t_scale;\n  axisC -> t_resilience;\n  axisC -> t_fedwiki;\n  axisC -> t_peer;\n\n  // Axis D — Joy, frustration, motivation\n  axisD -> t_joy;\n  axisD -> t_frustration;\n  axisD -> t_computing;\n  axisD -> t_aikido;\n  axisD -> t_community;\n  axisD -> t_journey_struct;\n\n  // Axis E — Bridging communities, patterns, story\n  axisE -> t_bridging;\n  axisE -> t_patterns;\n  axisE -> t_fedwiki;\n  axisE -> t_resilience;\n  axisE -> t_pov;\n  axisE -> t_pointing;\n  axisE -> t_peer;\n  axisE -> t_journey_struct;\n\n  // Relationships between topics (edges = “strong conceptual ties”)\n\n  // Frustration <-> Joy / motivation\n  t_frustration -> t_joy [label=\"tension / engine\", fontsize=9];\n  t_joy -> t_frustration [style=dashed, fontsize=9, label=\"co-motivates\"];\n\n  // Peer learning & Aikido / embodied learning\n  t_peer   -> t_aikido   [label=\"partner-based\\nlearning\", fontsize=9];\n  t_aikido -> t_embodied [label=\"embodied\\npractice\", fontsize=9];\n\n  // Peer learning & joint cognitive systems / resilience\n  t_peer      -> t_resilience [label=\"joint cognitive\\nsystems\", fontsize=9];\n  t_resilience -> t_scale     [label=\"system\\nboundaries\", fontsize=9];\n\n  // Multiple POVs & patterns & pointing\n  t_pov      -> t_patterns [label=\"frame as\\npattern\", fontsize=9];\n  t_pointing -> t_pov      [label=\"locates\\nview\", fontsize=9];\n\n  // Paradigm shifts around FedWiki & resilience & Aikido\n  t_paradigms -> t_fedwiki    [label=\"bring-your-own-disc\", fontsize=9];\n  t_paradigms -> t_resilience [label=\"safety science\\nshift\", fontsize=9];\n  t_paradigms -> t_aikido     [label=\"no-competition\", fontsize=9];\n\n  // Power, control, agency and scale\n  t_power -> t_scale      [label=\"scope of\\ninfluence\", fontsize=9];\n  t_power -> t_frustration[label=\"blocked\\nagency\", fontsize=9];\n\n  // Computing & joy / Promethean moments\n  t_computing -> t_joy [label=\"Promethean\\ninsights\", fontsize=9];\n\n  // FedWiki <-> community & bridging\n  t_fedwiki  -> t_community [label=\"shared\\njournals\", fontsize=9];\n  t_fedwiki  -> t_bridging  [label=\"cross-community\\nbridge\", fontsize=9];\n\n  // Journeys & reflection structures as meta\n  t_journey_struct -> t_patterns  [label=\"patterned\\nreflection\", fontsize=9];\n  t_journey_struct -> t_peer      [label=\"structured\\nlistening\", fontsize=9];\n  t_journey_struct -> t_bridging  [label=\"stories as\\nbridges\", fontsize=9];\n\n  // Bridging communities across domains\n  t_bridging -> t_resilience [label=\"safety ↔ wiki\", fontsize=9];\n  t_bridging -> t_aikido     [label=\"martial ↔ org\", fontsize=9];\n  t_bridging -> t_computing  [label=\"code ↔\\nexperience\", fontsize=9];\n\n  // Community & motivation\n  t_community -> t_frustration [style=dashed, label=\"holds\\nfrustration\", fontsize=9];\n  t_community -> t_joy         [style=dashed, label=\"supports\\njoy\", fontsize=9];\n}\n","dot":"digraph LearningJourney {\n  graph [\n    rankdir=LR\n    fontsize=10\n    labelloc=\"t\"\n    label=\"What Guides My Learning Journey? — Topic Map\"\n  ];\n\n  node [fontname=\"Helvetica\"];\n\n  // Meta-axes (big structural themes)\n  axisA [shape=box, style=\"rounded,filled\", fillcolor=\"#eeeeff\",\n         label=\"Axis A:\\nLearning as social,\\nembodied, systemic\"];\n  axisB [shape=box, style=\"rounded,filled\", fillcolor=\"#eeffef\",\n         label=\"Axis B:\\nParadigm shifts\\n& frames\"];\n  axisC [shape=box, style=\"rounded,filled\", fillcolor=\"#ffeeee\",\n         label=\"Axis C:\\nPower, control,\\nagency in systems\"];\n  axisD [shape=box, style=\"rounded,filled\", fillcolor=\"#fff4dd\",\n         label=\"Axis D:\\nJoy, frustration,\\n& motivation\"];\n  axisE [shape=box, style=\"rounded,filled\", fillcolor=\"#f0f0f0\",\n         label=\"Axis E:\\nBridging communities\\nvia patterns & story\"];\n\n  // Topics (individual nodes)\n  t_frustration     [shape=ellipse, label=\"Frustration as\\nmotivation\"];\n  t_joy             [shape=ellipse, label=\"Joy &\\nPromethean moments\"];\n  t_peer            [shape=ellipse, label=\"Peer learning &\\ndeep listening\"];\n  t_pov             [shape=ellipse, label=\"Multiple points\\nof view / frames\"];\n  t_paradigms       [shape=ellipse, label=\"Paradigm shifts\"];\n  t_power           [shape=ellipse, label=\"Power,\\ncontrol,\\ninfluence\"];\n  t_computing       [shape=ellipse, label=\"Computing as\\nmeaning-making\"];\n  t_aikido          [shape=ellipse, label=\"Aikido &\\nmartial arts\"];\n  t_resilience      [shape=ellipse, label=\"Resilience\\nengineering / SRE\"];\n  t_fedwiki         [shape=ellipse, label=\"Federated Wiki\\nas infrastructure\"];\n  t_scale           [shape=ellipse, label=\"Scale &\\nsystem boundaries\"];\n  t_journey_struct  [shape=ellipse, label=\"Learning journeys\\n& reflection\\nstructures\"];\n  t_bridging        [shape=ellipse, label=\"Bridging\\ncommunities\"];\n  t_pointing        [shape=ellipse, label=\"Pointing &\\nshared attention\"];\n  t_patterns        [shape=ellipse, label=\"Patterns &\\npattern languages\"];\n  t_community       [shape=ellipse, label=\"Sense of\\ncommunity &\\nbelonging\"];\n  t_embodied        [shape=ellipse, label=\"Embodied limits\\n& adaptivity\"];\n\n  // Attach topics to meta-axes (many-to-many)\n\n  // Axis A — Learning as social, embodied, systemic\n  axisA -> t_peer;\n  axisA -> t_aikido;\n  axisA -> t_resilience;\n  axisA -> t_fedwiki;\n  axisA -> t_scale;\n  axisA -> t_embodied;\n  axisA -> t_pov;\n  axisA -> t_community;\n  axisA -> t_journey_struct;\n\n  // Axis B — Paradigm shifts & frames\n  axisB -> t_paradigms;\n  axisB -> t_aikido;\n  axisB -> t_resilience;\n  axisB -> t_fedwiki;\n  axisB -> t_pov;\n  axisB -> t_patterns;\n  axisB -> t_computing;\n\n  // Axis C — Power, control, agency\n  axisC -> t_power;\n  axisC -> t_frustration;\n  axisC -> t_scale;\n  axisC -> t_resilience;\n  axisC -> t_fedwiki;\n  axisC -> t_peer;\n\n  // Axis D — Joy, frustration, motivation\n  axisD -> t_joy;\n  axisD -> t_frustration;\n  axisD -> t_computing;\n  axisD -> t_aikido;\n  axisD -> t_community;\n  axisD -> t_journey_struct;\n\n  // Axis E — Bridging communities, patterns, story\n  axisE -> t_bridging;\n  axisE -> t_patterns;\n  axisE -> t_fedwiki;\n  axisE -> t_resilience;\n  axisE -> t_pov;\n  axisE -> t_pointing;\n  axisE -> t_peer;\n  axisE -> t_journey_struct;\n\n  // Relationships between topics (edges = “strong conceptual ties”)\n\n  // Frustration <-> Joy / motivation\n  t_frustration -> t_joy [label=\"tension / engine\", fontsize=9];\n  t_joy -> t_frustration [style=dashed, fontsize=9, label=\"co-motivates\"];\n\n  // Peer learning & Aikido / embodied learning\n  t_peer   -> t_aikido   [label=\"partner-based\\nlearning\", fontsize=9];\n  t_aikido -> t_embodied [label=\"embodied\\npractice\", fontsize=9];\n\n  // Peer learning & joint cognitive systems / resilience\n  t_peer      -> t_resilience [label=\"joint cognitive\\nsystems\", fontsize=9];\n  t_resilience -> t_scale     [label=\"system\\nboundaries\", fontsize=9];\n\n  // Multiple POVs & patterns & pointing\n  t_pov      -> t_patterns [label=\"frame as\\npattern\", fontsize=9];\n  t_pointing -> t_pov      [label=\"locates\\nview\", fontsize=9];\n\n  // Paradigm shifts around FedWiki & resilience & Aikido\n  t_paradigms -> t_fedwiki    [label=\"bring-your-own-disc\", fontsize=9];\n  t_paradigms -> t_resilience [label=\"safety science\\nshift\", fontsize=9];\n  t_paradigms -> t_aikido     [label=\"no-competition\", fontsize=9];\n\n  // Power, control, agency and scale\n  t_power -> t_scale      [label=\"scope of\\ninfluence\", fontsize=9];\n  t_power -> t_frustration[label=\"blocked\\nagency\", fontsize=9];\n\n  // Computing & joy / Promethean moments\n  t_computing -> t_joy [label=\"Promethean\\ninsights\", fontsize=9];\n\n  // FedWiki <-> community & bridging\n  t_fedwiki  -> t_community [label=\"shared\\njournals\", fontsize=9];\n  t_fedwiki  -> t_bridging  [label=\"cross-community\\nbridge\", fontsize=9];\n\n  // Journeys & reflection structures as meta\n  t_journey_struct -> t_patterns  [label=\"patterned\\nreflection\", fontsize=9];\n  t_journey_struct -> t_peer      [label=\"structured\\nlistening\", fontsize=9];\n  t_journey_struct -> t_bridging  [label=\"stories as\\nbridges\", fontsize=9];\n\n  // Bridging communities across domains\n  t_bridging -> t_resilience [label=\"safety ↔ wiki\", fontsize=9];\n  t_bridging -> t_aikido     [label=\"martial ↔ org\", fontsize=9];\n  t_bridging -> t_computing  [label=\"code ↔\\nexperience\", fontsize=9];\n\n  // Community & motivation\n  t_community -> t_frustration [style=dashed, label=\"holds\\nfrustration\", fontsize=9];\n  t_community -> t_joy         [style=dashed, label=\"supports\\njoy\", fontsize=9];\n}\n","svg":"<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"1668pt\" height=\"1368pt\" viewBox=\"0.00 0.00 1667.52 1368.00\" style=\"max-width: 100%; height: auto;\">\n<g id=\"graph0\" class=\"graph\" transform=\"scale(1 1) rotate(0) translate(4 1364)\">\n<title>LearningJourney</title>\n<polygon fill=\"white\" stroke=\"none\" points=\"-4,4 -4,-1364 1663.52,-1364 1663.52,4 -4,4\"/>\n<text text-anchor=\"middle\" x=\"829.76\" y=\"-1347\" font-family=\"Times,serif\" font-size=\"10.00\">What Guides My Learning Journey? — Topic Map</text>\n<!-- axisA -->\n<g id=\"node1\" class=\"node\">\n<title>axisA</title>\n<path fill=\"#eeeeff\" stroke=\"black\" d=\"M284.93,-1141.2C284.93,-1141.2 169.21,-1141.2 169.21,-1141.2 163.21,-1141.2 157.21,-1135.2 157.21,-1129.2 157.21,-1129.2 157.21,-1094.8 157.21,-1094.8 157.21,-1088.8 163.21,-1082.8 169.21,-1082.8 169.21,-1082.8 284.93,-1082.8 284.93,-1082.8 290.93,-1082.8 296.93,-1088.8 296.93,-1094.8 296.93,-1094.8 296.93,-1129.2 296.93,-1129.2 296.93,-1135.2 290.93,-1141.2 284.93,-1141.2\"/>\n<text text-anchor=\"middle\" x=\"227.07\" y=\"-1124.6\" font-family=\"Helvetica,sans-Serif\" font-size=\"14.00\">Axis A:</text>\n<text text-anchor=\"middle\" x=\"227.07\" y=\"-1107.8\" font-family=\"Helvetica,sans-Serif\" font-size=\"14.00\">Learning as social,</text>\n<text text-anchor=\"middle\" x=\"227.07\" y=\"-1091\" font-family=\"Helvetica,sans-Serif\" font-size=\"14.00\">embodied, systemic</text>\n</g>\n<!-- t_peer -->\n<g id=\"node8\" class=\"node\">\n<title>t_peer</title>\n<ellipse fill=\"none\" stroke=\"black\" cx=\"774.29\" cy=\"-777\" rx=\"79.55\" ry=\"29.42\"/>\n<text text-anchor=\"middle\" x=\"774.29\" y=\"-781.2\" font-family=\"Helvetica,sans-Serif\" font-size=\"14.00\">Peer learning &amp;</text>\n<text text-anchor=\"middle\" x=\"774.29\" y=\"-764.4\" font-family=\"Helvetica,sans-Serif\" font-size=\"14.00\">deep listening</text>\n</g>\n<!-- axisA&#45;&gt;t_peer -->\n<g id=\"edge1\" class=\"edge\">\n<title>axisA-&gt;t_peer</title>\n<path fill=\"none\" stroke=\"black\" d=\"M281.65,-1082.3C353.75,-1041.98 485.63,-967.02 595.17,-898 640.75,-869.28 691.46,-834.55 727.08,-809.67\"/>\n<polygon fill=\"black\" stroke=\"black\" points=\"728.83,-812.72 735.01,-804.12 724.81,-806.99 728.83,-812.72\"/>\n</g>\n<!-- t_pov -->\n<g id=\"node9\" class=\"node\">\n<title>t_pov</title>\n<ellipse fill=\"none\" stroke=\"black\" cx=\"774.29\" cy=\"-1055\" rx=\"80.63\" ry=\"29.42\"/>\n<text text-anchor=\"middle\" x=\"774.29\" y=\"-1059.2\" font-family=\"Helvetica,sans-Serif\" font-size=\"14.00\">Multiple points</text>\n<text text-anchor=\"middle\" x=\"774.29\" y=\"-1042.4\" font-family=\"Helvetica,sans-Serif\" font-size=\"14.00\">of view / frames</text>\n</g>\n<!-- axisA&#45;&gt;t_pov -->\n<g id=\"edge7\" class=\"edge\">\n<title>axisA-&gt;t_pov</title>\n<path fill=\"none\" stroke=\"black\" d=\"M297.1,-1112.95C385.69,-1112.87 543.7,-1108.32 675.66,-1081 683.19,-1079.44 691,-1077.65 698.78,-1075.76\"/>\n<polygon fill=\"black\" stroke=\"black\" points=\"699.4,-1079.21 708.25,-1073.4 697.7,-1072.42 699.4,-1079.21\"/>\n</g>\n<!-- t_aikido -->\n<g id=\"node13\" class=\"node\">\n<title>t_aikido</title>\n<ellipse fill=\"none\" stroke=\"black\" cx=\"1034.82\" cy=\"-793\" rx=\"60.27\" ry=\"29.42\"/>\n<text text-anchor=\"middle\" x=\"1034.82\" y=\"-797.2\" font-family=\"Helvetica,sans-Serif\" font-size=\"14.00\">Aikido &amp;</text>\n<text text-anchor=\"middle\" x=\"1034.82\" y=\"-780.4\" font-family=\"Helvetica,sans-Serif\" font-size=\"14.00\">martial arts</text>\n</g>\n<!-- axisA&#45;&gt;t_aikido -->\n<g id=\"edge2\" class=\"edge\">\n<title>axisA-&gt;t_aikido</title>\n<path fill=\"none\" stroke=\"black\" d=\"M270.89,-1141.48C286.47,-1150.56 304.69,-1159.39 322.66,-1164 551.93,-1222.87 684.84,-1309.64 854.91,-1145 882.21,-1118.58 858.96,-1010.33 872.91,-975 897.55,-912.64 953.64,-857.54 992.61,-824.74\"/>\n<polygon fill=\"black\" stroke=\"black\" points=\"994.5,-827.72 999.98,-818.65 990.04,-822.33 994.5,-827.72\"/>\n</g>\n<!-- t_resilience -->\n<g id=\"node14\" class=\"node\">\n<title>t_resilience</title>\n<ellipse fill=\"none\" stroke=\"black\" cx=\"1034.82\" cy=\"-529\" rx=\"91.66\" ry=\"29.42\"/>\n<text text-anchor=\"middle\" x=\"1034.82\" y=\"-533.2\" font-family=\"Helvetica,sans-Serif\" font-size=\"14.00\">Resilience</text>\n<text text-anchor=\"middle\" x=\"1034.82\" y=\"-516.4\" font-family=\"Helvetica,sans-Serif\" font-size=\"14.00\">engineering / SRE</text>\n</g>\n<!-- axisA&#45;&gt;t_resilience -->\n<g id=\"edge3\" class=\"edge\">\n<title>axisA-&gt;t_resilience</title>\n<path fill=\"none\" stroke=\"black\" d=\"M297.42,-1123.45C305.9,-1124.5 314.46,-1125.4 322.66,-1126 355.67,-1128.43 364.05,-1126.75 397.14,-1126 499.11,-1123.68 784.06,-1166.37 854.91,-1093 879.19,-1067.86 859.46,-811.25 872.91,-779 886.27,-746.98 904.88,-749.15 925.16,-721 961.01,-671.21 994.54,-608.56 1014.61,-568.63\"/>\n<polygon fill=\"black\" stroke=\"black\" points=\"1017.66,-570.36 1018.99,-559.85 1011.4,-567.24 1017.66,-570.36\"/>\n</g>\n<!-- t_fedwiki -->\n<g id=\"node15\" class=\"node\">\n<title>t_fedwiki</title>\n<ellipse fill=\"none\" stroke=\"black\" cx=\"505.15\" cy=\"-537\" rx=\"82.29\" ry=\"29.42\"/>\n<text text-anchor=\"middle\" x=\"505.15\" y=\"-541.2\" font-family=\"Helvetica,sans-Serif\" font-size=\"14.00\">Federated Wiki</text>\n<text text-anchor=\"middle\" x=\"505.15\" y=\"-524.4\" font-family=\"Helvetica,sans-Serif\" font-size=\"14.00\">as infrastructure</text>\n</g>\n<!-- axisA&#45;&gt;t_fedwiki -->\n<g id=\"edge4\" class=\"edge\">\n<title>axisA-&gt;t_fedwiki</title>\n<path fill=\"none\" stroke=\"black\" d=\"M234.56,-1082.66C247.24,-1028.06 278.04,-907.88 322.66,-814 366.11,-722.59 435.63,-625.91 474.81,-574.43\"/>\n<polygon fill=\"black\" stroke=\"black\" points=\"477.54,-576.63 480.84,-566.56 471.98,-572.37 477.54,-576.63\"/>\n</g>\n<!-- t_scale -->\n<g id=\"node16\" class=\"node\">\n<title>t_scale</title>\n<ellipse fill=\"none\" stroke=\"black\" cx=\"1314.17\" cy=\"-451\" rx=\"94.4\" ry=\"29.42\"/>\n<text text-anchor=\"middle\" x=\"1314.17\" y=\"-455.2\" font-family=\"Helvetica,sans-Serif\" font-size=\"14.00\">Scale &amp;</text>\n<text text-anchor=\"middle\" x=\"1314.17\" y=\"-438.4\" font-family=\"Helvetica,sans-Serif\" font-size=\"14.00\">system boundaries</text>\n</g>\n<!-- axisA&#45;&gt;t_scale -->\n<g id=\"edge5\" class=\"edge\">\n<title>axisA-&gt;t_scale</title>\n<path fill=\"none\" stroke=\"black\" d=\"M260.12,-1141.48C277.7,-1156.66 300.41,-1174.72 322.66,-1188 360.97,-1210.86 371.42,-1218.16 415.14,-1227 606.98,-1265.79 675.59,-1282.41 854.91,-1204 1004.13,-1138.76 1035.36,-1092.98 1126.48,-958 1231.05,-803.08 1285.94,-582.16 1305.13,-491.84\"/>\n<polygon fill=\"black\" stroke=\"black\" points=\"1308.53,-492.72 1307.14,-482.22 1301.67,-491.29 1308.53,-492.72\"/>\n</g>\n<!-- t_journey_struct -->\n<g id=\"node17\" class=\"node\">\n<title>t_journey_struct</title>\n<ellipse fill=\"none\" stroke=\"black\" cx=\"505.15\" cy=\"-777\" rx=\"90.01\" ry=\"41.3\"/>\n<text text-anchor=\"middle\" x=\"505.15\" y=\"-789.6\" font-family=\"Helvetica,sans-Serif\" font-size=\"14.00\">Learning journeys</text>\n<text text-anchor=\"middle\" x=\"505.15\" y=\"-772.8\" font-family=\"Helvetica,sans-Serif\" font-size=\"14.00\">&amp; reflection</text>\n<text text-anchor=\"middle\" x=\"505.15\" y=\"-756\" font-family=\"Helvetica,sans-Serif\" font-size=\"14.00\">structures</text>\n</g>\n<!-- axisA&#45;&gt;t_journey_struct -->\n<g id=\"edge9\" class=\"edge\">\n<title>axisA-&gt;t_journey_struct</title>\n<path fill=\"none\" stroke=\"black\" d=\"M232.65,-1082.37C241.7,-1032.86 266.1,-932.58 322.66,-870 348.91,-840.96 386.34,-819.66 420.39,-804.82\"/>\n<polygon fill=\"black\" stroke=\"black\" points=\"421.58,-808.12 429.44,-801.01 418.87,-801.67 421.58,-808.12\"/>\n</g>\n<!-- t_community -->\n<g id=\"node21\" class=\"node\">\n<title>t_community</title>\n<ellipse fill=\"none\" stroke=\"black\" cx=\"774.29\" cy=\"-386\" rx=\"68.53\" ry=\"41.3\"/>\n<text text-anchor=\"middle\" x=\"774.29\" y=\"-398.6\" font-family=\"Helvetica,sans-Serif\" font-size=\"14.00\">Sense of</text>\n<text text-anchor=\"middle\" x=\"774.29\" y=\"-381.8\" font-family=\"Helvetica,sans-Serif\" font-size=\"14.00\">community &amp;</text>\n<text text-anchor=\"middle\" x=\"774.29\" y=\"-365\" font-family=\"Helvetica,sans-Serif\" font-size=\"14.00\">belonging</text>\n</g>\n<!-- axisA&#45;&gt;t_community -->\n<g id=\"edge8\" class=\"edge\">\n<title>axisA-&gt;t_community</title>\n<path fill=\"none\" stroke=\"black\" d=\"M246.61,-1082.55C276.73,-1036.96 340.46,-949.21 415.14,-898 516.78,-828.3 601.89,-901.73 675.66,-803 714.17,-751.45 674.07,-575.29 693.66,-514 702.97,-484.86 720.38,-455.64 736.55,-432.5\"/>\n<polygon fill=\"black\" stroke=\"black\" points=\"739.29,-434.69 742.26,-424.52 733.59,-430.62 739.29,-434.69\"/>\n</g>\n<!-- t_embodied -->\n<g id=\"node22\" class=\"node\">\n<title>t_embodied</title>\n<ellipse fill=\"none\" stroke=\"black\" cx=\"1314.17\" cy=\"-1283\" rx=\"81.19\" ry=\"29.42\"/>\n<text text-anchor=\"middle\" x=\"1314.17\" y=\"-1287.2\" font-family=\"Helvetica,sans-Serif\" font-size=\"14.00\">Embodied limits</text>\n<text text-anchor=\"middle\" x=\"1314.17\" y=\"-1270.4\" font-family=\"Helvetica,sans-Serif\" font-size=\"14.00\">&amp; adaptivity</text>\n</g>\n<!-- axisA&#45;&gt;t_embodied -->\n<g id=\"edge6\" class=\"edge\">\n<title>axisA-&gt;t_embodied</title>\n<path fill=\"none\" stroke=\"black\" d=\"M236.02,-1141.61C247.98,-1179.93 274.5,-1245.6 322.66,-1278 390.17,-1323.42 422.79,-1302 504.15,-1302 504.15,-1302 504.15,-1302 1035.82,-1302 1099.01,-1302 1170.12,-1297.03 1224.51,-1292.17\"/>\n<polygon fill=\"black\" stroke=\"black\" points=\"1224.71,-1295.67 1234.35,-1291.28 1224.07,-1288.7 1224.71,-1295.67\"/>\n</g>\n<!-- axisB -->\n<g id=\"node2\" class=\"node\">\n<title>axisB</title>\n<path fill=\"#eeffef\" stroke=\"black\" d=\"M100.48,-572.2C100.48,-572.2 12,-572.2 12,-572.2 6,-572.2 0,-566.2 0,-560.2 0,-560.2 0,-525.8 0,-525.8 0,-519.8 6,-513.8 12,-513.8 12,-513.8 100.48,-513.8 100.48,-513.8 106.48,-513.8 112.48,-519.8 112.48,-525.8 112.48,-525.8 112.48,-560.2 112.48,-560.2 112.48,-566.2 106.48,-572.2 100.48,-572.2\"/>\n<text text-anchor=\"middle\" x=\"56.24\" y=\"-555.6\" font-family=\"Helvetica,sans-Serif\" font-size=\"14.00\">Axis B:</text>\n<text text-anchor=\"middle\" x=\"56.24\" y=\"-538.8\" font-family=\"Helvetica,sans-Serif\" font-size=\"14.00\">Paradigm shifts</text>\n<text text-anchor=\"middle\" x=\"56.24\" y=\"-522\" font-family=\"Helvetica,sans-Serif\" font-size=\"14.00\">&amp; frames</text>\n</g>\n<!-- axisB&#45;&gt;t_pov -->\n<g id=\"edge14\" class=\"edge\">\n<title>axisB-&gt;t_pov</title>\n<path fill=\"none\" stroke=\"black\" d=\"M57.47,-572.41C58.94,-682.03 69.78,-1064.92 149.48,-1150 301.55,-1312.32 604.81,-1157.4 723.77,-1086.35\"/>\n<polygon fill=\"black\" stroke=\"black\" points=\"725.31,-1089.51 732.06,-1081.35 721.69,-1083.52 725.31,-1089.51\"/>\n</g>\n<!-- t_paradigms -->\n<g id=\"node10\" class=\"node\">\n<title>t_paradigms</title>\n<ellipse fill=\"none\" stroke=\"black\" cx=\"227.07\" cy=\"-543\" rx=\"77.59\" ry=\"18\"/>\n<text text-anchor=\"middle\" x=\"227.07\" y=\"-538.8\" font-family=\"Helvetica,sans-Serif\" font-size=\"14.00\">Paradigm shifts</text>\n</g>\n<!-- axisB&#45;&gt;t_paradigms -->\n<g id=\"edge10\" class=\"edge\">\n<title>axisB-&gt;t_paradigms</title>\n<path fill=\"none\" stroke=\"black\" d=\"M112.52,-543C120.68,-543 129.25,-543 137.88,-543\"/>\n<polygon fill=\"black\" stroke=\"black\" points=\"137.7,-546.5 147.7,-543 137.7,-539.5 137.7,-546.5\"/>\n</g>\n<!-- t_computing -->\n<g id=\"node12\" class=\"node\">\n<title>t_computing</title>\n<ellipse fill=\"none\" stroke=\"black\" cx=\"1034.82\" cy=\"-133\" rx=\"84.5\" ry=\"29.42\"/>\n<text text-anchor=\"middle\" x=\"1034.82\" y=\"-137.2\" font-family=\"Helvetica,sans-Serif\" font-size=\"14.00\">Computing as</text>\n<text text-anchor=\"middle\" x=\"1034.82\" y=\"-120.4\" font-family=\"Helvetica,sans-Serif\" font-size=\"14.00\">meaning-making</text>\n</g>\n<!-- axisB&#45;&gt;t_computing -->\n<g id=\"edge16\" class=\"edge\">\n<title>axisB-&gt;t_computing</title>\n<path fill=\"none\" stroke=\"black\" d=\"M59.91,-513.42C70.95,-400.11 117.6,0 226.07,0 226.07,0 226.07,0 775.29,0 861.11,0 946.99,-58.68 994.98,-98.08\"/>\n<polygon fill=\"black\" stroke=\"black\" points=\"992.7,-100.74 1002.61,-104.47 997.19,-95.37 992.7,-100.74\"/>\n</g>\n<!-- axisB&#45;&gt;t_aikido -->\n<g id=\"edge11\" class=\"edge\">\n<title>axisB-&gt;t_aikido</title>\n<path fill=\"none\" stroke=\"black\" d=\"M57.07,-572.31C56.99,-716.1 65.89,-1340 226.07,-1340 226.07,-1340 226.07,-1340 775.29,-1340 845.33,-1340 824.09,-1266.9 854.91,-1204 891.8,-1128.74 904.28,-1110.17 925.16,-1029 941.55,-965.25 914.04,-941.03 943.16,-882 954.23,-859.56 973.29,-839.53 991.08,-824.19\"/>\n<polygon fill=\"black\" stroke=\"black\" points=\"993.06,-827.09 998.51,-818 988.59,-821.71 993.06,-827.09\"/>\n</g>\n<!-- axisB&#45;&gt;t_resilience -->\n<g id=\"edge12\" class=\"edge\">\n<title>axisB-&gt;t_resilience</title>\n<path fill=\"none\" stroke=\"black\" d=\"M112.97,-517.6C124.81,-513.07 137.4,-508.88 149.48,-506 454.59,-433.3 543.28,-450.46 854.91,-486 888.56,-489.84 925.01,-497.87 956.18,-505.96\"/>\n<polygon fill=\"black\" stroke=\"black\" points=\"954.95,-509.26 965.51,-508.44 956.74,-502.49 954.95,-509.26\"/>\n</g>\n<!-- axisB&#45;&gt;t_fedwiki -->\n<g id=\"edge13\" class=\"edge\">\n<title>axisB-&gt;t_fedwiki</title>\n<path fill=\"none\" stroke=\"black\" d=\"M112.77,-523.98C124.74,-520.67 137.42,-517.73 149.48,-516 241.2,-502.85 347.4,-512.36 419.5,-522.47\"/>\n<polygon fill=\"black\" stroke=\"black\" points=\"418.88,-525.92 429.28,-523.88 419.88,-518.99 418.88,-525.92\"/>\n</g>\n<!-- t_patterns -->\n<g id=\"node20\" class=\"node\">\n<title>t_patterns</title>\n<ellipse fill=\"none\" stroke=\"black\" cx=\"1034.82\" cy=\"-920\" rx=\"90.57\" ry=\"29.42\"/>\n<text text-anchor=\"middle\" x=\"1034.82\" y=\"-924.2\" font-family=\"Helvetica,sans-Serif\" font-size=\"14.00\">Patterns &amp;</text>\n<text text-anchor=\"middle\" x=\"1034.82\" y=\"-907.4\" font-family=\"Helvetica,sans-Serif\" font-size=\"14.00\">pattern languages</text>\n</g>\n<!-- axisB&#45;&gt;t_patterns -->\n<g id=\"edge15\" class=\"edge\">\n<title>axisB-&gt;t_patterns</title>\n<path fill=\"none\" stroke=\"black\" d=\"M112.95,-560.57C231.65,-598.25 505.89,-686.66 595.17,-727 632.71,-743.97 648.23,-742.25 675.66,-773 689.17,-788.16 677.91,-802.17 693.66,-815 750.36,-861.22 784.86,-826.92 854.91,-848 894.28,-859.84 937.05,-876.89 970.89,-891.43\"/>\n<polygon fill=\"black\" stroke=\"black\" points=\"969.14,-894.48 979.71,-895.25 971.92,-888.06 969.14,-894.48\"/>\n</g>\n<!-- axisC -->\n<g id=\"node3\" class=\"node\">\n<title>axisC</title>\n<path fill=\"#ffeeee\" stroke=\"black\" d=\"M280.65,-352.2C280.65,-352.2 173.49,-352.2 173.49,-352.2 167.49,-352.2 161.49,-346.2 161.49,-340.2 161.49,-340.2 161.49,-305.8 161.49,-305.8 161.49,-299.8 167.49,-293.8 173.49,-293.8 173.49,-293.8 280.65,-293.8 280.65,-293.8 286.65,-293.8 292.65,-299.8 292.65,-305.8 292.65,-305.8 292.65,-340.2 292.65,-340.2 292.65,-346.2 286.65,-352.2 280.65,-352.2\"/>\n<text text-anchor=\"middle\" x=\"227.07\" y=\"-335.6\" font-family=\"Helvetica,sans-Serif\" font-size=\"14.00\">Axis C:</text>\n<text text-anchor=\"middle\" x=\"227.07\" y=\"-318.8\" font-family=\"Helvetica,sans-Serif\" font-size=\"14.00\">Power, control,</text>\n<text text-anchor=\"middle\" x=\"227.07\" y=\"-302\" font-family=\"Helvetica,sans-Serif\" font-size=\"14.00\">agency in systems</text>\n</g>\n<!-- t_frustration -->\n<g id=\"node6\" class=\"node\">\n<title>t_frustration</title>\n<ellipse fill=\"none\" stroke=\"black\" cx=\"1587.69\" cy=\"-235\" rx=\"71.83\" ry=\"29.42\"/>\n<text text-anchor=\"middle\" x=\"1587.69\" y=\"-239.2\" font-family=\"Helvetica,sans-Serif\" font-size=\"14.00\">Frustration as</text>\n<text text-anchor=\"middle\" x=\"1587.69\" y=\"-222.4\" font-family=\"Helvetica,sans-Serif\" font-size=\"14.00\">motivation</text>\n</g>\n<!-- axisC&#45;&gt;t_frustration -->\n<g id=\"edge18\" class=\"edge\">\n<title>axisC-&gt;t_frustration</title>\n<path fill=\"none\" stroke=\"black\" d=\"M250.98,-293.71C268.62,-272.87 294.66,-245.56 322.66,-228 359.5,-204.88 372.34,-203.75 415.14,-196 501.77,-180.31 525.14,-192.66 613.17,-191 720.59,-188.98 747.92,-180.18 854.91,-190 886.53,-192.9 899.2,-184.71 925.16,-203 938.18,-212.18 929.36,-226.04 943.16,-234 1036.77,-287.99 1356.41,-260.95 1507,-244.52\"/>\n<polygon fill=\"black\" stroke=\"black\" points=\"1507.36,-248 1516.91,-243.42 1506.59,-241.04 1507.36,-248\"/>\n</g>\n<!-- axisC&#45;&gt;t_peer -->\n<g id=\"edge22\" class=\"edge\">\n<title>axisC-&gt;t_peer</title>\n<path fill=\"none\" stroke=\"black\" d=\"M292.91,-352.57C302.86,-357.09 313.03,-361.68 322.66,-366 445.61,-421.18 483.72,-423.22 595.17,-499 604.02,-505.02 604.95,-508.14 613.17,-515 640.25,-537.62 653.8,-536.29 675.66,-564 697.99,-592.31 736.21,-683.56 757.6,-737\"/>\n<polygon fill=\"black\" stroke=\"black\" points=\"754.26,-738.07 761.22,-746.07 760.77,-735.48 754.26,-738.07\"/>\n</g>\n<!-- t_power -->\n<g id=\"node11\" class=\"node\">\n<title>t_power</title>\n<ellipse fill=\"none\" stroke=\"black\" cx=\"1034.82\" cy=\"-317\" rx=\"50.94\" ry=\"41.3\"/>\n<text text-anchor=\"middle\" x=\"1034.82\" y=\"-329.6\" font-family=\"Helvetica,sans-Serif\" font-size=\"14.00\">Power,</text>\n<text text-anchor=\"middle\" x=\"1034.82\" y=\"-312.8\" font-family=\"Helvetica,sans-Serif\" font-size=\"14.00\">control,</text>\n<text text-anchor=\"middle\" x=\"1034.82\" y=\"-296\" font-family=\"Helvetica,sans-Serif\" font-size=\"14.00\">influence</text>\n</g>\n<!-- axisC&#45;&gt;t_power -->\n<g id=\"edge17\" class=\"edge\">\n<title>axisC-&gt;t_power</title>\n<path fill=\"none\" stroke=\"black\" d=\"M271.09,-293.4C307.57,-270.2 362.27,-239.77 415.14,-227 525.31,-200.38 828.41,-167.96 925.16,-227 940.09,-236.11 931.23,-249.2 943.16,-262 953.76,-273.38 967.24,-283.24 980.55,-291.34\"/>\n<polygon fill=\"black\" stroke=\"black\" points=\"978.44,-294.17 988.85,-296.17 981.96,-288.11 978.44,-294.17\"/>\n</g>\n<!-- axisC&#45;&gt;t_resilience -->\n<g id=\"edge20\" class=\"edge\">\n<title>axisC-&gt;t_resilience</title>\n<path fill=\"none\" stroke=\"black\" d=\"M293.1,-318.8C324.54,-316.76 362.8,-314.27 397.14,-312 426.47,-310.06 903.23,-260.43 925.16,-280 951.52,-303.53 927.83,-406.16 943.16,-438 953.63,-459.76 971.46,-479.39 988.55,-494.8\"/>\n<polygon fill=\"black\" stroke=\"black\" points=\"985.87,-497.11 995.71,-501.03 990.46,-491.82 985.87,-497.11\"/>\n</g>\n<!-- axisC&#45;&gt;t_fedwiki -->\n<g id=\"edge21\" class=\"edge\">\n<title>axisC-&gt;t_fedwiki</title>\n<path fill=\"none\" stroke=\"black\" d=\"M265.82,-352.6C301.33,-381.22 355.18,-426.66 397.14,-471 406.06,-480.43 405.04,-485.85 415.14,-494 422.44,-499.88 430.68,-505.21 439.12,-509.96\"/>\n<polygon fill=\"black\" stroke=\"black\" points=\"437.27,-512.94 447.74,-514.55 440.56,-506.76 437.27,-512.94\"/>\n</g>\n<!-- axisC&#45;&gt;t_scale -->\n<g id=\"edge19\" class=\"edge\">\n<title>axisC-&gt;t_scale</title>\n<path fill=\"none\" stroke=\"black\" d=\"M292.8,-310.24C328.73,-303.5 374.29,-295.5 415.14,-290 538.35,-273.41 569.47,-269.78 693.66,-264 796.48,-259.21 849.31,-201.41 925.16,-271 957.14,-300.35 913.05,-335.73 943.16,-367 1011.41,-437.89 1126,-454.65 1209.61,-456.31\"/>\n<polygon fill=\"black\" stroke=\"black\" points=\"1209.38,-459.81 1219.42,-456.43 1209.46,-452.81 1209.38,-459.81\"/>\n</g>\n<!-- axisD -->\n<g id=\"node4\" class=\"node\">\n<title>axisD</title>\n<path fill=\"#fff4dd\" stroke=\"black\" d=\"M270.92,-213.2C270.92,-213.2 183.22,-213.2 183.22,-213.2 177.22,-213.2 171.22,-207.2 171.22,-201.2 171.22,-201.2 171.22,-166.8 171.22,-166.8 171.22,-160.8 177.22,-154.8 183.22,-154.8 183.22,-154.8 270.92,-154.8 270.92,-154.8 276.92,-154.8 282.92,-160.8 282.92,-166.8 282.92,-166.8 282.92,-201.2 282.92,-201.2 282.92,-207.2 276.92,-213.2 270.92,-213.2\"/>\n<text text-anchor=\"middle\" x=\"227.07\" y=\"-196.6\" font-family=\"Helvetica,sans-Serif\" font-size=\"14.00\">Axis D:</text>\n<text text-anchor=\"middle\" x=\"227.07\" y=\"-179.8\" font-family=\"Helvetica,sans-Serif\" font-size=\"14.00\">Joy, frustration,</text>\n<text text-anchor=\"middle\" x=\"227.07\" y=\"-163\" font-family=\"Helvetica,sans-Serif\" font-size=\"14.00\">&amp; motivation</text>\n</g>\n<!-- axisD&#45;&gt;t_frustration -->\n<g id=\"edge24\" class=\"edge\">\n<title>axisD-&gt;t_frustration</title>\n<path fill=\"none\" stroke=\"black\" d=\"M252.16,-154.39C269.79,-134.47 295.33,-109.02 322.66,-93 395.38,-50.38 419.87,-38 504.15,-38 504.15,-38 504.15,-38 1315.17,-38 1422.75,-38 1516.44,-140.56 1560.28,-197.68\"/>\n<polygon fill=\"black\" stroke=\"black\" points=\"1557.41,-199.69 1566.22,-205.57 1563,-195.47 1557.41,-199.69\"/>\n</g>\n<!-- t_joy -->\n<g id=\"node7\" class=\"node\">\n<title>t_joy</title>\n<ellipse fill=\"none\" stroke=\"black\" cx=\"1314.17\" cy=\"-188\" rx=\"108.7\" ry=\"29.42\"/>\n<text text-anchor=\"middle\" x=\"1314.17\" y=\"-192.2\" font-family=\"Helvetica,sans-Serif\" font-size=\"14.00\">Joy &amp;</text>\n<text text-anchor=\"middle\" x=\"1314.17\" y=\"-175.4\" font-family=\"Helvetica,sans-Serif\" font-size=\"14.00\">Promethean moments</text>\n</g>\n<!-- axisD&#45;&gt;t_joy -->\n<g id=\"edge23\" class=\"edge\">\n<title>axisD-&gt;t_joy</title>\n<path fill=\"none\" stroke=\"black\" d=\"M272.86,-154.49C325.81,-122.51 417.69,-76 504.15,-76 504.15,-76 504.15,-76 1035.82,-76 1120.39,-76 1209.61,-121.33 1263.33,-154.31\"/>\n<polygon fill=\"black\" stroke=\"black\" points=\"1261.32,-157.18 1271.66,-159.51 1265.03,-151.25 1261.32,-157.18\"/>\n</g>\n<!-- axisD&#45;&gt;t_computing -->\n<g id=\"edge25\" class=\"edge\">\n<title>axisD-&gt;t_computing</title>\n<path fill=\"none\" stroke=\"black\" d=\"M283.31,-161.52C296.04,-157.25 309.66,-153.37 322.66,-151 541.14,-111.13 803.57,-118.39 940.41,-126.24\"/>\n<polygon fill=\"black\" stroke=\"black\" points=\"939.95,-129.72 950.14,-126.82 940.36,-122.73 939.95,-129.72\"/>\n</g>\n<!-- axisD&#45;&gt;t_aikido -->\n<g id=\"edge26\" class=\"edge\">\n<title>axisD-&gt;t_aikido</title>\n<path fill=\"none\" stroke=\"black\" d=\"M283.28,-190.76C419.91,-208.5 768.92,-260.29 854.91,-336 937.4,-408.62 903.09,-464.66 943.16,-567 968.79,-632.46 999.37,-708.24 1017.66,-753.31\"/>\n<polygon fill=\"black\" stroke=\"black\" points=\"1014.35,-754.46 1021.36,-762.4 1020.84,-751.82 1014.35,-754.46\"/>\n</g>\n<!-- axisD&#45;&gt;t_journey_struct -->\n<g id=\"edge28\" class=\"edge\">\n<title>axisD-&gt;t_journey_struct</title>\n<path fill=\"none\" stroke=\"black\" d=\"M253.93,-213.38C270.04,-232.75 290.36,-259.21 304.66,-285 371.56,-405.62 362.76,-447.41 415.14,-575 436.38,-626.75 462.34,-685.15 480.73,-725.8\"/>\n<polygon fill=\"black\" stroke=\"black\" points=\"477.52,-727.21 484.84,-734.87 483.9,-724.32 477.52,-727.21\"/>\n</g>\n<!-- axisD&#45;&gt;t_community -->\n<g id=\"edge27\" class=\"edge\">\n<title>axisD-&gt;t_community</title>\n<path fill=\"none\" stroke=\"black\" d=\"M270.92,-213.54C307.74,-237.79 363.01,-271.52 415.14,-293 508.92,-331.64 623.26,-357.99 697.13,-372.52\"/>\n<polygon fill=\"black\" stroke=\"black\" points=\"696.2,-375.9 706.69,-374.37 697.54,-369.03 696.2,-375.9\"/>\n</g>\n<!-- axisE -->\n<g id=\"node5\" class=\"node\">\n<title>axisE</title>\n<path fill=\"#f0f0f0\" stroke=\"black\" d=\"M289.99,-845.2C289.99,-845.2 164.15,-845.2 164.15,-845.2 158.15,-845.2 152.15,-839.2 152.15,-833.2 152.15,-833.2 152.15,-798.8 152.15,-798.8 152.15,-792.8 158.15,-786.8 164.15,-786.8 164.15,-786.8 289.99,-786.8 289.99,-786.8 295.99,-786.8 301.99,-792.8 301.99,-798.8 301.99,-798.8 301.99,-833.2 301.99,-833.2 301.99,-839.2 295.99,-845.2 289.99,-845.2\"/>\n<text text-anchor=\"middle\" x=\"227.07\" y=\"-828.6\" font-family=\"Helvetica,sans-Serif\" font-size=\"14.00\">Axis E:</text>\n<text text-anchor=\"middle\" x=\"227.07\" y=\"-811.8\" font-family=\"Helvetica,sans-Serif\" font-size=\"14.00\">Bridging communities</text>\n<text text-anchor=\"middle\" x=\"227.07\" y=\"-795\" font-family=\"Helvetica,sans-Serif\" font-size=\"14.00\">via patterns &amp; story</text>\n</g>\n<!-- axisE&#45;&gt;t_peer -->\n<g id=\"edge35\" class=\"edge\">\n<title>axisE-&gt;t_peer</title>\n<path fill=\"none\" stroke=\"black\" d=\"M302.28,-825.42C376.71,-833.19 494.42,-840.87 595.17,-827 632.19,-821.9 672.35,-811.11 705.15,-800.85\"/>\n<polygon fill=\"black\" stroke=\"black\" points=\"706.07,-804.23 714.53,-797.86 703.94,-797.56 706.07,-804.23\"/>\n</g>\n<!-- axisE&#45;&gt;t_pov -->\n<g id=\"edge33\" class=\"edge\">\n<title>axisE-&gt;t_pov</title>\n<path fill=\"none\" stroke=\"black\" d=\"M243.12,-845.57C259.17,-874.3 287.15,-917.27 322.66,-943 357.76,-968.44 373.4,-962.31 415.14,-974 466.58,-988.4 604.15,-1018.66 693.04,-1037.84\"/>\n<polygon fill=\"black\" stroke=\"black\" points=\"692.17,-1041.23 702.69,-1039.92 693.65,-1034.39 692.17,-1041.23\"/>\n</g>\n<!-- axisE&#45;&gt;t_resilience -->\n<g id=\"edge32\" class=\"edge\">\n<title>axisE-&gt;t_resilience</title>\n<path fill=\"none\" stroke=\"black\" d=\"M279.61,-786.36C316.28,-766.57 367.32,-741.58 415.14,-727 634.35,-660.15 723.55,-759.98 925.16,-651 960.98,-631.64 990.8,-595.62 1010.08,-567.72\"/>\n<polygon fill=\"black\" stroke=\"black\" points=\"1012.94,-569.74 1015.61,-559.49 1007.13,-565.84 1012.94,-569.74\"/>\n</g>\n<!-- axisE&#45;&gt;t_fedwiki -->\n<g id=\"edge31\" class=\"edge\">\n<title>axisE-&gt;t_fedwiki</title>\n<path fill=\"none\" stroke=\"black\" d=\"M231.51,-786.43C238.89,-736.77 260.94,-636.77 322.66,-583 337.5,-570.07 378.92,-559.08 418.45,-551.08\"/>\n<polygon fill=\"black\" stroke=\"black\" points=\"418.9,-554.56 428.04,-549.2 417.55,-547.69 418.9,-554.56\"/>\n</g>\n<!-- axisE&#45;&gt;t_journey_struct -->\n<g id=\"edge36\" class=\"edge\">\n<title>axisE-&gt;t_journey_struct</title>\n<path fill=\"none\" stroke=\"black\" d=\"M302.41,-804.92C309.26,-803.93 316.09,-802.94 322.66,-802 350.06,-798.09 379.8,-793.94 407.12,-790.18\"/>\n<polygon fill=\"black\" stroke=\"black\" points=\"407.34,-793.69 416.77,-788.86 406.38,-786.75 407.34,-793.69\"/>\n</g>\n<!-- t_bridging -->\n<g id=\"node18\" class=\"node\">\n<title>t_bridging</title>\n<ellipse fill=\"none\" stroke=\"black\" cx=\"774.29\" cy=\"-552\" rx=\"66.88\" ry=\"29.42\"/>\n<text text-anchor=\"middle\" x=\"774.29\" y=\"-556.2\" font-family=\"Helvetica,sans-Serif\" font-size=\"14.00\">Bridging</text>\n<text text-anchor=\"middle\" x=\"774.29\" y=\"-539.4\" font-family=\"Helvetica,sans-Serif\" font-size=\"14.00\">communities</text>\n</g>\n<!-- axisE&#45;&gt;t_bridging -->\n<g id=\"edge29\" class=\"edge\">\n<title>axisE-&gt;t_bridging</title>\n<path fill=\"none\" stroke=\"black\" d=\"M237.93,-786.34C251.41,-750.29 279.04,-690.06 322.66,-656 422.25,-578.24 475.63,-615.93 595.17,-575 603.29,-572.22 604.82,-570 613.17,-568 639.79,-561.62 669.49,-557.78 696.02,-555.47\"/>\n<polygon fill=\"black\" stroke=\"black\" points=\"695.98,-558.98 705.67,-554.69 695.42,-552.01 695.98,-558.98\"/>\n</g>\n<!-- t_pointing -->\n<g id=\"node19\" class=\"node\">\n<title>t_pointing</title>\n<ellipse fill=\"none\" stroke=\"black\" cx=\"505.15\" cy=\"-1055\" rx=\"82.31\" ry=\"29.42\"/>\n<text text-anchor=\"middle\" x=\"505.15\" y=\"-1059.2\" font-family=\"Helvetica,sans-Serif\" font-size=\"14.00\">Pointing &amp;</text>\n<text text-anchor=\"middle\" x=\"505.15\" y=\"-1042.4\" font-family=\"Helvetica,sans-Serif\" font-size=\"14.00\">shared attention</text>\n</g>\n<!-- axisE&#45;&gt;t_pointing -->\n<g id=\"edge34\" class=\"edge\">\n<title>axisE-&gt;t_pointing</title>\n<path fill=\"none\" stroke=\"black\" d=\"M233.94,-845.58C244.14,-888.92 269.35,-969.16 322.66,-1012 347.84,-1032.23 380.95,-1043.23 411.99,-1049.11\"/>\n<polygon fill=\"black\" stroke=\"black\" points=\"411.38,-1052.55 421.82,-1050.8 412.56,-1045.66 411.38,-1052.55\"/>\n</g>\n<!-- axisE&#45;&gt;t_patterns -->\n<g id=\"edge30\" class=\"edge\">\n<title>axisE-&gt;t_patterns</title>\n<path fill=\"none\" stroke=\"black\" d=\"M302.49,-838.81C309.28,-840.66 316.08,-842.42 322.66,-844 485.73,-883.19 526.82,-895.88 693.66,-913 773.81,-921.22 865.12,-922.67 932.94,-922.23\"/>\n<polygon fill=\"black\" stroke=\"black\" points=\"932.56,-925.73 942.53,-922.15 932.51,-918.73 932.56,-925.73\"/>\n</g>\n<!-- t_frustration&#45;&gt;t_joy -->\n<g id=\"edge37\" class=\"edge\">\n<title>t_frustration-&gt;t_joy</title>\n<path fill=\"none\" stroke=\"black\" d=\"M1548.03,-210.05C1532.98,-201.72 1515.21,-193.47 1497.86,-189.2 1476.52,-183.95 1453.35,-181.45 1430.9,-180.6\"/>\n<polygon fill=\"black\" stroke=\"black\" points=\"1431.19,-177.11 1421.1,-180.35 1431.01,-184.11 1431.19,-177.11\"/>\n<text text-anchor=\"middle\" x=\"1469.37\" y=\"-191.9\" font-family=\"Times,serif\" font-size=\"9.00\">tension / engine</text>\n</g>\n<!-- t_joy&#45;&gt;t_frustration -->\n<g id=\"edge38\" class=\"edge\">\n<title>t_joy-&gt;t_frustration</title>\n<path fill=\"none\" stroke=\"black\" stroke-dasharray=\"5,2\" d=\"M1406.72,-203.85C1440.18,-209.64 1477.67,-216.13 1509.74,-221.68\"/>\n<polygon fill=\"black\" stroke=\"black\" points=\"1508.89,-225.09 1519.34,-223.34 1510.09,-218.19 1508.89,-225.09\"/>\n<text text-anchor=\"middle\" x=\"1469.37\" y=\"-221.16\" font-family=\"Times,serif\" font-size=\"9.00\">co-motivates</text>\n</g>\n<!-- t_peer&#45;&gt;t_aikido -->\n<g id=\"edge39\" class=\"edge\">\n<title>t_peer-&gt;t_aikido</title>\n<path fill=\"none\" stroke=\"black\" d=\"M853.2,-781.82C888.2,-783.99 929.19,-786.53 963.27,-788.63\"/>\n<polygon fill=\"black\" stroke=\"black\" points=\"962.84,-792.11 973.04,-789.24 963.27,-785.13 962.84,-792.11\"/>\n<text text-anchor=\"middle\" x=\"899.04\" y=\"-799.46\" font-family=\"Times,serif\" font-size=\"9.00\">partner-based</text>\n<text text-anchor=\"middle\" x=\"899.04\" y=\"-788.66\" font-family=\"Times,serif\" font-size=\"9.00\">learning</text>\n</g>\n<!-- t_peer&#45;&gt;t_resilience -->\n<g id=\"edge41\" class=\"edge\">\n<title>t_peer-&gt;t_resilience</title>\n<path fill=\"none\" stroke=\"black\" d=\"M805.48,-749.74C824.07,-733.81 848.87,-714.02 872.91,-699.4 894.65,-686.18 905.34,-691.95 925.16,-676 962.46,-645.98 993.54,-600.28 1012.77,-567.81\"/>\n<polygon fill=\"black\" stroke=\"black\" points=\"1015.6,-569.91 1017.59,-559.5 1009.55,-566.39 1015.6,-569.91\"/>\n<text text-anchor=\"middle\" x=\"899.04\" y=\"-712.9\" font-family=\"Times,serif\" font-size=\"9.00\">joint cognitive</text>\n<text text-anchor=\"middle\" x=\"899.04\" y=\"-702.1\" font-family=\"Times,serif\" font-size=\"9.00\">systems</text>\n</g>\n<!-- t_pov&#45;&gt;t_patterns -->\n<g id=\"edge43\" class=\"edge\">\n<title>t_pov-&gt;t_patterns</title>\n<path fill=\"none\" stroke=\"black\" d=\"M821.51,-1030.86C864.67,-1008.33 929.26,-974.6 975.86,-950.27\"/>\n<polygon fill=\"black\" stroke=\"black\" points=\"977.22,-953.5 984.47,-945.77 973.98,-947.3 977.22,-953.5\"/>\n<text text-anchor=\"middle\" x=\"899.04\" y=\"-1017.06\" font-family=\"Times,serif\" font-size=\"9.00\">frame as</text>\n<text text-anchor=\"middle\" x=\"899.04\" y=\"-1006.26\" font-family=\"Times,serif\" font-size=\"9.00\">pattern</text>\n</g>\n<!-- t_paradigms&#45;&gt;t_aikido -->\n<g id=\"edge47\" class=\"edge\">\n<title>t_paradigms-&gt;t_aikido</title>\n<path fill=\"none\" stroke=\"black\" d=\"M275.32,-557.48C345.23,-578.91 480.36,-620.4 595.17,-656 729.9,-697.78 887.77,-747.2 972.54,-773.78\"/>\n<polygon fill=\"black\" stroke=\"black\" points=\"971.48,-777.11 982.07,-776.76 973.57,-770.43 971.48,-777.11\"/>\n<text text-anchor=\"middle\" x=\"644.41\" y=\"-683.05\" font-family=\"Times,serif\" font-size=\"9.00\">no-competition</text>\n</g>\n<!-- t_paradigms&#45;&gt;t_resilience -->\n<g id=\"edge46\" class=\"edge\">\n<title>t_paradigms-&gt;t_resilience</title>\n<path fill=\"none\" stroke=\"black\" d=\"M277.23,-528.84C314.69,-518.69 367.73,-505.67 415.14,-499 600.76,-472.9 820.43,-496.25 941.73,-513.81\"/>\n<polygon fill=\"black\" stroke=\"black\" points=\"940.9,-517.23 951.3,-515.22 941.92,-510.3 940.9,-517.23\"/>\n<text text-anchor=\"middle\" x=\"644.41\" y=\"-502.31\" font-family=\"Times,serif\" font-size=\"9.00\">safety science</text>\n<text text-anchor=\"middle\" x=\"644.41\" y=\"-491.51\" font-family=\"Times,serif\" font-size=\"9.00\">shift</text>\n</g>\n<!-- t_paradigms&#45;&gt;t_fedwiki -->\n<g id=\"edge45\" class=\"edge\">\n<title>t_paradigms-&gt;t_fedwiki</title>\n<path fill=\"none\" stroke=\"black\" d=\"M304.61,-541.34C337.73,-540.62 376.78,-539.77 411.52,-539.01\"/>\n<polygon fill=\"black\" stroke=\"black\" points=\"411.2,-542.52 421.12,-538.8 411.05,-535.52 411.2,-542.52\"/>\n<text text-anchor=\"middle\" x=\"359.9\" y=\"-543.59\" font-family=\"Times,serif\" font-size=\"9.00\">bring-your-own-disc</text>\n</g>\n<!-- t_power&#45;&gt;t_frustration -->\n<g id=\"edge49\" class=\"edge\">\n<title>t_power-&gt;t_frustration</title>\n<path fill=\"none\" stroke=\"black\" d=\"M1085.86,-313.95C1171.15,-308.11 1349.82,-293.06 1497.86,-262 1505.17,-260.47 1512.75,-258.6 1520.26,-256.58\"/>\n<polygon fill=\"black\" stroke=\"black\" points=\"1521.03,-260 1529.71,-253.93 1519.14,-253.26 1521.03,-260\"/>\n<text text-anchor=\"middle\" x=\"1314.17\" y=\"-317.16\" font-family=\"Times,serif\" font-size=\"9.00\">blocked</text>\n<text text-anchor=\"middle\" x=\"1314.17\" y=\"-306.36\" font-family=\"Times,serif\" font-size=\"9.00\">agency</text>\n</g>\n<!-- t_power&#45;&gt;t_scale -->\n<g id=\"edge48\" class=\"edge\">\n<title>t_power-&gt;t_scale</title>\n<path fill=\"none\" stroke=\"black\" d=\"M1085.99,-318.59C1116.55,-321.18 1155.69,-327.47 1187.46,-342.4 1223.66,-359.4 1257.52,-389.85 1280.96,-414.18\"/>\n<polygon fill=\"black\" stroke=\"black\" points=\"1278.36,-416.53 1287.76,-421.4 1283.45,-411.72 1278.36,-416.53\"/>\n<text text-anchor=\"middle\" x=\"1165.97\" y=\"-355.9\" font-family=\"Times,serif\" font-size=\"9.00\">scope of</text>\n<text text-anchor=\"middle\" x=\"1165.97\" y=\"-345.1\" font-family=\"Times,serif\" font-size=\"9.00\">influence</text>\n</g>\n<!-- t_computing&#45;&gt;t_joy -->\n<g id=\"edge50\" class=\"edge\">\n<title>t_computing-&gt;t_joy</title>\n<path fill=\"none\" stroke=\"black\" d=\"M1109.51,-147.14C1134.29,-151.94 1162.08,-157.35 1187.46,-162.4 1196.57,-164.21 1206.04,-166.11 1215.52,-168.02\"/>\n<polygon fill=\"black\" stroke=\"black\" points=\"1214.66,-171.42 1225.15,-169.97 1216.04,-164.55 1214.66,-171.42\"/>\n<text text-anchor=\"middle\" x=\"1165.97\" y=\"-175.9\" font-family=\"Times,serif\" font-size=\"9.00\">Promethean</text>\n<text text-anchor=\"middle\" x=\"1165.97\" y=\"-165.1\" font-family=\"Times,serif\" font-size=\"9.00\">insights</text>\n</g>\n<!-- t_aikido&#45;&gt;t_embodied -->\n<g id=\"edge40\" class=\"edge\">\n<title>t_aikido-&gt;t_embodied</title>\n<path fill=\"none\" stroke=\"black\" d=\"M1066.77,-818.3C1085.74,-834.96 1109.55,-858.04 1126.48,-882 1211.42,-1002.2 1273.82,-1167.19 1299.81,-1242.52\"/>\n<polygon fill=\"black\" stroke=\"black\" points=\"1296.5,-1243.63 1303.04,-1251.97 1303.12,-1241.37 1296.5,-1243.63\"/>\n<text text-anchor=\"middle\" x=\"1165.97\" y=\"-988.09\" font-family=\"Times,serif\" font-size=\"9.00\">embodied</text>\n<text text-anchor=\"middle\" x=\"1165.97\" y=\"-977.29\" font-family=\"Times,serif\" font-size=\"9.00\">practice</text>\n</g>\n<!-- t_resilience&#45;&gt;t_scale -->\n<g id=\"edge42\" class=\"edge\">\n<title>t_resilience-&gt;t_scale</title>\n<path fill=\"none\" stroke=\"black\" d=\"M1104.73,-509.62C1143.38,-498.75 1191.81,-485.13 1232.25,-473.76\"/>\n<polygon fill=\"black\" stroke=\"black\" points=\"1233.03,-477.17 1241.71,-471.1 1231.13,-470.44 1233.03,-477.17\"/>\n<text text-anchor=\"middle\" x=\"1165.97\" y=\"-510.49\" font-family=\"Times,serif\" font-size=\"9.00\">system</text>\n<text text-anchor=\"middle\" x=\"1165.97\" y=\"-499.69\" font-family=\"Times,serif\" font-size=\"9.00\">boundaries</text>\n</g>\n<!-- t_fedwiki&#45;&gt;t_bridging -->\n<g id=\"edge52\" class=\"edge\">\n<title>t_fedwiki-&gt;t_bridging</title>\n<path fill=\"none\" stroke=\"black\" d=\"M574.85,-520.91C605.77,-515.86 642.66,-512.88 675.66,-518.4 688.37,-520.53 701.65,-524.11 714.17,-528.17\"/>\n<polygon fill=\"black\" stroke=\"black\" points=\"712.92,-531.44 723.51,-531.34 715.17,-524.81 712.92,-531.44\"/>\n<text text-anchor=\"middle\" x=\"644.41\" y=\"-531.9\" font-family=\"Times,serif\" font-size=\"9.00\">cross-community</text>\n<text text-anchor=\"middle\" x=\"644.41\" y=\"-521.1\" font-family=\"Times,serif\" font-size=\"9.00\">bridge</text>\n</g>\n<!-- t_fedwiki&#45;&gt;t_community -->\n<g id=\"edge51\" class=\"edge\">\n<title>t_fedwiki-&gt;t_community</title>\n<path fill=\"none\" stroke=\"black\" d=\"M520.5,-507.87C537.76,-476.26 569.92,-427.13 613.17,-403.4 637.62,-389.98 667.33,-384.38 694.48,-382.54\"/>\n<polygon fill=\"black\" stroke=\"black\" points=\"694.61,-386.04 704.43,-382.04 694.27,-379.04 694.61,-386.04\"/>\n<text text-anchor=\"middle\" x=\"644.41\" y=\"-416.9\" font-family=\"Times,serif\" font-size=\"9.00\">shared</text>\n<text text-anchor=\"middle\" x=\"644.41\" y=\"-406.1\" font-family=\"Times,serif\" font-size=\"9.00\">journals</text>\n</g>\n<!-- t_journey_struct&#45;&gt;t_peer -->\n<g id=\"edge54\" class=\"edge\">\n<title>t_journey_struct-&gt;t_peer</title>\n<path fill=\"none\" stroke=\"black\" d=\"M595.48,-777C623.6,-777 654.68,-777 682.89,-777\"/>\n<polygon fill=\"black\" stroke=\"black\" points=\"682.85,-780.5 692.85,-777 682.85,-773.5 682.85,-780.5\"/>\n<text text-anchor=\"middle\" x=\"644.41\" y=\"-790.5\" font-family=\"Times,serif\" font-size=\"9.00\">structured</text>\n<text text-anchor=\"middle\" x=\"644.41\" y=\"-779.7\" font-family=\"Times,serif\" font-size=\"9.00\">listening</text>\n</g>\n<!-- t_journey_struct&#45;&gt;t_bridging -->\n<g id=\"edge55\" class=\"edge\">\n<title>t_journey_struct-&gt;t_bridging</title>\n<path fill=\"none\" stroke=\"black\" d=\"M526.85,-736.6C554.02,-684.2 599.83,-598.31 613.17,-588.4 627.1,-578.04 664.03,-569.3 698.92,-562.98\"/>\n<polygon fill=\"black\" stroke=\"black\" points=\"699.4,-566.45 708.65,-561.28 698.19,-559.55 699.4,-566.45\"/>\n<text text-anchor=\"middle\" x=\"644.41\" y=\"-601.9\" font-family=\"Times,serif\" font-size=\"9.00\">stories as</text>\n<text text-anchor=\"middle\" x=\"644.41\" y=\"-591.1\" font-family=\"Times,serif\" font-size=\"9.00\">bridges</text>\n</g>\n<!-- t_journey_struct&#45;&gt;t_patterns -->\n<g id=\"edge53\" class=\"edge\">\n<title>t_journey_struct-&gt;t_patterns</title>\n<path fill=\"none\" stroke=\"black\" d=\"M572.13,-804.82C607.68,-819.09 652.57,-835.95 693.66,-848 776.65,-872.34 873.29,-891.99 942.31,-904.57\"/>\n<polygon fill=\"black\" stroke=\"black\" points=\"941.62,-908 952.08,-906.34 942.87,-901.11 941.62,-908\"/>\n<text text-anchor=\"middle\" x=\"774.29\" y=\"-900.55\" font-family=\"Times,serif\" font-size=\"9.00\">patterned</text>\n<text text-anchor=\"middle\" x=\"774.29\" y=\"-889.75\" font-family=\"Times,serif\" font-size=\"9.00\">reflection</text>\n</g>\n<!-- t_bridging&#45;&gt;t_computing -->\n<g id=\"edge58\" class=\"edge\">\n<title>t_bridging-&gt;t_computing</title>\n<path fill=\"none\" stroke=\"black\" d=\"M797.55,-524.28C814.96,-501.59 838.83,-468.11 854.91,-436 909.57,-326.89 862,-267.13 943.16,-176 948.94,-169.51 955.92,-163.91 963.4,-159.11\"/>\n<polygon fill=\"black\" stroke=\"black\" points=\"964.92,-162.27 971.79,-154.2 961.39,-156.23 964.92,-162.27\"/>\n<text text-anchor=\"middle\" x=\"899.04\" y=\"-400.59\" font-family=\"Times,serif\" font-size=\"9.00\">code ↔</text>\n<text text-anchor=\"middle\" x=\"899.04\" y=\"-389.79\" font-family=\"Times,serif\" font-size=\"9.00\">experience</text>\n</g>\n<!-- t_bridging&#45;&gt;t_aikido -->\n<g id=\"edge57\" class=\"edge\">\n<title>t_bridging-&gt;t_aikido</title>\n<path fill=\"none\" stroke=\"black\" d=\"M812.17,-576.45C843.64,-598.09 889.35,-631.4 925.16,-665.2 955.19,-693.54 985.28,-729.69 1006.16,-756.31\"/>\n<polygon fill=\"black\" stroke=\"black\" points=\"1003.32,-758.35 1012.22,-764.1 1008.84,-754.06 1003.32,-758.35\"/>\n<text text-anchor=\"middle\" x=\"899.04\" y=\"-667.9\" font-family=\"Times,serif\" font-size=\"9.00\">martial ↔ org</text>\n</g>\n<!-- t_bridging&#45;&gt;t_resilience -->\n<g id=\"edge56\" class=\"edge\">\n<title>t_bridging-&gt;t_resilience</title>\n<path fill=\"none\" stroke=\"black\" d=\"M840.19,-546.23C868.82,-543.68 903.11,-540.63 934.83,-537.81\"/>\n<polygon fill=\"black\" stroke=\"black\" points=\"934.76,-541.33 944.41,-536.95 934.14,-534.35 934.76,-541.33\"/>\n<text text-anchor=\"middle\" x=\"899.04\" y=\"-545.94\" font-family=\"Times,serif\" font-size=\"9.00\">safety ↔ wiki</text>\n</g>\n<!-- t_pointing&#45;&gt;t_pov -->\n<g id=\"edge44\" class=\"edge\">\n<title>t_pointing-&gt;t_pov</title>\n<path fill=\"none\" stroke=\"black\" d=\"M587.75,-1055C617.68,-1055 651.73,-1055 682.42,-1055\"/>\n<polygon fill=\"black\" stroke=\"black\" points=\"682.05,-1058.5 692.05,-1055 682.05,-1051.5 682.05,-1058.5\"/>\n<text text-anchor=\"middle\" x=\"644.41\" y=\"-1068.5\" font-family=\"Times,serif\" font-size=\"9.00\">locates</text>\n<text text-anchor=\"middle\" x=\"644.41\" y=\"-1057.7\" font-family=\"Times,serif\" font-size=\"9.00\">view</text>\n</g>\n<!-- t_community&#45;&gt;t_frustration -->\n<g id=\"edge59\" class=\"edge\">\n<title>t_community-&gt;t_frustration</title>\n<path fill=\"none\" stroke=\"black\" stroke-dasharray=\"5,2\" d=\"M842.78,-390.66C963.06,-396.69 1220.83,-399.17 1422.87,-329 1465.68,-314.13 1510.01,-287.92 1541.75,-266.95\"/>\n<polygon fill=\"black\" stroke=\"black\" points=\"1543.56,-269.95 1549.92,-261.47 1539.66,-264.13 1543.56,-269.95\"/>\n<text text-anchor=\"middle\" x=\"1165.97\" y=\"-397.97\" font-family=\"Times,serif\" font-size=\"9.00\">holds</text>\n<text text-anchor=\"middle\" x=\"1165.97\" y=\"-387.17\" font-family=\"Times,serif\" font-size=\"9.00\">frustration</text>\n</g>\n<!-- t_community&#45;&gt;t_joy -->\n<g id=\"edge60\" class=\"edge\">\n<title>t_community-&gt;t_joy</title>\n<path fill=\"none\" stroke=\"black\" stroke-dasharray=\"5,2\" d=\"M839.5,-372.77C869.59,-363.41 903.49,-347.77 925.16,-322 947.66,-295.23 917.5,-269.16 943.16,-245.4 979.02,-212.19 1100.44,-198.19 1194.52,-192.29\"/>\n<polygon fill=\"black\" stroke=\"black\" points=\"1194.56,-195.79 1204.34,-191.7 1194.14,-188.81 1194.56,-195.79\"/>\n<text text-anchor=\"middle\" x=\"1034.82\" y=\"-258.9\" font-family=\"Times,serif\" font-size=\"9.00\">supports</text>\n<text text-anchor=\"middle\" x=\"1034.82\" y=\"-248.1\" font-family=\"Times,serif\" font-size=\"9.00\">joy</text>\n</g>\n</g>\n</svg>"},{"type":"paragraph","id":"33ecf8d1dd3e188a","text":"See also [https://dmx.ralfbarkow.ch/systems.dmx.webclient/#/topicmap/892871/topic/892916/related dmx]"},{"type":"pagefold","id":"0927783940332562","text":"surprises"},{"type":"paragraph","id":"6e9efe809c3de1b3","text":"Marc challenged us to honor Eric by deeply reflecting on his story over the following week. As I did so, I remembered my three key surprises:"},{"type":"markdown","id":"04fab3a71e9032ee","text":"- POV and Vermeer's painting ([[Changing Frames]])\n- Prometheus narrative and frustration\n- Akido as a new paradigm - a conversation"},{"type":"pagefold","id":"dd978ae8738a60a6","text":"association"},{"type":"paragraph","id":"4eb3d015dbc63069","text":"As an integral step in my process of meaning-making, I associate three pages:"},{"type":"paragraph","id":"8a01df809bc4de07","text":"[[Profoundly Gifted]]"},{"type":"paragraph","id":"887e3af42a7d9557","text":"[[Eureka Moments]]"},{"type":"paragraph","id":"4213600fd3e2f534","text":"[[Collective Patterning]]"},{"type":"pagefold","id":"fd0ac407ed31b82f","text":"patterning"},{"type":"paragraph","id":"4cec66b2dec39379","text":"Using wiki's pattern machinery, I then explore patterns that unfold from my associations. As I connect to hub concepts from our noosphere, I see this pattern related to one of them, creative genius. "},{"type":"graphviz","text":"strict digraph {\noverlap = false; splines=true\nlayout = dot\nnode [shape=box style=filled fillcolor=gold penwidth=2]\n2\n1\n5\nnode [fillcolor=palegreen penwidth=1]\n0 [label=\"\\nUnbounded\nConsciousness\"   tooltip=\"name: Unbounded Consciousness\\nsite: wellspring.fed.wiki\\ndate: 1/7/2022\\ntwins: 3\"]\n1 [label=\"\\nProfoundly\nGifted\"   tooltip=\"name: Profoundly Gifted\\nsite: wellspring.fed.wiki\\ndate: 5/8/2022\\ntwins: 5\\ntitle: Profoundly Gifted\"]\n2 [label=\"\\nCreative\nGenius\"   tooltip=\"name: Creative Genius\\nsite: wellspring.fed.wiki\\ndate: 11/18/2024\\ntwins: 8\\ntitle: Creative Genius\"]\n3 [label=\"\\nAgile\"   tooltip=\"name: Agile\\nsite: dayton.fed.wiki\\ndate: 12/27/2019\\ntwins: 2\"]\n4 [label=\"\\nMy\nCampfire\nStory\"   tooltip=\"name: My Campfire Story\\nsite: thompson.fed.wiki\\ndate: 11/22/2025\"]\n5 [label=\"\\nExigent\nPurpose\"   tooltip=\"name: Exigent Purpose\\nsite: thompson.fed.wiki\\ndate: 11/3/2025\\ntwins: 2\\ntitle: Exigent Purpose\"]\n6 [label=\"\\nSapience\nEngine\"   tooltip=\"name: Sapience Engine\\nsite: wellspring.fed.wiki\\ndate: 1/23/2025\\ntwins: 4\"]\n7 [label=\"\\nUnlocking\nOur\nMinds\"   tooltip=\"name: Unlocking Our Minds\\ntitle: Unlocking Our Minds\\nsite: thompson.becoming.ustawi.wiki\"]\n8 [label=\"\\nAgentic\nLearning\"   tooltip=\"name: Agentic Learning\\ntitle: Agentic Learning\\nsite: thompson.fed.wiki\"]\n9 [label=\"\\nAudacious\nAspiration\"   tooltip=\"name: Audacious Aspiration\\ntitle: Audacious Aspiration\\nsite: dayton.fed.wiki\"]\n10 [label=\"\\nConstantly\nSeeking\"   tooltip=\"name: Constantly Seeking\\ntitle: Constantly Seeking\\nsite: kavita.becoming.ustawi.wiki\"]\n11 [label=\"\\nOrganic\nSystems\"   tooltip=\"name: Organic Systems\\ntitle: Organic Systems\\nsite: clare.genius.ustawi.wiki\"]\n12 [label=\"\\nCreative\nCuriosity\"   tooltip=\"name: Creative Curiosity\\ntitle: Creative Curiosity\\nsite: wellspring.fed.wiki\"]\n13 [label=\"\\nRelinquish\nControl\"   tooltip=\"name: Relinquish Control\\ntitle: Relinquish Control\\nsite: thompson.becoming.ustawi.wiki\"]\n14 [label=\"\\nMeaning\nMakers\"   tooltip=\"name: Meaning Makers\\ntitle: Meaning Makers\\nsite: wellspring.fed.wiki\"]\n15 [label=\"\\nAgile\nLearning\"   tooltip=\"name: Agile Learning\\ntitle: Agile Learning\\nsite: thompson.forage.ustawi.wiki\"]\n16 [label=\"\\nYamhill\nMake-a-thon\"   tooltip=\"name: Yamhill Make-a-thon\\ntitle: Yamhill Make-a-thon\\nsite: thompson.becoming.ustawi.wiki\"]\n17 [label=\"\\nMeaning\nMaking\"   tooltip=\"name: Meaning Making\\ntitle: Meaning Making\\nsite: kavita.becoming.ustawi.wiki\"]\n4->1 [label=\"\"  labeltooltip=\"source: My Campfire Story\"]\n4->5 [label=\"\"  labeltooltip=\"source: My Campfire Story\"]\n4->6 [label=\"\"  labeltooltip=\"source: My Campfire Story\"]\n1->2 [label=\"\"  labeltooltip=\"source: My Campfire Story\"]\n1->0 [label=\"\"  labeltooltip=\"source: My Campfire Story\"]\n1->3 [label=\"\"  labeltooltip=\"source: My Campfire Story\"]\n7->2 [label=\"\"  labeltooltip=\"source: hub 149 creative-genius\"]\n8->2 [label=\"\"  labeltooltip=\"source: hub 149 creative-genius\"]\n2->9 [label=\"\"  labeltooltip=\"source: hub 149 creative-genius\"]\n5->9 [label=\"\"  labeltooltip=\"source: hub 149 creative-genius\"]\n10->9 [label=\"\"  labeltooltip=\"source: hub 149 creative-genius\"]\n11->9 [label=\"\"  labeltooltip=\"source: hub 149 creative-genius\"]\n2->12 [label=\"\"  labeltooltip=\"source: hub 149 creative-genius\"]\n13->12 [label=\"\"  labeltooltip=\"source: hub 149 creative-genius\"]\n14->12 [label=\"\"  labeltooltip=\"source: hub 149 creative-genius\"]\n2->15 [label=\"\"  labeltooltip=\"source: hub 149 creative-genius\"]\n16->15 [label=\"\"  labeltooltip=\"source: hub 149 creative-genius\"]\n17->15 [label=\"\"  labeltooltip=\"source: hub 149 creative-genius\"]\n}","id":"83234457057124384768","dot":"strict digraph {\noverlap = false; splines=true\nlayout = dot\nnode [shape=box style=filled fillcolor=gold penwidth=2]\n2\n1\n5\nnode [fillcolor=palegreen penwidth=1]\n0 [label=\"\\nUnbounded\nConsciousness\"   tooltip=\"name: Unbounded Consciousness\\nsite: wellspring.fed.wiki\\ndate: 1/7/2022\\ntwins: 3\"]\n1 [label=\"\\nProfoundly\nGifted\"   tooltip=\"name: Profoundly Gifted\\nsite: wellspring.fed.wiki\\ndate: 5/8/2022\\ntwins: 5\\ntitle: Profoundly Gifted\"]\n2 [label=\"\\nCreative\nGenius\"   tooltip=\"name: Creative Genius\\nsite: wellspring.fed.wiki\\ndate: 11/18/2024\\ntwins: 8\\ntitle: Creative Genius\"]\n3 [label=\"\\nAgile\"   tooltip=\"name: Agile\\nsite: dayton.fed.wiki\\ndate: 12/27/2019\\ntwins: 2\"]\n4 [label=\"\\nMy\nCampfire\nStory\"   tooltip=\"name: My Campfire Story\\nsite: thompson.fed.wiki\\ndate: 11/22/2025\"]\n5 [label=\"\\nExigent\nPurpose\"   tooltip=\"name: Exigent Purpose\\nsite: thompson.fed.wiki\\ndate: 11/3/2025\\ntwins: 2\\ntitle: Exigent Purpose\"]\n6 [label=\"\\nSapience\nEngine\"   tooltip=\"name: Sapience Engine\\nsite: wellspring.fed.wiki\\ndate: 1/23/2025\\ntwins: 4\"]\n7 [label=\"\\nUnlocking\nOur\nMinds\"   tooltip=\"name: Unlocking Our Minds\\ntitle: Unlocking Our Minds\\nsite: thompson.becoming.ustawi.wiki\"]\n8 [label=\"\\nAgentic\nLearning\"   tooltip=\"name: Agentic Learning\\ntitle: Agentic Learning\\nsite: thompson.fed.wiki\"]\n9 [label=\"\\nAudacious\nAspiration\"   tooltip=\"name: Audacious Aspiration\\ntitle: Audacious Aspiration\\nsite: dayton.fed.wiki\"]\n10 [label=\"\\nConstantly\nSeeking\"   tooltip=\"name: Constantly Seeking\\ntitle: Constantly Seeking\\nsite: kavita.becoming.ustawi.wiki\"]\n11 [label=\"\\nOrganic\nSystems\"   tooltip=\"name: Organic Systems\\ntitle: Organic Systems\\nsite: clare.genius.ustawi.wiki\"]\n12 [label=\"\\nCreative\nCuriosity\"   tooltip=\"name: Creative Curiosity\\ntitle: Creative Curiosity\\nsite: wellspring.fed.wiki\"]\n13 [label=\"\\nRelinquish\nControl\"   tooltip=\"name: Relinquish Control\\ntitle: Relinquish Control\\nsite: thompson.becoming.ustawi.wiki\"]\n14 [label=\"\\nMeaning\nMakers\"   tooltip=\"name: Meaning Makers\\ntitle: Meaning Makers\\nsite: wellspring.fed.wiki\"]\n15 [label=\"\\nAgile\nLearning\"   tooltip=\"name: Agile Learning\\ntitle: Agile Learning\\nsite: thompson.forage.ustawi.wiki\"]\n16 [label=\"\\nYamhill\nMake-a-thon\"   tooltip=\"name: Yamhill Make-a-thon\\ntitle: Yamhill Make-a-thon\\nsite: thompson.becoming.ustawi.wiki\"]\n17 [label=\"\\nMeaning\nMaking\"   tooltip=\"name: Meaning Making\\ntitle: Meaning Making\\nsite: kavita.becoming.ustawi.wiki\"]\n4->1 [label=\"\"  labeltooltip=\"source: My Campfire Story\"]\n4->5 [label=\"\"  labeltooltip=\"source: My Campfire Story\"]\n4->6 [label=\"\"  labeltooltip=\"source: My Campfire Story\"]\n1->2 [label=\"\"  labeltooltip=\"source: My Campfire Story\"]\n1->0 [label=\"\"  labeltooltip=\"source: My Campfire Story\"]\n1->3 [label=\"\"  labeltooltip=\"source: My Campfire Story\"]\n7->2 [label=\"\"  labeltooltip=\"source: hub 149 creative-genius\"]\n8->2 [label=\"\"  labeltooltip=\"source: hub 149 creative-genius\"]\n2->9 [label=\"\"  labeltooltip=\"source: hub 149 creative-genius\"]\n5->9 [label=\"\"  labeltooltip=\"source: hub 149 creative-genius\"]\n10->9 [label=\"\"  labeltooltip=\"source: hub 149 creative-genius\"]\n11->9 [label=\"\"  labeltooltip=\"source: hub 149 creative-genius\"]\n2->12 [label=\"\"  labeltooltip=\"source: hub 149 creative-genius\"]\n13->12 [label=\"\"  labeltooltip=\"source: hub 149 creative-genius\"]\n14->12 [label=\"\"  labeltooltip=\"source: hub 149 creative-genius\"]\n2->15 [label=\"\"  labeltooltip=\"source: hub 149 creative-genius\"]\n16->15 [label=\"\"  labeltooltip=\"source: hub 149 creative-genius\"]\n17->15 [label=\"\"  labeltooltip=\"source: hub 149 creative-genius\"]\n}","svg":"<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"841pt\" height=\"380pt\" viewBox=\"0.00 0.00 841.22 380.00\" style=\"max-width: 100%; height: auto;\">\n<g id=\"graph0\" class=\"graph\" transform=\"scale(1 1) rotate(0) translate(4 376)\">\n<polygon fill=\"white\" stroke=\"none\" points=\"-4,4 -4,-376 837.22,-376 837.22,4 -4,4\"/>\n<!-- 2 -->\n<g id=\"node1\" class=\"node\">\n<title>2</title>\n<g id=\"a_node1\"><a xlink:title=\"name: Creative Genius&#10;site: wellspring.fed.wiki&#10;date: 11/18/2024&#10;twins: 8&#10;title: Creative Genius\">\n<polygon fill=\"gold\" stroke=\"black\" stroke-width=\"2\" points=\"643.05,-151.2 579.63,-151.2 579.63,-93.6 643.05,-93.6 643.05,-151.2\"/>\n<text text-anchor=\"middle\" x=\"611.34\" y=\"-118.6\" font-family=\"Times,serif\" font-size=\"14.00\">Creative</text>\n<text text-anchor=\"middle\" x=\"611.34\" y=\"-101.8\" font-family=\"Times,serif\" font-size=\"14.00\">Genius</text>\n</a>\n</g>\n</g>\n<!-- 9 -->\n<g id=\"node10\" class=\"node\">\n<title>9</title>\n<g id=\"a_node10\"><a xlink:title=\"name: Audacious Aspiration&#10;title: Audacious Aspiration&#10;site: dayton.fed.wiki\">\n<polygon fill=\"palegreen\" stroke=\"black\" points=\"255.28,-57.6 179.4,-57.6 179.4,0 255.28,0 255.28,-57.6\"/>\n<text text-anchor=\"middle\" x=\"217.34\" y=\"-25\" font-family=\"Times,serif\" font-size=\"14.00\">Audacious</text>\n<text text-anchor=\"middle\" x=\"217.34\" y=\"-8.2\" font-family=\"Times,serif\" font-size=\"14.00\">Aspiration</text>\n</a>\n</g>\n</g>\n<!-- 2&#45;&gt;9 -->\n<g id=\"edge9\" class=\"edge\">\n<title>2-&gt;9</title>\n<path fill=\"none\" stroke=\"black\" d=\"M578.89,-97.69C576.08,-96.16 573.2,-94.77 570.34,-93.6 467.51,-51.65 336.66,-37.19 266.71,-32.27\"/>\n<polygon fill=\"black\" stroke=\"black\" points=\"267.33,-28.8 257.12,-31.64 266.87,-35.79 267.33,-28.8\"/>\n</g>\n<!-- 12 -->\n<g id=\"node13\" class=\"node\">\n<title>12</title>\n<g id=\"a_node13\"><a xlink:title=\"name: Creative Curiosity&#10;title: Creative Curiosity&#10;site: wellspring.fed.wiki\">\n<polygon fill=\"palegreen\" stroke=\"black\" points=\"562.4,-57.6 494.28,-57.6 494.28,0 562.4,0 562.4,-57.6\"/>\n<text text-anchor=\"middle\" x=\"528.34\" y=\"-25\" font-family=\"Times,serif\" font-size=\"14.00\">Creative</text>\n<text text-anchor=\"middle\" x=\"528.34\" y=\"-8.2\" font-family=\"Times,serif\" font-size=\"14.00\">Curiosity</text>\n</a>\n</g>\n</g>\n<!-- 2&#45;&gt;12 -->\n<g id=\"edge13\" class=\"edge\">\n<title>2-&gt;12</title>\n<path fill=\"none\" stroke=\"black\" d=\"M585.53,-92.92C577.89,-84.48 569.41,-75.12 561.37,-66.26\"/>\n<polygon fill=\"black\" stroke=\"black\" points=\"564.17,-64.13 554.86,-59.07 558.98,-68.83 564.17,-64.13\"/>\n</g>\n<!-- 15 -->\n<g id=\"node16\" class=\"node\">\n<title>15</title>\n<g id=\"a_node16\"><a xlink:title=\"name: Agile Learning&#10;title: Agile Learning&#10;site: thompson.forage.ustawi.wiki\">\n<polygon fill=\"palegreen\" stroke=\"black\" points=\"738.6,-57.6 672.07,-57.6 672.07,0 738.6,0 738.6,-57.6\"/>\n<text text-anchor=\"middle\" x=\"705.34\" y=\"-25\" font-family=\"Times,serif\" font-size=\"14.00\">Agile</text>\n<text text-anchor=\"middle\" x=\"705.34\" y=\"-8.2\" font-family=\"Times,serif\" font-size=\"14.00\">Learning</text>\n</a>\n</g>\n</g>\n<!-- 2&#45;&gt;15 -->\n<g id=\"edge16\" class=\"edge\">\n<title>2-&gt;15</title>\n<path fill=\"none\" stroke=\"black\" d=\"M640.82,-92.67C649.56,-84.15 659.24,-74.72 668.39,-65.8\"/>\n<polygon fill=\"black\" stroke=\"black\" points=\"670.8,-68.34 675.52,-58.86 665.91,-63.33 670.8,-68.34\"/>\n</g>\n<!-- 1 -->\n<g id=\"node2\" class=\"node\">\n<title>1</title>\n<g id=\"a_node2\"><a xlink:title=\"name: Profoundly Gifted&#10;site: wellspring.fed.wiki&#10;date: 5/8/2022&#10;twins: 5&#10;title: Profoundly Gifted\">\n<polygon fill=\"gold\" stroke=\"black\" stroke-width=\"2\" points=\"259.84,-253.2 180.84,-253.2 180.84,-195.6 259.84,-195.6 259.84,-253.2\"/>\n<text text-anchor=\"middle\" x=\"220.34\" y=\"-220.6\" font-family=\"Times,serif\" font-size=\"14.00\">Profoundly</text>\n<text text-anchor=\"middle\" x=\"220.34\" y=\"-203.8\" font-family=\"Times,serif\" font-size=\"14.00\">Gifted</text>\n</a>\n</g>\n</g>\n<!-- 1&#45;&gt;2 -->\n<g id=\"edge4\" class=\"edge\">\n<title>1-&gt;2</title>\n<path fill=\"none\" stroke=\"black\" d=\"M254.63,-194.76C259.36,-191.82 264.32,-189.19 269.34,-187.2 391.27,-138.83 441.46,-195.21 568.48,-151.11\"/>\n<polygon fill=\"black\" stroke=\"black\" points=\"569.34,-154.52 577.55,-147.82 566.95,-147.94 569.34,-154.52\"/>\n</g>\n<!-- 0 -->\n<g id=\"node4\" class=\"node\">\n<title>0</title>\n<g id=\"a_node4\"><a xlink:title=\"name: Unbounded Consciousness&#10;site: wellspring.fed.wiki&#10;date: 1/7/2022&#10;twins: 3\">\n<polygon fill=\"palegreen\" stroke=\"black\" points=\"216.56,-151.2 118.11,-151.2 118.11,-93.6 216.56,-93.6 216.56,-151.2\"/>\n<text text-anchor=\"middle\" x=\"167.34\" y=\"-118.6\" font-family=\"Times,serif\" font-size=\"14.00\">Unbounded</text>\n<text text-anchor=\"middle\" x=\"167.34\" y=\"-101.8\" font-family=\"Times,serif\" font-size=\"14.00\">Consciousness</text>\n</a>\n</g>\n</g>\n<!-- 1&#45;&gt;0 -->\n<g id=\"edge5\" class=\"edge\">\n<title>1-&gt;0</title>\n<path fill=\"none\" stroke=\"black\" d=\"M205.15,-194.74C199.62,-184.32 193.29,-172.36 187.4,-161.26\"/>\n<polygon fill=\"black\" stroke=\"black\" points=\"190.65,-159.9 182.87,-152.71 184.46,-163.18 190.65,-159.9\"/>\n</g>\n<!-- 3 -->\n<g id=\"node5\" class=\"node\">\n<title>3</title>\n<g id=\"a_node5\"><a xlink:title=\"name: Agile&#10;site: dayton.fed.wiki&#10;date: 12/27/2019&#10;twins: 2\">\n<polygon fill=\"palegreen\" stroke=\"black\" points=\"288.34,-142.8 234.34,-142.8 234.34,-102 288.34,-102 288.34,-142.8\"/>\n<text text-anchor=\"middle\" x=\"261.34\" y=\"-110.2\" font-family=\"Times,serif\" font-size=\"14.00\">Agile</text>\n</a>\n</g>\n</g>\n<!-- 1&#45;&gt;3 -->\n<g id=\"edge6\" class=\"edge\">\n<title>1-&gt;3</title>\n<path fill=\"none\" stroke=\"black\" d=\"M232.09,-194.74C237.37,-181.85 243.62,-166.62 248.98,-153.55\"/>\n<polygon fill=\"black\" stroke=\"black\" points=\"252.1,-155.16 252.65,-144.58 245.62,-152.51 252.1,-155.16\"/>\n</g>\n<!-- 5 -->\n<g id=\"node3\" class=\"node\">\n<title>5</title>\n<g id=\"a_node3\"><a xlink:title=\"name: Exigent Purpose&#10;site: thompson.fed.wiki&#10;date: 11/3/2025&#10;twins: 2&#10;title: Exigent Purpose\">\n<polygon fill=\"gold\" stroke=\"black\" stroke-width=\"2\" points=\"141.89,-253.2 80.78,-253.2 80.78,-195.6 141.89,-195.6 141.89,-253.2\"/>\n<text text-anchor=\"middle\" x=\"111.34\" y=\"-220.6\" font-family=\"Times,serif\" font-size=\"14.00\">Exigent</text>\n<text text-anchor=\"middle\" x=\"111.34\" y=\"-203.8\" font-family=\"Times,serif\" font-size=\"14.00\">Purpose</text>\n</a>\n</g>\n</g>\n<!-- 5&#45;&gt;9 -->\n<g id=\"edge10\" class=\"edge\">\n<title>5-&gt;9</title>\n<path fill=\"none\" stroke=\"black\" d=\"M102.98,-194.76C96.62,-166.99 91.63,-124.62 109.34,-93.6 122.2,-71.07 146.48,-55.69 168.76,-45.69\"/>\n<polygon fill=\"black\" stroke=\"black\" points=\"169.88,-49.01 177.75,-41.92 167.18,-42.56 169.88,-49.01\"/>\n</g>\n<!-- 4 -->\n<g id=\"node6\" class=\"node\">\n<title>4</title>\n<g id=\"a_node6\"><a xlink:title=\"name: My Campfire Story&#10;site: thompson.fed.wiki&#10;date: 11/22/2025\">\n<polygon fill=\"palegreen\" stroke=\"black\" points=\"254.77,-372 185.9,-372 185.9,-297.6 254.77,-297.6 254.77,-372\"/>\n<text text-anchor=\"middle\" x=\"220.34\" y=\"-339.4\" font-family=\"Times,serif\" font-size=\"14.00\">My</text>\n<text text-anchor=\"middle\" x=\"220.34\" y=\"-322.6\" font-family=\"Times,serif\" font-size=\"14.00\">Campfire</text>\n<text text-anchor=\"middle\" x=\"220.34\" y=\"-305.8\" font-family=\"Times,serif\" font-size=\"14.00\">Story</text>\n</a>\n</g>\n</g>\n<!-- 4&#45;&gt;1 -->\n<g id=\"edge1\" class=\"edge\">\n<title>4-&gt;1</title>\n<path fill=\"none\" stroke=\"black\" d=\"M220.34,-297.1C220.34,-286.93 220.34,-275.83 220.34,-265.47\"/>\n<polygon fill=\"black\" stroke=\"black\" points=\"223.84,-265.7 220.34,-255.7 216.84,-265.7 223.84,-265.7\"/>\n</g>\n<!-- 4&#45;&gt;5 -->\n<g id=\"edge2\" class=\"edge\">\n<title>4-&gt;5</title>\n<path fill=\"none\" stroke=\"black\" d=\"M185.55,-299.2C173.6,-287.32 160.2,-273.99 148.1,-261.96\"/>\n<polygon fill=\"black\" stroke=\"black\" points=\"150.6,-259.51 141.04,-254.94 145.66,-264.47 150.6,-259.51\"/>\n</g>\n<!-- 6 -->\n<g id=\"node7\" class=\"node\">\n<title>6</title>\n<g id=\"a_node7\"><a xlink:title=\"name: Sapience Engine&#10;site: wellspring.fed.wiki&#10;date: 1/23/2025&#10;twins: 4\">\n<polygon fill=\"palegreen\" stroke=\"black\" points=\"344.6,-253.2 278.07,-253.2 278.07,-195.6 344.6,-195.6 344.6,-253.2\"/>\n<text text-anchor=\"middle\" x=\"311.34\" y=\"-220.6\" font-family=\"Times,serif\" font-size=\"14.00\">Sapience</text>\n<text text-anchor=\"middle\" x=\"311.34\" y=\"-203.8\" font-family=\"Times,serif\" font-size=\"14.00\">Engine</text>\n</a>\n</g>\n</g>\n<!-- 4&#45;&gt;6 -->\n<g id=\"edge3\" class=\"edge\">\n<title>4-&gt;6</title>\n<path fill=\"none\" stroke=\"black\" d=\"M251.15,-297.1C260.59,-285.86 270.97,-273.49 280.42,-262.23\"/>\n<polygon fill=\"black\" stroke=\"black\" points=\"283.03,-264.56 286.78,-254.65 277.67,-260.06 283.03,-264.56\"/>\n</g>\n<!-- 7 -->\n<g id=\"node8\" class=\"node\">\n<title>7</title>\n<g id=\"a_node8\"><a xlink:title=\"name: Unlocking Our Minds&#10;title: Unlocking Our Minds&#10;site: thompson.becoming.ustawi.wiki\">\n<polygon fill=\"palegreen\" stroke=\"black\" points=\"692.89,-261.6 617.79,-261.6 617.79,-187.2 692.89,-187.2 692.89,-261.6\"/>\n<text text-anchor=\"middle\" x=\"655.34\" y=\"-229\" font-family=\"Times,serif\" font-size=\"14.00\">Unlocking</text>\n<text text-anchor=\"middle\" x=\"655.34\" y=\"-212.2\" font-family=\"Times,serif\" font-size=\"14.00\">Our</text>\n<text text-anchor=\"middle\" x=\"655.34\" y=\"-195.4\" font-family=\"Times,serif\" font-size=\"14.00\">Minds</text>\n</a>\n</g>\n</g>\n<!-- 7&#45;&gt;2 -->\n<g id=\"edge7\" class=\"edge\">\n<title>7-&gt;2</title>\n<path fill=\"none\" stroke=\"black\" d=\"M639.2,-186.73C635.69,-178.75 631.96,-170.27 628.41,-162.21\"/>\n<polygon fill=\"black\" stroke=\"black\" points=\"631.73,-161.05 624.5,-153.31 625.32,-163.87 631.73,-161.05\"/>\n</g>\n<!-- 8 -->\n<g id=\"node9\" class=\"node\">\n<title>8</title>\n<g id=\"a_node9\"><a xlink:title=\"name: Agentic Learning&#10;title: Agentic Learning&#10;site: thompson.fed.wiki\">\n<polygon fill=\"palegreen\" stroke=\"black\" points=\"599.6,-253.2 533.07,-253.2 533.07,-195.6 599.6,-195.6 599.6,-253.2\"/>\n<text text-anchor=\"middle\" x=\"566.34\" y=\"-220.6\" font-family=\"Times,serif\" font-size=\"14.00\">Agentic</text>\n<text text-anchor=\"middle\" x=\"566.34\" y=\"-203.8\" font-family=\"Times,serif\" font-size=\"14.00\">Learning</text>\n</a>\n</g>\n</g>\n<!-- 8&#45;&gt;2 -->\n<g id=\"edge8\" class=\"edge\">\n<title>8-&gt;2</title>\n<path fill=\"none\" stroke=\"black\" d=\"M578.99,-195.28C583.6,-185.03 588.9,-173.26 593.85,-162.25\"/>\n<polygon fill=\"black\" stroke=\"black\" points=\"596.93,-163.94 597.84,-153.38 590.55,-161.07 596.93,-163.94\"/>\n</g>\n<!-- 10 -->\n<g id=\"node11\" class=\"node\">\n<title>10</title>\n<g id=\"a_node11\"><a xlink:title=\"name: Constantly Seeking&#10;title: Constantly Seeking&#10;site: kavita.becoming.ustawi.wiki\">\n<polygon fill=\"palegreen\" stroke=\"black\" points=\"382.67,-151.2 306,-151.2 306,-93.6 382.67,-93.6 382.67,-151.2\"/>\n<text text-anchor=\"middle\" x=\"344.34\" y=\"-118.6\" font-family=\"Times,serif\" font-size=\"14.00\">Constantly</text>\n<text text-anchor=\"middle\" x=\"344.34\" y=\"-101.8\" font-family=\"Times,serif\" font-size=\"14.00\">Seeking</text>\n</a>\n</g>\n</g>\n<!-- 10&#45;&gt;9 -->\n<g id=\"edge11\" class=\"edge\">\n<title>10-&gt;9</title>\n<path fill=\"none\" stroke=\"black\" d=\"M305.54,-93.42C292.62,-84.1 278.09,-73.61 264.6,-63.89\"/>\n<polygon fill=\"black\" stroke=\"black\" points=\"266.84,-61.19 256.69,-58.18 262.75,-66.87 266.84,-61.19\"/>\n</g>\n<!-- 11 -->\n<g id=\"node12\" class=\"node\">\n<title>11</title>\n<g id=\"a_node12\"><a xlink:title=\"name: Organic Systems&#10;title: Organic Systems&#10;site: clare.genius.ustawi.wiki\">\n<polygon fill=\"palegreen\" stroke=\"black\" points=\"62.68,-151.2 0,-151.2 0,-93.6 62.68,-93.6 62.68,-151.2\"/>\n<text text-anchor=\"middle\" x=\"31.34\" y=\"-118.6\" font-family=\"Times,serif\" font-size=\"14.00\">Organic</text>\n<text text-anchor=\"middle\" x=\"31.34\" y=\"-101.8\" font-family=\"Times,serif\" font-size=\"14.00\">Systems</text>\n</a>\n</g>\n</g>\n<!-- 11&#45;&gt;9 -->\n<g id=\"edge12\" class=\"edge\">\n<title>11-&gt;9</title>\n<path fill=\"none\" stroke=\"black\" d=\"M63,-101.14C67.43,-98.51 71.96,-95.93 76.34,-93.6 106.28,-77.66 140.98,-61.93 168.46,-50.07\"/>\n<polygon fill=\"black\" stroke=\"black\" points=\"169.79,-53.31 177.61,-46.16 167.04,-46.88 169.79,-53.31\"/>\n</g>\n<!-- 13 -->\n<g id=\"node14\" class=\"node\">\n<title>13</title>\n<g id=\"a_node14\"><a xlink:title=\"name: Relinquish Control&#10;title: Relinquish Control&#10;site: thompson.becoming.ustawi.wiki\">\n<polygon fill=\"palegreen\" stroke=\"black\" points=\"477.67,-151.2 401,-151.2 401,-93.6 477.67,-93.6 477.67,-151.2\"/>\n<text text-anchor=\"middle\" x=\"439.34\" y=\"-118.6\" font-family=\"Times,serif\" font-size=\"14.00\">Relinquish</text>\n<text text-anchor=\"middle\" x=\"439.34\" y=\"-101.8\" font-family=\"Times,serif\" font-size=\"14.00\">Control</text>\n</a>\n</g>\n</g>\n<!-- 13&#45;&gt;12 -->\n<g id=\"edge14\" class=\"edge\">\n<title>13-&gt;12</title>\n<path fill=\"none\" stroke=\"black\" d=\"M466.52,-93.42C474.9,-84.8 484.25,-75.18 493.08,-66.09\"/>\n<polygon fill=\"black\" stroke=\"black\" points=\"495.5,-68.62 499.96,-59.01 490.48,-63.74 495.5,-68.62\"/>\n</g>\n<!-- 14 -->\n<g id=\"node15\" class=\"node\">\n<title>14</title>\n<g id=\"a_node15\"><a xlink:title=\"name: Meaning Makers&#10;title: Meaning Makers&#10;site: wellspring.fed.wiki\">\n<polygon fill=\"palegreen\" stroke=\"black\" points=\"561.22,-151.2 495.46,-151.2 495.46,-93.6 561.22,-93.6 561.22,-151.2\"/>\n<text text-anchor=\"middle\" x=\"528.34\" y=\"-118.6\" font-family=\"Times,serif\" font-size=\"14.00\">Meaning</text>\n<text text-anchor=\"middle\" x=\"528.34\" y=\"-101.8\" font-family=\"Times,serif\" font-size=\"14.00\">Makers</text>\n</a>\n</g>\n</g>\n<!-- 14&#45;&gt;12 -->\n<g id=\"edge15\" class=\"edge\">\n<title>14-&gt;12</title>\n<path fill=\"none\" stroke=\"black\" d=\"M528.34,-93.42C528.34,-85.77 528.34,-77.33 528.34,-69.17\"/>\n<polygon fill=\"black\" stroke=\"black\" points=\"531.84,-69.44 528.34,-59.44 524.84,-69.44 531.84,-69.44\"/>\n</g>\n<!-- 16 -->\n<g id=\"node17\" class=\"node\">\n<title>16</title>\n<g id=\"a_node17\"><a xlink:title=\"name: Yamhill Make-a-thon&#10;title: Yamhill Make-a-thon&#10;site: thompson.becoming.ustawi.wiki\">\n<polygon fill=\"palegreen\" stroke=\"black\" points=\"749.49,-151.2 661.19,-151.2 661.19,-93.6 749.49,-93.6 749.49,-151.2\"/>\n<text text-anchor=\"middle\" x=\"705.34\" y=\"-118.6\" font-family=\"Times,serif\" font-size=\"14.00\">Yamhill</text>\n<text text-anchor=\"middle\" x=\"705.34\" y=\"-101.8\" font-family=\"Times,serif\" font-size=\"14.00\">Make-a-thon</text>\n</a>\n</g>\n</g>\n<!-- 16&#45;&gt;15 -->\n<g id=\"edge17\" class=\"edge\">\n<title>16-&gt;15</title>\n<path fill=\"none\" stroke=\"black\" d=\"M705.34,-93.42C705.34,-85.77 705.34,-77.33 705.34,-69.17\"/>\n<polygon fill=\"black\" stroke=\"black\" points=\"708.84,-69.44 705.34,-59.44 701.84,-69.44 708.84,-69.44\"/>\n</g>\n<!-- 17 -->\n<g id=\"node18\" class=\"node\">\n<title>17</title>\n<g id=\"a_node18\"><a xlink:title=\"name: Meaning Making&#10;title: Meaning Making&#10;site: kavita.becoming.ustawi.wiki\">\n<polygon fill=\"palegreen\" stroke=\"black\" points=\"833.22,-151.2 767.46,-151.2 767.46,-93.6 833.22,-93.6 833.22,-151.2\"/>\n<text text-anchor=\"middle\" x=\"800.34\" y=\"-118.6\" font-family=\"Times,serif\" font-size=\"14.00\">Meaning</text>\n<text text-anchor=\"middle\" x=\"800.34\" y=\"-101.8\" font-family=\"Times,serif\" font-size=\"14.00\">Making</text>\n</a>\n</g>\n</g>\n<!-- 17&#45;&gt;15 -->\n<g id=\"edge18\" class=\"edge\">\n<title>17-&gt;15</title>\n<path fill=\"none\" stroke=\"black\" d=\"M771.06,-93.17C762.12,-84.55 752.17,-74.95 742.76,-65.89\"/>\n<polygon fill=\"black\" stroke=\"black\" points=\"745.4,-63.57 735.77,-59.15 740.54,-68.61 745.4,-63.57\"/>\n</g>\n</g>\n</svg>"},{"type":"solo","text":"INCLUDED","aspects":[{"name":"My Campfire Story","graph":{"nodes":[{"type":"","in":[4],"out":[],"props":{"name":"Unbounded\nConsciousness","site":"wellspring.fed.wiki","date":1641588605358,"twins":3}},{"type":"","in":[0],"out":[3,4,5],"props":{"name":"Profoundly\nGifted","site":"wellspring.fed.wiki","date":1652063317034,"twins":5,"title":"Profoundly Gifted"}},{"type":"","in":[3],"out":[],"props":{"name":"Creative\nGenius","site":"wellspring.fed.wiki","date":1731953529504,"twins":8,"title":"Creative Genius"}},{"type":"","in":[5],"out":[],"props":{"name":"Agile","site":"dayton.fed.wiki","date":1577467024895,"twins":2}},{"type":"","in":[],"out":[0,1,2],"props":{"name":"My\nCampfire\nStory","site":"thompson.fed.wiki","date":1763846553822}},{"type":"","in":[1],"out":[],"props":{"name":"Exigent\nPurpose","site":"thompson.fed.wiki","date":1762187000364,"twins":2,"title":"Exigent Purpose"}},{"type":"","in":[2],"out":[],"props":{"name":"Sapience\nEngine","site":"wellspring.fed.wiki","date":1737653799605,"twins":4}}],"rels":[{"type":"","from":4,"to":1,"props":{"source":"My Campfire Story"}},{"type":"","from":4,"to":5,"props":{"source":"My Campfire Story"}},{"type":"","from":4,"to":6,"props":{"source":"My Campfire Story"}},{"type":"","from":1,"to":2,"props":{"source":"My Campfire Story"}},{"type":"","from":1,"to":0,"props":{"source":"My Campfire Story"}},{"type":"","from":1,"to":3,"props":{"source":"My Campfire Story"}}]},"label":"WALK 15 topics"},{"name":"hub 149 creative-genius","graph":{"nodes":[{"type":"","in":[0,1,2],"out":[3,7,9,11,14],"props":{"name":"Creative\nGenius","title":"Creative Genius","site":"wellspring.fed.wiki"}},{"type":"","in":[],"out":[0],"props":{"name":"Profoundly\nGifted","title":"Profoundly Gifted","site":"thompson.fed.wiki"}},{"type":"","in":[],"out":[1],"props":{"name":"Unlocking\nOur\nMinds","title":"Unlocking Our Minds","site":"thompson.becoming.ustawi.wiki"}},{"type":"","in":[],"out":[2],"props":{"name":"Agentic\nLearning","title":"Agentic Learning","site":"thompson.fed.wiki"}},{"type":"","in":[3,4,5,6],"out":[],"props":{"name":"Audacious\nAspiration","title":"Audacious Aspiration","site":"dayton.fed.wiki"}},{"type":"","in":[],"out":[4],"props":{"name":"Exigent\nPurpose","title":"Exigent Purpose","site":"thompson.fed.wiki"}},{"type":"","in":[],"out":[5],"props":{"name":"Constantly\nSeeking","title":"Constantly Seeking","site":"kavita.becoming.ustawi.wiki"}},{"type":"","in":[],"out":[6],"props":{"name":"Organic\nSystems","title":"Organic Systems","site":"clare.genius.ustawi.wiki"}},{"type":"","in":[7,8,9,10],"out":[],"props":{"name":"Creative\nCuriosity","title":"Creative Curiosity","site":"wellspring.fed.wiki"}},{"type":"","in":[],"out":[8],"props":{"name":"Relinquish\nControl","title":"Relinquish Control","site":"thompson.becoming.ustawi.wiki"}},{"type":"","in":[],"out":[10],"props":{"name":"Meaning\nMakers","title":"Meaning Makers","site":"wellspring.fed.wiki"}},{"type":"","in":[11,12,13,14],"out":[],"props":{"name":"Agile\nLearning","title":"Agile Learning","site":"thompson.forage.ustawi.wiki"}},{"type":"","in":[],"out":[12],"props":{"name":"Yamhill\nMake-a-thon","title":"Yamhill Make-a-thon","site":"thompson.becoming.ustawi.wiki"}},{"type":"","in":[],"out":[13],"props":{"name":"Meaning\nMaking","title":"Meaning Making","site":"kavita.becoming.ustawi.wiki"}}],"rels":[{"type":"","from":1,"to":0,"props":{}},{"type":"","from":2,"to":0,"props":{"source":"hub 149 creative-genius"}},{"type":"","from":3,"to":0,"props":{"source":"hub 149 creative-genius"}},{"type":"","from":0,"to":4,"props":{"source":"hub 149 creative-genius"}},{"type":"","from":5,"to":4,"props":{"source":"hub 149 creative-genius"}},{"type":"","from":6,"to":4,"props":{"source":"hub 149 creative-genius"}},{"type":"","from":7,"to":4,"props":{"source":"hub 149 creative-genius"}},{"type":"","from":0,"to":8,"props":{"source":"hub 149 creative-genius"}},{"type":"","from":9,"to":8,"props":{"source":"hub 149 creative-genius"}},{"type":"","from":0,"to":8,"props":{}},{"type":"","from":10,"to":8,"props":{"source":"hub 149 creative-genius"}},{"type":"","from":0,"to":11,"props":{"source":"hub 149 creative-genius"}},{"type":"","from":12,"to":11,"props":{"source":"hub 149 creative-genius"}},{"type":"","from":13,"to":11,"props":{"source":"hub 149 creative-genius"}},{"type":"","from":0,"to":11,"props":{}}]},"label":"WALK 25 hubs"}],"id":"37597921150158012416"},{"type":"paragraph","id":"d2d561bd3f5737c9","text":"Here I have what I need to tell a little story to the wiki pioneers that they might find valuable, modeling using the wiki as a [[Sapience Engine]]."},{"type":"pagefold","id":"ea07fb6926e29610","text":"meaning"},{"type":"paragraph","id":"0f8418ecc03b5fff","text":"I'm now compelled to write a new page to name and remember my emergent insight. "},{"type":"paragraph","id":"d5ebb5263e9fc631","text":"[[Breaking Free]]"}],"journal":[{"type":"create","item":{"title":"My Campfire Story","story":[]},"date":1763310956525},{"item":{"type":"paragraph","id":"0dc9cf97cf6863fc","text":"A 20 minute story. 1) Who am I? What is that \"big wonder\" that guides my learning journey? Call it \"exigent purpose\" - what compels me to keep learning? What inspires courage to walk again into the next unknown? [https://matrix.to/#/!ORfrUEFeWFcHAMLFLr:matrix.org/$17629676551269OKLNd:matrix.org?via=matrix.org&via=matrix.allmende.io&via=tchncs.de matrix]"},"id":"0dc9cf97cf6863fc","type":"add","date":1763310959186},{"type":"edit","id":"0dc9cf97cf6863fc","item":{"type":"paragraph","id":"0dc9cf97cf6863fc","text":"A 20 minute story. 1) Who am I? What is that \"big wonder\" that guides my learning journey? Call it \"exigent purpose\" - what compels me to keep learning? What inspires courage to walk again into the next unknown? [https://matrix.to/#/!ORfrUEFeWFcHAMLFLr:matrix.org/$17629676551269OKLNd:matrix.org?via=matrix.org&via=matrix.allmende.io&via=tchncs.de matrix]"},"date":1763311036291},{"type":"edit","id":"0dc9cf97cf6863fc","item":{"type":"paragraph","id":"0dc9cf97cf6863fc","text":"A 20 minute story. 1) Who am I? What is that \"big wonder\" that guides my learning journey? Call it \"exigent purpose\" - what compels me to keep learning? What inspires courage to walk again into the next unknown? [https://matrix.to/#/!ORfrUEFeWFcHAMLFLr:matrix.org/$17629676551269OKLNd:matrix.org?via=matrix.org&via=matrix.allmende.io&via=tchncs.de matrix]"},"date":1763311214514},{"type":"edit","id":"0dc9cf97cf6863fc","item":{"type":"paragraph","id":"0dc9cf97cf6863fc","text":"A 20 minute story. 1) Who am I? What is that \"big wonder\" that guides my learning journey? Call it \"exigent purpose\" - what compels me to keep learning? What inspires courage to walk again into the next unknown? [https://matrix.to/#/!ORfrUEFeWFcHAMLFLr:matrix.org/$17629676551269OKLNd:matrix.org?via=matrix.org&via=matrix.allmende.io&via=tchncs.de matrix]"},"date":1763311402858},{"type":"add","id":"e30bcf74ddf6b101","item":{"type":"reference","id":"e30bcf74ddf6b101","text":"There is a purpose that becomes urgent, requiring us to act. To act with all that we are so that we may become.","site":"wellspring.fed.wiki","slug":"exigent-purpose","title":"Exigent Purpose"},"after":"0dc9cf97cf6863fc","date":1763311407244},{"type":"edit","id":"e30bcf74ddf6b101","item":{"type":"reference","id":"e30bcf74ddf6b101","text":"There is a purpose that becomes urgent, requiring us to act. To act with all that we are so that we may become.","site":"wellspring.fed.wiki","slug":"exigent-purpose","title":"Exigent Purpose"},"date":1763311450612},{"type":"edit","id":"0dc9cf97cf6863fc","item":{"type":"paragraph","id":"0dc9cf97cf6863fc","text":"A 20 minute story. 1) Who am I? What is that \"big wonder\" that guides my learning journey? Call it \"exigent purpose\" - what compels me to keep learning? What inspires courage to walk again into the next unknown? [https://matrix.to/#/!ORfrUEFeWFcHAMLFLr:matrix.org/$17629676551269OKLNd:matrix.org?via=matrix.org&via=matrix.allmende.io&via=tchncs.de matrix]"},"date":1763311521092},{"item":{"type":"paragraph","id":"bc09266e68dab37b","text":""},"id":"bc09266e68dab37b","type":"add","after":"e30bcf74ddf6b101","date":1763311546371},{"type":"edit","id":"bc09266e68dab37b","item":{"type":"paragraph","id":"bc09266e68dab37b","text":""},"date":1763311569499},{"type":"remove","id":"bc09266e68dab37b","date":1763311575420},{"type":"edit","id":"0dc9cf97cf6863fc","item":{"type":"paragraph","id":"0dc9cf97cf6863fc","text":"A 20 minute story. 1) Who am I? What is that \"big wonder\" that guides my learning journey? Call it \"exigent purpose\" - what compels me to keep learning? What inspires courage to walk again into the next unknown? [https://matrix.to/#/!ORfrUEFeWFcHAMLFLr:matrix.org/$17629676551269OKLNd:matrix.org?via=matrix.org&via=matrix.allmende.io&via=tchncs.de matrix]"},"date":1763311581349},{"item":{"type":"markdown","id":"fcadc535e55d1b6b","text":"- [ ] A general purpose model of motivation. See [[Rhythm Autonomy Mastery Purpose Safety]]"},"id":"fcadc535e55d1b6b","type":"add","after":"e30bcf74ddf6b101","date":1763311586146},{"type":"edit","id":"fcadc535e55d1b6b","item":{"type":"markdown","id":"fcadc535e55d1b6b","text":"- [ ] A general purpose model of motivation. See [[Rhythm Autonomy Mastery Purpose Safety]]"},"date":1763311614557},{"type":"edit","id":"fcadc535e55d1b6b","item":{"type":"markdown","id":"fcadc535e55d1b6b","text":"- [ ] A general purpose model of motivation. See [[Rhythm Autonomy Mastery Purpose Safety]]"},"date":1763311659947},{"type":"add","id":"e5e9870307e5a2b0","item":{"type":"markdown","id":"e5e9870307e5a2b0","text":"- [ ] Past behavior best predictor of future behavior. What motivated me in the past was frustration in my own education. Algebra class bored me out of my mind. Turtle geometry inspired me. That first epiphany with discovering an abstraction for myself. Triangle, Square. Polygon of N sides. A hint of topology—all regular polygons are different resolutions of a circle. A hint of infinitesimals."},"after":"fcadc535e55d1b6b","date":1763311699998},{"type":"edit","id":"e5e9870307e5a2b0","item":{"type":"markdown","id":"e5e9870307e5a2b0","text":"- [ ] Past behavior best predictor of future behavior. What motivated me in the past was frustration in my own education. Algebra class bored me out of my mind. Turtle geometry inspired me. That first epiphany with discovering an abstraction for myself. Triangle, Square. Polygon of N sides. A hint of topology—all regular polygons are different resolutions of a circle. A hint of infinitesimals."},"date":1763312162988},{"type":"add","id":"036c9c426e04ff4c","item":{"type":"paragraph","id":"036c9c426e04ff4c","text":""},"after":"e5e9870307e5a2b0","date":1763312169687},{"type":"edit","id":"e5e9870307e5a2b0","item":{"type":"markdown","id":"e5e9870307e5a2b0","text":"- [ ] Past behavior best predictor of future behavior. What motivated me in the past was frustration in my own education. Algebra class bored me out of my mind. Turtle geometry inspired me. That first epiphany with discovering an abstraction for myself. Triangle, Square. Polygon of N sides. A hint of topology—all regular polygons are different resolutions of a circle. A hint of infinitesimals."},"date":1763312215904},{"type":"add","id":"59f44bd47e2e5949","item":{"type":"markdown","id":"59f44bd47e2e5949","text":"- [ ] Learning! but not Schooling. There has to be a better way."},"after":"036c9c426e04ff4c","date":1763312247028},{"type":"add","id":"4983b2648afa7e17","item":{"type":"markdown","id":"4983b2648afa7e17","text":"- [ ] Hindsight: mom was an educator & dad sold electronics. They divorced. Ed Tech is a proxy for my sense of responsibility for the divorce."},"after":"59f44bd47e2e5949","date":1763312281059},{"type":"edit","id":"4983b2648afa7e17","item":{"type":"markdown","id":"4983b2648afa7e17","text":"- [ ] Hindsight: mom was an educator & dad sold electronics. They divorced. Ed Tech is a proxy for my sense of responsibility for the divorce."},"date":1763312331864},{"type":"remove","id":"036c9c426e04ff4c","date":1763312343846},{"type":"edit","id":"e5e9870307e5a2b0","item":{"type":"markdown","id":"e5e9870307e5a2b0","text":"- [ ] Past behavior best predictor of future behavior. What motivated me in the past was frustration in my own education. Algebra class bored me out of my mind. Turtle geometry inspired me. That first epiphany with discovering an abstraction for myself. Triangle, Square. Polygon of N sides. A hint of topology—all regular polygons are different resolutions of a circle. A hint of infinitesimals."},"date":1763312348098},{"id":"fcadc535e55d1b6b","type":"move","order":["0dc9cf97cf6863fc","e30bcf74ddf6b101","e5e9870307e5a2b0","59f44bd47e2e5949","4983b2648afa7e17","fcadc535e55d1b6b"],"date":1763312367234},{"type":"edit","id":"e5e9870307e5a2b0","item":{"type":"markdown","id":"e5e9870307e5a2b0","text":"- [ ] Past behavior best predictor of future behavior. What motivated me in the past was frustration in my own education. Algebra class bored me out of my mind. Turtle geometry inspired me. That first epiphany with discovering an abstraction for myself. Triangle, Square. Polygon of N sides. A hint of topology—all regular polygons are different resolutions of a circle. A hint of infinitesimals."},"date":1763312400831},{"type":"edit","id":"e5e9870307e5a2b0","item":{"type":"markdown","id":"e5e9870307e5a2b0","text":"- [ ] Past behavior best predictor of future behavior. What motivated me in the past was frustration in my own education. Algebra class bored me out of my mind. Turtle geometry inspired me. That first epiphany with discovering an abstraction for myself. Triangle, Square. Polygon of N sides. A hint of topology—all regular polygons are different resolutions of a circle. A hint of infinitesimals."},"date":1763312404841},{"type":"add","id":"db9c7690ede48dde","item":{"type":"markdown","id":"db9c7690ede48dde","text":"- [ ] I'm surprised I haven't created more explorables: See [[Search for 'Nicky Case']]"},"after":"fcadc535e55d1b6b","date":1763312658204},{"type":"add","id":"e5ba3c3e2d349dda","item":{"type":"markdown","id":"e5ba3c3e2d349dda","text":"- [ ] Programming demands deep learning to teach computers something humans care about. The automation part is almost the least interesting thing."},"after":"59f44bd47e2e5949","date":1763312829752},{"type":"add","id":"6406026826f02136","item":{"type":"markdown","id":"6406026826f02136","text":"- [ ] Aikido—how have the martial arts survived the rise and fall of civilizations?"},"after":"e5ba3c3e2d349dda","date":1763312914514},{"type":"add","id":"0a30565e0f9b5e11","item":{"type":"reference","id":"0a30565e0f9b5e11","text":"Perception depends on context. From one point of view the way seems impassible. From another point of view the path is revealed. Each view is limited by its own frame. Changing frames changes perception. Changing perception changes both understanding and action.","site":"frame.wiki.dbbs.co","slug":"changing-frames","title":"Changing Frames"},"after":"6406026826f02136","date":1763312920531},{"type":"edit","id":"0a30565e0f9b5e11","item":{"type":"reference","id":"0a30565e0f9b5e11","text":"Perception depends on context. From one point of view the way seems impassible. From another point of view the path is revealed. Each view is limited by its own frame. Changing frames changes perception. Changing perception changes both understanding and action.","site":"frame.wiki.dbbs.co","slug":"changing-frames","title":"Changing Frames"},"date":1763312957006},{"type":"edit","id":"4983b2648afa7e17","item":{"type":"markdown","id":"4983b2648afa7e17","text":"- [ ] Hindsight: mom was an educator & dad sold electronics. They divorced. Ed Tech is a proxy for my sense of responsibility for the divorce."},"date":1763312970599},{"type":"add","id":"85cb040816c1db02","item":{"type":"markdown","id":"85cb040816c1db02","text":"- [ ] Learned when I was in Italy that my mental model of \"The Dark Ages\" was both wrong and a kind of propaganda."},"after":"0a30565e0f9b5e11","date":1763313029209},{"type":"add","id":"c039d7607b82ecaf","item":{"type":"markdown","id":"c039d7607b82ecaf","text":"- [ ] Paradigm shifts. Aikido, federated wiki, resilience engineering, extreme programming"},"after":"85cb040816c1db02","date":1763313182298},{"type":"add","id":"5e9e0025b9008f2f","item":{"type":"markdown","id":"5e9e0025b9008f2f","text":"- [ ] Transition from student to master."},"after":"e30bcf74ddf6b101","date":1763313210060},{"type":"edit","id":"5e9e0025b9008f2f","item":{"type":"markdown","id":"5e9e0025b9008f2f","text":"- [ ] Transition from student to master."},"date":1763313232102},{"type":"edit","id":"e5e9870307e5a2b0","item":{"type":"markdown","id":"e5e9870307e5a2b0","text":"- [ ] Past behavior best predictor of future behavior. What motivated me in the past was frustration in my own education. Algebra class bored me out of my mind. Turtle geometry inspired me. That first epiphany with discovering an abstraction for myself. Triangle, Square. Polygon of N sides. A hint of topology—all regular polygons are different resolutions of a circle. A hint of infinitesimals."},"date":1763313238201},{"type":"edit","id":"59f44bd47e2e5949","item":{"type":"markdown","id":"59f44bd47e2e5949","text":"- [ ] Learning! but not Schooling. There has to be a better way."},"date":1763313245281},{"type":"edit","id":"e5ba3c3e2d349dda","item":{"type":"markdown","id":"e5ba3c3e2d349dda","text":"- [ ] Programming demands deep learning to teach computers something humans care about. The automation part is almost the least interesting thing."},"date":1763313251668},{"type":"edit","id":"6406026826f02136","item":{"type":"markdown","id":"6406026826f02136","text":"- [ ] Aikido—how have the martial arts survived the rise and fall of civilizations?"},"date":1763313257418},{"id":"c039d7607b82ecaf","type":"move","order":["0dc9cf97cf6863fc","e30bcf74ddf6b101","5e9e0025b9008f2f","c039d7607b82ecaf","e5e9870307e5a2b0","59f44bd47e2e5949","e5ba3c3e2d349dda","6406026826f02136","0a30565e0f9b5e11","85cb040816c1db02","4983b2648afa7e17","fcadc535e55d1b6b","db9c7690ede48dde"],"date":1763313261403},{"type":"edit","id":"c039d7607b82ecaf","item":{"type":"markdown","id":"c039d7607b82ecaf","text":"- [ ] Paradigm shifts. Aikido, federated wiki, resilience engineering, extreme programming"},"date":1763313337961},{"type":"edit","id":"db9c7690ede48dde","item":{"type":"markdown","id":"db9c7690ede48dde","text":"- [ ] I'm surprised I haven't created more explorables: See [[Search for 'Nicky Case']]"},"date":1763313367081,"error":{"type":"error","msg":""}},{"type":"edit","id":"85cb040816c1db02","item":{"type":"markdown","id":"85cb040816c1db02","text":"- [ ] Learned when I was in Italy that my mental model of \"The Dark Ages\" was both wrong and a kind of propaganda."},"date":1763313347310,"error":{"type":"error","msg":""}},{"type":"edit","id":"4983b2648afa7e17","item":{"type":"markdown","id":"4983b2648afa7e17","text":"- [ ] Hindsight: mom was an educator & dad sold electronics. They divorced. Ed Tech is a proxy for my sense of responsibility for the divorce."},"date":1763313354705,"error":{"type":"error","msg":""}},{"type":"add","id":"4b7696df0d451010","item":{"type":"markdown","id":"4b7696df0d451010","text":"- [ ] Changing Frames"},"after":"6406026826f02136","date":1763313381870,"error":{"type":"error","msg":""}},{"type":"edit","id":"fcadc535e55d1b6b","item":{"type":"markdown","id":"fcadc535e55d1b6b","text":"- [ ] A general purpose model of motivation. See [[Rhythm Autonomy Mastery Purpose Safety]]"},"date":1763313361514,"error":{"type":"error","msg":""}},{"type":"fork","date":1763313568227},{"type":"edit","id":"c039d7607b82ecaf","item":{"type":"markdown","id":"c039d7607b82ecaf","text":"- [ ] Paradigm shifts. Aikido, federated wiki, resilience engineering, extreme programming, reliability engineering"},"date":1763316729826},{"type":"edit","id":"5e9e0025b9008f2f","item":{"type":"markdown","id":"5e9e0025b9008f2f","text":"- [x] Transition from student to master."},"date":1763318360226},{"type":"edit","id":"c039d7607b82ecaf","item":{"type":"markdown","id":"c039d7607b82ecaf","text":"- [x] Paradigm shifts. Aikido, federated wiki, resilience engineering, extreme programming, reliability engineering"},"date":1763318361103},{"type":"edit","id":"e5e9870307e5a2b0","item":{"type":"markdown","id":"e5e9870307e5a2b0","text":"- [x] Past behavior best predictor of future behavior. What motivated me in the past was frustration in my own education. Algebra class bored me out of my mind. Turtle geometry inspired me. That first epiphany with discovering an abstraction for myself. Triangle, Square. Polygon of N sides. A hint of topology—all regular polygons are different resolutions of a circle. A hint of infinitesimals."},"date":1763318362121},{"type":"edit","id":"59f44bd47e2e5949","item":{"type":"markdown","id":"59f44bd47e2e5949","text":"- [x] Learning! but not Schooling. There has to be a better way."},"date":1763318366609},{"type":"edit","id":"6406026826f02136","item":{"type":"markdown","id":"6406026826f02136","text":"- [x] Aikido—how have the martial arts survived the rise and fall of civilizations?"},"date":1763318370138},{"type":"edit","id":"4b7696df0d451010","item":{"type":"markdown","id":"4b7696df0d451010","text":"- [x] Changing Frames"},"date":1763318372556},{"type":"fork","site":"wiki.dbbs.co","date":1763484632554},{"type":"edit","id":"0dc9cf97cf6863fc","item":{"type":"paragraph","id":"0dc9cf97cf6863fc","text":"Here Eric prepares for his campfire story, an experiment of the wiki pioneers on 16 Nov 2025."},"date":1763484700077},{"type":"add","id":"b7cdaaae41968f81","item":{"type":"paragraph","id":"b7cdaaae41968f81","text":"A 20 minute story. 1) Who am I? What is that \"big wonder\" that guides my learning journey? Call it \"exigent purpose\" - what compels me to keep learning? What inspires courage to walk again into the next unknown? [https://matrix.to/#/!ORfrUEFeWFcHAMLFLr:matrix.org/$17629676551269OKLNd:matrix.org?via=matrix.org&via=matrix.allmende.io&via=tchncs.de matrix]"},"after":"0dc9cf97cf6863fc","date":1763484703405},{"type":"edit","id":"0dc9cf97cf6863fc","item":{"type":"paragraph","id":"0dc9cf97cf6863fc","text":"Here we remember Eric campfire story, an experiment of the wiki pioneers on 16 Nov 2025."},"date":1763484738496},{"type":"add","id":"ca7025f2816a9a2b","item":{"type":"factory","id":"ca7025f2816a9a2b","text":"prep"},"after":"0dc9cf97cf6863fc","date":1763484745034},{"type":"edit","id":"ca7025f2816a9a2b","item":{"type":"pagefold","id":"ca7025f2816a9a2b","text":"preparation"},"date":1763484752403},{"item":{"type":"factory","id":"fb9b5ebba16af03e"},"id":"fb9b5ebba16af03e","type":"add","after":"db9c7690ede48dde","date":1763485062788},{"type":"edit","id":"fb9b5ebba16af03e","item":{"type":"video","id":"fb9b5ebba16af03e","text":"YOUTUBE Gg63wPhnE0E\nPublished 2025-11-17"},"date":1763485067872},{"item":{"type":"factory","id":"c17d5d49a827fd00"},"id":"c17d5d49a827fd00","type":"add","after":"fb9b5ebba16af03e","date":1763485086269},{"type":"edit","id":"c17d5d49a827fd00","item":{"type":"pagefold","id":"c17d5d49a827fd00","text":"story"},"date":1763485108329},{"id":"c17d5d49a827fd00","type":"move","order":["0dc9cf97cf6863fc","ca7025f2816a9a2b","b7cdaaae41968f81","e30bcf74ddf6b101","5e9e0025b9008f2f","c039d7607b82ecaf","e5e9870307e5a2b0","59f44bd47e2e5949","e5ba3c3e2d349dda","6406026826f02136","4b7696df0d451010","0a30565e0f9b5e11","85cb040816c1db02","4983b2648afa7e17","fcadc535e55d1b6b","db9c7690ede48dde","c17d5d49a827fd00","fb9b5ebba16af03e"],"date":1763485113571},{"item":{"type":"factory","id":"98e07c942180c650"},"id":"98e07c942180c650","type":"add","after":"fb9b5ebba16af03e","date":1763485121600},{"type":"edit","id":"98e07c942180c650","item":{"type":"html","id":"98e07c942180c650","text":"<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"1668pt\" height=\"1368pt\" viewBox=\"0.00 0.00 1667.52 1368.00\" style=\"max-width: 100%; height: auto;\">\n<g id=\"graph0\" class=\"graph\" transform=\"scale(1 1) rotate(0) translate(4 1364)\">\n<title>LearningJourney</title>\n<polygon fill=\"white\" stroke=\"none\" points=\"-4,4 -4,-1364 1663.52,-1364 1663.52,4 -4,4\"/>\n<text text-anchor=\"middle\" x=\"829.76\" y=\"-1347\" font-family=\"Times,serif\" font-size=\"10.00\">What Guides My Learning Journey? — Topic Map</text>\n<!-- axisA -->\n<g id=\"node1\" class=\"node\">\n<title>axisA</title>\n<path fill=\"#eeeeff\" stroke=\"black\" d=\"M284.93,-1141.2C284.93,-1141.2 169.21,-1141.2 169.21,-1141.2 163.21,-1141.2 157.21,-1135.2 157.21,-1129.2 157.21,-1129.2 157.21,-1094.8 157.21,-1094.8 157.21,-1088.8 163.21,-1082.8 169.21,-1082.8 169.21,-1082.8 284.93,-1082.8 284.93,-1082.8 290.93,-1082.8 296.93,-1088.8 296.93,-1094.8 296.93,-1094.8 296.93,-1129.2 296.93,-1129.2 296.93,-1135.2 290.93,-1141.2 284.93,-1141.2\"/>\n<text text-anchor=\"middle\" x=\"227.07\" y=\"-1124.6\" font-family=\"Helvetica,sans-Serif\" font-size=\"14.00\">Axis A:</text>\n<text text-anchor=\"middle\" x=\"227.07\" y=\"-1107.8\" font-family=\"Helvetica,sans-Serif\" font-size=\"14.00\">Learning as social,</text>\n<text text-anchor=\"middle\" x=\"227.07\" y=\"-1091\" font-family=\"Helvetica,sans-Serif\" font-size=\"14.00\">embodied, systemic</text>\n</g>\n<!-- t_peer -->\n<g id=\"node8\" class=\"node\">\n<title>t_peer</title>\n<ellipse fill=\"none\" stroke=\"black\" cx=\"774.29\" cy=\"-777\" rx=\"79.55\" ry=\"29.42\"/>\n<text text-anchor=\"middle\" x=\"774.29\" y=\"-781.2\" font-family=\"Helvetica,sans-Serif\" font-size=\"14.00\">Peer learning &amp;</text>\n<text text-anchor=\"middle\" x=\"774.29\" y=\"-764.4\" font-family=\"Helvetica,sans-Serif\" font-size=\"14.00\">deep listening</text>\n</g>\n<!-- axisA&#45;&gt;t_peer -->\n<g id=\"edge1\" class=\"edge\">\n<title>axisA-&gt;t_peer</title>\n<path fill=\"none\" stroke=\"black\" d=\"M281.65,-1082.3C353.75,-1041.98 485.63,-967.02 595.17,-898 640.75,-869.28 691.46,-834.55 727.08,-809.67\"/>\n<polygon fill=\"black\" stroke=\"black\" points=\"728.83,-812.72 735.01,-804.12 724.81,-806.99 728.83,-812.72\"/>\n</g>\n<!-- t_pov -->\n<g id=\"node9\" class=\"node\">\n<title>t_pov</title>\n<ellipse fill=\"none\" stroke=\"black\" cx=\"774.29\" cy=\"-1055\" rx=\"80.63\" ry=\"29.42\"/>\n<text text-anchor=\"middle\" x=\"774.29\" y=\"-1059.2\" font-family=\"Helvetica,sans-Serif\" font-size=\"14.00\">Multiple points</text>\n<text text-anchor=\"middle\" x=\"774.29\" y=\"-1042.4\" font-family=\"Helvetica,sans-Serif\" font-size=\"14.00\">of view / frames</text>\n</g>\n<!-- axisA&#45;&gt;t_pov -->\n<g id=\"edge7\" class=\"edge\">\n<title>axisA-&gt;t_pov</title>\n<path fill=\"none\" stroke=\"black\" d=\"M297.1,-1112.95C385.69,-1112.87 543.7,-1108.32 675.66,-1081 683.19,-1079.44 691,-1077.65 698.78,-1075.76\"/>\n<polygon fill=\"black\" stroke=\"black\" points=\"699.4,-1079.21 708.25,-1073.4 697.7,-1072.42 699.4,-1079.21\"/>\n</g>\n<!-- t_aikido -->\n<g id=\"node13\" class=\"node\">\n<title>t_aikido</title>\n<ellipse fill=\"none\" stroke=\"black\" cx=\"1034.82\" cy=\"-793\" rx=\"60.27\" ry=\"29.42\"/>\n<text text-anchor=\"middle\" x=\"1034.82\" y=\"-797.2\" font-family=\"Helvetica,sans-Serif\" font-size=\"14.00\">Aikido &amp;</text>\n<text text-anchor=\"middle\" x=\"1034.82\" y=\"-780.4\" font-family=\"Helvetica,sans-Serif\" font-size=\"14.00\">martial arts</text>\n</g>\n<!-- axisA&#45;&gt;t_aikido -->\n<g id=\"edge2\" class=\"edge\">\n<title>axisA-&gt;t_aikido</title>\n<path fill=\"none\" stroke=\"black\" d=\"M270.89,-1141.48C286.47,-1150.56 304.69,-1159.39 322.66,-1164 551.93,-1222.87 684.84,-1309.64 854.91,-1145 882.21,-1118.58 858.96,-1010.33 872.91,-975 897.55,-912.64 953.64,-857.54 992.61,-824.74\"/>\n<polygon fill=\"black\" stroke=\"black\" points=\"994.5,-827.72 999.98,-818.65 990.04,-822.33 994.5,-827.72\"/>\n</g>\n<!-- t_resilience -->\n<g id=\"node14\" class=\"node\">\n<title>t_resilience</title>\n<ellipse fill=\"none\" stroke=\"black\" cx=\"1034.82\" cy=\"-529\" rx=\"91.66\" ry=\"29.42\"/>\n<text text-anchor=\"middle\" x=\"1034.82\" y=\"-533.2\" font-family=\"Helvetica,sans-Serif\" font-size=\"14.00\">Resilience</text>\n<text text-anchor=\"middle\" x=\"1034.82\" y=\"-516.4\" font-family=\"Helvetica,sans-Serif\" font-size=\"14.00\">engineering / SRE</text>\n</g>\n<!-- axisA&#45;&gt;t_resilience -->\n<g id=\"edge3\" class=\"edge\">\n<title>axisA-&gt;t_resilience</title>\n<path fill=\"none\" stroke=\"black\" d=\"M297.42,-1123.45C305.9,-1124.5 314.46,-1125.4 322.66,-1126 355.67,-1128.43 364.05,-1126.75 397.14,-1126 499.11,-1123.68 784.06,-1166.37 854.91,-1093 879.19,-1067.86 859.46,-811.25 872.91,-779 886.27,-746.98 904.88,-749.15 925.16,-721 961.01,-671.21 994.54,-608.56 1014.61,-568.63\"/>\n<polygon fill=\"black\" stroke=\"black\" points=\"1017.66,-570.36 1018.99,-559.85 1011.4,-567.24 1017.66,-570.36\"/>\n</g>\n<!-- t_fedwiki -->\n<g id=\"node15\" class=\"node\">\n<title>t_fedwiki</title>\n<ellipse fill=\"none\" stroke=\"black\" cx=\"505.15\" cy=\"-537\" rx=\"82.29\" ry=\"29.42\"/>\n<text text-anchor=\"middle\" x=\"505.15\" y=\"-541.2\" font-family=\"Helvetica,sans-Serif\" font-size=\"14.00\">Federated Wiki</text>\n<text text-anchor=\"middle\" x=\"505.15\" y=\"-524.4\" font-family=\"Helvetica,sans-Serif\" font-size=\"14.00\">as infrastructure</text>\n</g>\n<!-- axisA&#45;&gt;t_fedwiki -->\n<g id=\"edge4\" class=\"edge\">\n<title>axisA-&gt;t_fedwiki</title>\n<path fill=\"none\" stroke=\"black\" d=\"M234.56,-1082.66C247.24,-1028.06 278.04,-907.88 322.66,-814 366.11,-722.59 435.63,-625.91 474.81,-574.43\"/>\n<polygon fill=\"black\" stroke=\"black\" points=\"477.54,-576.63 480.84,-566.56 471.98,-572.37 477.54,-576.63\"/>\n</g>\n<!-- t_scale -->\n<g id=\"node16\" class=\"node\">\n<title>t_scale</title>\n<ellipse fill=\"none\" stroke=\"black\" cx=\"1314.17\" cy=\"-451\" rx=\"94.4\" ry=\"29.42\"/>\n<text text-anchor=\"middle\" x=\"1314.17\" y=\"-455.2\" font-family=\"Helvetica,sans-Serif\" font-size=\"14.00\">Scale &amp;</text>\n<text text-anchor=\"middle\" x=\"1314.17\" y=\"-438.4\" font-family=\"Helvetica,sans-Serif\" font-size=\"14.00\">system boundaries</text>\n</g>\n<!-- axisA&#45;&gt;t_scale -->\n<g id=\"edge5\" class=\"edge\">\n<title>axisA-&gt;t_scale</title>\n<path fill=\"none\" stroke=\"black\" d=\"M260.12,-1141.48C277.7,-1156.66 300.41,-1174.72 322.66,-1188 360.97,-1210.86 371.42,-1218.16 415.14,-1227 606.98,-1265.79 675.59,-1282.41 854.91,-1204 1004.13,-1138.76 1035.36,-1092.98 1126.48,-958 1231.05,-803.08 1285.94,-582.16 1305.13,-491.84\"/>\n<polygon fill=\"black\" stroke=\"black\" points=\"1308.53,-492.72 1307.14,-482.22 1301.67,-491.29 1308.53,-492.72\"/>\n</g>\n<!-- t_journey_struct -->\n<g id=\"node17\" class=\"node\">\n<title>t_journey_struct</title>\n<ellipse fill=\"none\" stroke=\"black\" cx=\"505.15\" cy=\"-777\" rx=\"90.01\" ry=\"41.3\"/>\n<text text-anchor=\"middle\" x=\"505.15\" y=\"-789.6\" font-family=\"Helvetica,sans-Serif\" font-size=\"14.00\">Learning journeys</text>\n<text text-anchor=\"middle\" x=\"505.15\" y=\"-772.8\" font-family=\"Helvetica,sans-Serif\" font-size=\"14.00\">&amp; reflection</text>\n<text text-anchor=\"middle\" x=\"505.15\" y=\"-756\" font-family=\"Helvetica,sans-Serif\" font-size=\"14.00\">structures</text>\n</g>\n<!-- axisA&#45;&gt;t_journey_struct -->\n<g id=\"edge9\" class=\"edge\">\n<title>axisA-&gt;t_journey_struct</title>\n<path fill=\"none\" stroke=\"black\" d=\"M232.65,-1082.37C241.7,-1032.86 266.1,-932.58 322.66,-870 348.91,-840.96 386.34,-819.66 420.39,-804.82\"/>\n<polygon fill=\"black\" stroke=\"black\" points=\"421.58,-808.12 429.44,-801.01 418.87,-801.67 421.58,-808.12\"/>\n</g>\n<!-- t_community -->\n<g id=\"node21\" class=\"node\">\n<title>t_community</title>\n<ellipse fill=\"none\" stroke=\"black\" cx=\"774.29\" cy=\"-386\" rx=\"68.53\" ry=\"41.3\"/>\n<text text-anchor=\"middle\" x=\"774.29\" y=\"-398.6\" font-family=\"Helvetica,sans-Serif\" font-size=\"14.00\">Sense of</text>\n<text text-anchor=\"middle\" x=\"774.29\" y=\"-381.8\" font-family=\"Helvetica,sans-Serif\" font-size=\"14.00\">community &amp;</text>\n<text text-anchor=\"middle\" x=\"774.29\" y=\"-365\" font-family=\"Helvetica,sans-Serif\" font-size=\"14.00\">belonging</text>\n</g>\n<!-- axisA&#45;&gt;t_community -->\n<g id=\"edge8\" class=\"edge\">\n<title>axisA-&gt;t_community</title>\n<path fill=\"none\" stroke=\"black\" d=\"M246.61,-1082.55C276.73,-1036.96 340.46,-949.21 415.14,-898 516.78,-828.3 601.89,-901.73 675.66,-803 714.17,-751.45 674.07,-575.29 693.66,-514 702.97,-484.86 720.38,-455.64 736.55,-432.5\"/>\n<polygon fill=\"black\" stroke=\"black\" points=\"739.29,-434.69 742.26,-424.52 733.59,-430.62 739.29,-434.69\"/>\n</g>\n<!-- t_embodied -->\n<g id=\"node22\" class=\"node\">\n<title>t_embodied</title>\n<ellipse fill=\"none\" stroke=\"black\" cx=\"1314.17\" cy=\"-1283\" rx=\"81.19\" ry=\"29.42\"/>\n<text text-anchor=\"middle\" x=\"1314.17\" y=\"-1287.2\" font-family=\"Helvetica,sans-Serif\" font-size=\"14.00\">Embodied limits</text>\n<text text-anchor=\"middle\" x=\"1314.17\" y=\"-1270.4\" font-family=\"Helvetica,sans-Serif\" font-size=\"14.00\">&amp; adaptivity</text>\n</g>\n<!-- axisA&#45;&gt;t_embodied -->\n<g id=\"edge6\" class=\"edge\">\n<title>axisA-&gt;t_embodied</title>\n<path fill=\"none\" stroke=\"black\" d=\"M236.02,-1141.61C247.98,-1179.93 274.5,-1245.6 322.66,-1278 390.17,-1323.42 422.79,-1302 504.15,-1302 504.15,-1302 504.15,-1302 1035.82,-1302 1099.01,-1302 1170.12,-1297.03 1224.51,-1292.17\"/>\n<polygon fill=\"black\" stroke=\"black\" points=\"1224.71,-1295.67 1234.35,-1291.28 1224.07,-1288.7 1224.71,-1295.67\"/>\n</g>\n<!-- axisB -->\n<g id=\"node2\" class=\"node\">\n<title>axisB</title>\n<path fill=\"#eeffef\" stroke=\"black\" d=\"M100.48,-572.2C100.48,-572.2 12,-572.2 12,-572.2 6,-572.2 0,-566.2 0,-560.2 0,-560.2 0,-525.8 0,-525.8 0,-519.8 6,-513.8 12,-513.8 12,-513.8 100.48,-513.8 100.48,-513.8 106.48,-513.8 112.48,-519.8 112.48,-525.8 112.48,-525.8 112.48,-560.2 112.48,-560.2 112.48,-566.2 106.48,-572.2 100.48,-572.2\"/>\n<text text-anchor=\"middle\" x=\"56.24\" y=\"-555.6\" font-family=\"Helvetica,sans-Serif\" font-size=\"14.00\">Axis B:</text>\n<text text-anchor=\"middle\" x=\"56.24\" y=\"-538.8\" font-family=\"Helvetica,sans-Serif\" font-size=\"14.00\">Paradigm shifts</text>\n<text text-anchor=\"middle\" x=\"56.24\" y=\"-522\" font-family=\"Helvetica,sans-Serif\" font-size=\"14.00\">&amp; frames</text>\n</g>\n<!-- axisB&#45;&gt;t_pov -->\n<g id=\"edge14\" class=\"edge\">\n<title>axisB-&gt;t_pov</title>\n<path fill=\"none\" stroke=\"black\" d=\"M57.47,-572.41C58.94,-682.03 69.78,-1064.92 149.48,-1150 301.55,-1312.32 604.81,-1157.4 723.77,-1086.35\"/>\n<polygon fill=\"black\" stroke=\"black\" points=\"725.31,-1089.51 732.06,-1081.35 721.69,-1083.52 725.31,-1089.51\"/>\n</g>\n<!-- t_paradigms -->\n<g id=\"node10\" class=\"node\">\n<title>t_paradigms</title>\n<ellipse fill=\"none\" stroke=\"black\" cx=\"227.07\" cy=\"-543\" rx=\"77.59\" ry=\"18\"/>\n<text text-anchor=\"middle\" x=\"227.07\" y=\"-538.8\" font-family=\"Helvetica,sans-Serif\" font-size=\"14.00\">Paradigm shifts</text>\n</g>\n<!-- axisB&#45;&gt;t_paradigms -->\n<g id=\"edge10\" class=\"edge\">\n<title>axisB-&gt;t_paradigms</title>\n<path fill=\"none\" stroke=\"black\" d=\"M112.52,-543C120.68,-543 129.25,-543 137.88,-543\"/>\n<polygon fill=\"black\" stroke=\"black\" points=\"137.7,-546.5 147.7,-543 137.7,-539.5 137.7,-546.5\"/>\n</g>\n<!-- t_computing -->\n<g id=\"node12\" class=\"node\">\n<title>t_computing</title>\n<ellipse fill=\"none\" stroke=\"black\" cx=\"1034.82\" cy=\"-133\" rx=\"84.5\" ry=\"29.42\"/>\n<text text-anchor=\"middle\" x=\"1034.82\" y=\"-137.2\" font-family=\"Helvetica,sans-Serif\" font-size=\"14.00\">Computing as</text>\n<text text-anchor=\"middle\" x=\"1034.82\" y=\"-120.4\" font-family=\"Helvetica,sans-Serif\" font-size=\"14.00\">meaning-making</text>\n</g>\n<!-- axisB&#45;&gt;t_computing -->\n<g id=\"edge16\" class=\"edge\">\n<title>axisB-&gt;t_computing</title>\n<path fill=\"none\" stroke=\"black\" d=\"M59.91,-513.42C70.95,-400.11 117.6,0 226.07,0 226.07,0 226.07,0 775.29,0 861.11,0 946.99,-58.68 994.98,-98.08\"/>\n<polygon fill=\"black\" stroke=\"black\" points=\"992.7,-100.74 1002.61,-104.47 997.19,-95.37 992.7,-100.74\"/>\n</g>\n<!-- axisB&#45;&gt;t_aikido -->\n<g id=\"edge11\" class=\"edge\">\n<title>axisB-&gt;t_aikido</title>\n<path fill=\"none\" stroke=\"black\" d=\"M57.07,-572.31C56.99,-716.1 65.89,-1340 226.07,-1340 226.07,-1340 226.07,-1340 775.29,-1340 845.33,-1340 824.09,-1266.9 854.91,-1204 891.8,-1128.74 904.28,-1110.17 925.16,-1029 941.55,-965.25 914.04,-941.03 943.16,-882 954.23,-859.56 973.29,-839.53 991.08,-824.19\"/>\n<polygon fill=\"black\" stroke=\"black\" points=\"993.06,-827.09 998.51,-818 988.59,-821.71 993.06,-827.09\"/>\n</g>\n<!-- axisB&#45;&gt;t_resilience -->\n<g id=\"edge12\" class=\"edge\">\n<title>axisB-&gt;t_resilience</title>\n<path fill=\"none\" stroke=\"black\" d=\"M112.97,-517.6C124.81,-513.07 137.4,-508.88 149.48,-506 454.59,-433.3 543.28,-450.46 854.91,-486 888.56,-489.84 925.01,-497.87 956.18,-505.96\"/>\n<polygon fill=\"black\" stroke=\"black\" points=\"954.95,-509.26 965.51,-508.44 956.74,-502.49 954.95,-509.26\"/>\n</g>\n<!-- axisB&#45;&gt;t_fedwiki -->\n<g id=\"edge13\" class=\"edge\">\n<title>axisB-&gt;t_fedwiki</title>\n<path fill=\"none\" stroke=\"black\" d=\"M112.77,-523.98C124.74,-520.67 137.42,-517.73 149.48,-516 241.2,-502.85 347.4,-512.36 419.5,-522.47\"/>\n<polygon fill=\"black\" stroke=\"black\" points=\"418.88,-525.92 429.28,-523.88 419.88,-518.99 418.88,-525.92\"/>\n</g>\n<!-- t_patterns -->\n<g id=\"node20\" class=\"node\">\n<title>t_patterns</title>\n<ellipse fill=\"none\" stroke=\"black\" cx=\"1034.82\" cy=\"-920\" rx=\"90.57\" ry=\"29.42\"/>\n<text text-anchor=\"middle\" x=\"1034.82\" y=\"-924.2\" font-family=\"Helvetica,sans-Serif\" font-size=\"14.00\">Patterns &amp;</text>\n<text text-anchor=\"middle\" x=\"1034.82\" y=\"-907.4\" font-family=\"Helvetica,sans-Serif\" font-size=\"14.00\">pattern languages</text>\n</g>\n<!-- axisB&#45;&gt;t_patterns -->\n<g id=\"edge15\" class=\"edge\">\n<title>axisB-&gt;t_patterns</title>\n<path fill=\"none\" stroke=\"black\" d=\"M112.95,-560.57C231.65,-598.25 505.89,-686.66 595.17,-727 632.71,-743.97 648.23,-742.25 675.66,-773 689.17,-788.16 677.91,-802.17 693.66,-815 750.36,-861.22 784.86,-826.92 854.91,-848 894.28,-859.84 937.05,-876.89 970.89,-891.43\"/>\n<polygon fill=\"black\" stroke=\"black\" points=\"969.14,-894.48 979.71,-895.25 971.92,-888.06 969.14,-894.48\"/>\n</g>\n<!-- axisC -->\n<g id=\"node3\" class=\"node\">\n<title>axisC</title>\n<path fill=\"#ffeeee\" stroke=\"black\" d=\"M280.65,-352.2C280.65,-352.2 173.49,-352.2 173.49,-352.2 167.49,-352.2 161.49,-346.2 161.49,-340.2 161.49,-340.2 161.49,-305.8 161.49,-305.8 161.49,-299.8 167.49,-293.8 173.49,-293.8 173.49,-293.8 280.65,-293.8 280.65,-293.8 286.65,-293.8 292.65,-299.8 292.65,-305.8 292.65,-305.8 292.65,-340.2 292.65,-340.2 292.65,-346.2 286.65,-352.2 280.65,-352.2\"/>\n<text text-anchor=\"middle\" x=\"227.07\" y=\"-335.6\" font-family=\"Helvetica,sans-Serif\" font-size=\"14.00\">Axis C:</text>\n<text text-anchor=\"middle\" x=\"227.07\" y=\"-318.8\" font-family=\"Helvetica,sans-Serif\" font-size=\"14.00\">Power, control,</text>\n<text text-anchor=\"middle\" x=\"227.07\" y=\"-302\" font-family=\"Helvetica,sans-Serif\" font-size=\"14.00\">agency in systems</text>\n</g>\n<!-- t_frustration -->\n<g id=\"node6\" class=\"node\">\n<title>t_frustration</title>\n<ellipse fill=\"none\" stroke=\"black\" cx=\"1587.69\" cy=\"-235\" rx=\"71.83\" ry=\"29.42\"/>\n<text text-anchor=\"middle\" x=\"1587.69\" y=\"-239.2\" font-family=\"Helvetica,sans-Serif\" font-size=\"14.00\">Frustration as</text>\n<text text-anchor=\"middle\" x=\"1587.69\" y=\"-222.4\" font-family=\"Helvetica,sans-Serif\" font-size=\"14.00\">motivation</text>\n</g>\n<!-- axisC&#45;&gt;t_frustration -->\n<g id=\"edge18\" class=\"edge\">\n<title>axisC-&gt;t_frustration</title>\n<path fill=\"none\" stroke=\"black\" d=\"M250.98,-293.71C268.62,-272.87 294.66,-245.56 322.66,-228 359.5,-204.88 372.34,-203.75 415.14,-196 501.77,-180.31 525.14,-192.66 613.17,-191 720.59,-188.98 747.92,-180.18 854.91,-190 886.53,-192.9 899.2,-184.71 925.16,-203 938.18,-212.18 929.36,-226.04 943.16,-234 1036.77,-287.99 1356.41,-260.95 1507,-244.52\"/>\n<polygon fill=\"black\" stroke=\"black\" points=\"1507.36,-248 1516.91,-243.42 1506.59,-241.04 1507.36,-248\"/>\n</g>\n<!-- axisC&#45;&gt;t_peer -->\n<g id=\"edge22\" class=\"edge\">\n<title>axisC-&gt;t_peer</title>\n<path fill=\"none\" stroke=\"black\" d=\"M292.91,-352.57C302.86,-357.09 313.03,-361.68 322.66,-366 445.61,-421.18 483.72,-423.22 595.17,-499 604.02,-505.02 604.95,-508.14 613.17,-515 640.25,-537.62 653.8,-536.29 675.66,-564 697.99,-592.31 736.21,-683.56 757.6,-737\"/>\n<polygon fill=\"black\" stroke=\"black\" points=\"754.26,-738.07 761.22,-746.07 760.77,-735.48 754.26,-738.07\"/>\n</g>\n<!-- t_power -->\n<g id=\"node11\" class=\"node\">\n<title>t_power</title>\n<ellipse fill=\"none\" stroke=\"black\" cx=\"1034.82\" cy=\"-317\" rx=\"50.94\" ry=\"41.3\"/>\n<text text-anchor=\"middle\" x=\"1034.82\" y=\"-329.6\" font-family=\"Helvetica,sans-Serif\" font-size=\"14.00\">Power,</text>\n<text text-anchor=\"middle\" x=\"1034.82\" y=\"-312.8\" font-family=\"Helvetica,sans-Serif\" font-size=\"14.00\">control,</text>\n<text text-anchor=\"middle\" x=\"1034.82\" y=\"-296\" font-family=\"Helvetica,sans-Serif\" font-size=\"14.00\">influence</text>\n</g>\n<!-- axisC&#45;&gt;t_power -->\n<g id=\"edge17\" class=\"edge\">\n<title>axisC-&gt;t_power</title>\n<path fill=\"none\" stroke=\"black\" d=\"M271.09,-293.4C307.57,-270.2 362.27,-239.77 415.14,-227 525.31,-200.38 828.41,-167.96 925.16,-227 940.09,-236.11 931.23,-249.2 943.16,-262 953.76,-273.38 967.24,-283.24 980.55,-291.34\"/>\n<polygon fill=\"black\" stroke=\"black\" points=\"978.44,-294.17 988.85,-296.17 981.96,-288.11 978.44,-294.17\"/>\n</g>\n<!-- axisC&#45;&gt;t_resilience -->\n<g id=\"edge20\" class=\"edge\">\n<title>axisC-&gt;t_resilience</title>\n<path fill=\"none\" stroke=\"black\" d=\"M293.1,-318.8C324.54,-316.76 362.8,-314.27 397.14,-312 426.47,-310.06 903.23,-260.43 925.16,-280 951.52,-303.53 927.83,-406.16 943.16,-438 953.63,-459.76 971.46,-479.39 988.55,-494.8\"/>\n<polygon fill=\"black\" stroke=\"black\" points=\"985.87,-497.11 995.71,-501.03 990.46,-491.82 985.87,-497.11\"/>\n</g>\n<!-- axisC&#45;&gt;t_fedwiki -->\n<g id=\"edge21\" class=\"edge\">\n<title>axisC-&gt;t_fedwiki</title>\n<path fill=\"none\" stroke=\"black\" d=\"M265.82,-352.6C301.33,-381.22 355.18,-426.66 397.14,-471 406.06,-480.43 405.04,-485.85 415.14,-494 422.44,-499.88 430.68,-505.21 439.12,-509.96\"/>\n<polygon fill=\"black\" stroke=\"black\" points=\"437.27,-512.94 447.74,-514.55 440.56,-506.76 437.27,-512.94\"/>\n</g>\n<!-- axisC&#45;&gt;t_scale -->\n<g id=\"edge19\" class=\"edge\">\n<title>axisC-&gt;t_scale</title>\n<path fill=\"none\" stroke=\"black\" d=\"M292.8,-310.24C328.73,-303.5 374.29,-295.5 415.14,-290 538.35,-273.41 569.47,-269.78 693.66,-264 796.48,-259.21 849.31,-201.41 925.16,-271 957.14,-300.35 913.05,-335.73 943.16,-367 1011.41,-437.89 1126,-454.65 1209.61,-456.31\"/>\n<polygon fill=\"black\" stroke=\"black\" points=\"1209.38,-459.81 1219.42,-456.43 1209.46,-452.81 1209.38,-459.81\"/>\n</g>\n<!-- axisD -->\n<g id=\"node4\" class=\"node\">\n<title>axisD</title>\n<path fill=\"#fff4dd\" stroke=\"black\" d=\"M270.92,-213.2C270.92,-213.2 183.22,-213.2 183.22,-213.2 177.22,-213.2 171.22,-207.2 171.22,-201.2 171.22,-201.2 171.22,-166.8 171.22,-166.8 171.22,-160.8 177.22,-154.8 183.22,-154.8 183.22,-154.8 270.92,-154.8 270.92,-154.8 276.92,-154.8 282.92,-160.8 282.92,-166.8 282.92,-166.8 282.92,-201.2 282.92,-201.2 282.92,-207.2 276.92,-213.2 270.92,-213.2\"/>\n<text text-anchor=\"middle\" x=\"227.07\" y=\"-196.6\" font-family=\"Helvetica,sans-Serif\" font-size=\"14.00\">Axis D:</text>\n<text text-anchor=\"middle\" x=\"227.07\" y=\"-179.8\" font-family=\"Helvetica,sans-Serif\" font-size=\"14.00\">Joy, frustration,</text>\n<text text-anchor=\"middle\" x=\"227.07\" y=\"-163\" font-family=\"Helvetica,sans-Serif\" font-size=\"14.00\">&amp; motivation</text>\n</g>\n<!-- axisD&#45;&gt;t_frustration -->\n<g id=\"edge24\" class=\"edge\">\n<title>axisD-&gt;t_frustration</title>\n<path fill=\"none\" stroke=\"black\" d=\"M252.16,-154.39C269.79,-134.47 295.33,-109.02 322.66,-93 395.38,-50.38 419.87,-38 504.15,-38 504.15,-38 504.15,-38 1315.17,-38 1422.75,-38 1516.44,-140.56 1560.28,-197.68\"/>\n<polygon fill=\"black\" stroke=\"black\" points=\"1557.41,-199.69 1566.22,-205.57 1563,-195.47 1557.41,-199.69\"/>\n</g>\n<!-- t_joy -->\n<g id=\"node7\" class=\"node\">\n<title>t_joy</title>\n<ellipse fill=\"none\" stroke=\"black\" cx=\"1314.17\" cy=\"-188\" rx=\"108.7\" ry=\"29.42\"/>\n<text text-anchor=\"middle\" x=\"1314.17\" y=\"-192.2\" font-family=\"Helvetica,sans-Serif\" font-size=\"14.00\">Joy &amp;</text>\n<text text-anchor=\"middle\" x=\"1314.17\" y=\"-175.4\" font-family=\"Helvetica,sans-Serif\" font-size=\"14.00\">Promethean moments</text>\n</g>\n<!-- axisD&#45;&gt;t_joy -->\n<g id=\"edge23\" class=\"edge\">\n<title>axisD-&gt;t_joy</title>\n<path fill=\"none\" stroke=\"black\" d=\"M272.86,-154.49C325.81,-122.51 417.69,-76 504.15,-76 504.15,-76 504.15,-76 1035.82,-76 1120.39,-76 1209.61,-121.33 1263.33,-154.31\"/>\n<polygon fill=\"black\" stroke=\"black\" points=\"1261.32,-157.18 1271.66,-159.51 1265.03,-151.25 1261.32,-157.18\"/>\n</g>\n<!-- axisD&#45;&gt;t_computing -->\n<g id=\"edge25\" class=\"edge\">\n<title>axisD-&gt;t_computing</title>\n<path fill=\"none\" stroke=\"black\" d=\"M283.31,-161.52C296.04,-157.25 309.66,-153.37 322.66,-151 541.14,-111.13 803.57,-118.39 940.41,-126.24\"/>\n<polygon fill=\"black\" stroke=\"black\" points=\"939.95,-129.72 950.14,-126.82 940.36,-122.73 939.95,-129.72\"/>\n</g>\n<!-- axisD&#45;&gt;t_aikido -->\n<g id=\"edge26\" class=\"edge\">\n<title>axisD-&gt;t_aikido</title>\n<path fill=\"none\" stroke=\"black\" d=\"M283.28,-190.76C419.91,-208.5 768.92,-260.29 854.91,-336 937.4,-408.62 903.09,-464.66 943.16,-567 968.79,-632.46 999.37,-708.24 1017.66,-753.31\"/>\n<polygon fill=\"black\" stroke=\"black\" points=\"1014.35,-754.46 1021.36,-762.4 1020.84,-751.82 1014.35,-754.46\"/>\n</g>\n<!-- axisD&#45;&gt;t_journey_struct -->\n<g id=\"edge28\" class=\"edge\">\n<title>axisD-&gt;t_journey_struct</title>\n<path fill=\"none\" stroke=\"black\" d=\"M253.93,-213.38C270.04,-232.75 290.36,-259.21 304.66,-285 371.56,-405.62 362.76,-447.41 415.14,-575 436.38,-626.75 462.34,-685.15 480.73,-725.8\"/>\n<polygon fill=\"black\" stroke=\"black\" points=\"477.52,-727.21 484.84,-734.87 483.9,-724.32 477.52,-727.21\"/>\n</g>\n<!-- axisD&#45;&gt;t_community -->\n<g id=\"edge27\" class=\"edge\">\n<title>axisD-&gt;t_community</title>\n<path fill=\"none\" stroke=\"black\" d=\"M270.92,-213.54C307.74,-237.79 363.01,-271.52 415.14,-293 508.92,-331.64 623.26,-357.99 697.13,-372.52\"/>\n<polygon fill=\"black\" stroke=\"black\" points=\"696.2,-375.9 706.69,-374.37 697.54,-369.03 696.2,-375.9\"/>\n</g>\n<!-- axisE -->\n<g id=\"node5\" class=\"node\">\n<title>axisE</title>\n<path fill=\"#f0f0f0\" stroke=\"black\" d=\"M289.99,-845.2C289.99,-845.2 164.15,-845.2 164.15,-845.2 158.15,-845.2 152.15,-839.2 152.15,-833.2 152.15,-833.2 152.15,-798.8 152.15,-798.8 152.15,-792.8 158.15,-786.8 164.15,-786.8 164.15,-786.8 289.99,-786.8 289.99,-786.8 295.99,-786.8 301.99,-792.8 301.99,-798.8 301.99,-798.8 301.99,-833.2 301.99,-833.2 301.99,-839.2 295.99,-845.2 289.99,-845.2\"/>\n<text text-anchor=\"middle\" x=\"227.07\" y=\"-828.6\" font-family=\"Helvetica,sans-Serif\" font-size=\"14.00\">Axis E:</text>\n<text text-anchor=\"middle\" x=\"227.07\" y=\"-811.8\" font-family=\"Helvetica,sans-Serif\" font-size=\"14.00\">Bridging communities</text>\n<text text-anchor=\"middle\" x=\"227.07\" y=\"-795\" font-family=\"Helvetica,sans-Serif\" font-size=\"14.00\">via patterns &amp; story</text>\n</g>\n<!-- axisE&#45;&gt;t_peer -->\n<g id=\"edge35\" class=\"edge\">\n<title>axisE-&gt;t_peer</title>\n<path fill=\"none\" stroke=\"black\" d=\"M302.28,-825.42C376.71,-833.19 494.42,-840.87 595.17,-827 632.19,-821.9 672.35,-811.11 705.15,-800.85\"/>\n<polygon fill=\"black\" stroke=\"black\" points=\"706.07,-804.23 714.53,-797.86 703.94,-797.56 706.07,-804.23\"/>\n</g>\n<!-- axisE&#45;&gt;t_pov -->\n<g id=\"edge33\" class=\"edge\">\n<title>axisE-&gt;t_pov</title>\n<path fill=\"none\" stroke=\"black\" d=\"M243.12,-845.57C259.17,-874.3 287.15,-917.27 322.66,-943 357.76,-968.44 373.4,-962.31 415.14,-974 466.58,-988.4 604.15,-1018.66 693.04,-1037.84\"/>\n<polygon fill=\"black\" stroke=\"black\" points=\"692.17,-1041.23 702.69,-1039.92 693.65,-1034.39 692.17,-1041.23\"/>\n</g>\n<!-- axisE&#45;&gt;t_resilience -->\n<g id=\"edge32\" class=\"edge\">\n<title>axisE-&gt;t_resilience</title>\n<path fill=\"none\" stroke=\"black\" d=\"M279.61,-786.36C316.28,-766.57 367.32,-741.58 415.14,-727 634.35,-660.15 723.55,-759.98 925.16,-651 960.98,-631.64 990.8,-595.62 1010.08,-567.72\"/>\n<polygon fill=\"black\" stroke=\"black\" points=\"1012.94,-569.74 1015.61,-559.49 1007.13,-565.84 1012.94,-569.74\"/>\n</g>\n<!-- axisE&#45;&gt;t_fedwiki -->\n<g id=\"edge31\" class=\"edge\">\n<title>axisE-&gt;t_fedwiki</title>\n<path fill=\"none\" stroke=\"black\" d=\"M231.51,-786.43C238.89,-736.77 260.94,-636.77 322.66,-583 337.5,-570.07 378.92,-559.08 418.45,-551.08\"/>\n<polygon fill=\"black\" stroke=\"black\" points=\"418.9,-554.56 428.04,-549.2 417.55,-547.69 418.9,-554.56\"/>\n</g>\n<!-- axisE&#45;&gt;t_journey_struct -->\n<g id=\"edge36\" class=\"edge\">\n<title>axisE-&gt;t_journey_struct</title>\n<path fill=\"none\" stroke=\"black\" d=\"M302.41,-804.92C309.26,-803.93 316.09,-802.94 322.66,-802 350.06,-798.09 379.8,-793.94 407.12,-790.18\"/>\n<polygon fill=\"black\" stroke=\"black\" points=\"407.34,-793.69 416.77,-788.86 406.38,-786.75 407.34,-793.69\"/>\n</g>\n<!-- t_bridging -->\n<g id=\"node18\" class=\"node\">\n<title>t_bridging</title>\n<ellipse fill=\"none\" stroke=\"black\" cx=\"774.29\" cy=\"-552\" rx=\"66.88\" ry=\"29.42\"/>\n<text text-anchor=\"middle\" x=\"774.29\" y=\"-556.2\" font-family=\"Helvetica,sans-Serif\" font-size=\"14.00\">Bridging</text>\n<text text-anchor=\"middle\" x=\"774.29\" y=\"-539.4\" font-family=\"Helvetica,sans-Serif\" font-size=\"14.00\">communities</text>\n</g>\n<!-- axisE&#45;&gt;t_bridging -->\n<g id=\"edge29\" class=\"edge\">\n<title>axisE-&gt;t_bridging</title>\n<path fill=\"none\" stroke=\"black\" d=\"M237.93,-786.34C251.41,-750.29 279.04,-690.06 322.66,-656 422.25,-578.24 475.63,-615.93 595.17,-575 603.29,-572.22 604.82,-570 613.17,-568 639.79,-561.62 669.49,-557.78 696.02,-555.47\"/>\n<polygon fill=\"black\" stroke=\"black\" points=\"695.98,-558.98 705.67,-554.69 695.42,-552.01 695.98,-558.98\"/>\n</g>\n<!-- t_pointing -->\n<g id=\"node19\" class=\"node\">\n<title>t_pointing</title>\n<ellipse fill=\"none\" stroke=\"black\" cx=\"505.15\" cy=\"-1055\" rx=\"82.31\" ry=\"29.42\"/>\n<text text-anchor=\"middle\" x=\"505.15\" y=\"-1059.2\" font-family=\"Helvetica,sans-Serif\" font-size=\"14.00\">Pointing &amp;</text>\n<text text-anchor=\"middle\" x=\"505.15\" y=\"-1042.4\" font-family=\"Helvetica,sans-Serif\" font-size=\"14.00\">shared attention</text>\n</g>\n<!-- axisE&#45;&gt;t_pointing -->\n<g id=\"edge34\" class=\"edge\">\n<title>axisE-&gt;t_pointing</title>\n<path fill=\"none\" stroke=\"black\" d=\"M233.94,-845.58C244.14,-888.92 269.35,-969.16 322.66,-1012 347.84,-1032.23 380.95,-1043.23 411.99,-1049.11\"/>\n<polygon fill=\"black\" stroke=\"black\" points=\"411.38,-1052.55 421.82,-1050.8 412.56,-1045.66 411.38,-1052.55\"/>\n</g>\n<!-- axisE&#45;&gt;t_patterns -->\n<g id=\"edge30\" class=\"edge\">\n<title>axisE-&gt;t_patterns</title>\n<path fill=\"none\" stroke=\"black\" d=\"M302.49,-838.81C309.28,-840.66 316.08,-842.42 322.66,-844 485.73,-883.19 526.82,-895.88 693.66,-913 773.81,-921.22 865.12,-922.67 932.94,-922.23\"/>\n<polygon fill=\"black\" stroke=\"black\" points=\"932.56,-925.73 942.53,-922.15 932.51,-918.73 932.56,-925.73\"/>\n</g>\n<!-- t_frustration&#45;&gt;t_joy -->\n<g id=\"edge37\" class=\"edge\">\n<title>t_frustration-&gt;t_joy</title>\n<path fill=\"none\" stroke=\"black\" d=\"M1548.03,-210.05C1532.98,-201.72 1515.21,-193.47 1497.86,-189.2 1476.52,-183.95 1453.35,-181.45 1430.9,-180.6\"/>\n<polygon fill=\"black\" stroke=\"black\" points=\"1431.19,-177.11 1421.1,-180.35 1431.01,-184.11 1431.19,-177.11\"/>\n<text text-anchor=\"middle\" x=\"1469.37\" y=\"-191.9\" font-family=\"Times,serif\" font-size=\"9.00\">tension / engine</text>\n</g>\n<!-- t_joy&#45;&gt;t_frustration -->\n<g id=\"edge38\" class=\"edge\">\n<title>t_joy-&gt;t_frustration</title>\n<path fill=\"none\" stroke=\"black\" stroke-dasharray=\"5,2\" d=\"M1406.72,-203.85C1440.18,-209.64 1477.67,-216.13 1509.74,-221.68\"/>\n<polygon fill=\"black\" stroke=\"black\" points=\"1508.89,-225.09 1519.34,-223.34 1510.09,-218.19 1508.89,-225.09\"/>\n<text text-anchor=\"middle\" x=\"1469.37\" y=\"-221.16\" font-family=\"Times,serif\" font-size=\"9.00\">co-motivates</text>\n</g>\n<!-- t_peer&#45;&gt;t_aikido -->\n<g id=\"edge39\" class=\"edge\">\n<title>t_peer-&gt;t_aikido</title>\n<path fill=\"none\" stroke=\"black\" d=\"M853.2,-781.82C888.2,-783.99 929.19,-786.53 963.27,-788.63\"/>\n<polygon fill=\"black\" stroke=\"black\" points=\"962.84,-792.11 973.04,-789.24 963.27,-785.13 962.84,-792.11\"/>\n<text text-anchor=\"middle\" x=\"899.04\" y=\"-799.46\" font-family=\"Times,serif\" font-size=\"9.00\">partner-based</text>\n<text text-anchor=\"middle\" x=\"899.04\" y=\"-788.66\" font-family=\"Times,serif\" font-size=\"9.00\">learning</text>\n</g>\n<!-- t_peer&#45;&gt;t_resilience -->\n<g id=\"edge41\" class=\"edge\">\n<title>t_peer-&gt;t_resilience</title>\n<path fill=\"none\" stroke=\"black\" d=\"M805.48,-749.74C824.07,-733.81 848.87,-714.02 872.91,-699.4 894.65,-686.18 905.34,-691.95 925.16,-676 962.46,-645.98 993.54,-600.28 1012.77,-567.81\"/>\n<polygon fill=\"black\" stroke=\"black\" points=\"1015.6,-569.91 1017.59,-559.5 1009.55,-566.39 1015.6,-569.91\"/>\n<text text-anchor=\"middle\" x=\"899.04\" y=\"-712.9\" font-family=\"Times,serif\" font-size=\"9.00\">joint cognitive</text>\n<text text-anchor=\"middle\" x=\"899.04\" y=\"-702.1\" font-family=\"Times,serif\" font-size=\"9.00\">systems</text>\n</g>\n<!-- t_pov&#45;&gt;t_patterns -->\n<g id=\"edge43\" class=\"edge\">\n<title>t_pov-&gt;t_patterns</title>\n<path fill=\"none\" stroke=\"black\" d=\"M821.51,-1030.86C864.67,-1008.33 929.26,-974.6 975.86,-950.27\"/>\n<polygon fill=\"black\" stroke=\"black\" points=\"977.22,-953.5 984.47,-945.77 973.98,-947.3 977.22,-953.5\"/>\n<text text-anchor=\"middle\" x=\"899.04\" y=\"-1017.06\" font-family=\"Times,serif\" font-size=\"9.00\">frame as</text>\n<text text-anchor=\"middle\" x=\"899.04\" y=\"-1006.26\" font-family=\"Times,serif\" font-size=\"9.00\">pattern</text>\n</g>\n<!-- t_paradigms&#45;&gt;t_aikido -->\n<g id=\"edge47\" class=\"edge\">\n<title>t_paradigms-&gt;t_aikido</title>\n<path fill=\"none\" stroke=\"black\" d=\"M275.32,-557.48C345.23,-578.91 480.36,-620.4 595.17,-656 729.9,-697.78 887.77,-747.2 972.54,-773.78\"/>\n<polygon fill=\"black\" stroke=\"black\" points=\"971.48,-777.11 982.07,-776.76 973.57,-770.43 971.48,-777.11\"/>\n<text text-anchor=\"middle\" x=\"644.41\" y=\"-683.05\" font-family=\"Times,serif\" font-size=\"9.00\">no-competition</text>\n</g>\n<!-- t_paradigms&#45;&gt;t_resilience -->\n<g id=\"edge46\" class=\"edge\">\n<title>t_paradigms-&gt;t_resilience</title>\n<path fill=\"none\" stroke=\"black\" d=\"M277.23,-528.84C314.69,-518.69 367.73,-505.67 415.14,-499 600.76,-472.9 820.43,-496.25 941.73,-513.81\"/>\n<polygon fill=\"black\" stroke=\"black\" points=\"940.9,-517.23 951.3,-515.22 941.92,-510.3 940.9,-517.23\"/>\n<text text-anchor=\"middle\" x=\"644.41\" y=\"-502.31\" font-family=\"Times,serif\" font-size=\"9.00\">safety science</text>\n<text text-anchor=\"middle\" x=\"644.41\" y=\"-491.51\" font-family=\"Times,serif\" font-size=\"9.00\">shift</text>\n</g>\n<!-- t_paradigms&#45;&gt;t_fedwiki -->\n<g id=\"edge45\" class=\"edge\">\n<title>t_paradigms-&gt;t_fedwiki</title>\n<path fill=\"none\" stroke=\"black\" d=\"M304.61,-541.34C337.73,-540.62 376.78,-539.77 411.52,-539.01\"/>\n<polygon fill=\"black\" stroke=\"black\" points=\"411.2,-542.52 421.12,-538.8 411.05,-535.52 411.2,-542.52\"/>\n<text text-anchor=\"middle\" x=\"359.9\" y=\"-543.59\" font-family=\"Times,serif\" font-size=\"9.00\">bring-your-own-disc</text>\n</g>\n<!-- t_power&#45;&gt;t_frustration -->\n<g id=\"edge49\" class=\"edge\">\n<title>t_power-&gt;t_frustration</title>\n<path fill=\"none\" stroke=\"black\" d=\"M1085.86,-313.95C1171.15,-308.11 1349.82,-293.06 1497.86,-262 1505.17,-260.47 1512.75,-258.6 1520.26,-256.58\"/>\n<polygon fill=\"black\" stroke=\"black\" points=\"1521.03,-260 1529.71,-253.93 1519.14,-253.26 1521.03,-260\"/>\n<text text-anchor=\"middle\" x=\"1314.17\" y=\"-317.16\" font-family=\"Times,serif\" font-size=\"9.00\">blocked</text>\n<text text-anchor=\"middle\" x=\"1314.17\" y=\"-306.36\" font-family=\"Times,serif\" font-size=\"9.00\">agency</text>\n</g>\n<!-- t_power&#45;&gt;t_scale -->\n<g id=\"edge48\" class=\"edge\">\n<title>t_power-&gt;t_scale</title>\n<path fill=\"none\" stroke=\"black\" d=\"M1085.99,-318.59C1116.55,-321.18 1155.69,-327.47 1187.46,-342.4 1223.66,-359.4 1257.52,-389.85 1280.96,-414.18\"/>\n<polygon fill=\"black\" stroke=\"black\" points=\"1278.36,-416.53 1287.76,-421.4 1283.45,-411.72 1278.36,-416.53\"/>\n<text text-anchor=\"middle\" x=\"1165.97\" y=\"-355.9\" font-family=\"Times,serif\" font-size=\"9.00\">scope of</text>\n<text text-anchor=\"middle\" x=\"1165.97\" y=\"-345.1\" font-family=\"Times,serif\" font-size=\"9.00\">influence</text>\n</g>\n<!-- t_computing&#45;&gt;t_joy -->\n<g id=\"edge50\" class=\"edge\">\n<title>t_computing-&gt;t_joy</title>\n<path fill=\"none\" stroke=\"black\" d=\"M1109.51,-147.14C1134.29,-151.94 1162.08,-157.35 1187.46,-162.4 1196.57,-164.21 1206.04,-166.11 1215.52,-168.02\"/>\n<polygon fill=\"black\" stroke=\"black\" points=\"1214.66,-171.42 1225.15,-169.97 1216.04,-164.55 1214.66,-171.42\"/>\n<text text-anchor=\"middle\" x=\"1165.97\" y=\"-175.9\" font-family=\"Times,serif\" font-size=\"9.00\">Promethean</text>\n<text text-anchor=\"middle\" x=\"1165.97\" y=\"-165.1\" font-family=\"Times,serif\" font-size=\"9.00\">insights</text>\n</g>\n<!-- t_aikido&#45;&gt;t_embodied -->\n<g id=\"edge40\" class=\"edge\">\n<title>t_aikido-&gt;t_embodied</title>\n<path fill=\"none\" stroke=\"black\" d=\"M1066.77,-818.3C1085.74,-834.96 1109.55,-858.04 1126.48,-882 1211.42,-1002.2 1273.82,-1167.19 1299.81,-1242.52\"/>\n<polygon fill=\"black\" stroke=\"black\" points=\"1296.5,-1243.63 1303.04,-1251.97 1303.12,-1241.37 1296.5,-1243.63\"/>\n<text text-anchor=\"middle\" x=\"1165.97\" y=\"-988.09\" font-family=\"Times,serif\" font-size=\"9.00\">embodied</text>\n<text text-anchor=\"middle\" x=\"1165.97\" y=\"-977.29\" font-family=\"Times,serif\" font-size=\"9.00\">practice</text>\n</g>\n<!-- t_resilience&#45;&gt;t_scale -->\n<g id=\"edge42\" class=\"edge\">\n<title>t_resilience-&gt;t_scale</title>\n<path fill=\"none\" stroke=\"black\" d=\"M1104.73,-509.62C1143.38,-498.75 1191.81,-485.13 1232.25,-473.76\"/>\n<polygon fill=\"black\" stroke=\"black\" points=\"1233.03,-477.17 1241.71,-471.1 1231.13,-470.44 1233.03,-477.17\"/>\n<text text-anchor=\"middle\" x=\"1165.97\" y=\"-510.49\" font-family=\"Times,serif\" font-size=\"9.00\">system</text>\n<text text-anchor=\"middle\" x=\"1165.97\" y=\"-499.69\" font-family=\"Times,serif\" font-size=\"9.00\">boundaries</text>\n</g>\n<!-- t_fedwiki&#45;&gt;t_bridging -->\n<g id=\"edge52\" class=\"edge\">\n<title>t_fedwiki-&gt;t_bridging</title>\n<path fill=\"none\" stroke=\"black\" d=\"M574.85,-520.91C605.77,-515.86 642.66,-512.88 675.66,-518.4 688.37,-520.53 701.65,-524.11 714.17,-528.17\"/>\n<polygon fill=\"black\" stroke=\"black\" points=\"712.92,-531.44 723.51,-531.34 715.17,-524.81 712.92,-531.44\"/>\n<text text-anchor=\"middle\" x=\"644.41\" y=\"-531.9\" font-family=\"Times,serif\" font-size=\"9.00\">cross-community</text>\n<text text-anchor=\"middle\" x=\"644.41\" y=\"-521.1\" font-family=\"Times,serif\" font-size=\"9.00\">bridge</text>\n</g>\n<!-- t_fedwiki&#45;&gt;t_community -->\n<g id=\"edge51\" class=\"edge\">\n<title>t_fedwiki-&gt;t_community</title>\n<path fill=\"none\" stroke=\"black\" d=\"M520.5,-507.87C537.76,-476.26 569.92,-427.13 613.17,-403.4 637.62,-389.98 667.33,-384.38 694.48,-382.54\"/>\n<polygon fill=\"black\" stroke=\"black\" points=\"694.61,-386.04 704.43,-382.04 694.27,-379.04 694.61,-386.04\"/>\n<text text-anchor=\"middle\" x=\"644.41\" y=\"-416.9\" font-family=\"Times,serif\" font-size=\"9.00\">shared</text>\n<text text-anchor=\"middle\" x=\"644.41\" y=\"-406.1\" font-family=\"Times,serif\" font-size=\"9.00\">journals</text>\n</g>\n<!-- t_journey_struct&#45;&gt;t_peer -->\n<g id=\"edge54\" class=\"edge\">\n<title>t_journey_struct-&gt;t_peer</title>\n<path fill=\"none\" stroke=\"black\" d=\"M595.48,-777C623.6,-777 654.68,-777 682.89,-777\"/>\n<polygon fill=\"black\" stroke=\"black\" points=\"682.85,-780.5 692.85,-777 682.85,-773.5 682.85,-780.5\"/>\n<text text-anchor=\"middle\" x=\"644.41\" y=\"-790.5\" font-family=\"Times,serif\" font-size=\"9.00\">structured</text>\n<text text-anchor=\"middle\" x=\"644.41\" y=\"-779.7\" font-family=\"Times,serif\" font-size=\"9.00\">listening</text>\n</g>\n<!-- t_journey_struct&#45;&gt;t_bridging -->\n<g id=\"edge55\" class=\"edge\">\n<title>t_journey_struct-&gt;t_bridging</title>\n<path fill=\"none\" stroke=\"black\" d=\"M526.85,-736.6C554.02,-684.2 599.83,-598.31 613.17,-588.4 627.1,-578.04 664.03,-569.3 698.92,-562.98\"/>\n<polygon fill=\"black\" stroke=\"black\" points=\"699.4,-566.45 708.65,-561.28 698.19,-559.55 699.4,-566.45\"/>\n<text text-anchor=\"middle\" x=\"644.41\" y=\"-601.9\" font-family=\"Times,serif\" font-size=\"9.00\">stories as</text>\n<text text-anchor=\"middle\" x=\"644.41\" y=\"-591.1\" font-family=\"Times,serif\" font-size=\"9.00\">bridges</text>\n</g>\n<!-- t_journey_struct&#45;&gt;t_patterns -->\n<g id=\"edge53\" class=\"edge\">\n<title>t_journey_struct-&gt;t_patterns</title>\n<path fill=\"none\" stroke=\"black\" d=\"M572.13,-804.82C607.68,-819.09 652.57,-835.95 693.66,-848 776.65,-872.34 873.29,-891.99 942.31,-904.57\"/>\n<polygon fill=\"black\" stroke=\"black\" points=\"941.62,-908 952.08,-906.34 942.87,-901.11 941.62,-908\"/>\n<text text-anchor=\"middle\" x=\"774.29\" y=\"-900.55\" font-family=\"Times,serif\" font-size=\"9.00\">patterned</text>\n<text text-anchor=\"middle\" x=\"774.29\" y=\"-889.75\" font-family=\"Times,serif\" font-size=\"9.00\">reflection</text>\n</g>\n<!-- t_bridging&#45;&gt;t_computing -->\n<g id=\"edge58\" class=\"edge\">\n<title>t_bridging-&gt;t_computing</title>\n<path fill=\"none\" stroke=\"black\" d=\"M797.55,-524.28C814.96,-501.59 838.83,-468.11 854.91,-436 909.57,-326.89 862,-267.13 943.16,-176 948.94,-169.51 955.92,-163.91 963.4,-159.11\"/>\n<polygon fill=\"black\" stroke=\"black\" points=\"964.92,-162.27 971.79,-154.2 961.39,-156.23 964.92,-162.27\"/>\n<text text-anchor=\"middle\" x=\"899.04\" y=\"-400.59\" font-family=\"Times,serif\" font-size=\"9.00\">code ↔</text>\n<text text-anchor=\"middle\" x=\"899.04\" y=\"-389.79\" font-family=\"Times,serif\" font-size=\"9.00\">experience</text>\n</g>\n<!-- t_bridging&#45;&gt;t_aikido -->\n<g id=\"edge57\" class=\"edge\">\n<title>t_bridging-&gt;t_aikido</title>\n<path fill=\"none\" stroke=\"black\" d=\"M812.17,-576.45C843.64,-598.09 889.35,-631.4 925.16,-665.2 955.19,-693.54 985.28,-729.69 1006.16,-756.31\"/>\n<polygon fill=\"black\" stroke=\"black\" points=\"1003.32,-758.35 1012.22,-764.1 1008.84,-754.06 1003.32,-758.35\"/>\n<text text-anchor=\"middle\" x=\"899.04\" y=\"-667.9\" font-family=\"Times,serif\" font-size=\"9.00\">martial ↔ org</text>\n</g>\n<!-- t_bridging&#45;&gt;t_resilience -->\n<g id=\"edge56\" class=\"edge\">\n<title>t_bridging-&gt;t_resilience</title>\n<path fill=\"none\" stroke=\"black\" d=\"M840.19,-546.23C868.82,-543.68 903.11,-540.63 934.83,-537.81\"/>\n<polygon fill=\"black\" stroke=\"black\" points=\"934.76,-541.33 944.41,-536.95 934.14,-534.35 934.76,-541.33\"/>\n<text text-anchor=\"middle\" x=\"899.04\" y=\"-545.94\" font-family=\"Times,serif\" font-size=\"9.00\">safety ↔ wiki</text>\n</g>\n<!-- t_pointing&#45;&gt;t_pov -->\n<g id=\"edge44\" class=\"edge\">\n<title>t_pointing-&gt;t_pov</title>\n<path fill=\"none\" stroke=\"black\" d=\"M587.75,-1055C617.68,-1055 651.73,-1055 682.42,-1055\"/>\n<polygon fill=\"black\" stroke=\"black\" points=\"682.05,-1058.5 692.05,-1055 682.05,-1051.5 682.05,-1058.5\"/>\n<text text-anchor=\"middle\" x=\"644.41\" y=\"-1068.5\" font-family=\"Times,serif\" font-size=\"9.00\">locates</text>\n<text text-anchor=\"middle\" x=\"644.41\" y=\"-1057.7\" font-family=\"Times,serif\" font-size=\"9.00\">view</text>\n</g>\n<!-- t_community&#45;&gt;t_frustration -->\n<g id=\"edge59\" class=\"edge\">\n<title>t_community-&gt;t_frustration</title>\n<path fill=\"none\" stroke=\"black\" stroke-dasharray=\"5,2\" d=\"M842.78,-390.66C963.06,-396.69 1220.83,-399.17 1422.87,-329 1465.68,-314.13 1510.01,-287.92 1541.75,-266.95\"/>\n<polygon fill=\"black\" stroke=\"black\" points=\"1543.56,-269.95 1549.92,-261.47 1539.66,-264.13 1543.56,-269.95\"/>\n<text text-anchor=\"middle\" x=\"1165.97\" y=\"-397.97\" font-family=\"Times,serif\" font-size=\"9.00\">holds</text>\n<text text-anchor=\"middle\" x=\"1165.97\" y=\"-387.17\" font-family=\"Times,serif\" font-size=\"9.00\">frustration</text>\n</g>\n<!-- t_community&#45;&gt;t_joy -->\n<g id=\"edge60\" class=\"edge\">\n<title>t_community-&gt;t_joy</title>\n<path fill=\"none\" stroke=\"black\" stroke-dasharray=\"5,2\" d=\"M839.5,-372.77C869.59,-363.41 903.49,-347.77 925.16,-322 947.66,-295.23 917.5,-269.16 943.16,-245.4 979.02,-212.19 1100.44,-198.19 1194.52,-192.29\"/>\n<polygon fill=\"black\" stroke=\"black\" points=\"1194.56,-195.79 1204.34,-191.7 1194.14,-188.81 1194.56,-195.79\"/>\n<text text-anchor=\"middle\" x=\"1034.82\" y=\"-258.9\" font-family=\"Times,serif\" font-size=\"9.00\">supports</text>\n<text text-anchor=\"middle\" x=\"1034.82\" y=\"-248.1\" font-family=\"Times,serif\" font-size=\"9.00\">joy</text>\n</g>\n</g>\n</svg>"},"date":1763485131601},{"item":{"type":"factory","id":"0927783940332562"},"id":"0927783940332562","type":"add","after":"98e07c942180c650","date":1763485154468},{"type":"edit","id":"0927783940332562","item":{"type":"paragraph","id":"0927783940332562","text":"reflection"},"date":1763485159006},{"type":"edit","id":"0927783940332562","item":{"type":"factory","id":"0927783940332562","text":"reflectio"},"date":1763485165939},{"type":"edit","id":"0927783940332562","item":{"type":"pagefold","id":"0927783940332562","text":"reflection"},"date":1763485174433},{"item":{"type":"factory","id":"f360e3918775cb10"},"id":"f360e3918775cb10","type":"add","after":"0927783940332562","date":1763485318340},{"type":"edit","id":"f360e3918775cb10","item":{"type":"graphviz","id":"f360e3918775cb10","text":"digraph LearningJourney {\n  graph [\n    rankdir=LR\n    fontsize=10\n    labelloc=\"t\"\n    label=\"What Guides My Learning Journey? — Topic Map\"\n  ];\n\n  node [fontname=\"Helvetica\"];\n\n  // Meta-axes (big structural themes)\n  axisA [shape=box, style=\"rounded,filled\", fillcolor=\"#eeeeff\",\n         label=\"Axis A:\\nLearning as social,\\nembodied, systemic\"];\n  axisB [shape=box, style=\"rounded,filled\", fillcolor=\"#eeffef\",\n         label=\"Axis B:\\nParadigm shifts\\n& frames\"];\n  axisC [shape=box, style=\"rounded,filled\", fillcolor=\"#ffeeee\",\n         label=\"Axis C:\\nPower, control,\\nagency in systems\"];\n  axisD [shape=box, style=\"rounded,filled\", fillcolor=\"#fff4dd\",\n         label=\"Axis D:\\nJoy, frustration,\\n& motivation\"];\n  axisE [shape=box, style=\"rounded,filled\", fillcolor=\"#f0f0f0\",\n         label=\"Axis E:\\nBridging communities\\nvia patterns & story\"];\n\n  // Topics (individual nodes)\n  t_frustration     [shape=ellipse, label=\"Frustration as\\nmotivation\"];\n  t_joy             [shape=ellipse, label=\"Joy &\\nPromethean moments\"];\n  t_peer            [shape=ellipse, label=\"Peer learning &\\ndeep listening\"];\n  t_pov             [shape=ellipse, label=\"Multiple points\\nof view / frames\"];\n  t_paradigms       [shape=ellipse, label=\"Paradigm shifts\"];\n  t_power           [shape=ellipse, label=\"Power,\\ncontrol,\\ninfluence\"];\n  t_computing       [shape=ellipse, label=\"Computing as\\nmeaning-making\"];\n  t_aikido          [shape=ellipse, label=\"Aikido &\\nmartial arts\"];\n  t_resilience      [shape=ellipse, label=\"Resilience\\nengineering / SRE\"];\n  t_fedwiki         [shape=ellipse, label=\"Federated Wiki\\nas infrastructure\"];\n  t_scale           [shape=ellipse, label=\"Scale &\\nsystem boundaries\"];\n  t_journey_struct  [shape=ellipse, label=\"Learning journeys\\n& reflection\\nstructures\"];\n  t_bridging        [shape=ellipse, label=\"Bridging\\ncommunities\"];\n  t_pointing        [shape=ellipse, label=\"Pointing &\\nshared attention\"];\n  t_patterns        [shape=ellipse, label=\"Patterns &\\npattern languages\"];\n  t_community       [shape=ellipse, label=\"Sense of\\ncommunity &\\nbelonging\"];\n  t_embodied        [shape=ellipse, label=\"Embodied limits\\n& adaptivity\"];\n\n  // Attach topics to meta-axes (many-to-many)\n\n  // Axis A — Learning as social, embodied, systemic\n  axisA -> t_peer;\n  axisA -> t_aikido;\n  axisA -> t_resilience;\n  axisA -> t_fedwiki;\n  axisA -> t_scale;\n  axisA -> t_embodied;\n  axisA -> t_pov;\n  axisA -> t_community;\n  axisA -> t_journey_struct;\n\n  // Axis B — Paradigm shifts & frames\n  axisB -> t_paradigms;\n  axisB -> t_aikido;\n  axisB -> t_resilience;\n  axisB -> t_fedwiki;\n  axisB -> t_pov;\n  axisB -> t_patterns;\n  axisB -> t_computing;\n\n  // Axis C — Power, control, agency\n  axisC -> t_power;\n  axisC -> t_frustration;\n  axisC -> t_scale;\n  axisC -> t_resilience;\n  axisC -> t_fedwiki;\n  axisC -> t_peer;\n\n  // Axis D — Joy, frustration, motivation\n  axisD -> t_joy;\n  axisD -> t_frustration;\n  axisD -> t_computing;\n  axisD -> t_aikido;\n  axisD -> t_community;\n  axisD -> t_journey_struct;\n\n  // Axis E — Bridging communities, patterns, story\n  axisE -> t_bridging;\n  axisE -> t_patterns;\n  axisE -> t_fedwiki;\n  axisE -> t_resilience;\n  axisE -> t_pov;\n  axisE -> t_pointing;\n  axisE -> t_peer;\n  axisE -> t_journey_struct;\n\n  // Relationships between topics (edges = “strong conceptual ties”)\n\n  // Frustration <-> Joy / motivation\n  t_frustration -> t_joy [label=\"tension / engine\", fontsize=9];\n  t_joy -> t_frustration [style=dashed, fontsize=9, label=\"co-motivates\"];\n\n  // Peer learning & Aikido / embodied learning\n  t_peer   -> t_aikido   [label=\"partner-based\\nlearning\", fontsize=9];\n  t_aikido -> t_embodied [label=\"embodied\\npractice\", fontsize=9];\n\n  // Peer learning & joint cognitive systems / resilience\n  t_peer      -> t_resilience [label=\"joint cognitive\\nsystems\", fontsize=9];\n  t_resilience -> t_scale     [label=\"system\\nboundaries\", fontsize=9];\n\n  // Multiple POVs & patterns & pointing\n  t_pov      -> t_patterns [label=\"frame as\\npattern\", fontsize=9];\n  t_pointing -> t_pov      [label=\"locates\\nview\", fontsize=9];\n\n  // Paradigm shifts around FedWiki & resilience & Aikido\n  t_paradigms -> t_fedwiki    [label=\"bring-your-own-disc\", fontsize=9];\n  t_paradigms -> t_resilience [label=\"safety science\\nshift\", fontsize=9];\n  t_paradigms -> t_aikido     [label=\"no-competition\", fontsize=9];\n\n  // Power, control, agency and scale\n  t_power -> t_scale      [label=\"scope of\\ninfluence\", fontsize=9];\n  t_power -> t_frustration[label=\"blocked\\nagency\", fontsize=9];\n\n  // Computing & joy / Promethean moments\n  t_computing -> t_joy [label=\"Promethean\\ninsights\", fontsize=9];\n\n  // FedWiki <-> community & bridging\n  t_fedwiki  -> t_community [label=\"shared\\njournals\", fontsize=9];\n  t_fedwiki  -> t_bridging  [label=\"cross-community\\nbridge\", fontsize=9];\n\n  // Journeys & reflection structures as meta\n  t_journey_struct -> t_patterns  [label=\"patterned\\nreflection\", fontsize=9];\n  t_journey_struct -> t_peer      [label=\"structured\\nlistening\", fontsize=9];\n  t_journey_struct -> t_bridging  [label=\"stories as\\nbridges\", fontsize=9];\n\n  // Bridging communities across domains\n  t_bridging -> t_resilience [label=\"safety ↔ wiki\", fontsize=9];\n  t_bridging -> t_aikido     [label=\"martial ↔ org\", fontsize=9];\n  t_bridging -> t_computing  [label=\"code ↔\\nexperience\", fontsize=9];\n\n  // Community & motivation\n  t_community -> t_frustration [style=dashed, label=\"holds\\nfrustration\", fontsize=9];\n  t_community -> t_joy         [style=dashed, label=\"supports\\njoy\", fontsize=9];\n}\n","dot":"digraph LearningJourney {\n  graph [\n    rankdir=LR\n    fontsize=10\n    labelloc=\"t\"\n    label=\"What Guides My Learning Journey? — Topic Map\"\n  ];\n\n  node [fontname=\"Helvetica\"];\n\n  // Meta-axes (big structural themes)\n  axisA [shape=box, style=\"rounded,filled\", fillcolor=\"#eeeeff\",\n         label=\"Axis A:\\nLearning as social,\\nembodied, systemic\"];\n  axisB [shape=box, style=\"rounded,filled\", fillcolor=\"#eeffef\",\n         label=\"Axis B:\\nParadigm shifts\\n& frames\"];\n  axisC [shape=box, style=\"rounded,filled\", fillcolor=\"#ffeeee\",\n         label=\"Axis C:\\nPower, control,\\nagency in systems\"];\n  axisD [shape=box, style=\"rounded,filled\", fillcolor=\"#fff4dd\",\n         label=\"Axis D:\\nJoy, frustration,\\n& motivation\"];\n  axisE [shape=box, style=\"rounded,filled\", fillcolor=\"#f0f0f0\",\n         label=\"Axis E:\\nBridging communities\\nvia patterns & story\"];\n\n  // Topics (individual nodes)\n  t_frustration     [shape=ellipse, label=\"Frustration as\\nmotivation\"];\n  t_joy             [shape=ellipse, label=\"Joy &\\nPromethean moments\"];\n  t_peer            [shape=ellipse, label=\"Peer learning &\\ndeep listening\"];\n  t_pov             [shape=ellipse, label=\"Multiple points\\nof view / frames\"];\n  t_paradigms       [shape=ellipse, label=\"Paradigm shifts\"];\n  t_power           [shape=ellipse, label=\"Power,\\ncontrol,\\ninfluence\"];\n  t_computing       [shape=ellipse, label=\"Computing as\\nmeaning-making\"];\n  t_aikido          [shape=ellipse, label=\"Aikido &\\nmartial arts\"];\n  t_resilience      [shape=ellipse, label=\"Resilience\\nengineering / SRE\"];\n  t_fedwiki         [shape=ellipse, label=\"Federated Wiki\\nas infrastructure\"];\n  t_scale           [shape=ellipse, label=\"Scale &\\nsystem boundaries\"];\n  t_journey_struct  [shape=ellipse, label=\"Learning journeys\\n& reflection\\nstructures\"];\n  t_bridging        [shape=ellipse, label=\"Bridging\\ncommunities\"];\n  t_pointing        [shape=ellipse, label=\"Pointing &\\nshared attention\"];\n  t_patterns        [shape=ellipse, label=\"Patterns &\\npattern languages\"];\n  t_community       [shape=ellipse, label=\"Sense of\\ncommunity &\\nbelonging\"];\n  t_embodied        [shape=ellipse, label=\"Embodied limits\\n& adaptivity\"];\n\n  // Attach topics to meta-axes (many-to-many)\n\n  // Axis A — Learning as social, embodied, systemic\n  axisA -> t_peer;\n  axisA -> t_aikido;\n  axisA -> t_resilience;\n  axisA -> t_fedwiki;\n  axisA -> t_scale;\n  axisA -> t_embodied;\n  axisA -> t_pov;\n  axisA -> t_community;\n  axisA -> t_journey_struct;\n\n  // Axis B — Paradigm shifts & frames\n  axisB -> t_paradigms;\n  axisB -> t_aikido;\n  axisB -> t_resilience;\n  axisB -> t_fedwiki;\n  axisB -> t_pov;\n  axisB -> t_patterns;\n  axisB -> t_computing;\n\n  // Axis C — Power, control, agency\n  axisC -> t_power;\n  axisC -> t_frustration;\n  axisC -> t_scale;\n  axisC -> t_resilience;\n  axisC -> t_fedwiki;\n  axisC -> t_peer;\n\n  // Axis D — Joy, frustration, motivation\n  axisD -> t_joy;\n  axisD -> t_frustration;\n  axisD -> t_computing;\n  axisD -> t_aikido;\n  axisD -> t_community;\n  axisD -> t_journey_struct;\n\n  // Axis E — Bridging communities, patterns, story\n  axisE -> t_bridging;\n  axisE -> t_patterns;\n  axisE -> t_fedwiki;\n  axisE -> t_resilience;\n  axisE -> t_pov;\n  axisE -> t_pointing;\n  axisE -> t_peer;\n  axisE -> t_journey_struct;\n\n  // Relationships between topics (edges = “strong conceptual ties”)\n\n  // Frustration <-> Joy / motivation\n  t_frustration -> t_joy [label=\"tension / engine\", fontsize=9];\n  t_joy -> t_frustration [style=dashed, fontsize=9, label=\"co-motivates\"];\n\n  // Peer learning & Aikido / embodied learning\n  t_peer   -> t_aikido   [label=\"partner-based\\nlearning\", fontsize=9];\n  t_aikido -> t_embodied [label=\"embodied\\npractice\", fontsize=9];\n\n  // Peer learning & joint cognitive systems / resilience\n  t_peer      -> t_resilience [label=\"joint cognitive\\nsystems\", fontsize=9];\n  t_resilience -> t_scale     [label=\"system\\nboundaries\", fontsize=9];\n\n  // Multiple POVs & patterns & pointing\n  t_pov      -> t_patterns [label=\"frame as\\npattern\", fontsize=9];\n  t_pointing -> t_pov      [label=\"locates\\nview\", fontsize=9];\n\n  // Paradigm shifts around FedWiki & resilience & Aikido\n  t_paradigms -> t_fedwiki    [label=\"bring-your-own-disc\", fontsize=9];\n  t_paradigms -> t_resilience [label=\"safety science\\nshift\", fontsize=9];\n  t_paradigms -> t_aikido     [label=\"no-competition\", fontsize=9];\n\n  // Power, control, agency and scale\n  t_power -> t_scale      [label=\"scope of\\ninfluence\", fontsize=9];\n  t_power -> t_frustration[label=\"blocked\\nagency\", fontsize=9];\n\n  // Computing & joy / Promethean moments\n  t_computing -> t_joy [label=\"Promethean\\ninsights\", fontsize=9];\n\n  // FedWiki <-> community & bridging\n  t_fedwiki  -> t_community [label=\"shared\\njournals\", fontsize=9];\n  t_fedwiki  -> t_bridging  [label=\"cross-community\\nbridge\", fontsize=9];\n\n  // Journeys & reflection structures as meta\n  t_journey_struct -> t_patterns  [label=\"patterned\\nreflection\", fontsize=9];\n  t_journey_struct -> t_peer      [label=\"structured\\nlistening\", fontsize=9];\n  t_journey_struct -> t_bridging  [label=\"stories as\\nbridges\", fontsize=9];\n\n  // Bridging communities across domains\n  t_bridging -> t_resilience [label=\"safety ↔ wiki\", fontsize=9];\n  t_bridging -> t_aikido     [label=\"martial ↔ org\", fontsize=9];\n  t_bridging -> t_computing  [label=\"code ↔\\nexperience\", fontsize=9];\n\n  // Community & motivation\n  t_community -> t_frustration [style=dashed, label=\"holds\\nfrustration\", fontsize=9];\n  t_community -> t_joy         [style=dashed, label=\"supports\\njoy\", fontsize=9];\n}\n","svg":"<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"1668pt\" height=\"1368pt\" viewBox=\"0.00 0.00 1667.52 1368.00\" style=\"max-width: 100%; height: auto;\">\n<g id=\"graph0\" class=\"graph\" transform=\"scale(1 1) rotate(0) translate(4 1364)\">\n<title>LearningJourney</title>\n<polygon fill=\"white\" stroke=\"none\" points=\"-4,4 -4,-1364 1663.52,-1364 1663.52,4 -4,4\"/>\n<text text-anchor=\"middle\" x=\"829.76\" y=\"-1347\" font-family=\"Times,serif\" font-size=\"10.00\">What Guides My Learning Journey? — Topic Map</text>\n<!-- axisA -->\n<g id=\"node1\" class=\"node\">\n<title>axisA</title>\n<path fill=\"#eeeeff\" stroke=\"black\" d=\"M284.93,-1141.2C284.93,-1141.2 169.21,-1141.2 169.21,-1141.2 163.21,-1141.2 157.21,-1135.2 157.21,-1129.2 157.21,-1129.2 157.21,-1094.8 157.21,-1094.8 157.21,-1088.8 163.21,-1082.8 169.21,-1082.8 169.21,-1082.8 284.93,-1082.8 284.93,-1082.8 290.93,-1082.8 296.93,-1088.8 296.93,-1094.8 296.93,-1094.8 296.93,-1129.2 296.93,-1129.2 296.93,-1135.2 290.93,-1141.2 284.93,-1141.2\"/>\n<text text-anchor=\"middle\" x=\"227.07\" y=\"-1124.6\" font-family=\"Helvetica,sans-Serif\" font-size=\"14.00\">Axis A:</text>\n<text text-anchor=\"middle\" x=\"227.07\" y=\"-1107.8\" font-family=\"Helvetica,sans-Serif\" font-size=\"14.00\">Learning as social,</text>\n<text text-anchor=\"middle\" x=\"227.07\" y=\"-1091\" font-family=\"Helvetica,sans-Serif\" font-size=\"14.00\">embodied, systemic</text>\n</g>\n<!-- t_peer -->\n<g id=\"node8\" class=\"node\">\n<title>t_peer</title>\n<ellipse fill=\"none\" stroke=\"black\" cx=\"774.29\" cy=\"-777\" rx=\"79.55\" ry=\"29.42\"/>\n<text text-anchor=\"middle\" x=\"774.29\" y=\"-781.2\" font-family=\"Helvetica,sans-Serif\" font-size=\"14.00\">Peer learning &amp;</text>\n<text text-anchor=\"middle\" x=\"774.29\" y=\"-764.4\" font-family=\"Helvetica,sans-Serif\" font-size=\"14.00\">deep listening</text>\n</g>\n<!-- axisA&#45;&gt;t_peer -->\n<g id=\"edge1\" class=\"edge\">\n<title>axisA-&gt;t_peer</title>\n<path fill=\"none\" stroke=\"black\" d=\"M281.65,-1082.3C353.75,-1041.98 485.63,-967.02 595.17,-898 640.75,-869.28 691.46,-834.55 727.08,-809.67\"/>\n<polygon fill=\"black\" stroke=\"black\" points=\"728.83,-812.72 735.01,-804.12 724.81,-806.99 728.83,-812.72\"/>\n</g>\n<!-- t_pov -->\n<g id=\"node9\" class=\"node\">\n<title>t_pov</title>\n<ellipse fill=\"none\" stroke=\"black\" cx=\"774.29\" cy=\"-1055\" rx=\"80.63\" ry=\"29.42\"/>\n<text text-anchor=\"middle\" x=\"774.29\" y=\"-1059.2\" font-family=\"Helvetica,sans-Serif\" font-size=\"14.00\">Multiple points</text>\n<text text-anchor=\"middle\" x=\"774.29\" y=\"-1042.4\" font-family=\"Helvetica,sans-Serif\" font-size=\"14.00\">of view / frames</text>\n</g>\n<!-- axisA&#45;&gt;t_pov -->\n<g id=\"edge7\" class=\"edge\">\n<title>axisA-&gt;t_pov</title>\n<path fill=\"none\" stroke=\"black\" d=\"M297.1,-1112.95C385.69,-1112.87 543.7,-1108.32 675.66,-1081 683.19,-1079.44 691,-1077.65 698.78,-1075.76\"/>\n<polygon fill=\"black\" stroke=\"black\" points=\"699.4,-1079.21 708.25,-1073.4 697.7,-1072.42 699.4,-1079.21\"/>\n</g>\n<!-- t_aikido -->\n<g id=\"node13\" class=\"node\">\n<title>t_aikido</title>\n<ellipse fill=\"none\" stroke=\"black\" cx=\"1034.82\" cy=\"-793\" rx=\"60.27\" ry=\"29.42\"/>\n<text text-anchor=\"middle\" x=\"1034.82\" y=\"-797.2\" font-family=\"Helvetica,sans-Serif\" font-size=\"14.00\">Aikido &amp;</text>\n<text text-anchor=\"middle\" x=\"1034.82\" y=\"-780.4\" font-family=\"Helvetica,sans-Serif\" font-size=\"14.00\">martial arts</text>\n</g>\n<!-- axisA&#45;&gt;t_aikido -->\n<g id=\"edge2\" class=\"edge\">\n<title>axisA-&gt;t_aikido</title>\n<path fill=\"none\" stroke=\"black\" d=\"M270.89,-1141.48C286.47,-1150.56 304.69,-1159.39 322.66,-1164 551.93,-1222.87 684.84,-1309.64 854.91,-1145 882.21,-1118.58 858.96,-1010.33 872.91,-975 897.55,-912.64 953.64,-857.54 992.61,-824.74\"/>\n<polygon fill=\"black\" stroke=\"black\" points=\"994.5,-827.72 999.98,-818.65 990.04,-822.33 994.5,-827.72\"/>\n</g>\n<!-- t_resilience -->\n<g id=\"node14\" class=\"node\">\n<title>t_resilience</title>\n<ellipse fill=\"none\" stroke=\"black\" cx=\"1034.82\" cy=\"-529\" rx=\"91.66\" ry=\"29.42\"/>\n<text text-anchor=\"middle\" x=\"1034.82\" y=\"-533.2\" font-family=\"Helvetica,sans-Serif\" font-size=\"14.00\">Resilience</text>\n<text text-anchor=\"middle\" x=\"1034.82\" y=\"-516.4\" font-family=\"Helvetica,sans-Serif\" font-size=\"14.00\">engineering / SRE</text>\n</g>\n<!-- axisA&#45;&gt;t_resilience -->\n<g id=\"edge3\" class=\"edge\">\n<title>axisA-&gt;t_resilience</title>\n<path fill=\"none\" stroke=\"black\" d=\"M297.42,-1123.45C305.9,-1124.5 314.46,-1125.4 322.66,-1126 355.67,-1128.43 364.05,-1126.75 397.14,-1126 499.11,-1123.68 784.06,-1166.37 854.91,-1093 879.19,-1067.86 859.46,-811.25 872.91,-779 886.27,-746.98 904.88,-749.15 925.16,-721 961.01,-671.21 994.54,-608.56 1014.61,-568.63\"/>\n<polygon fill=\"black\" stroke=\"black\" points=\"1017.66,-570.36 1018.99,-559.85 1011.4,-567.24 1017.66,-570.36\"/>\n</g>\n<!-- t_fedwiki -->\n<g id=\"node15\" class=\"node\">\n<title>t_fedwiki</title>\n<ellipse fill=\"none\" stroke=\"black\" cx=\"505.15\" cy=\"-537\" rx=\"82.29\" ry=\"29.42\"/>\n<text text-anchor=\"middle\" x=\"505.15\" y=\"-541.2\" font-family=\"Helvetica,sans-Serif\" font-size=\"14.00\">Federated Wiki</text>\n<text text-anchor=\"middle\" x=\"505.15\" y=\"-524.4\" font-family=\"Helvetica,sans-Serif\" font-size=\"14.00\">as infrastructure</text>\n</g>\n<!-- axisA&#45;&gt;t_fedwiki -->\n<g id=\"edge4\" class=\"edge\">\n<title>axisA-&gt;t_fedwiki</title>\n<path fill=\"none\" stroke=\"black\" d=\"M234.56,-1082.66C247.24,-1028.06 278.04,-907.88 322.66,-814 366.11,-722.59 435.63,-625.91 474.81,-574.43\"/>\n<polygon fill=\"black\" stroke=\"black\" points=\"477.54,-576.63 480.84,-566.56 471.98,-572.37 477.54,-576.63\"/>\n</g>\n<!-- t_scale -->\n<g id=\"node16\" class=\"node\">\n<title>t_scale</title>\n<ellipse fill=\"none\" stroke=\"black\" cx=\"1314.17\" cy=\"-451\" rx=\"94.4\" ry=\"29.42\"/>\n<text text-anchor=\"middle\" x=\"1314.17\" y=\"-455.2\" font-family=\"Helvetica,sans-Serif\" font-size=\"14.00\">Scale &amp;</text>\n<text text-anchor=\"middle\" x=\"1314.17\" y=\"-438.4\" font-family=\"Helvetica,sans-Serif\" font-size=\"14.00\">system boundaries</text>\n</g>\n<!-- axisA&#45;&gt;t_scale -->\n<g id=\"edge5\" class=\"edge\">\n<title>axisA-&gt;t_scale</title>\n<path fill=\"none\" stroke=\"black\" d=\"M260.12,-1141.48C277.7,-1156.66 300.41,-1174.72 322.66,-1188 360.97,-1210.86 371.42,-1218.16 415.14,-1227 606.98,-1265.79 675.59,-1282.41 854.91,-1204 1004.13,-1138.76 1035.36,-1092.98 1126.48,-958 1231.05,-803.08 1285.94,-582.16 1305.13,-491.84\"/>\n<polygon fill=\"black\" stroke=\"black\" points=\"1308.53,-492.72 1307.14,-482.22 1301.67,-491.29 1308.53,-492.72\"/>\n</g>\n<!-- t_journey_struct -->\n<g id=\"node17\" class=\"node\">\n<title>t_journey_struct</title>\n<ellipse fill=\"none\" stroke=\"black\" cx=\"505.15\" cy=\"-777\" rx=\"90.01\" ry=\"41.3\"/>\n<text text-anchor=\"middle\" x=\"505.15\" y=\"-789.6\" font-family=\"Helvetica,sans-Serif\" font-size=\"14.00\">Learning journeys</text>\n<text text-anchor=\"middle\" x=\"505.15\" y=\"-772.8\" font-family=\"Helvetica,sans-Serif\" font-size=\"14.00\">&amp; reflection</text>\n<text text-anchor=\"middle\" x=\"505.15\" y=\"-756\" font-family=\"Helvetica,sans-Serif\" font-size=\"14.00\">structures</text>\n</g>\n<!-- axisA&#45;&gt;t_journey_struct -->\n<g id=\"edge9\" class=\"edge\">\n<title>axisA-&gt;t_journey_struct</title>\n<path fill=\"none\" stroke=\"black\" d=\"M232.65,-1082.37C241.7,-1032.86 266.1,-932.58 322.66,-870 348.91,-840.96 386.34,-819.66 420.39,-804.82\"/>\n<polygon fill=\"black\" stroke=\"black\" points=\"421.58,-808.12 429.44,-801.01 418.87,-801.67 421.58,-808.12\"/>\n</g>\n<!-- t_community -->\n<g id=\"node21\" class=\"node\">\n<title>t_community</title>\n<ellipse fill=\"none\" stroke=\"black\" cx=\"774.29\" cy=\"-386\" rx=\"68.53\" ry=\"41.3\"/>\n<text text-anchor=\"middle\" x=\"774.29\" y=\"-398.6\" font-family=\"Helvetica,sans-Serif\" font-size=\"14.00\">Sense of</text>\n<text text-anchor=\"middle\" x=\"774.29\" y=\"-381.8\" font-family=\"Helvetica,sans-Serif\" font-size=\"14.00\">community &amp;</text>\n<text text-anchor=\"middle\" x=\"774.29\" y=\"-365\" font-family=\"Helvetica,sans-Serif\" font-size=\"14.00\">belonging</text>\n</g>\n<!-- axisA&#45;&gt;t_community -->\n<g id=\"edge8\" class=\"edge\">\n<title>axisA-&gt;t_community</title>\n<path fill=\"none\" stroke=\"black\" d=\"M246.61,-1082.55C276.73,-1036.96 340.46,-949.21 415.14,-898 516.78,-828.3 601.89,-901.73 675.66,-803 714.17,-751.45 674.07,-575.29 693.66,-514 702.97,-484.86 720.38,-455.64 736.55,-432.5\"/>\n<polygon fill=\"black\" stroke=\"black\" points=\"739.29,-434.69 742.26,-424.52 733.59,-430.62 739.29,-434.69\"/>\n</g>\n<!-- t_embodied -->\n<g id=\"node22\" class=\"node\">\n<title>t_embodied</title>\n<ellipse fill=\"none\" stroke=\"black\" cx=\"1314.17\" cy=\"-1283\" rx=\"81.19\" ry=\"29.42\"/>\n<text text-anchor=\"middle\" x=\"1314.17\" y=\"-1287.2\" font-family=\"Helvetica,sans-Serif\" font-size=\"14.00\">Embodied limits</text>\n<text text-anchor=\"middle\" x=\"1314.17\" y=\"-1270.4\" font-family=\"Helvetica,sans-Serif\" font-size=\"14.00\">&amp; adaptivity</text>\n</g>\n<!-- axisA&#45;&gt;t_embodied -->\n<g id=\"edge6\" class=\"edge\">\n<title>axisA-&gt;t_embodied</title>\n<path fill=\"none\" stroke=\"black\" d=\"M236.02,-1141.61C247.98,-1179.93 274.5,-1245.6 322.66,-1278 390.17,-1323.42 422.79,-1302 504.15,-1302 504.15,-1302 504.15,-1302 1035.82,-1302 1099.01,-1302 1170.12,-1297.03 1224.51,-1292.17\"/>\n<polygon fill=\"black\" stroke=\"black\" points=\"1224.71,-1295.67 1234.35,-1291.28 1224.07,-1288.7 1224.71,-1295.67\"/>\n</g>\n<!-- axisB -->\n<g id=\"node2\" class=\"node\">\n<title>axisB</title>\n<path fill=\"#eeffef\" stroke=\"black\" d=\"M100.48,-572.2C100.48,-572.2 12,-572.2 12,-572.2 6,-572.2 0,-566.2 0,-560.2 0,-560.2 0,-525.8 0,-525.8 0,-519.8 6,-513.8 12,-513.8 12,-513.8 100.48,-513.8 100.48,-513.8 106.48,-513.8 112.48,-519.8 112.48,-525.8 112.48,-525.8 112.48,-560.2 112.48,-560.2 112.48,-566.2 106.48,-572.2 100.48,-572.2\"/>\n<text text-anchor=\"middle\" x=\"56.24\" y=\"-555.6\" font-family=\"Helvetica,sans-Serif\" font-size=\"14.00\">Axis B:</text>\n<text text-anchor=\"middle\" x=\"56.24\" y=\"-538.8\" font-family=\"Helvetica,sans-Serif\" font-size=\"14.00\">Paradigm shifts</text>\n<text text-anchor=\"middle\" x=\"56.24\" y=\"-522\" font-family=\"Helvetica,sans-Serif\" font-size=\"14.00\">&amp; frames</text>\n</g>\n<!-- axisB&#45;&gt;t_pov -->\n<g id=\"edge14\" class=\"edge\">\n<title>axisB-&gt;t_pov</title>\n<path fill=\"none\" stroke=\"black\" d=\"M57.47,-572.41C58.94,-682.03 69.78,-1064.92 149.48,-1150 301.55,-1312.32 604.81,-1157.4 723.77,-1086.35\"/>\n<polygon fill=\"black\" stroke=\"black\" points=\"725.31,-1089.51 732.06,-1081.35 721.69,-1083.52 725.31,-1089.51\"/>\n</g>\n<!-- t_paradigms -->\n<g id=\"node10\" class=\"node\">\n<title>t_paradigms</title>\n<ellipse fill=\"none\" stroke=\"black\" cx=\"227.07\" cy=\"-543\" rx=\"77.59\" ry=\"18\"/>\n<text text-anchor=\"middle\" x=\"227.07\" y=\"-538.8\" font-family=\"Helvetica,sans-Serif\" font-size=\"14.00\">Paradigm shifts</text>\n</g>\n<!-- axisB&#45;&gt;t_paradigms -->\n<g id=\"edge10\" class=\"edge\">\n<title>axisB-&gt;t_paradigms</title>\n<path fill=\"none\" stroke=\"black\" d=\"M112.52,-543C120.68,-543 129.25,-543 137.88,-543\"/>\n<polygon fill=\"black\" stroke=\"black\" points=\"137.7,-546.5 147.7,-543 137.7,-539.5 137.7,-546.5\"/>\n</g>\n<!-- t_computing -->\n<g id=\"node12\" class=\"node\">\n<title>t_computing</title>\n<ellipse fill=\"none\" stroke=\"black\" cx=\"1034.82\" cy=\"-133\" rx=\"84.5\" ry=\"29.42\"/>\n<text text-anchor=\"middle\" x=\"1034.82\" y=\"-137.2\" font-family=\"Helvetica,sans-Serif\" font-size=\"14.00\">Computing as</text>\n<text text-anchor=\"middle\" x=\"1034.82\" y=\"-120.4\" font-family=\"Helvetica,sans-Serif\" font-size=\"14.00\">meaning-making</text>\n</g>\n<!-- axisB&#45;&gt;t_computing -->\n<g id=\"edge16\" class=\"edge\">\n<title>axisB-&gt;t_computing</title>\n<path fill=\"none\" stroke=\"black\" d=\"M59.91,-513.42C70.95,-400.11 117.6,0 226.07,0 226.07,0 226.07,0 775.29,0 861.11,0 946.99,-58.68 994.98,-98.08\"/>\n<polygon fill=\"black\" stroke=\"black\" points=\"992.7,-100.74 1002.61,-104.47 997.19,-95.37 992.7,-100.74\"/>\n</g>\n<!-- axisB&#45;&gt;t_aikido -->\n<g id=\"edge11\" class=\"edge\">\n<title>axisB-&gt;t_aikido</title>\n<path fill=\"none\" stroke=\"black\" d=\"M57.07,-572.31C56.99,-716.1 65.89,-1340 226.07,-1340 226.07,-1340 226.07,-1340 775.29,-1340 845.33,-1340 824.09,-1266.9 854.91,-1204 891.8,-1128.74 904.28,-1110.17 925.16,-1029 941.55,-965.25 914.04,-941.03 943.16,-882 954.23,-859.56 973.29,-839.53 991.08,-824.19\"/>\n<polygon fill=\"black\" stroke=\"black\" points=\"993.06,-827.09 998.51,-818 988.59,-821.71 993.06,-827.09\"/>\n</g>\n<!-- axisB&#45;&gt;t_resilience -->\n<g id=\"edge12\" class=\"edge\">\n<title>axisB-&gt;t_resilience</title>\n<path fill=\"none\" stroke=\"black\" d=\"M112.97,-517.6C124.81,-513.07 137.4,-508.88 149.48,-506 454.59,-433.3 543.28,-450.46 854.91,-486 888.56,-489.84 925.01,-497.87 956.18,-505.96\"/>\n<polygon fill=\"black\" stroke=\"black\" points=\"954.95,-509.26 965.51,-508.44 956.74,-502.49 954.95,-509.26\"/>\n</g>\n<!-- axisB&#45;&gt;t_fedwiki -->\n<g id=\"edge13\" class=\"edge\">\n<title>axisB-&gt;t_fedwiki</title>\n<path fill=\"none\" stroke=\"black\" d=\"M112.77,-523.98C124.74,-520.67 137.42,-517.73 149.48,-516 241.2,-502.85 347.4,-512.36 419.5,-522.47\"/>\n<polygon fill=\"black\" stroke=\"black\" points=\"418.88,-525.92 429.28,-523.88 419.88,-518.99 418.88,-525.92\"/>\n</g>\n<!-- t_patterns -->\n<g id=\"node20\" class=\"node\">\n<title>t_patterns</title>\n<ellipse fill=\"none\" stroke=\"black\" cx=\"1034.82\" cy=\"-920\" rx=\"90.57\" ry=\"29.42\"/>\n<text text-anchor=\"middle\" x=\"1034.82\" y=\"-924.2\" font-family=\"Helvetica,sans-Serif\" font-size=\"14.00\">Patterns &amp;</text>\n<text text-anchor=\"middle\" x=\"1034.82\" y=\"-907.4\" font-family=\"Helvetica,sans-Serif\" font-size=\"14.00\">pattern languages</text>\n</g>\n<!-- axisB&#45;&gt;t_patterns -->\n<g id=\"edge15\" class=\"edge\">\n<title>axisB-&gt;t_patterns</title>\n<path fill=\"none\" stroke=\"black\" d=\"M112.95,-560.57C231.65,-598.25 505.89,-686.66 595.17,-727 632.71,-743.97 648.23,-742.25 675.66,-773 689.17,-788.16 677.91,-802.17 693.66,-815 750.36,-861.22 784.86,-826.92 854.91,-848 894.28,-859.84 937.05,-876.89 970.89,-891.43\"/>\n<polygon fill=\"black\" stroke=\"black\" points=\"969.14,-894.48 979.71,-895.25 971.92,-888.06 969.14,-894.48\"/>\n</g>\n<!-- axisC -->\n<g id=\"node3\" class=\"node\">\n<title>axisC</title>\n<path fill=\"#ffeeee\" stroke=\"black\" d=\"M280.65,-352.2C280.65,-352.2 173.49,-352.2 173.49,-352.2 167.49,-352.2 161.49,-346.2 161.49,-340.2 161.49,-340.2 161.49,-305.8 161.49,-305.8 161.49,-299.8 167.49,-293.8 173.49,-293.8 173.49,-293.8 280.65,-293.8 280.65,-293.8 286.65,-293.8 292.65,-299.8 292.65,-305.8 292.65,-305.8 292.65,-340.2 292.65,-340.2 292.65,-346.2 286.65,-352.2 280.65,-352.2\"/>\n<text text-anchor=\"middle\" x=\"227.07\" y=\"-335.6\" font-family=\"Helvetica,sans-Serif\" font-size=\"14.00\">Axis C:</text>\n<text text-anchor=\"middle\" x=\"227.07\" y=\"-318.8\" font-family=\"Helvetica,sans-Serif\" font-size=\"14.00\">Power, control,</text>\n<text text-anchor=\"middle\" x=\"227.07\" y=\"-302\" font-family=\"Helvetica,sans-Serif\" font-size=\"14.00\">agency in systems</text>\n</g>\n<!-- t_frustration -->\n<g id=\"node6\" class=\"node\">\n<title>t_frustration</title>\n<ellipse fill=\"none\" stroke=\"black\" cx=\"1587.69\" cy=\"-235\" rx=\"71.83\" ry=\"29.42\"/>\n<text text-anchor=\"middle\" x=\"1587.69\" y=\"-239.2\" font-family=\"Helvetica,sans-Serif\" font-size=\"14.00\">Frustration as</text>\n<text text-anchor=\"middle\" x=\"1587.69\" y=\"-222.4\" font-family=\"Helvetica,sans-Serif\" font-size=\"14.00\">motivation</text>\n</g>\n<!-- axisC&#45;&gt;t_frustration -->\n<g id=\"edge18\" class=\"edge\">\n<title>axisC-&gt;t_frustration</title>\n<path fill=\"none\" stroke=\"black\" d=\"M250.98,-293.71C268.62,-272.87 294.66,-245.56 322.66,-228 359.5,-204.88 372.34,-203.75 415.14,-196 501.77,-180.31 525.14,-192.66 613.17,-191 720.59,-188.98 747.92,-180.18 854.91,-190 886.53,-192.9 899.2,-184.71 925.16,-203 938.18,-212.18 929.36,-226.04 943.16,-234 1036.77,-287.99 1356.41,-260.95 1507,-244.52\"/>\n<polygon fill=\"black\" stroke=\"black\" points=\"1507.36,-248 1516.91,-243.42 1506.59,-241.04 1507.36,-248\"/>\n</g>\n<!-- axisC&#45;&gt;t_peer -->\n<g id=\"edge22\" class=\"edge\">\n<title>axisC-&gt;t_peer</title>\n<path fill=\"none\" stroke=\"black\" d=\"M292.91,-352.57C302.86,-357.09 313.03,-361.68 322.66,-366 445.61,-421.18 483.72,-423.22 595.17,-499 604.02,-505.02 604.95,-508.14 613.17,-515 640.25,-537.62 653.8,-536.29 675.66,-564 697.99,-592.31 736.21,-683.56 757.6,-737\"/>\n<polygon fill=\"black\" stroke=\"black\" points=\"754.26,-738.07 761.22,-746.07 760.77,-735.48 754.26,-738.07\"/>\n</g>\n<!-- t_power -->\n<g id=\"node11\" class=\"node\">\n<title>t_power</title>\n<ellipse fill=\"none\" stroke=\"black\" cx=\"1034.82\" cy=\"-317\" rx=\"50.94\" ry=\"41.3\"/>\n<text text-anchor=\"middle\" x=\"1034.82\" y=\"-329.6\" font-family=\"Helvetica,sans-Serif\" font-size=\"14.00\">Power,</text>\n<text text-anchor=\"middle\" x=\"1034.82\" y=\"-312.8\" font-family=\"Helvetica,sans-Serif\" font-size=\"14.00\">control,</text>\n<text text-anchor=\"middle\" x=\"1034.82\" y=\"-296\" font-family=\"Helvetica,sans-Serif\" font-size=\"14.00\">influence</text>\n</g>\n<!-- axisC&#45;&gt;t_power -->\n<g id=\"edge17\" class=\"edge\">\n<title>axisC-&gt;t_power</title>\n<path fill=\"none\" stroke=\"black\" d=\"M271.09,-293.4C307.57,-270.2 362.27,-239.77 415.14,-227 525.31,-200.38 828.41,-167.96 925.16,-227 940.09,-236.11 931.23,-249.2 943.16,-262 953.76,-273.38 967.24,-283.24 980.55,-291.34\"/>\n<polygon fill=\"black\" stroke=\"black\" points=\"978.44,-294.17 988.85,-296.17 981.96,-288.11 978.44,-294.17\"/>\n</g>\n<!-- axisC&#45;&gt;t_resilience -->\n<g id=\"edge20\" class=\"edge\">\n<title>axisC-&gt;t_resilience</title>\n<path fill=\"none\" stroke=\"black\" d=\"M293.1,-318.8C324.54,-316.76 362.8,-314.27 397.14,-312 426.47,-310.06 903.23,-260.43 925.16,-280 951.52,-303.53 927.83,-406.16 943.16,-438 953.63,-459.76 971.46,-479.39 988.55,-494.8\"/>\n<polygon fill=\"black\" stroke=\"black\" points=\"985.87,-497.11 995.71,-501.03 990.46,-491.82 985.87,-497.11\"/>\n</g>\n<!-- axisC&#45;&gt;t_fedwiki -->\n<g id=\"edge21\" class=\"edge\">\n<title>axisC-&gt;t_fedwiki</title>\n<path fill=\"none\" stroke=\"black\" d=\"M265.82,-352.6C301.33,-381.22 355.18,-426.66 397.14,-471 406.06,-480.43 405.04,-485.85 415.14,-494 422.44,-499.88 430.68,-505.21 439.12,-509.96\"/>\n<polygon fill=\"black\" stroke=\"black\" points=\"437.27,-512.94 447.74,-514.55 440.56,-506.76 437.27,-512.94\"/>\n</g>\n<!-- axisC&#45;&gt;t_scale -->\n<g id=\"edge19\" class=\"edge\">\n<title>axisC-&gt;t_scale</title>\n<path fill=\"none\" stroke=\"black\" d=\"M292.8,-310.24C328.73,-303.5 374.29,-295.5 415.14,-290 538.35,-273.41 569.47,-269.78 693.66,-264 796.48,-259.21 849.31,-201.41 925.16,-271 957.14,-300.35 913.05,-335.73 943.16,-367 1011.41,-437.89 1126,-454.65 1209.61,-456.31\"/>\n<polygon fill=\"black\" stroke=\"black\" points=\"1209.38,-459.81 1219.42,-456.43 1209.46,-452.81 1209.38,-459.81\"/>\n</g>\n<!-- axisD -->\n<g id=\"node4\" class=\"node\">\n<title>axisD</title>\n<path fill=\"#fff4dd\" stroke=\"black\" d=\"M270.92,-213.2C270.92,-213.2 183.22,-213.2 183.22,-213.2 177.22,-213.2 171.22,-207.2 171.22,-201.2 171.22,-201.2 171.22,-166.8 171.22,-166.8 171.22,-160.8 177.22,-154.8 183.22,-154.8 183.22,-154.8 270.92,-154.8 270.92,-154.8 276.92,-154.8 282.92,-160.8 282.92,-166.8 282.92,-166.8 282.92,-201.2 282.92,-201.2 282.92,-207.2 276.92,-213.2 270.92,-213.2\"/>\n<text text-anchor=\"middle\" x=\"227.07\" y=\"-196.6\" font-family=\"Helvetica,sans-Serif\" font-size=\"14.00\">Axis D:</text>\n<text text-anchor=\"middle\" x=\"227.07\" y=\"-179.8\" font-family=\"Helvetica,sans-Serif\" font-size=\"14.00\">Joy, frustration,</text>\n<text text-anchor=\"middle\" x=\"227.07\" y=\"-163\" font-family=\"Helvetica,sans-Serif\" font-size=\"14.00\">&amp; motivation</text>\n</g>\n<!-- axisD&#45;&gt;t_frustration -->\n<g id=\"edge24\" class=\"edge\">\n<title>axisD-&gt;t_frustration</title>\n<path fill=\"none\" stroke=\"black\" d=\"M252.16,-154.39C269.79,-134.47 295.33,-109.02 322.66,-93 395.38,-50.38 419.87,-38 504.15,-38 504.15,-38 504.15,-38 1315.17,-38 1422.75,-38 1516.44,-140.56 1560.28,-197.68\"/>\n<polygon fill=\"black\" stroke=\"black\" points=\"1557.41,-199.69 1566.22,-205.57 1563,-195.47 1557.41,-199.69\"/>\n</g>\n<!-- t_joy -->\n<g id=\"node7\" class=\"node\">\n<title>t_joy</title>\n<ellipse fill=\"none\" stroke=\"black\" cx=\"1314.17\" cy=\"-188\" rx=\"108.7\" ry=\"29.42\"/>\n<text text-anchor=\"middle\" x=\"1314.17\" y=\"-192.2\" font-family=\"Helvetica,sans-Serif\" font-size=\"14.00\">Joy &amp;</text>\n<text text-anchor=\"middle\" x=\"1314.17\" y=\"-175.4\" font-family=\"Helvetica,sans-Serif\" font-size=\"14.00\">Promethean moments</text>\n</g>\n<!-- axisD&#45;&gt;t_joy -->\n<g id=\"edge23\" class=\"edge\">\n<title>axisD-&gt;t_joy</title>\n<path fill=\"none\" stroke=\"black\" d=\"M272.86,-154.49C325.81,-122.51 417.69,-76 504.15,-76 504.15,-76 504.15,-76 1035.82,-76 1120.39,-76 1209.61,-121.33 1263.33,-154.31\"/>\n<polygon fill=\"black\" stroke=\"black\" points=\"1261.32,-157.18 1271.66,-159.51 1265.03,-151.25 1261.32,-157.18\"/>\n</g>\n<!-- axisD&#45;&gt;t_computing -->\n<g id=\"edge25\" class=\"edge\">\n<title>axisD-&gt;t_computing</title>\n<path fill=\"none\" stroke=\"black\" d=\"M283.31,-161.52C296.04,-157.25 309.66,-153.37 322.66,-151 541.14,-111.13 803.57,-118.39 940.41,-126.24\"/>\n<polygon fill=\"black\" stroke=\"black\" points=\"939.95,-129.72 950.14,-126.82 940.36,-122.73 939.95,-129.72\"/>\n</g>\n<!-- axisD&#45;&gt;t_aikido -->\n<g id=\"edge26\" class=\"edge\">\n<title>axisD-&gt;t_aikido</title>\n<path fill=\"none\" stroke=\"black\" d=\"M283.28,-190.76C419.91,-208.5 768.92,-260.29 854.91,-336 937.4,-408.62 903.09,-464.66 943.16,-567 968.79,-632.46 999.37,-708.24 1017.66,-753.31\"/>\n<polygon fill=\"black\" stroke=\"black\" points=\"1014.35,-754.46 1021.36,-762.4 1020.84,-751.82 1014.35,-754.46\"/>\n</g>\n<!-- axisD&#45;&gt;t_journey_struct -->\n<g id=\"edge28\" class=\"edge\">\n<title>axisD-&gt;t_journey_struct</title>\n<path fill=\"none\" stroke=\"black\" d=\"M253.93,-213.38C270.04,-232.75 290.36,-259.21 304.66,-285 371.56,-405.62 362.76,-447.41 415.14,-575 436.38,-626.75 462.34,-685.15 480.73,-725.8\"/>\n<polygon fill=\"black\" stroke=\"black\" points=\"477.52,-727.21 484.84,-734.87 483.9,-724.32 477.52,-727.21\"/>\n</g>\n<!-- axisD&#45;&gt;t_community -->\n<g id=\"edge27\" class=\"edge\">\n<title>axisD-&gt;t_community</title>\n<path fill=\"none\" stroke=\"black\" d=\"M270.92,-213.54C307.74,-237.79 363.01,-271.52 415.14,-293 508.92,-331.64 623.26,-357.99 697.13,-372.52\"/>\n<polygon fill=\"black\" stroke=\"black\" points=\"696.2,-375.9 706.69,-374.37 697.54,-369.03 696.2,-375.9\"/>\n</g>\n<!-- axisE -->\n<g id=\"node5\" class=\"node\">\n<title>axisE</title>\n<path fill=\"#f0f0f0\" stroke=\"black\" d=\"M289.99,-845.2C289.99,-845.2 164.15,-845.2 164.15,-845.2 158.15,-845.2 152.15,-839.2 152.15,-833.2 152.15,-833.2 152.15,-798.8 152.15,-798.8 152.15,-792.8 158.15,-786.8 164.15,-786.8 164.15,-786.8 289.99,-786.8 289.99,-786.8 295.99,-786.8 301.99,-792.8 301.99,-798.8 301.99,-798.8 301.99,-833.2 301.99,-833.2 301.99,-839.2 295.99,-845.2 289.99,-845.2\"/>\n<text text-anchor=\"middle\" x=\"227.07\" y=\"-828.6\" font-family=\"Helvetica,sans-Serif\" font-size=\"14.00\">Axis E:</text>\n<text text-anchor=\"middle\" x=\"227.07\" y=\"-811.8\" font-family=\"Helvetica,sans-Serif\" font-size=\"14.00\">Bridging communities</text>\n<text text-anchor=\"middle\" x=\"227.07\" y=\"-795\" font-family=\"Helvetica,sans-Serif\" font-size=\"14.00\">via patterns &amp; story</text>\n</g>\n<!-- axisE&#45;&gt;t_peer -->\n<g id=\"edge35\" class=\"edge\">\n<title>axisE-&gt;t_peer</title>\n<path fill=\"none\" stroke=\"black\" d=\"M302.28,-825.42C376.71,-833.19 494.42,-840.87 595.17,-827 632.19,-821.9 672.35,-811.11 705.15,-800.85\"/>\n<polygon fill=\"black\" stroke=\"black\" points=\"706.07,-804.23 714.53,-797.86 703.94,-797.56 706.07,-804.23\"/>\n</g>\n<!-- axisE&#45;&gt;t_pov -->\n<g id=\"edge33\" class=\"edge\">\n<title>axisE-&gt;t_pov</title>\n<path fill=\"none\" stroke=\"black\" d=\"M243.12,-845.57C259.17,-874.3 287.15,-917.27 322.66,-943 357.76,-968.44 373.4,-962.31 415.14,-974 466.58,-988.4 604.15,-1018.66 693.04,-1037.84\"/>\n<polygon fill=\"black\" stroke=\"black\" points=\"692.17,-1041.23 702.69,-1039.92 693.65,-1034.39 692.17,-1041.23\"/>\n</g>\n<!-- axisE&#45;&gt;t_resilience -->\n<g id=\"edge32\" class=\"edge\">\n<title>axisE-&gt;t_resilience</title>\n<path fill=\"none\" stroke=\"black\" d=\"M279.61,-786.36C316.28,-766.57 367.32,-741.58 415.14,-727 634.35,-660.15 723.55,-759.98 925.16,-651 960.98,-631.64 990.8,-595.62 1010.08,-567.72\"/>\n<polygon fill=\"black\" stroke=\"black\" points=\"1012.94,-569.74 1015.61,-559.49 1007.13,-565.84 1012.94,-569.74\"/>\n</g>\n<!-- axisE&#45;&gt;t_fedwiki -->\n<g id=\"edge31\" class=\"edge\">\n<title>axisE-&gt;t_fedwiki</title>\n<path fill=\"none\" stroke=\"black\" d=\"M231.51,-786.43C238.89,-736.77 260.94,-636.77 322.66,-583 337.5,-570.07 378.92,-559.08 418.45,-551.08\"/>\n<polygon fill=\"black\" stroke=\"black\" points=\"418.9,-554.56 428.04,-549.2 417.55,-547.69 418.9,-554.56\"/>\n</g>\n<!-- axisE&#45;&gt;t_journey_struct -->\n<g id=\"edge36\" class=\"edge\">\n<title>axisE-&gt;t_journey_struct</title>\n<path fill=\"none\" stroke=\"black\" d=\"M302.41,-804.92C309.26,-803.93 316.09,-802.94 322.66,-802 350.06,-798.09 379.8,-793.94 407.12,-790.18\"/>\n<polygon fill=\"black\" stroke=\"black\" points=\"407.34,-793.69 416.77,-788.86 406.38,-786.75 407.34,-793.69\"/>\n</g>\n<!-- t_bridging -->\n<g id=\"node18\" class=\"node\">\n<title>t_bridging</title>\n<ellipse fill=\"none\" stroke=\"black\" cx=\"774.29\" cy=\"-552\" rx=\"66.88\" ry=\"29.42\"/>\n<text text-anchor=\"middle\" x=\"774.29\" y=\"-556.2\" font-family=\"Helvetica,sans-Serif\" font-size=\"14.00\">Bridging</text>\n<text text-anchor=\"middle\" x=\"774.29\" y=\"-539.4\" font-family=\"Helvetica,sans-Serif\" font-size=\"14.00\">communities</text>\n</g>\n<!-- axisE&#45;&gt;t_bridging -->\n<g id=\"edge29\" class=\"edge\">\n<title>axisE-&gt;t_bridging</title>\n<path fill=\"none\" stroke=\"black\" d=\"M237.93,-786.34C251.41,-750.29 279.04,-690.06 322.66,-656 422.25,-578.24 475.63,-615.93 595.17,-575 603.29,-572.22 604.82,-570 613.17,-568 639.79,-561.62 669.49,-557.78 696.02,-555.47\"/>\n<polygon fill=\"black\" stroke=\"black\" points=\"695.98,-558.98 705.67,-554.69 695.42,-552.01 695.98,-558.98\"/>\n</g>\n<!-- t_pointing -->\n<g id=\"node19\" class=\"node\">\n<title>t_pointing</title>\n<ellipse fill=\"none\" stroke=\"black\" cx=\"505.15\" cy=\"-1055\" rx=\"82.31\" ry=\"29.42\"/>\n<text text-anchor=\"middle\" x=\"505.15\" y=\"-1059.2\" font-family=\"Helvetica,sans-Serif\" font-size=\"14.00\">Pointing &amp;</text>\n<text text-anchor=\"middle\" x=\"505.15\" y=\"-1042.4\" font-family=\"Helvetica,sans-Serif\" font-size=\"14.00\">shared attention</text>\n</g>\n<!-- axisE&#45;&gt;t_pointing -->\n<g id=\"edge34\" class=\"edge\">\n<title>axisE-&gt;t_pointing</title>\n<path fill=\"none\" stroke=\"black\" d=\"M233.94,-845.58C244.14,-888.92 269.35,-969.16 322.66,-1012 347.84,-1032.23 380.95,-1043.23 411.99,-1049.11\"/>\n<polygon fill=\"black\" stroke=\"black\" points=\"411.38,-1052.55 421.82,-1050.8 412.56,-1045.66 411.38,-1052.55\"/>\n</g>\n<!-- axisE&#45;&gt;t_patterns -->\n<g id=\"edge30\" class=\"edge\">\n<title>axisE-&gt;t_patterns</title>\n<path fill=\"none\" stroke=\"black\" d=\"M302.49,-838.81C309.28,-840.66 316.08,-842.42 322.66,-844 485.73,-883.19 526.82,-895.88 693.66,-913 773.81,-921.22 865.12,-922.67 932.94,-922.23\"/>\n<polygon fill=\"black\" stroke=\"black\" points=\"932.56,-925.73 942.53,-922.15 932.51,-918.73 932.56,-925.73\"/>\n</g>\n<!-- t_frustration&#45;&gt;t_joy -->\n<g id=\"edge37\" class=\"edge\">\n<title>t_frustration-&gt;t_joy</title>\n<path fill=\"none\" stroke=\"black\" d=\"M1548.03,-210.05C1532.98,-201.72 1515.21,-193.47 1497.86,-189.2 1476.52,-183.95 1453.35,-181.45 1430.9,-180.6\"/>\n<polygon fill=\"black\" stroke=\"black\" points=\"1431.19,-177.11 1421.1,-180.35 1431.01,-184.11 1431.19,-177.11\"/>\n<text text-anchor=\"middle\" x=\"1469.37\" y=\"-191.9\" font-family=\"Times,serif\" font-size=\"9.00\">tension / engine</text>\n</g>\n<!-- t_joy&#45;&gt;t_frustration -->\n<g id=\"edge38\" class=\"edge\">\n<title>t_joy-&gt;t_frustration</title>\n<path fill=\"none\" stroke=\"black\" stroke-dasharray=\"5,2\" d=\"M1406.72,-203.85C1440.18,-209.64 1477.67,-216.13 1509.74,-221.68\"/>\n<polygon fill=\"black\" stroke=\"black\" points=\"1508.89,-225.09 1519.34,-223.34 1510.09,-218.19 1508.89,-225.09\"/>\n<text text-anchor=\"middle\" x=\"1469.37\" y=\"-221.16\" font-family=\"Times,serif\" font-size=\"9.00\">co-motivates</text>\n</g>\n<!-- t_peer&#45;&gt;t_aikido -->\n<g id=\"edge39\" class=\"edge\">\n<title>t_peer-&gt;t_aikido</title>\n<path fill=\"none\" stroke=\"black\" d=\"M853.2,-781.82C888.2,-783.99 929.19,-786.53 963.27,-788.63\"/>\n<polygon fill=\"black\" stroke=\"black\" points=\"962.84,-792.11 973.04,-789.24 963.27,-785.13 962.84,-792.11\"/>\n<text text-anchor=\"middle\" x=\"899.04\" y=\"-799.46\" font-family=\"Times,serif\" font-size=\"9.00\">partner-based</text>\n<text text-anchor=\"middle\" x=\"899.04\" y=\"-788.66\" font-family=\"Times,serif\" font-size=\"9.00\">learning</text>\n</g>\n<!-- t_peer&#45;&gt;t_resilience -->\n<g id=\"edge41\" class=\"edge\">\n<title>t_peer-&gt;t_resilience</title>\n<path fill=\"none\" stroke=\"black\" d=\"M805.48,-749.74C824.07,-733.81 848.87,-714.02 872.91,-699.4 894.65,-686.18 905.34,-691.95 925.16,-676 962.46,-645.98 993.54,-600.28 1012.77,-567.81\"/>\n<polygon fill=\"black\" stroke=\"black\" points=\"1015.6,-569.91 1017.59,-559.5 1009.55,-566.39 1015.6,-569.91\"/>\n<text text-anchor=\"middle\" x=\"899.04\" y=\"-712.9\" font-family=\"Times,serif\" font-size=\"9.00\">joint cognitive</text>\n<text text-anchor=\"middle\" x=\"899.04\" y=\"-702.1\" font-family=\"Times,serif\" font-size=\"9.00\">systems</text>\n</g>\n<!-- t_pov&#45;&gt;t_patterns -->\n<g id=\"edge43\" class=\"edge\">\n<title>t_pov-&gt;t_patterns</title>\n<path fill=\"none\" stroke=\"black\" d=\"M821.51,-1030.86C864.67,-1008.33 929.26,-974.6 975.86,-950.27\"/>\n<polygon fill=\"black\" stroke=\"black\" points=\"977.22,-953.5 984.47,-945.77 973.98,-947.3 977.22,-953.5\"/>\n<text text-anchor=\"middle\" x=\"899.04\" y=\"-1017.06\" font-family=\"Times,serif\" font-size=\"9.00\">frame as</text>\n<text text-anchor=\"middle\" x=\"899.04\" y=\"-1006.26\" font-family=\"Times,serif\" font-size=\"9.00\">pattern</text>\n</g>\n<!-- t_paradigms&#45;&gt;t_aikido -->\n<g id=\"edge47\" class=\"edge\">\n<title>t_paradigms-&gt;t_aikido</title>\n<path fill=\"none\" stroke=\"black\" d=\"M275.32,-557.48C345.23,-578.91 480.36,-620.4 595.17,-656 729.9,-697.78 887.77,-747.2 972.54,-773.78\"/>\n<polygon fill=\"black\" stroke=\"black\" points=\"971.48,-777.11 982.07,-776.76 973.57,-770.43 971.48,-777.11\"/>\n<text text-anchor=\"middle\" x=\"644.41\" y=\"-683.05\" font-family=\"Times,serif\" font-size=\"9.00\">no-competition</text>\n</g>\n<!-- t_paradigms&#45;&gt;t_resilience -->\n<g id=\"edge46\" class=\"edge\">\n<title>t_paradigms-&gt;t_resilience</title>\n<path fill=\"none\" stroke=\"black\" d=\"M277.23,-528.84C314.69,-518.69 367.73,-505.67 415.14,-499 600.76,-472.9 820.43,-496.25 941.73,-513.81\"/>\n<polygon fill=\"black\" stroke=\"black\" points=\"940.9,-517.23 951.3,-515.22 941.92,-510.3 940.9,-517.23\"/>\n<text text-anchor=\"middle\" x=\"644.41\" y=\"-502.31\" font-family=\"Times,serif\" font-size=\"9.00\">safety science</text>\n<text text-anchor=\"middle\" x=\"644.41\" y=\"-491.51\" font-family=\"Times,serif\" font-size=\"9.00\">shift</text>\n</g>\n<!-- t_paradigms&#45;&gt;t_fedwiki -->\n<g id=\"edge45\" class=\"edge\">\n<title>t_paradigms-&gt;t_fedwiki</title>\n<path fill=\"none\" stroke=\"black\" d=\"M304.61,-541.34C337.73,-540.62 376.78,-539.77 411.52,-539.01\"/>\n<polygon fill=\"black\" stroke=\"black\" points=\"411.2,-542.52 421.12,-538.8 411.05,-535.52 411.2,-542.52\"/>\n<text text-anchor=\"middle\" x=\"359.9\" y=\"-543.59\" font-family=\"Times,serif\" font-size=\"9.00\">bring-your-own-disc</text>\n</g>\n<!-- t_power&#45;&gt;t_frustration -->\n<g id=\"edge49\" class=\"edge\">\n<title>t_power-&gt;t_frustration</title>\n<path fill=\"none\" stroke=\"black\" d=\"M1085.86,-313.95C1171.15,-308.11 1349.82,-293.06 1497.86,-262 1505.17,-260.47 1512.75,-258.6 1520.26,-256.58\"/>\n<polygon fill=\"black\" stroke=\"black\" points=\"1521.03,-260 1529.71,-253.93 1519.14,-253.26 1521.03,-260\"/>\n<text text-anchor=\"middle\" x=\"1314.17\" y=\"-317.16\" font-family=\"Times,serif\" font-size=\"9.00\">blocked</text>\n<text text-anchor=\"middle\" x=\"1314.17\" y=\"-306.36\" font-family=\"Times,serif\" font-size=\"9.00\">agency</text>\n</g>\n<!-- t_power&#45;&gt;t_scale -->\n<g id=\"edge48\" class=\"edge\">\n<title>t_power-&gt;t_scale</title>\n<path fill=\"none\" stroke=\"black\" d=\"M1085.99,-318.59C1116.55,-321.18 1155.69,-327.47 1187.46,-342.4 1223.66,-359.4 1257.52,-389.85 1280.96,-414.18\"/>\n<polygon fill=\"black\" stroke=\"black\" points=\"1278.36,-416.53 1287.76,-421.4 1283.45,-411.72 1278.36,-416.53\"/>\n<text text-anchor=\"middle\" x=\"1165.97\" y=\"-355.9\" font-family=\"Times,serif\" font-size=\"9.00\">scope of</text>\n<text text-anchor=\"middle\" x=\"1165.97\" y=\"-345.1\" font-family=\"Times,serif\" font-size=\"9.00\">influence</text>\n</g>\n<!-- t_computing&#45;&gt;t_joy -->\n<g id=\"edge50\" class=\"edge\">\n<title>t_computing-&gt;t_joy</title>\n<path fill=\"none\" stroke=\"black\" d=\"M1109.51,-147.14C1134.29,-151.94 1162.08,-157.35 1187.46,-162.4 1196.57,-164.21 1206.04,-166.11 1215.52,-168.02\"/>\n<polygon fill=\"black\" stroke=\"black\" points=\"1214.66,-171.42 1225.15,-169.97 1216.04,-164.55 1214.66,-171.42\"/>\n<text text-anchor=\"middle\" x=\"1165.97\" y=\"-175.9\" font-family=\"Times,serif\" font-size=\"9.00\">Promethean</text>\n<text text-anchor=\"middle\" x=\"1165.97\" y=\"-165.1\" font-family=\"Times,serif\" font-size=\"9.00\">insights</text>\n</g>\n<!-- t_aikido&#45;&gt;t_embodied -->\n<g id=\"edge40\" class=\"edge\">\n<title>t_aikido-&gt;t_embodied</title>\n<path fill=\"none\" stroke=\"black\" d=\"M1066.77,-818.3C1085.74,-834.96 1109.55,-858.04 1126.48,-882 1211.42,-1002.2 1273.82,-1167.19 1299.81,-1242.52\"/>\n<polygon fill=\"black\" stroke=\"black\" points=\"1296.5,-1243.63 1303.04,-1251.97 1303.12,-1241.37 1296.5,-1243.63\"/>\n<text text-anchor=\"middle\" x=\"1165.97\" y=\"-988.09\" font-family=\"Times,serif\" font-size=\"9.00\">embodied</text>\n<text text-anchor=\"middle\" x=\"1165.97\" y=\"-977.29\" font-family=\"Times,serif\" font-size=\"9.00\">practice</text>\n</g>\n<!-- t_resilience&#45;&gt;t_scale -->\n<g id=\"edge42\" class=\"edge\">\n<title>t_resilience-&gt;t_scale</title>\n<path fill=\"none\" stroke=\"black\" d=\"M1104.73,-509.62C1143.38,-498.75 1191.81,-485.13 1232.25,-473.76\"/>\n<polygon fill=\"black\" stroke=\"black\" points=\"1233.03,-477.17 1241.71,-471.1 1231.13,-470.44 1233.03,-477.17\"/>\n<text text-anchor=\"middle\" x=\"1165.97\" y=\"-510.49\" font-family=\"Times,serif\" font-size=\"9.00\">system</text>\n<text text-anchor=\"middle\" x=\"1165.97\" y=\"-499.69\" font-family=\"Times,serif\" font-size=\"9.00\">boundaries</text>\n</g>\n<!-- t_fedwiki&#45;&gt;t_bridging -->\n<g id=\"edge52\" class=\"edge\">\n<title>t_fedwiki-&gt;t_bridging</title>\n<path fill=\"none\" stroke=\"black\" d=\"M574.85,-520.91C605.77,-515.86 642.66,-512.88 675.66,-518.4 688.37,-520.53 701.65,-524.11 714.17,-528.17\"/>\n<polygon fill=\"black\" stroke=\"black\" points=\"712.92,-531.44 723.51,-531.34 715.17,-524.81 712.92,-531.44\"/>\n<text text-anchor=\"middle\" x=\"644.41\" y=\"-531.9\" font-family=\"Times,serif\" font-size=\"9.00\">cross-community</text>\n<text text-anchor=\"middle\" x=\"644.41\" y=\"-521.1\" font-family=\"Times,serif\" font-size=\"9.00\">bridge</text>\n</g>\n<!-- t_fedwiki&#45;&gt;t_community -->\n<g id=\"edge51\" class=\"edge\">\n<title>t_fedwiki-&gt;t_community</title>\n<path fill=\"none\" stroke=\"black\" d=\"M520.5,-507.87C537.76,-476.26 569.92,-427.13 613.17,-403.4 637.62,-389.98 667.33,-384.38 694.48,-382.54\"/>\n<polygon fill=\"black\" stroke=\"black\" points=\"694.61,-386.04 704.43,-382.04 694.27,-379.04 694.61,-386.04\"/>\n<text text-anchor=\"middle\" x=\"644.41\" y=\"-416.9\" font-family=\"Times,serif\" font-size=\"9.00\">shared</text>\n<text text-anchor=\"middle\" x=\"644.41\" y=\"-406.1\" font-family=\"Times,serif\" font-size=\"9.00\">journals</text>\n</g>\n<!-- t_journey_struct&#45;&gt;t_peer -->\n<g id=\"edge54\" class=\"edge\">\n<title>t_journey_struct-&gt;t_peer</title>\n<path fill=\"none\" stroke=\"black\" d=\"M595.48,-777C623.6,-777 654.68,-777 682.89,-777\"/>\n<polygon fill=\"black\" stroke=\"black\" points=\"682.85,-780.5 692.85,-777 682.85,-773.5 682.85,-780.5\"/>\n<text text-anchor=\"middle\" x=\"644.41\" y=\"-790.5\" font-family=\"Times,serif\" font-size=\"9.00\">structured</text>\n<text text-anchor=\"middle\" x=\"644.41\" y=\"-779.7\" font-family=\"Times,serif\" font-size=\"9.00\">listening</text>\n</g>\n<!-- t_journey_struct&#45;&gt;t_bridging -->\n<g id=\"edge55\" class=\"edge\">\n<title>t_journey_struct-&gt;t_bridging</title>\n<path fill=\"none\" stroke=\"black\" d=\"M526.85,-736.6C554.02,-684.2 599.83,-598.31 613.17,-588.4 627.1,-578.04 664.03,-569.3 698.92,-562.98\"/>\n<polygon fill=\"black\" stroke=\"black\" points=\"699.4,-566.45 708.65,-561.28 698.19,-559.55 699.4,-566.45\"/>\n<text text-anchor=\"middle\" x=\"644.41\" y=\"-601.9\" font-family=\"Times,serif\" font-size=\"9.00\">stories as</text>\n<text text-anchor=\"middle\" x=\"644.41\" y=\"-591.1\" font-family=\"Times,serif\" font-size=\"9.00\">bridges</text>\n</g>\n<!-- t_journey_struct&#45;&gt;t_patterns -->\n<g id=\"edge53\" class=\"edge\">\n<title>t_journey_struct-&gt;t_patterns</title>\n<path fill=\"none\" stroke=\"black\" d=\"M572.13,-804.82C607.68,-819.09 652.57,-835.95 693.66,-848 776.65,-872.34 873.29,-891.99 942.31,-904.57\"/>\n<polygon fill=\"black\" stroke=\"black\" points=\"941.62,-908 952.08,-906.34 942.87,-901.11 941.62,-908\"/>\n<text text-anchor=\"middle\" x=\"774.29\" y=\"-900.55\" font-family=\"Times,serif\" font-size=\"9.00\">patterned</text>\n<text text-anchor=\"middle\" x=\"774.29\" y=\"-889.75\" font-family=\"Times,serif\" font-size=\"9.00\">reflection</text>\n</g>\n<!-- t_bridging&#45;&gt;t_computing -->\n<g id=\"edge58\" class=\"edge\">\n<title>t_bridging-&gt;t_computing</title>\n<path fill=\"none\" stroke=\"black\" d=\"M797.55,-524.28C814.96,-501.59 838.83,-468.11 854.91,-436 909.57,-326.89 862,-267.13 943.16,-176 948.94,-169.51 955.92,-163.91 963.4,-159.11\"/>\n<polygon fill=\"black\" stroke=\"black\" points=\"964.92,-162.27 971.79,-154.2 961.39,-156.23 964.92,-162.27\"/>\n<text text-anchor=\"middle\" x=\"899.04\" y=\"-400.59\" font-family=\"Times,serif\" font-size=\"9.00\">code ↔</text>\n<text text-anchor=\"middle\" x=\"899.04\" y=\"-389.79\" font-family=\"Times,serif\" font-size=\"9.00\">experience</text>\n</g>\n<!-- t_bridging&#45;&gt;t_aikido -->\n<g id=\"edge57\" class=\"edge\">\n<title>t_bridging-&gt;t_aikido</title>\n<path fill=\"none\" stroke=\"black\" d=\"M812.17,-576.45C843.64,-598.09 889.35,-631.4 925.16,-665.2 955.19,-693.54 985.28,-729.69 1006.16,-756.31\"/>\n<polygon fill=\"black\" stroke=\"black\" points=\"1003.32,-758.35 1012.22,-764.1 1008.84,-754.06 1003.32,-758.35\"/>\n<text text-anchor=\"middle\" x=\"899.04\" y=\"-667.9\" font-family=\"Times,serif\" font-size=\"9.00\">martial ↔ org</text>\n</g>\n<!-- t_bridging&#45;&gt;t_resilience -->\n<g id=\"edge56\" class=\"edge\">\n<title>t_bridging-&gt;t_resilience</title>\n<path fill=\"none\" stroke=\"black\" d=\"M840.19,-546.23C868.82,-543.68 903.11,-540.63 934.83,-537.81\"/>\n<polygon fill=\"black\" stroke=\"black\" points=\"934.76,-541.33 944.41,-536.95 934.14,-534.35 934.76,-541.33\"/>\n<text text-anchor=\"middle\" x=\"899.04\" y=\"-545.94\" font-family=\"Times,serif\" font-size=\"9.00\">safety ↔ wiki</text>\n</g>\n<!-- t_pointing&#45;&gt;t_pov -->\n<g id=\"edge44\" class=\"edge\">\n<title>t_pointing-&gt;t_pov</title>\n<path fill=\"none\" stroke=\"black\" d=\"M587.75,-1055C617.68,-1055 651.73,-1055 682.42,-1055\"/>\n<polygon fill=\"black\" stroke=\"black\" points=\"682.05,-1058.5 692.05,-1055 682.05,-1051.5 682.05,-1058.5\"/>\n<text text-anchor=\"middle\" x=\"644.41\" y=\"-1068.5\" font-family=\"Times,serif\" font-size=\"9.00\">locates</text>\n<text text-anchor=\"middle\" x=\"644.41\" y=\"-1057.7\" font-family=\"Times,serif\" font-size=\"9.00\">view</text>\n</g>\n<!-- t_community&#45;&gt;t_frustration -->\n<g id=\"edge59\" class=\"edge\">\n<title>t_community-&gt;t_frustration</title>\n<path fill=\"none\" stroke=\"black\" stroke-dasharray=\"5,2\" d=\"M842.78,-390.66C963.06,-396.69 1220.83,-399.17 1422.87,-329 1465.68,-314.13 1510.01,-287.92 1541.75,-266.95\"/>\n<polygon fill=\"black\" stroke=\"black\" points=\"1543.56,-269.95 1549.92,-261.47 1539.66,-264.13 1543.56,-269.95\"/>\n<text text-anchor=\"middle\" x=\"1165.97\" y=\"-397.97\" font-family=\"Times,serif\" font-size=\"9.00\">holds</text>\n<text text-anchor=\"middle\" x=\"1165.97\" y=\"-387.17\" font-family=\"Times,serif\" font-size=\"9.00\">frustration</text>\n</g>\n<!-- t_community&#45;&gt;t_joy -->\n<g id=\"edge60\" class=\"edge\">\n<title>t_community-&gt;t_joy</title>\n<path fill=\"none\" stroke=\"black\" stroke-dasharray=\"5,2\" d=\"M839.5,-372.77C869.59,-363.41 903.49,-347.77 925.16,-322 947.66,-295.23 917.5,-269.16 943.16,-245.4 979.02,-212.19 1100.44,-198.19 1194.52,-192.29\"/>\n<polygon fill=\"black\" stroke=\"black\" points=\"1194.56,-195.79 1204.34,-191.7 1194.14,-188.81 1194.56,-195.79\"/>\n<text text-anchor=\"middle\" x=\"1034.82\" y=\"-258.9\" font-family=\"Times,serif\" font-size=\"9.00\">supports</text>\n<text text-anchor=\"middle\" x=\"1034.82\" y=\"-248.1\" font-family=\"Times,serif\" font-size=\"9.00\">joy</text>\n</g>\n</g>\n</svg>"},"date":1763485321617},{"type":"remove","id":"98e07c942180c650","date":1763485327769},{"id":"0927783940332562","type":"move","order":["0dc9cf97cf6863fc","ca7025f2816a9a2b","b7cdaaae41968f81","e30bcf74ddf6b101","5e9e0025b9008f2f","c039d7607b82ecaf","e5e9870307e5a2b0","59f44bd47e2e5949","e5ba3c3e2d349dda","6406026826f02136","4b7696df0d451010","0a30565e0f9b5e11","85cb040816c1db02","4983b2648afa7e17","fcadc535e55d1b6b","db9c7690ede48dde","c17d5d49a827fd00","fb9b5ebba16af03e","f360e3918775cb10","0927783940332562"],"date":1763485360034},{"item":{"type":"factory","id":"b76d27319aa69889"},"id":"b76d27319aa69889","type":"add","after":"0927783940332562","date":1763486028557},{"type":"edit","id":"b76d27319aa69889","item":{"type":"pagefold","id":"b76d27319aa69889","text":"concepts"},"date":1763486033413},{"id":"b76d27319aa69889","type":"move","order":["0dc9cf97cf6863fc","ca7025f2816a9a2b","b7cdaaae41968f81","e30bcf74ddf6b101","5e9e0025b9008f2f","c039d7607b82ecaf","e5e9870307e5a2b0","59f44bd47e2e5949","e5ba3c3e2d349dda","6406026826f02136","4b7696df0d451010","0a30565e0f9b5e11","85cb040816c1db02","4983b2648afa7e17","fcadc535e55d1b6b","db9c7690ede48dde","c17d5d49a827fd00","fb9b5ebba16af03e","b76d27319aa69889","f360e3918775cb10","0927783940332562"],"date":1763486037418},{"type":"edit","id":"0927783940332562","item":{"type":"pagefold","id":"0927783940332562","text":"reflections"},"date":1763486050049},{"item":{"type":"factory","id":"6e9efe809c3de1b3"},"id":"6e9efe809c3de1b3","type":"add","after":"0927783940332562","date":1763486054418},{"type":"edit","id":"6e9efe809c3de1b3","item":{"type":"paragraph","id":"6e9efe809c3de1b3","text":"We are all being challenged to honor Eric by deeply reflecting on his story. We are remembering our reflections here: "},"date":1763486108426},{"item":{"type":"factory","id":"33ecf8d1dd3e188a"},"id":"33ecf8d1dd3e188a","type":"add","after":"6e9efe809c3de1b3","date":1763486668751},{"type":"edit","id":"33ecf8d1dd3e188a","item":{"type":"paragraph","id":"33ecf8d1dd3e188a","text":"See also [https://dmx.ralfbarkow.ch/systems.dmx.webclient/#/topicmap/892871/topic/892916/related dmx]"},"date":1763486671155},{"id":"33ecf8d1dd3e188a","type":"move","order":["0dc9cf97cf6863fc","ca7025f2816a9a2b","b7cdaaae41968f81","e30bcf74ddf6b101","5e9e0025b9008f2f","c039d7607b82ecaf","e5e9870307e5a2b0","59f44bd47e2e5949","e5ba3c3e2d349dda","6406026826f02136","4b7696df0d451010","0a30565e0f9b5e11","85cb040816c1db02","4983b2648afa7e17","fcadc535e55d1b6b","db9c7690ede48dde","c17d5d49a827fd00","fb9b5ebba16af03e","b76d27319aa69889","f360e3918775cb10","33ecf8d1dd3e188a","0927783940332562","6e9efe809c3de1b3"],"date":1763486674484},{"type":"edit","id":"6e9efe809c3de1b3","item":{"type":"paragraph","id":"6e9efe809c3de1b3","text":"We are all being challenged to honor Eric by deeply reflecting on his story. I am remembering my reflections here: "},"date":1763486700167},{"type":"edit","id":"6e9efe809c3de1b3","item":{"type":"paragraph","id":"6e9efe809c3de1b3","text":"We are all being challenged to honor Eric by deeply reflecting on his story. I am remembering my reflection here: "},"date":1763486724851},{"item":{"type":"factory","id":"dd978ae8738a60a6"},"id":"dd978ae8738a60a6","type":"add","after":"6e9efe809c3de1b3","date":1763486838464},{"type":"edit","id":"dd978ae8738a60a6","item":{"type":"pagefold","id":"dd978ae8738a60a6","text":"related"},"date":1763486848073},{"item":{"type":"factory","id":"4eb3d015dbc63069"},"id":"4eb3d015dbc63069","type":"add","after":"dd978ae8738a60a6","date":1763486850014},{"type":"edit","id":"4eb3d015dbc63069","item":{"type":"paragraph","id":"4eb3d015dbc63069","text":"We "},"date":1763486854832},{"type":"edit","id":"6e9efe809c3de1b3","item":{"type":"paragraph","id":"6e9efe809c3de1b3","text":"We are all being challenged to honor Eric by deeply reflecting on his story. I am remembering my reflection here:"},"date":1763486856960},{"type":"add","id":"04fab3a71e9032ee","item":{"type":"paragraph","id":"04fab3a71e9032ee","text":"TBD"},"after":"6e9efe809c3de1b3","date":1763486860566},{"type":"edit","id":"4eb3d015dbc63069","item":{"type":"paragraph","id":"4eb3d015dbc63069","text":"We are capturing pages of concepts we are beginning to associate:"},"date":1763486900493},{"type":"edit","id":"4eb3d015dbc63069","item":{"type":"paragraph","id":"4eb3d015dbc63069","text":"To help me in this process of meaning making, here some pages of concepts I am beginning to associate:"},"date":1763486961073},{"type":"add","id":"8a01df809bc4de07","item":{"type":"paragraph","id":"8a01df809bc4de07","text":"TBD"},"after":"4eb3d015dbc63069","date":1763486972255},{"item":{"type":"factory","id":"fd0ac407ed31b82f"},"id":"fd0ac407ed31b82f","type":"add","after":"8a01df809bc4de07","date":1763486973913},{"type":"edit","id":"fd0ac407ed31b82f","item":{"type":"factory","id":"fd0ac407ed31b82f","text":"m"},"date":1763486978850},{"type":"edit","id":"fd0ac407ed31b82f","item":{"type":"pagefold","id":"fd0ac407ed31b82f","text":"meaning"},"date":1763486983610},{"item":{"type":"factory","id":"4cec66b2dec39379"},"id":"4cec66b2dec39379","type":"add","after":"fd0ac407ed31b82f","date":1763486985395},{"type":"edit","id":"4cec66b2dec39379","item":{"type":"paragraph","id":"4cec66b2dec39379","text":"Here is "},"date":1763486996430},{"type":"edit","id":"6e9efe809c3de1b3","item":{"type":"paragraph","id":"6e9efe809c3de1b3","text":"We are all being challenged to honor Eric by deeply reflecting on his story. I am remembering some of my reflection here:"},"date":1763487018446},{"type":"edit","id":"4cec66b2dec39379","item":{"type":"paragraph","id":"4cec66b2dec39379","text":"Here is a new meaning page I have created to share with others:"},"date":1763487064338},{"type":"add","id":"d2d561bd3f5737c9","item":{"type":"paragraph","id":"d2d561bd3f5737c9","text":"TBD"},"after":"4cec66b2dec39379","date":1763487066399},{"type":"edit","id":"8a01df809bc4de07","item":{"type":"paragraph","id":"8a01df809bc4de07","text":"[["},"date":1763487096991},{"type":"edit","id":"8a01df809bc4de07","item":{"type":"paragraph","id":"8a01df809bc4de07","text":"[[Profoundly Gifted]]"},"date":1763487383592},{"type":"edit","id":"4eb3d015dbc63069","item":{"type":"paragraph","id":"4eb3d015dbc63069","text":"To help me in this process of meaning-making, here some pages I am beginning to associate:"},"date":1763487400069},{"type":"edit","id":"04fab3a71e9032ee","item":{"type":"markdown","id":"04fab3a71e9032ee","text":"- [ ] "},"date":1763487479055},{"type":"edit","id":"04fab3a71e9032ee","item":{"type":"markdown","id":"04fab3a71e9032ee","text":"- [ ] TBD"},"date":1763487484308},{"type":"edit","id":"04fab3a71e9032ee","item":{"type":"markdown","id":"04fab3a71e9032ee","text":"- TBD"},"date":1763487492903},{"type":"edit","id":"6e9efe809c3de1b3","item":{"type":"paragraph","id":"6e9efe809c3de1b3","text":"We are all being challenged to honor Eric by deeply reflecting on his story. I am remembering some of my reflections here:"},"date":1763487499315},{"type":"edit","id":"04fab3a71e9032ee","item":{"type":"markdown","id":"04fab3a71e9032ee","text":"- POV\n- Prom"},"date":1763487537488},{"type":"edit","id":"6e9efe809c3de1b3","item":{"type":"paragraph","id":"6e9efe809c3de1b3","text":"We are all being challenged to honor Eric by deeply reflecting on his story. I am remembering some of my surprises here:"},"date":1763487548657},{"type":"edit","id":"0927783940332562","item":{"type":"pagefold","id":"0927783940332562","text":"surprises"},"date":1763487552236},{"type":"edit","id":"fd0ac407ed31b82f","item":{"type":"pagefold","id":"fd0ac407ed31b82f","text":"reflection"},"date":1763487561986},{"type":"edit","id":"04fab3a71e9032ee","item":{"type":"markdown","id":"04fab3a71e9032ee","text":"- POV\n- Prometheus narrative"},"date":1763487583582},{"type":"edit","id":"04fab3a71e9032ee","item":{"type":"markdown","id":"04fab3a71e9032ee","text":"- POV: B\n- Prometheus narrative\n- Akida as 'fake'"},"date":1763487636988},{"type":"edit","id":"04fab3a71e9032ee","item":{"type":"markdown","id":"04fab3a71e9032ee","text":"- POV and Vermeer's painting\n- Prometheus narrative\n- Akida as 'fake'"},"date":1763487652374},{"type":"edit","id":"04fab3a71e9032ee","item":{"type":"markdown","id":"04fab3a71e9032ee","text":"- POV and Vermeer's painting\n- Prometheus narrative\n- Akido as a new paradigm - a conversation"},"date":1763487726872},{"type":"add","id":"887e3af42a7d9557","item":{"type":"paragraph","id":"887e3af42a7d9557","text":"[[Eureka Moments]]"},"after":"8a01df809bc4de07","date":1763487772288},{"type":"add","id":"4213600fd3e2f534","item":{"type":"paragraph","id":"4213600fd3e2f534","text":"[[Collective Criticality]]"},"after":"887e3af42a7d9557","date":1763487828267},{"type":"edit","id":"4213600fd3e2f534","item":{"type":"paragraph","id":"4213600fd3e2f534","text":"[[Collective Patterning]]"},"date":1763487862103},{"type":"edit","id":"04fab3a71e9032ee","item":{"type":"markdown","id":"04fab3a71e9032ee","text":"- POV and Vermeer's painting [[Changing Frames]]\n- Prometheus narrative\n- Akido as a new paradigm - a conversation"},"date":1763487952125},{"type":"edit","id":"04fab3a71e9032ee","item":{"type":"markdown","id":"04fab3a71e9032ee","text":"- POV and Vermeer's painting ([[Changing Frames]])\n- Prometheus narrative\n- Akido as a new paradigm - a conversation"},"date":1763487965726},{"type":"edit","id":"6e9efe809c3de1b3","item":{"type":"paragraph","id":"6e9efe809c3de1b3","text":"We are all being challenged to honor Eric by deeply reflecting on his story. I am remembering three of my key surprises here:"},"date":1763488822973},{"type":"edit","id":"4eb3d015dbc63069","item":{"type":"paragraph","id":"4eb3d015dbc63069","text":"To help me in this process of meaning-making, here 3 pages pages I am beginning to associate:"},"date":1763488850054},{"type":"edit","id":"4eb3d015dbc63069","item":{"type":"paragraph","id":"4eb3d015dbc63069","text":"To help me in this process of meaning-making, here are three pages pages I am beginning to associate:"},"date":1763488864546},{"type":"edit","id":"04fab3a71e9032ee","item":{"type":"markdown","id":"04fab3a71e9032ee","text":"- POV and Vermeer's painting ([[Changing Frames]])\n- Prometheus narrative and frustration\n- Akido as a new paradigm - a conversation"},"date":1763488934438},{"type":"add","id":"2387870d6a01ddc8","item":{"type":"paragraph","id":"2387870d6a01ddc8","text":"Ralf provided this schematic of Eric's concepts:"},"after":"33ecf8d1dd3e188a","date":1763490298983},{"id":"2387870d6a01ddc8","type":"move","order":["0dc9cf97cf6863fc","ca7025f2816a9a2b","b7cdaaae41968f81","e30bcf74ddf6b101","5e9e0025b9008f2f","c039d7607b82ecaf","e5e9870307e5a2b0","59f44bd47e2e5949","e5ba3c3e2d349dda","6406026826f02136","4b7696df0d451010","0a30565e0f9b5e11","85cb040816c1db02","4983b2648afa7e17","fcadc535e55d1b6b","db9c7690ede48dde","c17d5d49a827fd00","fb9b5ebba16af03e","b76d27319aa69889","2387870d6a01ddc8","f360e3918775cb10","33ecf8d1dd3e188a","0927783940332562","6e9efe809c3de1b3","04fab3a71e9032ee","dd978ae8738a60a6","4eb3d015dbc63069","8a01df809bc4de07","887e3af42a7d9557","4213600fd3e2f534","fd0ac407ed31b82f","4cec66b2dec39379","d2d561bd3f5737c9"],"date":1763490302740},{"type":"edit","id":"2387870d6a01ddc8","item":{"type":"paragraph","id":"2387870d6a01ddc8","text":"After listening to Eric's video, Ralf provided this schematic of his concepts:"},"date":1763570867061},{"type":"edit","id":"2387870d6a01ddc8","item":{"type":"paragraph","id":"2387870d6a01ddc8","text":"After listening to Eric's video, Ralf provided this schematic diagram of his concepts:"},"date":1763570895288},{"type":"edit","id":"d2d561bd3f5737c9","item":{"type":"paragraph","id":"d2d561bd3f5737c9","text":"[[Developing Superintelligence]]"},"date":1763571049539},{"type":"edit","id":"db9c7690ede48dde","item":{"type":"markdown","id":"db9c7690ede48dde","text":"- [ ] I'm surprised I haven't created more explorables: See [[Search for 'Polygons']]"},"date":1763826781821},{"type":"edit","id":"db9c7690ede48dde","item":{"type":"markdown","id":"db9c7690ede48dde","text":"- [ ] I'm surprised I haven't created more explorables: "},"date":1763826795642},{"id":"13023697794473076736","type":"add","item":{"type":"graphviz","text":"strict digraph {\noverlap = false; splines=true\nlayout = dot\nnode [shape=box style=filled fillcolor=gold penwidth=2]\n1\n0\nnode [fillcolor=palegreen penwidth=1]\n0 [label=\"\\nProfoundly\nGifted\"   tooltip=\"name: Profoundly Gifted\\nsite: thompson.fed.wiki\\ndate: 11/18/2025\\ntitle: Profoundly Gifted\"]\n1 [label=\"\\nCreative\nGenius\"   tooltip=\"name: Creative Genius\\nsite: thompson.fed.wiki\\ndate: 4/30/2021\\ntitle: Creative Genius\"]\n2 [label=\"\\nMy\nCampfire\nStory\"   tooltip=\"name: My Campfire Story\\nsite: thompson.fed.wiki\\ndate: 11/22/2025\"]\n3 [label=\"\\nExigent\nPurpose\"   tooltip=\"name: Exigent Purpose\\nsite: thompson.fed.wiki\\ndate: 11/3/2025\"]\n4 [label=\"\\nChanging\nFrames\"   tooltip=\"name: Changing Frames\\nsite: thompson.fed.wiki\\ndate: 1/20/2025\"]\n5 [label=\"\\nAgentic\nLearning\"   tooltip=\"name: Agentic Learning\\ntitle: Agentic Learning\\nsite: thompson.fed.wiki\"]\n6 [label=\"\\nQuestion\nEverything\"   tooltip=\"name: Question Everything\\ntitle: Question Everything\\nsite: thompson.patterns.ustawi.wiki\"]\n7 [label=\"\\nCuriosity\"   tooltip=\"name: Curiosity\\ntitle: Curiosity\\nsite: thompson.fed.wiki\"]\n8 [label=\"\\nSalience\nNetwork\"   tooltip=\"name: Salience Network\\ntitle: Salience Network\\nsite: thompson.fed.wiki\"]\n9 [label=\"\\nHyperbook\"   tooltip=\"name: Hyperbook\\ntitle: Hyperbook\\nsite: thompson.fed.wiki\"]\n10 [label=\"\\nWhat\nis\na\nBook?\"   tooltip=\"name: What is a Book?\\ntitle: What is a Book?\\nsite: thompson.fed.wiki\"]\n2->0 [label=\"\"  labeltooltip=\"source: My Campfire Story\"]\n2->3 [label=\"\"  labeltooltip=\"source: My Campfire Story\"]\n2->4 [label=\"\"  labeltooltip=\"source: My Campfire Story\"]\n0->1 [label=\"\"  labeltooltip=\"source: My Campfire Story\"]\n5->1 [label=\"\"  labeltooltip=\"source: hub 22 creative-genius\"]\n6->1 [label=\"\"  labeltooltip=\"source: hub 22 creative-genius\"]\n1->7 [label=\"\"  labeltooltip=\"source: hub 22 creative-genius\"]\n8->7 [label=\"\"  labeltooltip=\"source: hub 22 creative-genius\"]\n9->7 [label=\"\"  labeltooltip=\"source: hub 22 creative-genius\"]\n10->7 [label=\"\"  labeltooltip=\"source: hub 22 creative-genius\"]\n}","id":"13023697794473076736","dot":"strict digraph {\noverlap = false; splines=true\nlayout = dot\nnode [shape=box style=filled fillcolor=gold penwidth=2]\n1\n0\nnode [fillcolor=palegreen penwidth=1]\n0 [label=\"\\nProfoundly\nGifted\"   tooltip=\"name: Profoundly Gifted\\nsite: thompson.fed.wiki\\ndate: 11/18/2025\\ntitle: Profoundly Gifted\"]\n1 [label=\"\\nCreative\nGenius\"   tooltip=\"name: Creative Genius\\nsite: thompson.fed.wiki\\ndate: 4/30/2021\\ntitle: Creative Genius\"]\n2 [label=\"\\nMy\nCampfire\nStory\"   tooltip=\"name: My Campfire Story\\nsite: thompson.fed.wiki\\ndate: 11/22/2025\"]\n3 [label=\"\\nExigent\nPurpose\"   tooltip=\"name: Exigent Purpose\\nsite: thompson.fed.wiki\\ndate: 11/3/2025\"]\n4 [label=\"\\nChanging\nFrames\"   tooltip=\"name: Changing Frames\\nsite: thompson.fed.wiki\\ndate: 1/20/2025\"]\n5 [label=\"\\nAgentic\nLearning\"   tooltip=\"name: Agentic Learning\\ntitle: Agentic Learning\\nsite: thompson.fed.wiki\"]\n6 [label=\"\\nQuestion\nEverything\"   tooltip=\"name: Question Everything\\ntitle: Question Everything\\nsite: thompson.patterns.ustawi.wiki\"]\n7 [label=\"\\nCuriosity\"   tooltip=\"name: Curiosity\\ntitle: Curiosity\\nsite: thompson.fed.wiki\"]\n8 [label=\"\\nSalience\nNetwork\"   tooltip=\"name: Salience Network\\ntitle: Salience Network\\nsite: thompson.fed.wiki\"]\n9 [label=\"\\nHyperbook\"   tooltip=\"name: Hyperbook\\ntitle: Hyperbook\\nsite: thompson.fed.wiki\"]\n10 [label=\"\\nWhat\nis\na\nBook?\"   tooltip=\"name: What is a Book?\\ntitle: What is a Book?\\nsite: thompson.fed.wiki\"]\n2->0 [label=\"\"  labeltooltip=\"source: My Campfire Story\"]\n2->3 [label=\"\"  labeltooltip=\"source: My Campfire Story\"]\n2->4 [label=\"\"  labeltooltip=\"source: My Campfire Story\"]\n0->1 [label=\"\"  labeltooltip=\"source: My Campfire Story\"]\n5->1 [label=\"\"  labeltooltip=\"source: hub 22 creative-genius\"]\n6->1 [label=\"\"  labeltooltip=\"source: hub 22 creative-genius\"]\n1->7 [label=\"\"  labeltooltip=\"source: hub 22 creative-genius\"]\n8->7 [label=\"\"  labeltooltip=\"source: hub 22 creative-genius\"]\n9->7 [label=\"\"  labeltooltip=\"source: hub 22 creative-genius\"]\n10->7 [label=\"\"  labeltooltip=\"source: hub 22 creative-genius\"]\n}","svg":"<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"435pt\" height=\"380pt\" viewBox=\"0.00 0.00 434.60 380.00\" style=\"max-width: 100%; height: auto;\">\n<g id=\"graph0\" class=\"graph\" transform=\"scale(1 1) rotate(0) translate(4 376)\">\n<polygon fill=\"white\" stroke=\"none\" points=\"-4,4 -4,-376 430.6,-376 430.6,4 -4,4\"/>\n<!-- 1 -->\n<g id=\"node1\" class=\"node\">\n<title>1</title>\n<g id=\"a_node1\"><a xlink:title=\"name: Creative Genius&#10;site: thompson.fed.wiki&#10;date: 4/30/2021&#10;title: Creative Genius\">\n<polygon fill=\"gold\" stroke=\"black\" stroke-width=\"2\" points=\"329.21,-151.2 265.79,-151.2 265.79,-93.6 329.21,-93.6 329.21,-151.2\"/>\n<text text-anchor=\"middle\" x=\"297.5\" y=\"-118.6\" font-family=\"Times,serif\" font-size=\"14.00\">Creative</text>\n<text text-anchor=\"middle\" x=\"297.5\" y=\"-101.8\" font-family=\"Times,serif\" font-size=\"14.00\">Genius</text>\n</a>\n</g>\n</g>\n<!-- 7 -->\n<g id=\"node8\" class=\"node\">\n<title>7</title>\n<g id=\"a_node8\"><a xlink:title=\"name: Curiosity&#10;title: Curiosity&#10;site: thompson.fed.wiki\">\n<polygon fill=\"palegreen\" stroke=\"black\" points=\"212.56,-40.8 144.44,-40.8 144.44,0 212.56,0 212.56,-40.8\"/>\n<text text-anchor=\"middle\" x=\"178.5\" y=\"-8.2\" font-family=\"Times,serif\" font-size=\"14.00\">Curiosity</text>\n</a>\n</g>\n</g>\n<!-- 1&#45;&gt;7 -->\n<g id=\"edge7\" class=\"edge\">\n<title>1-&gt;7</title>\n<path fill=\"none\" stroke=\"black\" d=\"M272.77,-92.69C267.59,-87.21 262.02,-81.67 256.5,-76.8 244.88,-66.56 231.38,-56.43 218.91,-47.69\"/>\n<polygon fill=\"black\" stroke=\"black\" points=\"221.09,-44.94 210.87,-42.15 217.12,-50.71 221.09,-44.94\"/>\n</g>\n<!-- 0 -->\n<g id=\"node2\" class=\"node\">\n<title>0</title>\n<g id=\"a_node2\"><a xlink:title=\"name: Profoundly Gifted&#10;site: thompson.fed.wiki&#10;date: 11/18/2025&#10;title: Profoundly Gifted\">\n<polygon fill=\"gold\" stroke=\"black\" stroke-width=\"2\" points=\"79,-261.6 0,-261.6 0,-204 79,-204 79,-261.6\"/>\n<text text-anchor=\"middle\" x=\"39.5\" y=\"-229\" font-family=\"Times,serif\" font-size=\"14.00\">Profoundly</text>\n<text text-anchor=\"middle\" x=\"39.5\" y=\"-212.2\" font-family=\"Times,serif\" font-size=\"14.00\">Gifted</text>\n</a>\n</g>\n</g>\n<!-- 0&#45;&gt;1 -->\n<g id=\"edge4\" class=\"edge\">\n<title>0-&gt;1</title>\n<path fill=\"none\" stroke=\"black\" d=\"M79.91,-207.23C82.44,-206.06 84.98,-204.97 87.5,-204 159.17,-176.41 189.8,-206.07 256.5,-168 260.61,-165.65 264.54,-162.75 268.23,-159.57\"/>\n<polygon fill=\"black\" stroke=\"black\" points=\"270.5,-162.25 275.28,-152.79 265.65,-157.2 270.5,-162.25\"/>\n</g>\n<!-- 2 -->\n<g id=\"node3\" class=\"node\">\n<title>2</title>\n<g id=\"a_node3\"><a xlink:title=\"name: My Campfire Story&#10;site: thompson.fed.wiki&#10;date: 11/22/2025\">\n<polygon fill=\"palegreen\" stroke=\"black\" points=\"161.93,-372 93.07,-372 93.07,-297.6 161.93,-297.6 161.93,-372\"/>\n<text text-anchor=\"middle\" x=\"127.5\" y=\"-339.4\" font-family=\"Times,serif\" font-size=\"14.00\">My</text>\n<text text-anchor=\"middle\" x=\"127.5\" y=\"-322.6\" font-family=\"Times,serif\" font-size=\"14.00\">Campfire</text>\n<text text-anchor=\"middle\" x=\"127.5\" y=\"-305.8\" font-family=\"Times,serif\" font-size=\"14.00\">Story</text>\n</a>\n</g>\n</g>\n<!-- 2&#45;&gt;0 -->\n<g id=\"edge1\" class=\"edge\">\n<title>2-&gt;0</title>\n<path fill=\"none\" stroke=\"black\" d=\"M95.23,-297.13C87.65,-288.52 79.57,-279.34 71.99,-270.72\"/>\n<polygon fill=\"black\" stroke=\"black\" points=\"74.83,-268.65 65.6,-263.46 69.58,-273.28 74.83,-268.65\"/>\n</g>\n<!-- 3 -->\n<g id=\"node4\" class=\"node\">\n<title>3</title>\n<g id=\"a_node4\"><a xlink:title=\"name: Exigent Purpose&#10;site: thompson.fed.wiki&#10;date: 11/3/2025\">\n<polygon fill=\"palegreen\" stroke=\"black\" points=\"158.06,-261.6 96.94,-261.6 96.94,-204 158.06,-204 158.06,-261.6\"/>\n<text text-anchor=\"middle\" x=\"127.5\" y=\"-229\" font-family=\"Times,serif\" font-size=\"14.00\">Exigent</text>\n<text text-anchor=\"middle\" x=\"127.5\" y=\"-212.2\" font-family=\"Times,serif\" font-size=\"14.00\">Purpose</text>\n</a>\n</g>\n</g>\n<!-- 2&#45;&gt;3 -->\n<g id=\"edge2\" class=\"edge\">\n<title>2-&gt;3</title>\n<path fill=\"none\" stroke=\"black\" d=\"M127.5,-297.13C127.5,-289.43 127.5,-281.28 127.5,-273.47\"/>\n<polygon fill=\"black\" stroke=\"black\" points=\"131,-273.52 127.5,-263.52 124,-273.52 131,-273.52\"/>\n</g>\n<!-- 4 -->\n<g id=\"node5\" class=\"node\">\n<title>4</title>\n<g id=\"a_node5\"><a xlink:title=\"name: Changing Frames&#10;site: thompson.fed.wiki&#10;date: 1/20/2025\">\n<polygon fill=\"palegreen\" stroke=\"black\" points=\"246.72,-261.6 176.28,-261.6 176.28,-204 246.72,-204 246.72,-261.6\"/>\n<text text-anchor=\"middle\" x=\"211.5\" y=\"-229\" font-family=\"Times,serif\" font-size=\"14.00\">Changing</text>\n<text text-anchor=\"middle\" x=\"211.5\" y=\"-212.2\" font-family=\"Times,serif\" font-size=\"14.00\">Frames</text>\n</a>\n</g>\n</g>\n<!-- 2&#45;&gt;4 -->\n<g id=\"edge3\" class=\"edge\">\n<title>2-&gt;4</title>\n<path fill=\"none\" stroke=\"black\" d=\"M158.3,-297.13C165.53,-288.53 173.24,-279.35 180.47,-270.74\"/>\n<polygon fill=\"black\" stroke=\"black\" points=\"183.08,-273.07 186.83,-263.16 177.72,-268.57 183.08,-273.07\"/>\n</g>\n<!-- 5 -->\n<g id=\"node6\" class=\"node\">\n<title>5</title>\n<g id=\"a_node6\"><a xlink:title=\"name: Agentic Learning&#10;title: Agentic Learning&#10;site: thompson.fed.wiki\">\n<polygon fill=\"palegreen\" stroke=\"black\" points=\"330.77,-261.6 264.23,-261.6 264.23,-204 330.77,-204 330.77,-261.6\"/>\n<text text-anchor=\"middle\" x=\"297.5\" y=\"-229\" font-family=\"Times,serif\" font-size=\"14.00\">Agentic</text>\n<text text-anchor=\"middle\" x=\"297.5\" y=\"-212.2\" font-family=\"Times,serif\" font-size=\"14.00\">Learning</text>\n</a>\n</g>\n</g>\n<!-- 5&#45;&gt;1 -->\n<g id=\"edge5\" class=\"edge\">\n<title>5-&gt;1</title>\n<path fill=\"none\" stroke=\"black\" d=\"M297.5,-203.6C297.5,-191.28 297.5,-176.6 297.5,-163.2\"/>\n<polygon fill=\"black\" stroke=\"black\" points=\"301,-163.35 297.5,-153.35 294,-163.35 301,-163.35\"/>\n</g>\n<!-- 6 -->\n<g id=\"node7\" class=\"node\">\n<title>6</title>\n<g id=\"a_node7\"><a xlink:title=\"name: Question Everything&#10;title: Question Everything&#10;site: thompson.patterns.ustawi.wiki\">\n<polygon fill=\"palegreen\" stroke=\"black\" points=\"426.6,-261.6 348.4,-261.6 348.4,-204 426.6,-204 426.6,-261.6\"/>\n<text text-anchor=\"middle\" x=\"387.5\" y=\"-229\" font-family=\"Times,serif\" font-size=\"14.00\">Question</text>\n<text text-anchor=\"middle\" x=\"387.5\" y=\"-212.2\" font-family=\"Times,serif\" font-size=\"14.00\">Everything</text>\n</a>\n</g>\n</g>\n<!-- 6&#45;&gt;1 -->\n<g id=\"edge6\" class=\"edge\">\n<title>6-&gt;1</title>\n<path fill=\"none\" stroke=\"black\" d=\"M364.09,-203.6C353.13,-190.41 339.94,-174.52 328.2,-160.37\"/>\n<polygon fill=\"black\" stroke=\"black\" points=\"331.15,-158.46 322.07,-153 325.77,-162.93 331.15,-158.46\"/>\n</g>\n<!-- 8 -->\n<g id=\"node9\" class=\"node\">\n<title>8</title>\n<g id=\"a_node9\"><a xlink:title=\"name: Salience Network&#10;title: Salience Network&#10;site: thompson.fed.wiki\">\n<polygon fill=\"palegreen\" stroke=\"black\" points=\"78.99,-151.2 14.01,-151.2 14.01,-93.6 78.99,-93.6 78.99,-151.2\"/>\n<text text-anchor=\"middle\" x=\"46.5\" y=\"-118.6\" font-family=\"Times,serif\" font-size=\"14.00\">Salience</text>\n<text text-anchor=\"middle\" x=\"46.5\" y=\"-101.8\" font-family=\"Times,serif\" font-size=\"14.00\">Network</text>\n</a>\n</g>\n</g>\n<!-- 8&#45;&gt;7 -->\n<g id=\"edge8\" class=\"edge\">\n<title>8-&gt;7</title>\n<path fill=\"none\" stroke=\"black\" d=\"M70.75,-93.36C76.31,-87.59 82.4,-81.77 88.5,-76.8 102.62,-65.3 119.32,-54.39 134.48,-45.34\"/>\n<polygon fill=\"black\" stroke=\"black\" points=\"136,-48.5 142.87,-40.44 132.47,-42.46 136,-48.5\"/>\n</g>\n<!-- 9 -->\n<g id=\"node10\" class=\"node\">\n<title>9</title>\n<g id=\"a_node10\"><a xlink:title=\"name: Hyperbook&#10;title: Hyperbook&#10;site: thompson.fed.wiki\">\n<polygon fill=\"palegreen\" stroke=\"black\" points=\"175.99,-142.8 97.01,-142.8 97.01,-102 175.99,-102 175.99,-142.8\"/>\n<text text-anchor=\"middle\" x=\"136.5\" y=\"-110.2\" font-family=\"Times,serif\" font-size=\"14.00\">Hyperbook</text>\n</a>\n</g>\n</g>\n<!-- 9&#45;&gt;7 -->\n<g id=\"edge9\" class=\"edge\">\n<title>9-&gt;7</title>\n<path fill=\"none\" stroke=\"black\" d=\"M144.8,-101.64C150.78,-87.4 158.97,-67.91 165.77,-51.7\"/>\n<polygon fill=\"black\" stroke=\"black\" points=\"168.99,-53.09 169.63,-42.51 162.53,-50.38 168.99,-53.09\"/>\n</g>\n<!-- 10 -->\n<g id=\"node11\" class=\"node\">\n<title>10</title>\n<g id=\"a_node11\"><a xlink:title=\"name: What is a Book?&#10;title: What is a Book?&#10;site: thompson.fed.wiki\">\n<polygon fill=\"palegreen\" stroke=\"black\" points=\"247.5,-168 193.5,-168 193.5,-76.8 247.5,-76.8 247.5,-168\"/>\n<text text-anchor=\"middle\" x=\"220.5\" y=\"-135.4\" font-family=\"Times,serif\" font-size=\"14.00\">What</text>\n<text text-anchor=\"middle\" x=\"220.5\" y=\"-118.6\" font-family=\"Times,serif\" font-size=\"14.00\">is</text>\n<text text-anchor=\"middle\" x=\"220.5\" y=\"-101.8\" font-family=\"Times,serif\" font-size=\"14.00\">a</text>\n<text text-anchor=\"middle\" x=\"220.5\" y=\"-85\" font-family=\"Times,serif\" font-size=\"14.00\">Book?</text>\n</a>\n</g>\n</g>\n<!-- 10&#45;&gt;7 -->\n<g id=\"edge10\" class=\"edge\">\n<title>10-&gt;7</title>\n<path fill=\"none\" stroke=\"black\" d=\"M201.59,-76.37C198.07,-67.99 194.47,-59.41 191.19,-51.61\"/>\n<polygon fill=\"black\" stroke=\"black\" points=\"194.49,-50.44 187.39,-42.58 188.04,-53.15 194.49,-50.44\"/>\n</g>\n</g>\n</svg>"},"after":"4cec66b2dec39379","attribution":{"page":"Campfire Story Pattern"},"date":1763827006956},{"id":"13417703737755914240","type":"add","item":{"type":"solo","text":"INCLUDED","aspects":[{"name":"My Campfire Story","graph":{"nodes":[{"type":"","in":[0],"out":[3],"props":{"name":"Profoundly\nGifted","site":"thompson.fed.wiki","date":1763488705125,"title":"Profoundly Gifted"}},{"type":"","in":[3],"out":[],"props":{"name":"Creative\nGenius","site":"thompson.fed.wiki","date":1619821463438,"title":"Creative Genius"}},{"type":"","in":[],"out":[0,1,2],"props":{"name":"My\nCampfire\nStory","site":"thompson.fed.wiki","date":1763826795642}},{"type":"","in":[1],"out":[],"props":{"name":"Exigent\nPurpose","site":"thompson.fed.wiki","date":1762187000364}},{"type":"","in":[2],"out":[],"props":{"name":"Changing\nFrames","site":"thompson.fed.wiki","date":1737430824385}}],"rels":[{"type":"","from":2,"to":0,"props":{"source":"My Campfire Story"}},{"type":"","from":2,"to":3,"props":{"source":"My Campfire Story"}},{"type":"","from":2,"to":4,"props":{"source":"My Campfire Story"}},{"type":"","from":0,"to":1,"props":{"source":"My Campfire Story"}}]},"label":"WALK 15 topics"},{"name":"hub 22 creative-genius","graph":{"nodes":[{"type":"","in":[0,1,2],"out":[3],"props":{"name":"Creative\nGenius","title":"Creative Genius","site":"thompson.fed.wiki"}},{"type":"","in":[],"out":[0],"props":{"name":"Profoundly\nGifted","title":"Profoundly Gifted","site":"thompson.fed.wiki"}},{"type":"","in":[],"out":[1],"props":{"name":"Agentic\nLearning","title":"Agentic Learning","site":"thompson.fed.wiki"}},{"type":"","in":[],"out":[2],"props":{"name":"Question\nEverything","title":"Question Everything","site":"thompson.patterns.ustawi.wiki"}},{"type":"","in":[3,4,5,6],"out":[],"props":{"name":"Curiosity","title":"Curiosity","site":"thompson.fed.wiki"}},{"type":"","in":[],"out":[4],"props":{"name":"Salience\nNetwork","title":"Salience Network","site":"thompson.fed.wiki"}},{"type":"","in":[],"out":[5],"props":{"name":"Hyperbook","title":"Hyperbook","site":"thompson.fed.wiki"}},{"type":"","in":[],"out":[6],"props":{"name":"What\nis\na\nBook?","title":"What is a Book?","site":"thompson.fed.wiki"}}],"rels":[{"type":"","from":1,"to":0,"props":{}},{"type":"","from":2,"to":0,"props":{"source":"hub 22 creative-genius"}},{"type":"","from":3,"to":0,"props":{"source":"hub 22 creative-genius"}},{"type":"","from":0,"to":4,"props":{"source":"hub 22 creative-genius"}},{"type":"","from":5,"to":4,"props":{"source":"hub 22 creative-genius"}},{"type":"","from":6,"to":4,"props":{"source":"hub 22 creative-genius"}},{"type":"","from":7,"to":4,"props":{"source":"hub 22 creative-genius"}}]},"label":"WALK 25 hubs"}],"id":"13417703737755914240"},"after":"13023697794473076736","attribution":{"page":"Campfire Story Pattern"},"date":1763827011806},{"type":"edit","id":"4cec66b2dec39379","item":{"type":"paragraph","id":"4cec66b2dec39379","text":"I pattern my concepts based on the associations I have made from Eric's story, finding that I quickly connect to several core concepts, known as 'hub's in our collective thinking."},"date":1763827118840},{"type":"add","id":"c645d5c677f340f5","item":{"type":"paragraph","id":"c645d5c677f340f5","text":"Selecting the fist hub found, I create a pattern of thought, seeking a story. I find it: "},"after":"4cec66b2dec39379","date":1763827158752},{"type":"edit","id":"c645d5c677f340f5","item":{"type":"paragraph","id":"c645d5c677f340f5","text":"Selecting the fist hub found, I create a pattern of thought, seeking a story. I find it, one that brings us back to the wiki as a 'creative substrate'. "},"date":1763827193714},{"type":"edit","id":"d2d561bd3f5737c9","item":{"type":"paragraph","id":"d2d561bd3f5737c9","text":"Here I have what I need to tell a story to the wiki pioneers. "},"date":1763827236821},{"type":"edit","id":"d2d561bd3f5737c9","item":{"type":"paragraph","id":"d2d561bd3f5737c9","text":"Here I have what I need to tell a little story to the wiki pioneers that they might find valuable, modeling using the wiki as a [[Sapience Engine]]."},"date":1763827306610},{"type":"edit","id":"0dc9cf97cf6863fc","item":{"type":"paragraph","id":"0dc9cf97cf6863fc","text":"Here we remember Eric's campfire story, an experiment of the wiki pioneers on 16 Nov 2025."},"date":1763829201411},{"type":"edit","id":"4cec66b2dec39379","item":{"type":"paragraph","id":"4cec66b2dec39379","text":"Using [[Pattern Machinery]] pattern my concepts based on the associations I have made from Eric's story, finding that I quickly connect to several core concepts, known as 'hub's in our collective thinking."},"date":1763844685110},{"type":"edit","id":"4cec66b2dec39379","item":{"type":"paragraph","id":"4cec66b2dec39379","text":"Using [[Pattern Machinery]] I explore concept patterns based on the associations I have made from Eric's story, finding that I quickly connect to several core concepts, known as 'hub's in our collective thinking."},"date":1763844731919},{"type":"edit","id":"4cec66b2dec39379","item":{"type":"paragraph","id":"4cec66b2dec39379","text":"Using [[Pattern Machinery]], I explore concept patterns based on the associations I have made from Eric's story, finding that I quickly connect to several core concepts, known as 'hub's in our collective thinking."},"date":1763844929051},{"type":"edit","id":"4cec66b2dec39379","item":{"type":"paragraph","id":"4cec66b2dec39379","text":"Using Pattern Machinery, I explore concept patterns based on the associations I have made from Eric's story, finding that I quickly connect to several core concepts, known as 'hub's in our collective thinking."},"date":1763846553822},{"id":"83234457057124384768","type":"add","item":{"type":"graphviz","text":"strict digraph {\noverlap = false; splines=true\nlayout = dot\nnode [shape=box style=filled fillcolor=gold penwidth=2]\n2\n1\n5\nnode [fillcolor=palegreen penwidth=1]\n0 [label=\"\\nUnbounded\nConsciousness\"   tooltip=\"name: Unbounded Consciousness\\nsite: wellspring.fed.wiki\\ndate: 1/7/2022\\ntwins: 3\"]\n1 [label=\"\\nProfoundly\nGifted\"   tooltip=\"name: Profoundly Gifted\\nsite: wellspring.fed.wiki\\ndate: 5/8/2022\\ntwins: 5\\ntitle: Profoundly Gifted\"]\n2 [label=\"\\nCreative\nGenius\"   tooltip=\"name: Creative Genius\\nsite: wellspring.fed.wiki\\ndate: 11/18/2024\\ntwins: 8\\ntitle: Creative Genius\"]\n3 [label=\"\\nAgile\"   tooltip=\"name: Agile\\nsite: dayton.fed.wiki\\ndate: 12/27/2019\\ntwins: 2\"]\n4 [label=\"\\nMy\nCampfire\nStory\"   tooltip=\"name: My Campfire Story\\nsite: thompson.fed.wiki\\ndate: 11/22/2025\"]\n5 [label=\"\\nExigent\nPurpose\"   tooltip=\"name: Exigent Purpose\\nsite: thompson.fed.wiki\\ndate: 11/3/2025\\ntwins: 2\\ntitle: Exigent Purpose\"]\n6 [label=\"\\nSapience\nEngine\"   tooltip=\"name: Sapience Engine\\nsite: wellspring.fed.wiki\\ndate: 1/23/2025\\ntwins: 4\"]\n7 [label=\"\\nUnlocking\nOur\nMinds\"   tooltip=\"name: Unlocking Our Minds\\ntitle: Unlocking Our Minds\\nsite: thompson.becoming.ustawi.wiki\"]\n8 [label=\"\\nAgentic\nLearning\"   tooltip=\"name: Agentic Learning\\ntitle: Agentic Learning\\nsite: thompson.fed.wiki\"]\n9 [label=\"\\nAudacious\nAspiration\"   tooltip=\"name: Audacious Aspiration\\ntitle: Audacious Aspiration\\nsite: dayton.fed.wiki\"]\n10 [label=\"\\nConstantly\nSeeking\"   tooltip=\"name: Constantly Seeking\\ntitle: Constantly Seeking\\nsite: kavita.becoming.ustawi.wiki\"]\n11 [label=\"\\nOrganic\nSystems\"   tooltip=\"name: Organic Systems\\ntitle: Organic Systems\\nsite: clare.genius.ustawi.wiki\"]\n12 [label=\"\\nCreative\nCuriosity\"   tooltip=\"name: Creative Curiosity\\ntitle: Creative Curiosity\\nsite: wellspring.fed.wiki\"]\n13 [label=\"\\nRelinquish\nControl\"   tooltip=\"name: Relinquish Control\\ntitle: Relinquish Control\\nsite: thompson.becoming.ustawi.wiki\"]\n14 [label=\"\\nMeaning\nMakers\"   tooltip=\"name: Meaning Makers\\ntitle: Meaning Makers\\nsite: wellspring.fed.wiki\"]\n15 [label=\"\\nAgile\nLearning\"   tooltip=\"name: Agile Learning\\ntitle: Agile Learning\\nsite: thompson.forage.ustawi.wiki\"]\n16 [label=\"\\nYamhill\nMake-a-thon\"   tooltip=\"name: Yamhill Make-a-thon\\ntitle: Yamhill Make-a-thon\\nsite: thompson.becoming.ustawi.wiki\"]\n17 [label=\"\\nMeaning\nMaking\"   tooltip=\"name: Meaning Making\\ntitle: Meaning Making\\nsite: kavita.becoming.ustawi.wiki\"]\n4->1 [label=\"\"  labeltooltip=\"source: My Campfire Story\"]\n4->5 [label=\"\"  labeltooltip=\"source: My Campfire Story\"]\n4->6 [label=\"\"  labeltooltip=\"source: My Campfire Story\"]\n1->2 [label=\"\"  labeltooltip=\"source: My Campfire Story\"]\n1->0 [label=\"\"  labeltooltip=\"source: My Campfire Story\"]\n1->3 [label=\"\"  labeltooltip=\"source: My Campfire Story\"]\n7->2 [label=\"\"  labeltooltip=\"source: hub 149 creative-genius\"]\n8->2 [label=\"\"  labeltooltip=\"source: hub 149 creative-genius\"]\n2->9 [label=\"\"  labeltooltip=\"source: hub 149 creative-genius\"]\n5->9 [label=\"\"  labeltooltip=\"source: hub 149 creative-genius\"]\n10->9 [label=\"\"  labeltooltip=\"source: hub 149 creative-genius\"]\n11->9 [label=\"\"  labeltooltip=\"source: hub 149 creative-genius\"]\n2->12 [label=\"\"  labeltooltip=\"source: hub 149 creative-genius\"]\n13->12 [label=\"\"  labeltooltip=\"source: hub 149 creative-genius\"]\n14->12 [label=\"\"  labeltooltip=\"source: hub 149 creative-genius\"]\n2->15 [label=\"\"  labeltooltip=\"source: hub 149 creative-genius\"]\n16->15 [label=\"\"  labeltooltip=\"source: hub 149 creative-genius\"]\n17->15 [label=\"\"  labeltooltip=\"source: hub 149 creative-genius\"]\n}","id":"83234457057124384768","dot":"strict digraph {\noverlap = false; splines=true\nlayout = dot\nnode [shape=box style=filled fillcolor=gold penwidth=2]\n2\n1\n5\nnode [fillcolor=palegreen penwidth=1]\n0 [label=\"\\nUnbounded\nConsciousness\"   tooltip=\"name: Unbounded Consciousness\\nsite: wellspring.fed.wiki\\ndate: 1/7/2022\\ntwins: 3\"]\n1 [label=\"\\nProfoundly\nGifted\"   tooltip=\"name: Profoundly Gifted\\nsite: wellspring.fed.wiki\\ndate: 5/8/2022\\ntwins: 5\\ntitle: Profoundly Gifted\"]\n2 [label=\"\\nCreative\nGenius\"   tooltip=\"name: Creative Genius\\nsite: wellspring.fed.wiki\\ndate: 11/18/2024\\ntwins: 8\\ntitle: Creative Genius\"]\n3 [label=\"\\nAgile\"   tooltip=\"name: Agile\\nsite: dayton.fed.wiki\\ndate: 12/27/2019\\ntwins: 2\"]\n4 [label=\"\\nMy\nCampfire\nStory\"   tooltip=\"name: My Campfire Story\\nsite: thompson.fed.wiki\\ndate: 11/22/2025\"]\n5 [label=\"\\nExigent\nPurpose\"   tooltip=\"name: Exigent Purpose\\nsite: thompson.fed.wiki\\ndate: 11/3/2025\\ntwins: 2\\ntitle: Exigent Purpose\"]\n6 [label=\"\\nSapience\nEngine\"   tooltip=\"name: Sapience Engine\\nsite: wellspring.fed.wiki\\ndate: 1/23/2025\\ntwins: 4\"]\n7 [label=\"\\nUnlocking\nOur\nMinds\"   tooltip=\"name: Unlocking Our Minds\\ntitle: Unlocking Our Minds\\nsite: thompson.becoming.ustawi.wiki\"]\n8 [label=\"\\nAgentic\nLearning\"   tooltip=\"name: Agentic Learning\\ntitle: Agentic Learning\\nsite: thompson.fed.wiki\"]\n9 [label=\"\\nAudacious\nAspiration\"   tooltip=\"name: Audacious Aspiration\\ntitle: Audacious Aspiration\\nsite: dayton.fed.wiki\"]\n10 [label=\"\\nConstantly\nSeeking\"   tooltip=\"name: Constantly Seeking\\ntitle: Constantly Seeking\\nsite: kavita.becoming.ustawi.wiki\"]\n11 [label=\"\\nOrganic\nSystems\"   tooltip=\"name: Organic Systems\\ntitle: Organic Systems\\nsite: clare.genius.ustawi.wiki\"]\n12 [label=\"\\nCreative\nCuriosity\"   tooltip=\"name: Creative Curiosity\\ntitle: Creative Curiosity\\nsite: wellspring.fed.wiki\"]\n13 [label=\"\\nRelinquish\nControl\"   tooltip=\"name: Relinquish Control\\ntitle: Relinquish Control\\nsite: thompson.becoming.ustawi.wiki\"]\n14 [label=\"\\nMeaning\nMakers\"   tooltip=\"name: Meaning Makers\\ntitle: Meaning Makers\\nsite: wellspring.fed.wiki\"]\n15 [label=\"\\nAgile\nLearning\"   tooltip=\"name: Agile Learning\\ntitle: Agile Learning\\nsite: thompson.forage.ustawi.wiki\"]\n16 [label=\"\\nYamhill\nMake-a-thon\"   tooltip=\"name: Yamhill Make-a-thon\\ntitle: Yamhill Make-a-thon\\nsite: thompson.becoming.ustawi.wiki\"]\n17 [label=\"\\nMeaning\nMaking\"   tooltip=\"name: Meaning Making\\ntitle: Meaning Making\\nsite: kavita.becoming.ustawi.wiki\"]\n4->1 [label=\"\"  labeltooltip=\"source: My Campfire Story\"]\n4->5 [label=\"\"  labeltooltip=\"source: My Campfire Story\"]\n4->6 [label=\"\"  labeltooltip=\"source: My Campfire Story\"]\n1->2 [label=\"\"  labeltooltip=\"source: My Campfire Story\"]\n1->0 [label=\"\"  labeltooltip=\"source: My Campfire Story\"]\n1->3 [label=\"\"  labeltooltip=\"source: My Campfire Story\"]\n7->2 [label=\"\"  labeltooltip=\"source: hub 149 creative-genius\"]\n8->2 [label=\"\"  labeltooltip=\"source: hub 149 creative-genius\"]\n2->9 [label=\"\"  labeltooltip=\"source: hub 149 creative-genius\"]\n5->9 [label=\"\"  labeltooltip=\"source: hub 149 creative-genius\"]\n10->9 [label=\"\"  labeltooltip=\"source: hub 149 creative-genius\"]\n11->9 [label=\"\"  labeltooltip=\"source: hub 149 creative-genius\"]\n2->12 [label=\"\"  labeltooltip=\"source: hub 149 creative-genius\"]\n13->12 [label=\"\"  labeltooltip=\"source: hub 149 creative-genius\"]\n14->12 [label=\"\"  labeltooltip=\"source: hub 149 creative-genius\"]\n2->15 [label=\"\"  labeltooltip=\"source: hub 149 creative-genius\"]\n16->15 [label=\"\"  labeltooltip=\"source: hub 149 creative-genius\"]\n17->15 [label=\"\"  labeltooltip=\"source: hub 149 creative-genius\"]\n}","svg":"<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"841pt\" height=\"380pt\" viewBox=\"0.00 0.00 841.22 380.00\" style=\"max-width: 100%; height: auto;\">\n<g id=\"graph0\" class=\"graph\" transform=\"scale(1 1) rotate(0) translate(4 376)\">\n<polygon fill=\"white\" stroke=\"none\" points=\"-4,4 -4,-376 837.22,-376 837.22,4 -4,4\"/>\n<!-- 2 -->\n<g id=\"node1\" class=\"node\">\n<title>2</title>\n<g id=\"a_node1\"><a xlink:title=\"name: Creative Genius&#10;site: wellspring.fed.wiki&#10;date: 11/18/2024&#10;twins: 8&#10;title: Creative Genius\">\n<polygon fill=\"gold\" stroke=\"black\" stroke-width=\"2\" points=\"643.05,-151.2 579.63,-151.2 579.63,-93.6 643.05,-93.6 643.05,-151.2\"/>\n<text text-anchor=\"middle\" x=\"611.34\" y=\"-118.6\" font-family=\"Times,serif\" font-size=\"14.00\">Creative</text>\n<text text-anchor=\"middle\" x=\"611.34\" y=\"-101.8\" font-family=\"Times,serif\" font-size=\"14.00\">Genius</text>\n</a>\n</g>\n</g>\n<!-- 9 -->\n<g id=\"node10\" class=\"node\">\n<title>9</title>\n<g id=\"a_node10\"><a xlink:title=\"name: Audacious Aspiration&#10;title: Audacious Aspiration&#10;site: dayton.fed.wiki\">\n<polygon fill=\"palegreen\" stroke=\"black\" points=\"255.28,-57.6 179.4,-57.6 179.4,0 255.28,0 255.28,-57.6\"/>\n<text text-anchor=\"middle\" x=\"217.34\" y=\"-25\" font-family=\"Times,serif\" font-size=\"14.00\">Audacious</text>\n<text text-anchor=\"middle\" x=\"217.34\" y=\"-8.2\" font-family=\"Times,serif\" font-size=\"14.00\">Aspiration</text>\n</a>\n</g>\n</g>\n<!-- 2&#45;&gt;9 -->\n<g id=\"edge9\" class=\"edge\">\n<title>2-&gt;9</title>\n<path fill=\"none\" stroke=\"black\" d=\"M578.89,-97.69C576.08,-96.16 573.2,-94.77 570.34,-93.6 467.51,-51.65 336.66,-37.19 266.71,-32.27\"/>\n<polygon fill=\"black\" stroke=\"black\" points=\"267.33,-28.8 257.12,-31.64 266.87,-35.79 267.33,-28.8\"/>\n</g>\n<!-- 12 -->\n<g id=\"node13\" class=\"node\">\n<title>12</title>\n<g id=\"a_node13\"><a xlink:title=\"name: Creative Curiosity&#10;title: Creative Curiosity&#10;site: wellspring.fed.wiki\">\n<polygon fill=\"palegreen\" stroke=\"black\" points=\"562.4,-57.6 494.28,-57.6 494.28,0 562.4,0 562.4,-57.6\"/>\n<text text-anchor=\"middle\" x=\"528.34\" y=\"-25\" font-family=\"Times,serif\" font-size=\"14.00\">Creative</text>\n<text text-anchor=\"middle\" x=\"528.34\" y=\"-8.2\" font-family=\"Times,serif\" font-size=\"14.00\">Curiosity</text>\n</a>\n</g>\n</g>\n<!-- 2&#45;&gt;12 -->\n<g id=\"edge13\" class=\"edge\">\n<title>2-&gt;12</title>\n<path fill=\"none\" stroke=\"black\" d=\"M585.53,-92.92C577.89,-84.48 569.41,-75.12 561.37,-66.26\"/>\n<polygon fill=\"black\" stroke=\"black\" points=\"564.17,-64.13 554.86,-59.07 558.98,-68.83 564.17,-64.13\"/>\n</g>\n<!-- 15 -->\n<g id=\"node16\" class=\"node\">\n<title>15</title>\n<g id=\"a_node16\"><a xlink:title=\"name: Agile Learning&#10;title: Agile Learning&#10;site: thompson.forage.ustawi.wiki\">\n<polygon fill=\"palegreen\" stroke=\"black\" points=\"738.6,-57.6 672.07,-57.6 672.07,0 738.6,0 738.6,-57.6\"/>\n<text text-anchor=\"middle\" x=\"705.34\" y=\"-25\" font-family=\"Times,serif\" font-size=\"14.00\">Agile</text>\n<text text-anchor=\"middle\" x=\"705.34\" y=\"-8.2\" font-family=\"Times,serif\" font-size=\"14.00\">Learning</text>\n</a>\n</g>\n</g>\n<!-- 2&#45;&gt;15 -->\n<g id=\"edge16\" class=\"edge\">\n<title>2-&gt;15</title>\n<path fill=\"none\" stroke=\"black\" d=\"M640.82,-92.67C649.56,-84.15 659.24,-74.72 668.39,-65.8\"/>\n<polygon fill=\"black\" stroke=\"black\" points=\"670.8,-68.34 675.52,-58.86 665.91,-63.33 670.8,-68.34\"/>\n</g>\n<!-- 1 -->\n<g id=\"node2\" class=\"node\">\n<title>1</title>\n<g id=\"a_node2\"><a xlink:title=\"name: Profoundly Gifted&#10;site: wellspring.fed.wiki&#10;date: 5/8/2022&#10;twins: 5&#10;title: Profoundly Gifted\">\n<polygon fill=\"gold\" stroke=\"black\" stroke-width=\"2\" points=\"259.84,-253.2 180.84,-253.2 180.84,-195.6 259.84,-195.6 259.84,-253.2\"/>\n<text text-anchor=\"middle\" x=\"220.34\" y=\"-220.6\" font-family=\"Times,serif\" font-size=\"14.00\">Profoundly</text>\n<text text-anchor=\"middle\" x=\"220.34\" y=\"-203.8\" font-family=\"Times,serif\" font-size=\"14.00\">Gifted</text>\n</a>\n</g>\n</g>\n<!-- 1&#45;&gt;2 -->\n<g id=\"edge4\" class=\"edge\">\n<title>1-&gt;2</title>\n<path fill=\"none\" stroke=\"black\" d=\"M254.63,-194.76C259.36,-191.82 264.32,-189.19 269.34,-187.2 391.27,-138.83 441.46,-195.21 568.48,-151.11\"/>\n<polygon fill=\"black\" stroke=\"black\" points=\"569.34,-154.52 577.55,-147.82 566.95,-147.94 569.34,-154.52\"/>\n</g>\n<!-- 0 -->\n<g id=\"node4\" class=\"node\">\n<title>0</title>\n<g id=\"a_node4\"><a xlink:title=\"name: Unbounded Consciousness&#10;site: wellspring.fed.wiki&#10;date: 1/7/2022&#10;twins: 3\">\n<polygon fill=\"palegreen\" stroke=\"black\" points=\"216.56,-151.2 118.11,-151.2 118.11,-93.6 216.56,-93.6 216.56,-151.2\"/>\n<text text-anchor=\"middle\" x=\"167.34\" y=\"-118.6\" font-family=\"Times,serif\" font-size=\"14.00\">Unbounded</text>\n<text text-anchor=\"middle\" x=\"167.34\" y=\"-101.8\" font-family=\"Times,serif\" font-size=\"14.00\">Consciousness</text>\n</a>\n</g>\n</g>\n<!-- 1&#45;&gt;0 -->\n<g id=\"edge5\" class=\"edge\">\n<title>1-&gt;0</title>\n<path fill=\"none\" stroke=\"black\" d=\"M205.15,-194.74C199.62,-184.32 193.29,-172.36 187.4,-161.26\"/>\n<polygon fill=\"black\" stroke=\"black\" points=\"190.65,-159.9 182.87,-152.71 184.46,-163.18 190.65,-159.9\"/>\n</g>\n<!-- 3 -->\n<g id=\"node5\" class=\"node\">\n<title>3</title>\n<g id=\"a_node5\"><a xlink:title=\"name: Agile&#10;site: dayton.fed.wiki&#10;date: 12/27/2019&#10;twins: 2\">\n<polygon fill=\"palegreen\" stroke=\"black\" points=\"288.34,-142.8 234.34,-142.8 234.34,-102 288.34,-102 288.34,-142.8\"/>\n<text text-anchor=\"middle\" x=\"261.34\" y=\"-110.2\" font-family=\"Times,serif\" font-size=\"14.00\">Agile</text>\n</a>\n</g>\n</g>\n<!-- 1&#45;&gt;3 -->\n<g id=\"edge6\" class=\"edge\">\n<title>1-&gt;3</title>\n<path fill=\"none\" stroke=\"black\" d=\"M232.09,-194.74C237.37,-181.85 243.62,-166.62 248.98,-153.55\"/>\n<polygon fill=\"black\" stroke=\"black\" points=\"252.1,-155.16 252.65,-144.58 245.62,-152.51 252.1,-155.16\"/>\n</g>\n<!-- 5 -->\n<g id=\"node3\" class=\"node\">\n<title>5</title>\n<g id=\"a_node3\"><a xlink:title=\"name: Exigent Purpose&#10;site: thompson.fed.wiki&#10;date: 11/3/2025&#10;twins: 2&#10;title: Exigent Purpose\">\n<polygon fill=\"gold\" stroke=\"black\" stroke-width=\"2\" points=\"141.89,-253.2 80.78,-253.2 80.78,-195.6 141.89,-195.6 141.89,-253.2\"/>\n<text text-anchor=\"middle\" x=\"111.34\" y=\"-220.6\" font-family=\"Times,serif\" font-size=\"14.00\">Exigent</text>\n<text text-anchor=\"middle\" x=\"111.34\" y=\"-203.8\" font-family=\"Times,serif\" font-size=\"14.00\">Purpose</text>\n</a>\n</g>\n</g>\n<!-- 5&#45;&gt;9 -->\n<g id=\"edge10\" class=\"edge\">\n<title>5-&gt;9</title>\n<path fill=\"none\" stroke=\"black\" d=\"M102.98,-194.76C96.62,-166.99 91.63,-124.62 109.34,-93.6 122.2,-71.07 146.48,-55.69 168.76,-45.69\"/>\n<polygon fill=\"black\" stroke=\"black\" points=\"169.88,-49.01 177.75,-41.92 167.18,-42.56 169.88,-49.01\"/>\n</g>\n<!-- 4 -->\n<g id=\"node6\" class=\"node\">\n<title>4</title>\n<g id=\"a_node6\"><a xlink:title=\"name: My Campfire Story&#10;site: thompson.fed.wiki&#10;date: 11/22/2025\">\n<polygon fill=\"palegreen\" stroke=\"black\" points=\"254.77,-372 185.9,-372 185.9,-297.6 254.77,-297.6 254.77,-372\"/>\n<text text-anchor=\"middle\" x=\"220.34\" y=\"-339.4\" font-family=\"Times,serif\" font-size=\"14.00\">My</text>\n<text text-anchor=\"middle\" x=\"220.34\" y=\"-322.6\" font-family=\"Times,serif\" font-size=\"14.00\">Campfire</text>\n<text text-anchor=\"middle\" x=\"220.34\" y=\"-305.8\" font-family=\"Times,serif\" font-size=\"14.00\">Story</text>\n</a>\n</g>\n</g>\n<!-- 4&#45;&gt;1 -->\n<g id=\"edge1\" class=\"edge\">\n<title>4-&gt;1</title>\n<path fill=\"none\" stroke=\"black\" d=\"M220.34,-297.1C220.34,-286.93 220.34,-275.83 220.34,-265.47\"/>\n<polygon fill=\"black\" stroke=\"black\" points=\"223.84,-265.7 220.34,-255.7 216.84,-265.7 223.84,-265.7\"/>\n</g>\n<!-- 4&#45;&gt;5 -->\n<g id=\"edge2\" class=\"edge\">\n<title>4-&gt;5</title>\n<path fill=\"none\" stroke=\"black\" d=\"M185.55,-299.2C173.6,-287.32 160.2,-273.99 148.1,-261.96\"/>\n<polygon fill=\"black\" stroke=\"black\" points=\"150.6,-259.51 141.04,-254.94 145.66,-264.47 150.6,-259.51\"/>\n</g>\n<!-- 6 -->\n<g id=\"node7\" class=\"node\">\n<title>6</title>\n<g id=\"a_node7\"><a xlink:title=\"name: Sapience Engine&#10;site: wellspring.fed.wiki&#10;date: 1/23/2025&#10;twins: 4\">\n<polygon fill=\"palegreen\" stroke=\"black\" points=\"344.6,-253.2 278.07,-253.2 278.07,-195.6 344.6,-195.6 344.6,-253.2\"/>\n<text text-anchor=\"middle\" x=\"311.34\" y=\"-220.6\" font-family=\"Times,serif\" font-size=\"14.00\">Sapience</text>\n<text text-anchor=\"middle\" x=\"311.34\" y=\"-203.8\" font-family=\"Times,serif\" font-size=\"14.00\">Engine</text>\n</a>\n</g>\n</g>\n<!-- 4&#45;&gt;6 -->\n<g id=\"edge3\" class=\"edge\">\n<title>4-&gt;6</title>\n<path fill=\"none\" stroke=\"black\" d=\"M251.15,-297.1C260.59,-285.86 270.97,-273.49 280.42,-262.23\"/>\n<polygon fill=\"black\" stroke=\"black\" points=\"283.03,-264.56 286.78,-254.65 277.67,-260.06 283.03,-264.56\"/>\n</g>\n<!-- 7 -->\n<g id=\"node8\" class=\"node\">\n<title>7</title>\n<g id=\"a_node8\"><a xlink:title=\"name: Unlocking Our Minds&#10;title: Unlocking Our Minds&#10;site: thompson.becoming.ustawi.wiki\">\n<polygon fill=\"palegreen\" stroke=\"black\" points=\"692.89,-261.6 617.79,-261.6 617.79,-187.2 692.89,-187.2 692.89,-261.6\"/>\n<text text-anchor=\"middle\" x=\"655.34\" y=\"-229\" font-family=\"Times,serif\" font-size=\"14.00\">Unlocking</text>\n<text text-anchor=\"middle\" x=\"655.34\" y=\"-212.2\" font-family=\"Times,serif\" font-size=\"14.00\">Our</text>\n<text text-anchor=\"middle\" x=\"655.34\" y=\"-195.4\" font-family=\"Times,serif\" font-size=\"14.00\">Minds</text>\n</a>\n</g>\n</g>\n<!-- 7&#45;&gt;2 -->\n<g id=\"edge7\" class=\"edge\">\n<title>7-&gt;2</title>\n<path fill=\"none\" stroke=\"black\" d=\"M639.2,-186.73C635.69,-178.75 631.96,-170.27 628.41,-162.21\"/>\n<polygon fill=\"black\" stroke=\"black\" points=\"631.73,-161.05 624.5,-153.31 625.32,-163.87 631.73,-161.05\"/>\n</g>\n<!-- 8 -->\n<g id=\"node9\" class=\"node\">\n<title>8</title>\n<g id=\"a_node9\"><a xlink:title=\"name: Agentic Learning&#10;title: Agentic Learning&#10;site: thompson.fed.wiki\">\n<polygon fill=\"palegreen\" stroke=\"black\" points=\"599.6,-253.2 533.07,-253.2 533.07,-195.6 599.6,-195.6 599.6,-253.2\"/>\n<text text-anchor=\"middle\" x=\"566.34\" y=\"-220.6\" font-family=\"Times,serif\" font-size=\"14.00\">Agentic</text>\n<text text-anchor=\"middle\" x=\"566.34\" y=\"-203.8\" font-family=\"Times,serif\" font-size=\"14.00\">Learning</text>\n</a>\n</g>\n</g>\n<!-- 8&#45;&gt;2 -->\n<g id=\"edge8\" class=\"edge\">\n<title>8-&gt;2</title>\n<path fill=\"none\" stroke=\"black\" d=\"M578.99,-195.28C583.6,-185.03 588.9,-173.26 593.85,-162.25\"/>\n<polygon fill=\"black\" stroke=\"black\" points=\"596.93,-163.94 597.84,-153.38 590.55,-161.07 596.93,-163.94\"/>\n</g>\n<!-- 10 -->\n<g id=\"node11\" class=\"node\">\n<title>10</title>\n<g id=\"a_node11\"><a xlink:title=\"name: Constantly Seeking&#10;title: Constantly Seeking&#10;site: kavita.becoming.ustawi.wiki\">\n<polygon fill=\"palegreen\" stroke=\"black\" points=\"382.67,-151.2 306,-151.2 306,-93.6 382.67,-93.6 382.67,-151.2\"/>\n<text text-anchor=\"middle\" x=\"344.34\" y=\"-118.6\" font-family=\"Times,serif\" font-size=\"14.00\">Constantly</text>\n<text text-anchor=\"middle\" x=\"344.34\" y=\"-101.8\" font-family=\"Times,serif\" font-size=\"14.00\">Seeking</text>\n</a>\n</g>\n</g>\n<!-- 10&#45;&gt;9 -->\n<g id=\"edge11\" class=\"edge\">\n<title>10-&gt;9</title>\n<path fill=\"none\" stroke=\"black\" d=\"M305.54,-93.42C292.62,-84.1 278.09,-73.61 264.6,-63.89\"/>\n<polygon fill=\"black\" stroke=\"black\" points=\"266.84,-61.19 256.69,-58.18 262.75,-66.87 266.84,-61.19\"/>\n</g>\n<!-- 11 -->\n<g id=\"node12\" class=\"node\">\n<title>11</title>\n<g id=\"a_node12\"><a xlink:title=\"name: Organic Systems&#10;title: Organic Systems&#10;site: clare.genius.ustawi.wiki\">\n<polygon fill=\"palegreen\" stroke=\"black\" points=\"62.68,-151.2 0,-151.2 0,-93.6 62.68,-93.6 62.68,-151.2\"/>\n<text text-anchor=\"middle\" x=\"31.34\" y=\"-118.6\" font-family=\"Times,serif\" font-size=\"14.00\">Organic</text>\n<text text-anchor=\"middle\" x=\"31.34\" y=\"-101.8\" font-family=\"Times,serif\" font-size=\"14.00\">Systems</text>\n</a>\n</g>\n</g>\n<!-- 11&#45;&gt;9 -->\n<g id=\"edge12\" class=\"edge\">\n<title>11-&gt;9</title>\n<path fill=\"none\" stroke=\"black\" d=\"M63,-101.14C67.43,-98.51 71.96,-95.93 76.34,-93.6 106.28,-77.66 140.98,-61.93 168.46,-50.07\"/>\n<polygon fill=\"black\" stroke=\"black\" points=\"169.79,-53.31 177.61,-46.16 167.04,-46.88 169.79,-53.31\"/>\n</g>\n<!-- 13 -->\n<g id=\"node14\" class=\"node\">\n<title>13</title>\n<g id=\"a_node14\"><a xlink:title=\"name: Relinquish Control&#10;title: Relinquish Control&#10;site: thompson.becoming.ustawi.wiki\">\n<polygon fill=\"palegreen\" stroke=\"black\" points=\"477.67,-151.2 401,-151.2 401,-93.6 477.67,-93.6 477.67,-151.2\"/>\n<text text-anchor=\"middle\" x=\"439.34\" y=\"-118.6\" font-family=\"Times,serif\" font-size=\"14.00\">Relinquish</text>\n<text text-anchor=\"middle\" x=\"439.34\" y=\"-101.8\" font-family=\"Times,serif\" font-size=\"14.00\">Control</text>\n</a>\n</g>\n</g>\n<!-- 13&#45;&gt;12 -->\n<g id=\"edge14\" class=\"edge\">\n<title>13-&gt;12</title>\n<path fill=\"none\" stroke=\"black\" d=\"M466.52,-93.42C474.9,-84.8 484.25,-75.18 493.08,-66.09\"/>\n<polygon fill=\"black\" stroke=\"black\" points=\"495.5,-68.62 499.96,-59.01 490.48,-63.74 495.5,-68.62\"/>\n</g>\n<!-- 14 -->\n<g id=\"node15\" class=\"node\">\n<title>14</title>\n<g id=\"a_node15\"><a xlink:title=\"name: Meaning Makers&#10;title: Meaning Makers&#10;site: wellspring.fed.wiki\">\n<polygon fill=\"palegreen\" stroke=\"black\" points=\"561.22,-151.2 495.46,-151.2 495.46,-93.6 561.22,-93.6 561.22,-151.2\"/>\n<text text-anchor=\"middle\" x=\"528.34\" y=\"-118.6\" font-family=\"Times,serif\" font-size=\"14.00\">Meaning</text>\n<text text-anchor=\"middle\" x=\"528.34\" y=\"-101.8\" font-family=\"Times,serif\" font-size=\"14.00\">Makers</text>\n</a>\n</g>\n</g>\n<!-- 14&#45;&gt;12 -->\n<g id=\"edge15\" class=\"edge\">\n<title>14-&gt;12</title>\n<path fill=\"none\" stroke=\"black\" d=\"M528.34,-93.42C528.34,-85.77 528.34,-77.33 528.34,-69.17\"/>\n<polygon fill=\"black\" stroke=\"black\" points=\"531.84,-69.44 528.34,-59.44 524.84,-69.44 531.84,-69.44\"/>\n</g>\n<!-- 16 -->\n<g id=\"node17\" class=\"node\">\n<title>16</title>\n<g id=\"a_node17\"><a xlink:title=\"name: Yamhill Make-a-thon&#10;title: Yamhill Make-a-thon&#10;site: thompson.becoming.ustawi.wiki\">\n<polygon fill=\"palegreen\" stroke=\"black\" points=\"749.49,-151.2 661.19,-151.2 661.19,-93.6 749.49,-93.6 749.49,-151.2\"/>\n<text text-anchor=\"middle\" x=\"705.34\" y=\"-118.6\" font-family=\"Times,serif\" font-size=\"14.00\">Yamhill</text>\n<text text-anchor=\"middle\" x=\"705.34\" y=\"-101.8\" font-family=\"Times,serif\" font-size=\"14.00\">Make-a-thon</text>\n</a>\n</g>\n</g>\n<!-- 16&#45;&gt;15 -->\n<g id=\"edge17\" class=\"edge\">\n<title>16-&gt;15</title>\n<path fill=\"none\" stroke=\"black\" d=\"M705.34,-93.42C705.34,-85.77 705.34,-77.33 705.34,-69.17\"/>\n<polygon fill=\"black\" stroke=\"black\" points=\"708.84,-69.44 705.34,-59.44 701.84,-69.44 708.84,-69.44\"/>\n</g>\n<!-- 17 -->\n<g id=\"node18\" class=\"node\">\n<title>17</title>\n<g id=\"a_node18\"><a xlink:title=\"name: Meaning Making&#10;title: Meaning Making&#10;site: kavita.becoming.ustawi.wiki\">\n<polygon fill=\"palegreen\" stroke=\"black\" points=\"833.22,-151.2 767.46,-151.2 767.46,-93.6 833.22,-93.6 833.22,-151.2\"/>\n<text text-anchor=\"middle\" x=\"800.34\" y=\"-118.6\" font-family=\"Times,serif\" font-size=\"14.00\">Meaning</text>\n<text text-anchor=\"middle\" x=\"800.34\" y=\"-101.8\" font-family=\"Times,serif\" font-size=\"14.00\">Making</text>\n</a>\n</g>\n</g>\n<!-- 17&#45;&gt;15 -->\n<g id=\"edge18\" class=\"edge\">\n<title>17-&gt;15</title>\n<path fill=\"none\" stroke=\"black\" d=\"M771.06,-93.17C762.12,-84.55 752.17,-74.95 742.76,-65.89\"/>\n<polygon fill=\"black\" stroke=\"black\" points=\"745.4,-63.57 735.77,-59.15 740.54,-68.61 745.4,-63.57\"/>\n</g>\n</g>\n</svg>"},"after":"c645d5c677f340f5","date":1763846760356},{"type":"remove","id":"13023697794473076736","date":1763846773995},{"id":"37597921150158012416","type":"add","item":{"type":"solo","text":"INCLUDED","aspects":[{"name":"My Campfire Story","graph":{"nodes":[{"type":"","in":[4],"out":[],"props":{"name":"Unbounded\nConsciousness","site":"wellspring.fed.wiki","date":1641588605358,"twins":3}},{"type":"","in":[0],"out":[3,4,5],"props":{"name":"Profoundly\nGifted","site":"wellspring.fed.wiki","date":1652063317034,"twins":5,"title":"Profoundly Gifted"}},{"type":"","in":[3],"out":[],"props":{"name":"Creative\nGenius","site":"wellspring.fed.wiki","date":1731953529504,"twins":8,"title":"Creative Genius"}},{"type":"","in":[5],"out":[],"props":{"name":"Agile","site":"dayton.fed.wiki","date":1577467024895,"twins":2}},{"type":"","in":[],"out":[0,1,2],"props":{"name":"My\nCampfire\nStory","site":"thompson.fed.wiki","date":1763846553822}},{"type":"","in":[1],"out":[],"props":{"name":"Exigent\nPurpose","site":"thompson.fed.wiki","date":1762187000364,"twins":2,"title":"Exigent Purpose"}},{"type":"","in":[2],"out":[],"props":{"name":"Sapience\nEngine","site":"wellspring.fed.wiki","date":1737653799605,"twins":4}}],"rels":[{"type":"","from":4,"to":1,"props":{"source":"My Campfire Story"}},{"type":"","from":4,"to":5,"props":{"source":"My Campfire Story"}},{"type":"","from":4,"to":6,"props":{"source":"My Campfire Story"}},{"type":"","from":1,"to":2,"props":{"source":"My Campfire Story"}},{"type":"","from":1,"to":0,"props":{"source":"My Campfire Story"}},{"type":"","from":1,"to":3,"props":{"source":"My Campfire Story"}}]},"label":"WALK 15 topics"},{"name":"hub 149 creative-genius","graph":{"nodes":[{"type":"","in":[0,1,2],"out":[3,7,9,11,14],"props":{"name":"Creative\nGenius","title":"Creative Genius","site":"wellspring.fed.wiki"}},{"type":"","in":[],"out":[0],"props":{"name":"Profoundly\nGifted","title":"Profoundly Gifted","site":"thompson.fed.wiki"}},{"type":"","in":[],"out":[1],"props":{"name":"Unlocking\nOur\nMinds","title":"Unlocking Our Minds","site":"thompson.becoming.ustawi.wiki"}},{"type":"","in":[],"out":[2],"props":{"name":"Agentic\nLearning","title":"Agentic Learning","site":"thompson.fed.wiki"}},{"type":"","in":[3,4,5,6],"out":[],"props":{"name":"Audacious\nAspiration","title":"Audacious Aspiration","site":"dayton.fed.wiki"}},{"type":"","in":[],"out":[4],"props":{"name":"Exigent\nPurpose","title":"Exigent Purpose","site":"thompson.fed.wiki"}},{"type":"","in":[],"out":[5],"props":{"name":"Constantly\nSeeking","title":"Constantly Seeking","site":"kavita.becoming.ustawi.wiki"}},{"type":"","in":[],"out":[6],"props":{"name":"Organic\nSystems","title":"Organic Systems","site":"clare.genius.ustawi.wiki"}},{"type":"","in":[7,8,9,10],"out":[],"props":{"name":"Creative\nCuriosity","title":"Creative Curiosity","site":"wellspring.fed.wiki"}},{"type":"","in":[],"out":[8],"props":{"name":"Relinquish\nControl","title":"Relinquish Control","site":"thompson.becoming.ustawi.wiki"}},{"type":"","in":[],"out":[10],"props":{"name":"Meaning\nMakers","title":"Meaning Makers","site":"wellspring.fed.wiki"}},{"type":"","in":[11,12,13,14],"out":[],"props":{"name":"Agile\nLearning","title":"Agile Learning","site":"thompson.forage.ustawi.wiki"}},{"type":"","in":[],"out":[12],"props":{"name":"Yamhill\nMake-a-thon","title":"Yamhill Make-a-thon","site":"thompson.becoming.ustawi.wiki"}},{"type":"","in":[],"out":[13],"props":{"name":"Meaning\nMaking","title":"Meaning Making","site":"kavita.becoming.ustawi.wiki"}}],"rels":[{"type":"","from":1,"to":0,"props":{}},{"type":"","from":2,"to":0,"props":{"source":"hub 149 creative-genius"}},{"type":"","from":3,"to":0,"props":{"source":"hub 149 creative-genius"}},{"type":"","from":0,"to":4,"props":{"source":"hub 149 creative-genius"}},{"type":"","from":5,"to":4,"props":{"source":"hub 149 creative-genius"}},{"type":"","from":6,"to":4,"props":{"source":"hub 149 creative-genius"}},{"type":"","from":7,"to":4,"props":{"source":"hub 149 creative-genius"}},{"type":"","from":0,"to":8,"props":{"source":"hub 149 creative-genius"}},{"type":"","from":9,"to":8,"props":{"source":"hub 149 creative-genius"}},{"type":"","from":0,"to":8,"props":{}},{"type":"","from":10,"to":8,"props":{"source":"hub 149 creative-genius"}},{"type":"","from":0,"to":11,"props":{"source":"hub 149 creative-genius"}},{"type":"","from":12,"to":11,"props":{"source":"hub 149 creative-genius"}},{"type":"","from":13,"to":11,"props":{"source":"hub 149 creative-genius"}},{"type":"","from":0,"to":11,"props":{}}]},"label":"WALK 25 hubs"}],"id":"37597921150158012416"},"after":"83234457057124384768","date":1763846777421},{"type":"remove","id":"13417703737755914240","date":1763846780179},{"item":{"type":"factory","id":"d5ebb5263e9fc631"},"id":"d5ebb5263e9fc631","type":"add","after":"d2d561bd3f5737c9","date":1763846831944},{"type":"edit","id":"d5ebb5263e9fc631","item":{"type":"paragraph","id":"d5ebb5263e9fc631","text":"[[Beyond Frustration]]"},"date":1763846840112},{"item":{"type":"factory","id":"0f8418ecc03b5fff"},"id":"0f8418ecc03b5fff","type":"add","after":"d5ebb5263e9fc631","date":1763846842307},{"type":"edit","id":"0f8418ecc03b5fff","item":{"type":"paragraph","id":"0f8418ecc03b5fff","text":"I'm now ready to write my page:"},"date":1763846870333},{"id":"0f8418ecc03b5fff","type":"move","order":["0dc9cf97cf6863fc","ca7025f2816a9a2b","b7cdaaae41968f81","e30bcf74ddf6b101","5e9e0025b9008f2f","c039d7607b82ecaf","e5e9870307e5a2b0","59f44bd47e2e5949","e5ba3c3e2d349dda","6406026826f02136","4b7696df0d451010","0a30565e0f9b5e11","85cb040816c1db02","4983b2648afa7e17","fcadc535e55d1b6b","db9c7690ede48dde","c17d5d49a827fd00","fb9b5ebba16af03e","b76d27319aa69889","2387870d6a01ddc8","f360e3918775cb10","33ecf8d1dd3e188a","0927783940332562","6e9efe809c3de1b3","04fab3a71e9032ee","dd978ae8738a60a6","4eb3d015dbc63069","8a01df809bc4de07","887e3af42a7d9557","4213600fd3e2f534","fd0ac407ed31b82f","4cec66b2dec39379","c645d5c677f340f5","83234457057124384768","37597921150158012416","d2d561bd3f5737c9","0f8418ecc03b5fff","d5ebb5263e9fc631"],"date":1763846873160},{"type":"edit","id":"0f8418ecc03b5fff","item":{"type":"paragraph","id":"0f8418ecc03b5fff","text":"I'm now feeling ready to write my page:"},"date":1763846888210},{"type":"edit","id":"d5ebb5263e9fc631","item":{"type":"paragraph","id":"d5ebb5263e9fc631","text":"[[Breaking Free]]"},"date":1763847049713},{"type":"edit","id":"4eb3d015dbc63069","item":{"type":"paragraph","id":"4eb3d015dbc63069","text":"To help me in this process of meaning-making, here are three pages pages that I associate:"},"date":1763911113986},{"type":"edit","id":"4cec66b2dec39379","item":{"type":"paragraph","id":"4cec66b2dec39379","text":"Using wiki's pattern machinery, I explore concept patterns based on the associations I have made from Eric's story, finding that I quickly connect to several core concepts, known as 'hub's in our collective thinking."},"date":1763911145535},{"type":"edit","id":"4cec66b2dec39379","item":{"type":"paragraph","id":"4cec66b2dec39379","text":"Using wiki's pattern machinery, I explore concept patterns that unfold from my associations. As I connect to hub concepts, I see this pattern related to one of them, creative genius. "},"date":1763911248356},{"type":"remove","id":"c645d5c677f340f5","date":1763911267836},{"type":"edit","id":"0f8418ecc03b5fff","item":{"type":"paragraph","id":"0f8418ecc03b5fff","text":"I'm now feeling ready to write my new page:"},"date":1763911314675},{"type":"edit","id":"0f8418ecc03b5fff","item":{"type":"paragraph","id":"0f8418ecc03b5fff","text":"I'm now feeling challenged to write my new page:"},"date":1763911589896},{"type":"edit","id":"0f8418ecc03b5fff","item":{"type":"paragraph","id":"0f8418ecc03b5fff","text":"I'm now feeling challenged to write a new page:"},"date":1763911597279},{"type":"edit","id":"4cec66b2dec39379","item":{"type":"paragraph","id":"4cec66b2dec39379","text":"Using wiki's pattern machinery, I explore concept patterns that unfold from my associations. As I connect to hub concepts from our noosphere, I see this pattern related to one of them, creative genius. "},"date":1763912223162},{"type":"edit","id":"0f8418ecc03b5fff","item":{"type":"paragraph","id":"0f8418ecc03b5fff","text":"I'm now compelled to write a new page to remember the feeling of this insight. "},"date":1763912289338},{"type":"edit","id":"4eb3d015dbc63069","item":{"type":"paragraph","id":"4eb3d015dbc63069","text":"To help me in this process of meaning-making, I associate three pages pages:"},"date":1763912474972},{"type":"edit","id":"4eb3d015dbc63069","item":{"type":"paragraph","id":"4eb3d015dbc63069","text":"To help me in this process of meaning-making, I associate three pages:"},"date":1763912482265},{"type":"edit","id":"4cec66b2dec39379","item":{"type":"paragraph","id":"4cec66b2dec39379","text":"Using wiki's pattern machinery, I explore patterns that unfold from my associations. As I connect to hub concepts from our noosphere, I see this pattern related to one of them, creative genius. "},"date":1763913093670},{"type":"edit","id":"6e9efe809c3de1b3","item":{"type":"paragraph","id":"6e9efe809c3de1b3","text":"Marc challenged us to honor Eric by deeply reflecting on his story over the following week. As I did so, I remembered my three key surprises:"},"date":1763913352979},{"type":"edit","id":"4eb3d015dbc63069","item":{"type":"paragraph","id":"4eb3d015dbc63069","text":"To help me in my process of meaning-making, I associate three pages:"},"date":1763913388623},{"type":"edit","id":"4eb3d015dbc63069","item":{"type":"paragraph","id":"4eb3d015dbc63069","text":"As an integral step in my process of meaning-making, I associate three pages:"},"date":1763913435789},{"type":"edit","id":"4cec66b2dec39379","item":{"type":"paragraph","id":"4cec66b2dec39379","text":"Using wiki's pattern machinery, I then explore patterns that unfold from my associations. As I connect to hub concepts from our noosphere, I see this pattern related to one of them, creative genius. "},"date":1763913472540},{"type":"edit","id":"fd0ac407ed31b82f","item":{"type":"pagefold","id":"fd0ac407ed31b82f","text":"patterning"},"date":1763913481036},{"type":"fork","date":1763913546061},{"item":{"type":"factory","id":"ea07fb6926e29610"},"id":"ea07fb6926e29610","type":"add","after":"d5ebb5263e9fc631","date":1763913562389},{"type":"edit","id":"ea07fb6926e29610","item":{"type":"pagefold","id":"ea07fb6926e29610","text":"meanin"},"date":1763913570156},{"type":"edit","id":"ea07fb6926e29610","item":{"type":"pagefold","id":"ea07fb6926e29610","text":"meaning"},"date":1763913574068},{"id":"ea07fb6926e29610","type":"move","order":["0dc9cf97cf6863fc","ca7025f2816a9a2b","b7cdaaae41968f81","e30bcf74ddf6b101","5e9e0025b9008f2f","c039d7607b82ecaf","e5e9870307e5a2b0","59f44bd47e2e5949","e5ba3c3e2d349dda","6406026826f02136","4b7696df0d451010","0a30565e0f9b5e11","85cb040816c1db02","4983b2648afa7e17","fcadc535e55d1b6b","db9c7690ede48dde","c17d5d49a827fd00","fb9b5ebba16af03e","b76d27319aa69889","2387870d6a01ddc8","f360e3918775cb10","33ecf8d1dd3e188a","0927783940332562","6e9efe809c3de1b3","04fab3a71e9032ee","dd978ae8738a60a6","4eb3d015dbc63069","8a01df809bc4de07","887e3af42a7d9557","4213600fd3e2f534","fd0ac407ed31b82f","4cec66b2dec39379","83234457057124384768","37597921150158012416","d2d561bd3f5737c9","ea07fb6926e29610","0f8418ecc03b5fff","d5ebb5263e9fc631"],"date":1763913577345},{"type":"edit","id":"0f8418ecc03b5fff","item":{"type":"paragraph","id":"0f8418ecc03b5fff","text":"I'm now compelled to write a new page to remember the this insight. "},"date":1763913593361},{"type":"edit","id":"0f8418ecc03b5fff","item":{"type":"paragraph","id":"0f8418ecc03b5fff","text":"I'm now compelled to write a new page to remember my new insight. "},"date":1763913606200},{"type":"edit","id":"0f8418ecc03b5fff","item":{"type":"paragraph","id":"0f8418ecc03b5fff","text":"I'm now compelled to write a new page to remember my insight. "},"date":1763913624122},{"type":"edit","id":"dd978ae8738a60a6","item":{"type":"pagefold","id":"dd978ae8738a60a6","text":"association"},"date":1763913644293},{"type":"edit","id":"0f8418ecc03b5fff","item":{"type":"paragraph","id":"0f8418ecc03b5fff","text":"I'm now compelled to write a new page to remember my emergent insight. "},"date":1777043728652},{"type":"edit","id":"0f8418ecc03b5fff","item":{"type":"paragraph","id":"0f8418ecc03b5fff","text":"I'm now compelled to write a new page to name and remember my emergent insight. "},"date":1777043739104}]}