<?xml version="1.0" encoding="UTF-8"?>
<graphml xmlns="http://graphml.graphdrawing.org/xmlns"
         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
         xsi:schemaLocation="http://graphml.graphdrawing.org/xmlns http://graphml.graphdrawing.org/xmlns/1.0/graphml.xsd">
  <key id="n_label" for="node" attr.name="label" attr.type="string"/>
  <key id="n_domain" for="node" attr.name="domain" attr.type="string"/>
  <key id="n_mechanism" for="node" attr.name="mechanism" attr.type="string"/>
  <key id="n_categories" for="node" attr.name="categories" attr.type="string"/>
  <key id="n_question" for="node" attr.name="question" attr.type="string"/>
  <key id="n_words" for="node" attr.name="words" attr.type="int"/>
  <key id="e_weight" for="edge" attr.name="weight" attr.type="int"/>
  <graph id="G" edgedefault="undirected">
    <node id="a-calibrated-role">
      <data key="n_label">A calibrated role</data>
      <data key="n_domain">Computing, Data &amp; AI</data>
      <data key="n_mechanism">representation</data>
      <data key="n_categories">Cognitive Science; Knowledge Organization</data>
      <data key="n_question">Why does telling a system who to be change what it knows how to say?</data>
      <data key="n_words">1439</data>
    </node>
    <node id="a-fine-that-became-a-price">
      <data key="n_label">A fine that became a price</data>
      <data key="n_domain">Mind &amp; Behavior</data>
      <data key="n_mechanism">incentives</data>
      <data key="n_categories">Decision Psychology; Applied Psychology</data>
      <data key="n_question">Why did charging parents for collecting a child late make more of them arrive late?</data>
      <data key="n_words">1387</data>
    </node>
    <node id="a-notification-you-did-not-ask-for">
      <data key="n_label">A notification you did not ask for</data>
      <data key="n_domain">Computing, Data &amp; AI</data>
      <data key="n_mechanism">proxy-evidence</data>
      <data key="n_categories">Web Security; Message Systems</data>
      <data key="n_question">When something arrives unrequested claiming to come from a service you trust, how can you tell?</data>
      <data key="n_words">1438</data>
    </node>
    <node id="a-schema-read-by-two-audiences">
      <data key="n_label">A schema read by two audiences</data>
      <data key="n_domain">Computing, Data &amp; AI</data>
      <data key="n_mechanism">representation</data>
      <data key="n_categories">Interface Design; Protocol Design</data>
      <data key="n_question">How can one declaration serve as a machine's validator and a reader's instructions at the same time?</data>
      <data key="n_words">1427</data>
    </node>
    <node id="a-secret-you-never-send">
      <data key="n_label">A secret you never send</data>
      <data key="n_domain">Computing, Data &amp; AI</data>
      <data key="n_mechanism">constraints</data>
      <data key="n_categories">Cryptography; Identity Management</data>
      <data key="n_question">How do you prove you know something without ever transmitting it?</data>
      <data key="n_words">1408</data>
    </node>
    <node id="a-tree-in-a-table-of-rows">
      <data key="n_label">A tree in a table of rows</data>
      <data key="n_domain">Computing, Data &amp; AI</data>
      <data key="n_mechanism">structure-and-function</data>
      <data key="n_categories">Schema Design; Graph Theory</data>
      <data key="n_question">How do you store something with branches in a structure that only knows about rows?</data>
      <data key="n_words">1458</data>
    </node>
    <node id="a-tree-that-rearranges-itself">
      <data key="n_label">A tree that rearranges itself</data>
      <data key="n_domain">Computing, Data &amp; AI</data>
      <data key="n_mechanism">equilibrium</data>
      <data key="n_categories">Data Structures; Discrete Mathematics</data>
      <data key="n_question">Why must a structure that keeps things in order keep rebuilding its own shape?</data>
      <data key="n_words">1407</data>
    </node>
    <node id="a-valid-token-in-the-wrong-place">
      <data key="n_label">A valid token in the wrong place</data>
      <data key="n_domain">Computing, Data &amp; AI</data>
      <data key="n_mechanism">constraints</data>
      <data key="n_categories">Access Control; Cryptography</data>
      <data key="n_question">Why is a token that passes every check still the wrong one to accept?</data>
      <data key="n_words">1262</data>
    </node>
    <node id="ability-grouping">
      <data key="n_label">Ability grouping</data>
      <data key="n_domain">Education &amp; Learning</data>
      <data key="n_mechanism">feedback-loops</data>
      <data key="n_categories">Educational Effectiveness Research; School Administration</data>
      <data key="n_question">Why can sorting students by ability raise one group's results while lowering another's?</data>
      <data key="n_words">1401</data>
    </node>
    <node id="accent-and-perceived-competence">
      <data key="n_label">Accent and perceived competence</data>
      <data key="n_domain">Language, Media &amp; Communication</data>
      <data key="n_mechanism">proxy-evidence</data>
      <data key="n_categories">Phonetics; Sociolinguistics; Social Psychology</data>
      <data key="n_question">Why does an unfamiliar accent make a speaker sound less competent when it says nothing about competence?</data>
      <data key="n_words">1420</data>
    </node>
    <node id="acceptance-sampling">
      <data key="n_label">Acceptance sampling</data>
      <data key="n_domain">Engineering &amp; Technology</data>
      <data key="n_mechanism">inference-under-uncertainty</data>
      <data key="n_categories">Quality Control; Manufacturing Engineering</data>
      <data key="n_question">How can testing twenty parts ever justify shipping ten thousand of them?</data>
      <data key="n_words">1350</data>
    </node>
    <node id="adaptive-step-size">
      <data key="n_label">Adaptive step size</data>
      <data key="n_domain">Mathematics &amp; Statistics</data>
      <data key="n_mechanism">adaptation</data>
      <data key="n_categories">Numerical Analysis</data>
      <data key="n_question">Why does a solver that keeps changing its own step size beat one with a well-chosen fixed step?</data>
      <data key="n_words">1385</data>
    </node>
    <node id="adding-a-machine-without-moving-the-data">
      <data key="n_label">Adding a machine without moving the data</data>
      <data key="n_domain">Computing, Data &amp; AI</data>
      <data key="n_mechanism">constraints</data>
      <data key="n_categories">Algorithms; Discrete Mathematics</data>
      <data key="n_question">How do you add one more server to a cluster without having to relocate almost everything?</data>
      <data key="n_words">1372</data>
    </node>
    <node id="adhesion">
      <data key="n_label">Adhesion</data>
      <data key="n_domain">Chemistry &amp; Materials</data>
      <data key="n_mechanism">structure-and-function</data>
      <data key="n_categories">Adhesion Science; Surface Chemistry; Polymer Chemistry</data>
      <data key="n_question">Why do two smooth surfaces need a liquid between them in order to stick?</data>
      <data key="n_words">1416</data>
    </node>
    <node id="adolescent-parent-conflict">
      <data key="n_label">Adolescent-parent conflict</data>
      <data key="n_domain">Family, Relationships &amp; Human Development</data>
      <data key="n_mechanism">coordination</data>
      <data key="n_categories">Youth Development; Relational Communication; Lifespan Development</data>
      <data key="n_question">Why does friction with parents peak just as a teenager becomes most capable of reasoning well?</data>
      <data key="n_words">1374</data>
    </node>
    <node id="adolescent-risk">
      <data key="n_label">Adolescent risk</data>
      <data key="n_domain">Family, Relationships &amp; Human Development</data>
      <data key="n_mechanism">incentives</data>
      <data key="n_categories">Adolescent Development; Behavioral Science; Family Studies</data>
      <data key="n_question">Why do teenagers take risks they can clearly explain are dangerous?</data>
      <data key="n_words">1229</data>
    </node>
    <node id="adoption-search">
      <data key="n_label">Adoption search</data>
      <data key="n_domain">Family, Relationships &amp; Human Development</data>
      <data key="n_mechanism">information-limits</data>
      <data key="n_categories">Family Studies; Autobiographical Memory; Kinship Studies</data>
      <data key="n_question">Why do adoptees raised in warm and stable homes so often set out to find a birth parent anyway?</data>
      <data key="n_words">1469</data>
    </node>
    <node id="adult-attachment-patterns">
      <data key="n_label">Adult attachment patterns</data>
      <data key="n_domain">Mind &amp; Behavior</data>
      <data key="n_mechanism">path-dependence</data>
      <data key="n_categories">Developmental Psychology; Social Psychology</data>
      <data key="n_question">Why do people so often reproduce the same relationship pattern with very different partners?</data>
      <data key="n_words">1406</data>
    </node>
    <node id="advance-directives">
      <data key="n_label">Advance directives</data>
      <data key="n_domain">Health &amp; Medicine</data>
      <data key="n_mechanism">commitment</data>
      <data key="n_categories">Health Policy; Applied Ethics</data>
      <data key="n_question">Why should a document written years ago outrank what a patient seems to want today?</data>
      <data key="n_words">1416</data>
    </node>
    <node id="adverse-selection">
      <data key="n_label">Adverse selection</data>
      <data key="n_domain">Economics &amp; Business</data>
      <data key="n_mechanism">information-limits</data>
      <data key="n_categories">Information Economics; Microeconomics; Signaling Theory</data>
      <data key="n_question">Why does a market where buyers cannot judge quality fill up with poor goods?</data>
      <data key="n_words">1332</data>
    </node>
    <node id="advice-from-top-students">
      <data key="n_label">Advice from top students</data>
      <data key="n_domain">Education &amp; Learning</data>
      <data key="n_mechanism">selection</data>
      <data key="n_categories">Study Strategies; Research Methods</data>
      <data key="n_question">Why does the study routine of the highest scorer so often fail everyone who copies it?</data>
      <data key="n_words">1376</data>
    </node>
    <node id="affinity-maturation">
      <data key="n_label">Antibody affinity maturation</data>
      <data key="n_domain">Biology &amp; Ecology</data>
      <data key="n_mechanism">selection</data>
      <data key="n_categories">Immunology</data>
      <data key="n_question">Why does the body deliberately scramble the genes of its own immune cells at a rate that would be lethal anywhere else in the tissue?</data>
      <data key="n_words">1395</data>
    </node>
    <node id="aftermarket-pricing">
      <data key="n_label">Aftermarket pricing</data>
      <data key="n_domain">Economics &amp; Business</data>
      <data key="n_mechanism">incentives</data>
      <data key="n_categories">Pricing Strategy; Industrial Organization; Business Strategy</data>
      <data key="n_question">Why does a company sell the printer cheaply and charge dearly for the ink?</data>
      <data key="n_words">1461</data>
    </node>
    <node id="age-heaping">
      <data key="n_label">Age heaping</data>
      <data key="n_domain">History, Society &amp; Anthropology</data>
      <data key="n_mechanism">inference-under-uncertainty</data>
      <data key="n_categories">Historical Demography; Quantitative History</data>
      <data key="n_question">Why do old census returns report far more people aged exactly thirty, forty and fifty than the years either side?</data>
      <data key="n_words">1396</data>
    </node>
    <node id="agreeing-the-shape-before-the-substance">
      <data key="n_label">Agreeing the shape before the substance</data>
      <data key="n_domain">Computing, Data &amp; AI</data>
      <data key="n_mechanism">commitment</data>
      <data key="n_categories">Requirements Engineering; Technical Documentation</data>
      <data key="n_question">Why settle the form of a conversation before either side is able to hold it?</data>
      <data key="n_words">1345</data>
    </node>
    <node id="agroforestry-overyielding">
      <data key="n_label">Agroforestry overyielding</data>
      <data key="n_domain">Environment, Agriculture &amp; Food</data>
      <data key="n_mechanism">specialization</data>
      <data key="n_categories">Agroecology; Agronomy</data>
      <data key="n_question">Why can a field that gives a tenth of its ground to trees produce more food than the same field cleared?</data>
      <data key="n_words">1356</data>
    </node>
    <node id="air-balancing">
      <data key="n_label">Air balancing</data>
      <data key="n_domain">Work, Careers &amp; Skilled Trades</data>
      <data key="n_mechanism">gradients-and-flows</data>
      <data key="n_categories">HVAC Engineering</data>
      <data key="n_question">Why must a newly installed ventilation system be deliberately choked back at the dampers when every duct was sized correctly?</data>
      <data key="n_words">1355</data>
    </node>
    <node id="airborne-drop-dispersion">
      <data key="n_label">Airborne drop dispersion</data>
      <data key="n_domain">Military, Conflict &amp; Strategic Studies</data>
      <data key="n_mechanism">randomness</data>
      <data key="n_categories">Operational Art; Military Tactics</data>
      <data key="n_question">Why did badly scattered parachute drops sometimes confuse the defender more than tidy ones?</data>
      <data key="n_words">1415</data>
    </node>
    <node id="aircraft-separation-minima">
      <data key="n_label">Aircraft separation minima</data>
      <data key="n_domain">Travel, Tourism &amp; Hospitality</data>
      <data key="n_mechanism">information-limits</data>
      <data key="n_categories">Air Traffic Management; Airport Planning</data>
      <data key="n_question">Why must aircraft stay miles apart when controllers can see exactly where each one is?</data>
      <data key="n_words">1255</data>
    </node>
    <node id="airplane-cabin-pressure">
      <data key="n_label">Airplane cabin pressure</data>
      <data key="n_domain">Engineering &amp; Technology</data>
      <data key="n_mechanism">equilibrium</data>
      <data key="n_categories">Aerospace Engineering; Fluid Mechanics; Safety Engineering</data>
      <data key="n_question">How is breathable pressure maintained inside an aircraft flying through thin air?</data>
      <data key="n_words">975</data>
    </node>
    <node id="airport-access-road-widening">
      <data key="n_label">Airport access road widening</data>
      <data key="n_domain">Travel, Tourism &amp; Hospitality</data>
      <data key="n_mechanism">equilibrium</data>
      <data key="n_categories">Transport Planning; Airport Planning</data>
      <data key="n_question">Why does a wider road to the airport stop saving anyone time within a year?</data>
      <data key="n_words">1412</data>
    </node>
    <node id="airport-layout">
      <data key="n_label">Airport layout</data>
      <data key="n_domain">Travel, Tourism &amp; Hospitality</data>
      <data key="n_mechanism">incentives</data>
      <data key="n_categories">Airport Planning; Consumer Studies; Hospitality Management</data>
      <data key="n_question">Why does an airport make you walk past shops to reach your gate?</data>
      <data key="n_words">1227</data>
    </node>
    <node id="airport-slot-grandfathering">
      <data key="n_label">Airport slot grandfathering</data>
      <data key="n_domain">Travel, Tourism &amp; Hospitality</data>
      <data key="n_mechanism">path-dependence</data>
      <data key="n_categories">Market Design</data>
      <data key="n_question">Why did airlines fly nearly empty aircraft between busy airports rather than cancel flights nobody wanted?</data>
      <data key="n_words">1493</data>
    </node>
    <node id="alert-fatigue">
      <data key="n_label">Alert fatigue</data>
      <data key="n_domain">Work, Careers &amp; Skilled Trades</data>
      <data key="n_mechanism">perception-vs-reality</data>
      <data key="n_categories">Resilience Engineering; Occupational Safety</data>
      <data key="n_question">Why does adding more alerts to catch more problems make outages last longer?</data>
      <data key="n_words">1417</data>
    </node>
    <node id="aliasing">
      <data key="n_label">Aliasing</data>
      <data key="n_domain">Engineering &amp; Technology</data>
      <data key="n_mechanism">information-limits</data>
      <data key="n_categories">Signal Processing; Instrumentation</data>
      <data key="n_question">Why can a filmed wagon wheel appear to turn backwards, and why does the same trap corrupt digital measurements?</data>
      <data key="n_words">1444</data>
    </node>
    <node id="allergy">
      <data key="n_label">Allergy</data>
      <data key="n_domain">Health &amp; Medicine</data>
      <data key="n_mechanism">inference-under-uncertainty</data>
      <data key="n_categories">Immunology; Clinical Immunopathology</data>
      <data key="n_question">Why does the body mount a violent defence against something as harmless as pollen?</data>
      <data key="n_words">1347</data>
    </node>
    <node id="alliance-free-riding">
      <data key="n_label">Alliance free-riding</data>
      <data key="n_domain">Military, Conflict &amp; Strategic Studies</data>
      <data key="n_mechanism">collective-action</data>
      <data key="n_categories">International Relations; Defence Economics; Game Theory</data>
      <data key="n_question">Why does every member of an alliance underspend on a defence all of them want?</data>
      <data key="n_words">1295</data>
    </node>
    <node id="alloy-strength">
      <data key="n_label">Alloy strength</data>
      <data key="n_domain">Chemistry &amp; Materials</data>
      <data key="n_mechanism">structure-and-function</data>
      <data key="n_categories">Metallurgy; Solid-State Chemistry; Materials Engineering</data>
      <data key="n_question">Why is an alloy usually stronger than either of the pure metals inside it?</data>
      <data key="n_words">1347</data>
    </node>
    <node id="altitude-training">
      <data key="n_label">Altitude training</data>
      <data key="n_domain">Sports, Exercise &amp; Recreation</data>
      <data key="n_mechanism">adaptation</data>
      <data key="n_categories">Exercise Physiology; Sports Medicine; Environmental Physiology</data>
      <data key="n_question">Why do athletes go and train where there is less oxygen to breathe?</data>
      <data key="n_words">1280</data>
    </node>
    <node id="ammonia-synthesis">
      <data key="n_label">Ammonia synthesis</data>
      <data key="n_domain">Chemistry &amp; Materials</data>
      <data key="n_mechanism">equilibrium</data>
      <data key="n_categories">Chemical Engineering; Reaction Kinetics</data>
      <data key="n_question">Why does squeezing a gas mixture harder produce more ammonia, when the reaction had already come to rest?</data>
      <data key="n_words">1334</data>
    </node>
    <node id="amphibious-buildup">
      <data key="n_label">Amphibious buildup</data>
      <data key="n_domain">Military, Conflict &amp; Strategic Studies</data>
      <data key="n_mechanism">constraints</data>
      <data key="n_categories">Operational Art; Logistics; Force Planning</data>
      <data key="n_question">Why is an amphibious landing decided less by the size of the fleet than by the width of the beach?</data>
      <data key="n_words">1383</data>
    </node>
    <node id="amphidromic-points">
      <data key="n_label">Amphidromic points</data>
      <data key="n_domain">Earth, Climate &amp; Oceans</data>
      <data key="n_mechanism">rhythms-and-cycles</data>
      <data key="n_categories">Physical Oceanography</data>
      <data key="n_question">Why does the tide barely rise at one spot in a sea while swinging metres a short distance away?</data>
      <data key="n_words">1361</data>
    </node>
    <node id="ancient-population-estimates">
      <data key="n_label">Ancient population estimates</data>
      <data key="n_domain">History, Society &amp; Anthropology</data>
      <data key="n_mechanism">information-limits</data>
      <data key="n_categories">Historical Demography; Archaeology; Quantitative History</data>
      <data key="n_question">Why can excavating an ancient city more thoroughly still leave its population uncertain?</data>
      <data key="n_words">1371</data>
    </node>
    <node id="anger-as-a-commitment-device">
      <data key="n_label">Anger as a commitment device</data>
      <data key="n_domain">Mind &amp; Behavior</data>
      <data key="n_mechanism">commitment</data>
      <data key="n_categories">Affective Science; Social Signalling</data>
      <data key="n_question">Why can visibly losing your temper win a better deal than staying calm and reasonable?</data>
      <data key="n_words">1361</data>
    </node>
    <node id="anonymous-giving">
      <data key="n_label">Anonymous giving</data>
      <data key="n_domain">Philosophy, Ethics &amp; Religion</data>
      <data key="n_mechanism">incentives</data>
      <data key="n_categories">Applied Ethics; Religious Studies; Signaling Theory</data>
      <data key="n_question">Why do so many traditions insist that the best giving is the giving nobody sees?</data>
      <data key="n_words">1334</data>
    </node>
    <node id="anonymous-telescope-time-proposals">
      <data key="n_label">Anonymous telescope-time proposals</data>
      <data key="n_domain">Astronomy &amp; Space</data>
      <data key="n_mechanism">incentives</data>
      <data key="n_categories">Observational Astronomy; Research Methods</data>
      <data key="n_question">Why did hiding the applicants' names change which astronomers were awarded telescope time?</data>
      <data key="n_words">1329</data>
    </node>
    <node id="antarctic-meteorite-concentration">
      <data key="n_label">Antarctic meteorite concentration</data>
      <data key="n_domain">Astronomy &amp; Space</data>
      <data key="n_mechanism">accumulation</data>
      <data key="n_categories">Meteoritics; Climatology</data>
      <data key="n_question">Why are most of the world's recovered meteorites picked up from a few patches of ice on one continent?</data>
      <data key="n_words">1405</data>
    </node>
    <node id="antarctic-ozone-hole">
      <data key="n_label">Antarctic ozone hole</data>
      <data key="n_domain">Earth, Climate &amp; Oceans</data>
      <data key="n_mechanism">thresholds</data>
      <data key="n_categories">Atmospheric Chemistry; Polar Science</data>
      <data key="n_question">Why does ozone loss peak over Antarctica each spring when the chemicals responsible were released elsewhere?</data>
      <data key="n_words">1367</data>
    </node>
    <node id="antenna-ground-plane">
      <data key="n_label">Antenna ground plane</data>
      <data key="n_domain">Engineering &amp; Technology</data>
      <data key="n_mechanism">structure-and-function</data>
      <data key="n_categories">Antenna Engineering; Automotive Engineering</data>
      <data key="n_question">Why does a car aerial hear almost nothing until it is bolted through the metal roof it is standing on?</data>
      <data key="n_words">1510</data>
    </node>
    <node id="anti-reflective-coating">
      <data key="n_label">Anti-reflective coating</data>
      <data key="n_domain">Physics</data>
      <data key="n_mechanism">tradeoffs</data>
      <data key="n_categories">Optics; Wave Physics; Materials Science</data>
      <data key="n_question">Why does adding another transparent layer to a lens make it reflect less light rather than more, and why is the leftover reflection purple?</data>
      <data key="n_words">1419</data>
    </node>
    <node id="antibiotic-course-length">
      <data key="n_label">Antibiotic course length</data>
      <data key="n_domain">Health &amp; Medicine</data>
      <data key="n_mechanism">selection</data>
      <data key="n_categories">Infectious Disease; Pharmacology; Evolutionary Biology</data>
      <data key="n_question">Why might finishing every last tablet, long taught as the way to stop resistance, help resistance along instead?</data>
      <data key="n_words">1450</data>
    </node>
    <node id="antiviral-difficulty">
      <data key="n_label">Antiviral difficulty</data>
      <data key="n_domain">Health &amp; Medicine</data>
      <data key="n_mechanism">structure-and-function</data>
      <data key="n_categories">Microbiology; Pharmacology; Infectious Disease</data>
      <data key="n_question">Why are drugs that kill bacteria so much easier to find than drugs that kill viruses?</data>
      <data key="n_words">1348</data>
    </node>
    <node id="apology-and-repair">
      <data key="n_label">Apology and repair</data>
      <data key="n_domain">Philosophy, Ethics &amp; Religion</data>
      <data key="n_mechanism">commitment</data>
      <data key="n_categories">Moral Philosophy; Social Ontology; Moral Responsibility</data>
      <data key="n_question">Why should an apology change anything when the harm it addresses has already happened?</data>
      <data key="n_words">1485</data>
    </node>
    <node id="apophatic-speech">
      <data key="n_label">Speaking of the unspeakable</data>
      <data key="n_domain">Philosophy, Ethics &amp; Religion</data>
      <data key="n_mechanism">information-limits</data>
      <data key="n_categories">Theology; Philosophy of Language; Religious Studies</data>
      <data key="n_question">Why do traditions that declare every positive statement about God false still go on speaking about God at length?</data>
      <data key="n_words">1397</data>
    </node>
    <node id="apparent-motion">
      <data key="n_label">Apparent motion</data>
      <data key="n_domain">Arts, Design &amp; Culture</data>
      <data key="n_mechanism">perception-vs-reality</data>
      <data key="n_categories">Film Studies; Media Theory; Sensory Physiology</data>
      <data key="n_question">Why does a rapid series of still pictures look like continuous movement?</data>
      <data key="n_words">1349</data>
    </node>
    <node id="appellate-deference">
      <data key="n_label">Appellate deference</data>
      <data key="n_domain">Government, Law &amp; Civics</data>
      <data key="n_mechanism">information-limits</data>
      <data key="n_categories">Civil Procedure; Administrative Law; Evidence Law</data>
      <data key="n_question">Why does an appeal court uphold a finding its own judges suspect is wrong?</data>
      <data key="n_words">1408</data>
    </node>
    <node id="appliance-signatures-in-meter-data">
      <data key="n_label">Appliance signatures in meter data</data>
      <data key="n_domain">Home, Consumer &amp; Everyday Life</data>
      <data key="n_mechanism">proxy-evidence</data>
      <data key="n_categories">Household Appliances; Energy Efficiency</data>
      <data key="n_question">How can a single electricity meter reveal the moment you boiled the kettle?</data>
      <data key="n_words">1415</data>
    </node>
    <node id="apprenticeship-indentures">
      <data key="n_label">Apprenticeship indentures</data>
      <data key="n_domain">History, Society &amp; Anthropology</data>
      <data key="n_mechanism">commitment</data>
      <data key="n_categories">Institutional Economics; Craft Knowledge</data>
      <data key="n_question">Why would a master craftsman spend years training the apprentice who will one day compete with him?</data>
      <data key="n_words">1359</data>
    </node>
    <node id="approximate-nearest-neighbour-search">
      <data key="n_label">Approximate nearest neighbour search</data>
      <data key="n_domain">Computing, Data &amp; AI</data>
      <data key="n_mechanism">scale-effects</data>
      <data key="n_categories">Information Retrieval; Data Structures</data>
      <data key="n_question">Why does a search that deliberately settles for approximate answers beat one that checks every record?</data>
      <data key="n_words">1453</data>
    </node>
    <node id="aquifer-depletion">
      <data key="n_label">Aquifer depletion</data>
      <data key="n_domain">Earth, Climate &amp; Oceans</data>
      <data key="n_mechanism">collective-action</data>
      <data key="n_categories">Hydrology; Irrigation Science; Resource Economics</data>
      <data key="n_question">Why does an aquifer keep falling when every farmer drawing on it wants it to last?</data>
      <data key="n_words">1355</data>
    </node>
    <node id="architectural-atmosphere">
      <data key="n_label">Architectural atmosphere</data>
      <data key="n_domain">Arts, Design &amp; Culture</data>
      <data key="n_mechanism">perception-vs-reality</data>
      <data key="n_categories">Architecture; Environmental Psychology</data>
      <data key="n_question">Why can one room feel welcoming and another of identical size feel cold?</data>
      <data key="n_words">1450</data>
    </node>
    <node id="arranged-and-chosen-marriages">
      <data key="n_label">Arranged and chosen marriages</data>
      <data key="n_domain">Family, Relationships &amp; Human Development</data>
      <data key="n_mechanism">adaptation</data>
      <data key="n_categories">Marriage Systems; Family Studies; Relationship Satisfaction</data>
      <data key="n_question">Why do marriages arranged by families often report satisfaction climbing over the years while chosen ones drift down?</data>
      <data key="n_words">1298</data>
    </node>
    <node id="asymmetric-flight-times">
      <data key="n_label">Asymmetric flight times</data>
      <data key="n_domain">Travel, Tourism &amp; Hospitality</data>
      <data key="n_mechanism">gradients-and-flows</data>
      <data key="n_categories">Airline Operations; Meteorology; Aerospace Engineering</data>
      <data key="n_question">Why does the same flight take noticeably longer in one direction than the other?</data>
      <data key="n_words">1409</data>
    </node>
    <node id="asymmetric-warfare">
      <data key="n_label">Asymmetric warfare</data>
      <data key="n_domain">Military, Conflict &amp; Strategic Studies</data>
      <data key="n_mechanism">constraints</data>
      <data key="n_categories">Conflict Studies; Military Strategy</data>
      <data key="n_question">How can a far weaker force defeat a far stronger one?</data>
      <data key="n_words">1272</data>
    </node>
    <node id="atmospheric-scale-height">
      <data key="n_label">Atmospheric scale height</data>
      <data key="n_domain">Earth, Climate &amp; Oceans</data>
      <data key="n_mechanism">exponential-growth</data>
      <data key="n_categories">Atmospheric Physics; Meteorology</data>
      <data key="n_question">Why does air pressure halve every few kilometres instead of running out at a fixed height?</data>
      <data key="n_words">1343</data>
    </node>
    <node id="atmospheric-seeing-limit">
      <data key="n_label">Atmospheric seeing limit</data>
      <data key="n_domain">Astronomy &amp; Space</data>
      <data key="n_mechanism">constraints</data>
      <data key="n_categories">Telescope Engineering; Atmospheric Physics; Observational Astronomy</data>
      <data key="n_question">Why does a ground telescope twice as wide show no finer detail than a small one on most nights?</data>
      <data key="n_words">1394</data>
    </node>
    <node id="attachment">
      <data key="n_label">Attachment</data>
      <data key="n_domain">Family, Relationships &amp; Human Development</data>
      <data key="n_mechanism">feedback-loops</data>
      <data key="n_categories">Developmental Psychology; Attachment Research; Parenting</data>
      <data key="n_question">Why does a young child explore more boldly when a trusted adult is nearby?</data>
      <data key="n_words">1229</data>
    </node>
    <node id="attention-as-a-budget">
      <data key="n_label">Attention as a budget</data>
      <data key="n_domain">Computing, Data &amp; AI</data>
      <data key="n_mechanism">conservation-laws</data>
      <data key="n_categories">Natural Language Processing; Language Models</data>
      <data key="n_question">How does a model work out which earlier word a pronoun refers to?</data>
      <data key="n_words">1412</data>
    </node>
    <node id="attribution-asymmetry">
      <data key="n_label">Attribution asymmetry</data>
      <data key="n_domain">Mind &amp; Behavior</data>
      <data key="n_mechanism">perception-vs-reality</data>
      <data key="n_categories">Social Cognition; Social Psychology</data>
      <data key="n_question">Why do people explain their own failure differently from an identical failure by someone else?</data>
      <data key="n_words">1232</data>
    </node>
    <node id="aurora">
      <data key="n_label">Aurora</data>
      <data key="n_domain">Astronomy &amp; Space</data>
      <data key="n_mechanism">structure-and-function</data>
      <data key="n_categories">Heliophysics; Atmospheric Physics</data>
      <data key="n_question">Why do curtains of light appear in polar skies but almost never near the equator?</data>
      <data key="n_words">1335</data>
    </node>
    <node id="authenticity">
      <data key="n_label">Authenticity</data>
      <data key="n_domain">Travel, Tourism &amp; Hospitality</data>
      <data key="n_mechanism">feedback-loops</data>
      <data key="n_categories">Tourism Studies; Cultural Anthropology; Sociology</data>
      <data key="n_question">Why does a place feel less authentic the easier it becomes to visit?</data>
      <data key="n_words">1375</data>
    </node>
    <node id="autofrettage-of-pressure-vessels">
      <data key="n_label">Autofrettage of pressure vessels</data>
      <data key="n_domain">Engineering &amp; Technology</data>
      <data key="n_mechanism">adaptation</data>
      <data key="n_categories">Fracture Mechanics; Metallurgy</data>
      <data key="n_question">Why does deliberately overloading a thick tube once make it safer at every load afterwards?</data>
      <data key="n_words">1351</data>
    </node>
    <node id="autoimmunity">
      <data key="n_label">Autoimmunity</data>
      <data key="n_domain">Health &amp; Medicine</data>
      <data key="n_mechanism">inference-under-uncertainty</data>
      <data key="n_categories">Clinical Immunopathology; Orthopaedics; Immunology</data>
      <data key="n_question">Why does a defence system built to tell self from foreign ever turn on the body it protects?</data>
      <data key="n_words">1413</data>
    </node>
    <node id="autonomy-as-a-dial">
      <data key="n_label">Autonomy as a dial</data>
      <data key="n_domain">Computing, Data &amp; AI</data>
      <data key="n_mechanism">thresholds</data>
      <data key="n_categories">Auditability; Requirements Engineering</data>
      <data key="n_question">Why is 'how much may it decide for itself' a setting rather than a yes-or-no question?</data>
      <data key="n_words">1367</data>
    </node>
    <node id="averaging-times-of-day">
      <data key="n_label">Averaging times of day</data>
      <data key="n_domain">Mathematics &amp; Statistics</data>
      <data key="n_mechanism">rhythms-and-cycles</data>
      <data key="n_categories">Measurement Theory; Data Analysis</data>
      <data key="n_question">Why does the ordinary average give a nonsense answer when the numbers are clock times or compass bearings?</data>
      <data key="n_words">1409</data>
    </node>
    <node id="azeotropes">
      <data key="n_label">Azeotropes</data>
      <data key="n_domain">Chemistry &amp; Materials</data>
      <data key="n_mechanism">constraints</data>
      <data key="n_categories">Chemical Engineering; Separation Processes; Thermodynamics</data>
      <data key="n_question">Why can no amount of careful distilling push ethanol past about ninety-six percent purity?</data>
      <data key="n_words">1414</data>
    </node>
    <node id="backfilling-a-pipeline">
      <data key="n_label">Backfilling a pipeline</data>
      <data key="n_domain">Computing, Data &amp; AI</data>
      <data key="n_mechanism">path-dependence</data>
      <data key="n_categories">Workflow Orchestration; Data Engineering</data>
      <data key="n_question">Why is re-running yesterday's job harder than running today's?</data>
      <data key="n_words">1457</data>
    </node>
    <node id="backlash">
      <data key="n_label">Backlash</data>
      <data key="n_domain">Work, Careers &amp; Skilled Trades</data>
      <data key="n_mechanism">path-dependence</data>
      <data key="n_categories">Machining</data>
      <data key="n_question">Why does a machinist wind a handwheel past the mark and creep back to it rather than stopping on it?</data>
      <data key="n_words">1354</data>
    </node>
    <node id="backpressure">
      <data key="n_label">Backpressure</data>
      <data key="n_domain">Computing, Data &amp; AI</data>
      <data key="n_mechanism">feedback-loops</data>
      <data key="n_categories">Computer Networking; Distributed Systems; Performance Engineering</data>
      <data key="n_question">Why does a system that never asks a fast producer to slow down end up slower than one that does?</data>
      <data key="n_words">1349</data>
    </node>
    <node id="backward-compatibility">
      <data key="n_label">Backward compatibility</data>
      <data key="n_domain">Computing, Data &amp; AI</data>
      <data key="n_mechanism">commitment</data>
      <data key="n_categories">Interface Design; Release Engineering</data>
      <data key="n_question">Why is the hardest part of changing a widely used interface the promise you made about the old one?</data>
      <data key="n_words">1403</data>
    </node>
    <node id="bacterial-dormancy">
      <data key="n_label">Bacterial dormancy</data>
      <data key="n_domain">Biology &amp; Ecology</data>
      <data key="n_mechanism">randomness</data>
      <data key="n_categories">Microbiology; Seed Biology; Evolutionary Ecology</data>
      <data key="n_question">Why does a bacterium that could keep dividing stop growing and seal itself inside a spore instead?</data>
      <data key="n_words">1296</data>
    </node>
    <node id="baggage-reconciliation">
      <data key="n_label">Baggage reconciliation</data>
      <data key="n_domain">Travel, Tourism &amp; Hospitality</data>
      <data key="n_mechanism">incentives</data>
      <data key="n_categories">Security Studies; Airport Planning; Airline Operations</data>
      <data key="n_question">Why must a checked bag be hunted down and pulled off the aircraft when its owner simply fails to board?</data>
      <data key="n_words">1374</data>
    </node>
    <node id="balance-of-payments-identity">
      <data key="n_label">Balance of payments identity</data>
      <data key="n_domain">Economics &amp; Business</data>
      <data key="n_mechanism">conservation-laws</data>
      <data key="n_categories">International Trade; Accounting</data>
      <data key="n_question">Why must a country that buys more than it sells be selling something it barely notices?</data>
      <data key="n_words">1291</data>
    </node>
    <node id="balanced-sex-ratios">
      <data key="n_label">Balanced sex ratios</data>
      <data key="n_domain">Biology &amp; Ecology</data>
      <data key="n_mechanism">equilibrium</data>
      <data key="n_categories">Population Genetics; Evolutionary Biology; Pollination Ecology</data>
      <data key="n_question">Why do species keep producing equal numbers of males and females when few males suffice?</data>
      <data key="n_words">1388</data>
    </node>
    <node id="balanced-veneer">
      <data key="n_label">Balanced veneer</data>
      <data key="n_domain">Work, Careers &amp; Skilled Trades</data>
      <data key="n_mechanism">equilibrium</data>
      <data key="n_categories">Joinery</data>
      <data key="n_question">Why does a cabinetmaker glue an expensive sheet of veneer onto the hidden back of a panel nobody will ever see?</data>
      <data key="n_words">1412</data>
    </node>
    <node id="ballast-shakedown-under-repeated-loading">
      <data key="n_label">Ballast shakedown under repeated loading</data>
      <data key="n_domain">Physics</data>
      <data key="n_mechanism">adaptation</data>
      <data key="n_categories">Soft Matter Physics; Structural Engineering</data>
      <data key="n_question">Why does a new railway track become more stable after the first heavy trains have pounded it?</data>
      <data key="n_words">1329</data>
    </node>
    <node id="banded-vegetation-in-drylands">
      <data key="n_label">Banded vegetation in drylands</data>
      <data key="n_domain">Environment, Agriculture &amp; Food</data>
      <data key="n_mechanism">emergence</data>
      <data key="n_categories">Agroecology; Land Use Studies</data>
      <data key="n_question">Why does dryland scrub arrange itself into even stripes that nobody planted?</data>
      <data key="n_words">1434</data>
    </node>
    <node id="bank-capital-buffers">
      <data key="n_label">Bank capital buffers</data>
      <data key="n_domain">Economics &amp; Business</data>
      <data key="n_mechanism">redundancy</data>
      <data key="n_categories">Banking; Financial Stability; Risk Management</data>
      <data key="n_question">Why must a profitable bank hold capital that it is not allowed to put to work?</data>
      <data key="n_words">1295</data>
    </node>
    <node id="bank-runs">
      <data key="n_label">Bank runs</data>
      <data key="n_domain">Economics &amp; Business</data>
      <data key="n_mechanism">coordination</data>
      <data key="n_categories">Financial Stability; Risk Management; Banking</data>
      <data key="n_question">Why can everyone rushing to take their money out of a sound bank bring it down?</data>
      <data key="n_words">1355</data>
    </node>
    <node id="bass-through-walls">
      <data key="n_label">Bass through walls</data>
      <data key="n_domain">Home, Consumer &amp; Everyday Life</data>
      <data key="n_mechanism">constraints</data>
      <data key="n_categories">Acoustics; Public Health</data>
      <data key="n_question">Why can you hear a neighbour's bass through the wall but not their conversation?</data>
      <data key="n_words">1408</data>
    </node>
    <node id="batching-and-the-throughput-trade">
      <data key="n_label">Batching and the throughput trade</data>
      <data key="n_domain">Computing, Data &amp; AI</data>
      <data key="n_mechanism">equilibrium</data>
      <data key="n_categories">Performance Engineering; Distributed Systems</data>
      <data key="n_question">Why does serving more users at once make each individual one wait longer?</data>
      <data key="n_words">1393</data>
    </node>
    <node id="bathtub-failure-curve">
      <data key="n_label">Bathtub failure curve</data>
      <data key="n_domain">Engineering &amp; Technology</data>
      <data key="n_mechanism">selection</data>
      <data key="n_categories">Reliability Engineering; Quality Control</data>
      <data key="n_question">Why is a brand-new machine more likely to break this week than a six-month-old one?</data>
      <data key="n_words">1349</data>
    </node>
    <node id="battery-ageing">
      <data key="n_label">Battery ageing</data>
      <data key="n_domain">Home, Consumer &amp; Everyday Life</data>
      <data key="n_mechanism">accumulation</data>
      <data key="n_categories">Electrochemistry; Consumer Electronics; Reliability Engineering</data>
      <data key="n_question">Why does keeping a phone charged to full shorten the life of its battery?</data>
      <data key="n_words">1349</data>
    </node>
    <node id="bayesian-updating">
      <data key="n_label">Bayesian updating</data>
      <data key="n_domain">Mathematics &amp; Statistics</data>
      <data key="n_mechanism">inference-under-uncertainty</data>
      <data key="n_categories">Probability; Statistical Inference; Epistemology</data>
      <data key="n_question">How should new evidence change the probability we assign to a belief?</data>
      <data key="n_words">799</data>
    </node>
    <node id="bed-rest-harm">
      <data key="n_label">Bed rest harm</data>
      <data key="n_domain">Health &amp; Medicine</data>
      <data key="n_mechanism">adaptation</data>
      <data key="n_categories">Orthopaedics</data>
      <data key="n_question">Why does resting a sick patient in bed, once prescribed for almost everything, now make recovery worse?</data>
      <data key="n_words">1288</data>
    </node>
    <node id="believing-at-will">
      <data key="n_label">Believing at will</data>
      <data key="n_domain">Philosophy, Ethics &amp; Religion</data>
      <data key="n_mechanism">constraints</data>
      <data key="n_categories">Philosophy of Mind; Epistemology</data>
      <data key="n_question">Why can you decide to raise your arm but not decide to believe it is raining?</data>
      <data key="n_words">1431</data>
    </node>
    <node id="benchmark-saturation">
      <data key="n_label">Benchmark saturation</data>
      <data key="n_domain">Computing, Data &amp; AI</data>
      <data key="n_mechanism">selection</data>
      <data key="n_categories">Model Evaluation; Statistical Learning</data>
      <data key="n_question">Why does the model that tops the public leaderboard so often lose on your own task?</data>
      <data key="n_words">1383</data>
    </node>
    <node id="bend-allowance">
      <data key="n_label">Bend allowance</data>
      <data key="n_domain">Work, Careers &amp; Skilled Trades</data>
      <data key="n_mechanism">conservation-laws</data>
      <data key="n_categories">Metal Fabrication; Metal Forming</data>
      <data key="n_question">Why is the flat blank cut shorter than the sum of the sides it will be folded into?</data>
      <data key="n_words">1326</data>
    </node>
    <node id="benfords-law">
      <data key="n_label">Benford's law</data>
      <data key="n_domain">Mathematics &amp; Statistics</data>
      <data key="n_mechanism">scale-effects</data>
      <data key="n_categories">Data Analysis; Distribution Theory</data>
      <data key="n_question">Why do the leading digits of real-world numbers favour 1 far more often than 9?</data>
      <data key="n_words">1275</data>
    </node>
    <node id="best-before-versus-use-by">
      <data key="n_label">Best-before versus use-by</data>
      <data key="n_domain">Environment, Agriculture &amp; Food</data>
      <data key="n_mechanism">perception-vs-reality</data>
      <data key="n_categories">Food Storage; Waste Management</data>
      <data key="n_question">Why does a date printed to promise quality make people bin food that is perfectly safe?</data>
      <data key="n_words">1403</data>
    </node>
    <node id="bias-cut-cloth">
      <data key="n_label">Bias-cut cloth</data>
      <data key="n_domain">Arts, Design &amp; Culture</data>
      <data key="n_mechanism">structure-and-function</data>
      <data key="n_categories">Materials Science; Craft Knowledge</data>
      <data key="n_question">Why does a woven fabric stretch generously on the diagonal while barely giving along its own threads?</data>
      <data key="n_words">1420</data>
    </node>
    <node id="bicycle-stability">
      <data key="n_label">Bicycle stability</data>
      <data key="n_domain">Physics</data>
      <data key="n_mechanism">feedback-loops</data>
      <data key="n_categories">Classical Mechanics; Control Engineering</data>
      <data key="n_question">Why does a moving bicycle stay upright when the same bicycle standing still falls over?</data>
      <data key="n_words">1394</data>
    </node>
    <node id="binocular-rivalry">
      <data key="n_label">Binocular rivalry</data>
      <data key="n_domain">Mind &amp; Behavior</data>
      <data key="n_mechanism">feedback-loops</data>
      <data key="n_categories">Neuroscience</data>
      <data key="n_question">Why do two different images shown to the two eyes alternate instead of blending into one?</data>
      <data key="n_words">1407</data>
    </node>
    <node id="biological-passport">
      <data key="n_label">Athlete biological passport</data>
      <data key="n_domain">Sports, Exercise &amp; Recreation</data>
      <data key="n_mechanism">inference-under-uncertainty</data>
      <data key="n_categories">Anti-Doping; Strength and Conditioning</data>
      <data key="n_question">Why do drug testers now watch an athlete's own blood values over years instead of looking for the drug itself?</data>
      <data key="n_words">1430</data>
    </node>
    <node id="birthday-problem">
      <data key="n_label">Birthday problem</data>
      <data key="n_domain">Mathematics &amp; Statistics</data>
      <data key="n_mechanism">scale-effects</data>
      <data key="n_categories">Probability; Combinatorics; Statistical Inference</data>
      <data key="n_question">Why does a room of only twenty-three people probably contain a shared birthday?</data>
      <data key="n_words">1084</data>
    </node>
    <node id="blameless-review">
      <data key="n_label">Blameless review</data>
      <data key="n_domain">Work, Careers &amp; Skilled Trades</data>
      <data key="n_mechanism">incentives</data>
      <data key="n_categories">Resilience Engineering; Organizational Design</data>
      <data key="n_question">Why does holding someone accountable for an outage make the next one more likely?</data>
      <data key="n_words">1455</data>
    </node>
    <node id="blast-radius">
      <data key="n_label">Blast radius</data>
      <data key="n_domain">Computing, Data &amp; AI</data>
      <data key="n_mechanism">constraints</data>
      <data key="n_categories">Access Control; AI Safety</data>
      <data key="n_question">Why is the important question about a compromised credential not what it unlocks but how far it reaches?</data>
      <data key="n_words">1392</data>
    </node>
    <node id="blind-analysis">
      <data key="n_label">Blind analysis</data>
      <data key="n_domain">Physics</data>
      <data key="n_mechanism">commitment</data>
      <data key="n_categories">Research Methods; Particle Physics</data>
      <data key="n_question">Why do physicists deliberately hide their own data from themselves until the analysis is frozen?</data>
      <data key="n_words">1429</data>
    </node>
    <node id="block-design-existence">
      <data key="n_label">Block design existence</data>
      <data key="n_domain">Mathematics &amp; Statistics</data>
      <data key="n_mechanism">constraints</data>
      <data key="n_categories">Combinatorics</data>
      <data key="n_question">Why can a schedule pairing every team exactly once exist for some team counts and for no others?</data>
      <data key="n_words">1365</data>
    </node>
    <node id="blockade-and-resolve">
      <data key="n_label">Blockade and resolve</data>
      <data key="n_domain">Military, Conflict &amp; Strategic Studies</data>
      <data key="n_mechanism">feedback-loops</data>
      <data key="n_categories">Economic Statecraft; International Relations</data>
      <data key="n_question">Why can squeezing a country's economy strengthen the very government it was meant to weaken?</data>
      <data key="n_words">1252</data>
    </node>
    <node id="blood-compatibility">
      <data key="n_label">Blood compatibility</data>
      <data key="n_domain">Health &amp; Medicine</data>
      <data key="n_mechanism">representation</data>
      <data key="n_categories">Hematology; Immunology</data>
      <data key="n_question">Why can blood from one healthy person be lethal to another healthy person?</data>
      <data key="n_words">1361</data>
    </node>
    <node id="blood-donation-supply">
      <data key="n_label">Blood donation supply</data>
      <data key="n_domain">Health &amp; Medicine</data>
      <data key="n_mechanism">collective-action</data>
      <data key="n_categories">Hematology; Behavioral Economics</data>
      <data key="n_question">Why does the blood supply run short when almost everyone says donating is worth doing?</data>
      <data key="n_words">1362</data>
    </node>
    <node id="bloom-filters">
      <data key="n_label">Bloom filters</data>
      <data key="n_domain">Computing, Data &amp; AI</data>
      <data key="n_mechanism">tradeoffs</data>
      <data key="n_categories">Probabilistic Data Structures</data>
      <data key="n_question">Why is a lookup structure that sometimes says yes when it means no more useful than one that is always right?</data>
      <data key="n_words">1431</data>
    </node>
    <node id="blushing">
      <data key="n_label">Blushing</data>
      <data key="n_domain">Mind &amp; Behavior</data>
      <data key="n_mechanism">commitment</data>
      <data key="n_categories">Nonverbal Communication; Affective Science; Social Signalling</data>
      <data key="n_question">Why would a body build a signal that broadcasts your embarrassment exactly when you least want it seen?</data>
      <data key="n_words">1325</data>
    </node>
    <node id="board-independence">
      <data key="n_label">Board independence</data>
      <data key="n_domain">Economics &amp; Business</data>
      <data key="n_mechanism">selection</data>
      <data key="n_categories">Corporate Governance; Contract Theory</data>
      <data key="n_question">Why does a board appointed to keep watch over the managers so often end up agreeing with them?</data>
      <data key="n_words">1397</data>
    </node>
    <node id="boarding-order">
      <data key="n_label">Boarding order</data>
      <data key="n_domain">Travel, Tourism &amp; Hospitality</data>
      <data key="n_mechanism">structure-and-function</data>
      <data key="n_categories">Airline Operations; Queueing Theory</data>
      <data key="n_question">Why does boarding an aircraft neatly from the back forward end up slower than letting people on at random?</data>
      <data key="n_words">1347</data>
    </node>
    <node id="bolt-preload">
      <data key="n_label">Bolt preload</data>
      <data key="n_domain">Engineering &amp; Technology</data>
      <data key="n_mechanism">thresholds</data>
      <data key="n_categories">Machine Design; Vibration Damping</data>
      <data key="n_question">Why does a bolt stretched hard on assembly outlive a gently tightened one carrying exactly the same working load?</data>
      <data key="n_words">1398</data>
    </node>
    <node id="bone-remodelling">
      <data key="n_label">Bone remodelling</data>
      <data key="n_domain">Health &amp; Medicine</data>
      <data key="n_mechanism">feedback-loops</data>
      <data key="n_categories">Human Physiology; Orthopaedics; Environmental Physiology</data>
      <data key="n_question">Why does bone thicken exactly where it is worked and melt away where it is not?</data>
      <data key="n_words">1286</data>
    </node>
    <node id="border-prosperity-discontinuity">
      <data key="n_label">Border prosperity discontinuity</data>
      <data key="n_domain">Geography &amp; Regional Studies</data>
      <data key="n_mechanism">path-dependence</data>
      <data key="n_categories">Institutional Economics; Regional Development</data>
      <data key="n_question">Why can crossing a single line on the ground change incomes sharply when the land on both sides is identical?</data>
      <data key="n_words">1311</data>
    </node>
    <node id="border-queue-surges">
      <data key="n_label">Border queue surges</data>
      <data key="n_domain">Travel, Tourism &amp; Hospitality</data>
      <data key="n_mechanism">thresholds</data>
      <data key="n_categories">Border Studies; Queueing Theory; Airport Planning</data>
      <data key="n_question">Why does a passport desk that handles the day's arrivals easily on average still produce hour-long queues?</data>
      <data key="n_words">1346</data>
    </node>
    <node id="borders">
      <data key="n_label">Borders</data>
      <data key="n_domain">Geography &amp; Regional Studies</data>
      <data key="n_mechanism">path-dependence</data>
      <data key="n_categories">Political Geography; Historical Geography; Cartography</data>
      <data key="n_question">Why do some borders follow rivers and mountains while others run in straight lines?</data>
      <data key="n_words">1337</data>
    </node>
    <node id="boundaries-of-the-firm">
      <data key="n_label">Boundaries of the firm</data>
      <data key="n_domain">Economics &amp; Business</data>
      <data key="n_mechanism">tradeoffs</data>
      <data key="n_categories">Transaction Cost Economics; Microeconomics; Industrial Organization</data>
      <data key="n_question">Why does a company hire employees instead of buying every task on the open market?</data>
      <data key="n_words">1375</data>
    </node>
    <node id="bounded-contexts">
      <data key="n_label">Bounded contexts</data>
      <data key="n_domain">Computing, Data &amp; AI</data>
      <data key="n_mechanism">specialization</data>
      <data key="n_categories">Software Architecture; Knowledge Organization</data>
      <data key="n_question">Why should the same word be allowed to mean different things in different parts of one system?</data>
      <data key="n_words">1433</data>
    </node>
    <node id="box-score-representation">
      <data key="n_label">Box score representation</data>
      <data key="n_domain">Sports, Exercise &amp; Recreation</data>
      <data key="n_mechanism">representation</data>
      <data key="n_categories">Sports Analytics; Performance Analysis</data>
      <data key="n_question">Why can a player's statistics look excellent while his team plays worse whenever he is on the floor?</data>
      <data key="n_words">1348</data>
    </node>
    <node id="braesss-paradox">
      <data key="n_label">Braess's paradox</data>
      <data key="n_domain">Mathematics &amp; Statistics</data>
      <data key="n_mechanism">collective-action</data>
      <data key="n_categories">Graph Theory; Decision Theory</data>
      <data key="n_question">Why can adding a new road to a city make every driver's journey longer?</data>
      <data key="n_words">1403</data>
    </node>
    <node id="brain-lateralization">
      <data key="n_label">Brain lateralization</data>
      <data key="n_domain">Mind &amp; Behavior</data>
      <data key="n_mechanism">specialization</data>
      <data key="n_categories">Neuroscience; Psycholinguistics</data>
      <data key="n_question">Why does the brain hand language mostly to one side instead of sharing it evenly?</data>
      <data key="n_words">1223</data>
    </node>
    <node id="branch-prediction">
      <data key="n_label">Branch prediction</data>
      <data key="n_domain">Computing, Data &amp; AI</data>
      <data key="n_mechanism">inference-under-uncertainty</data>
      <data key="n_categories">Computer Architecture</data>
      <data key="n_question">Why can a processor finish work faster by guessing the outcome of a test before it knows the answer?</data>
      <data key="n_words">1434</data>
    </node>
    <node id="brand-advertising">
      <data key="n_label">Brand advertising</data>
      <data key="n_domain">Economics &amp; Business</data>
      <data key="n_mechanism">proxy-evidence</data>
      <data key="n_categories">Industrial Organization; Reputation Mechanisms; Information Economics</data>
      <data key="n_question">Why does a firm spend fortunes on advertising that says nothing about the product?</data>
      <data key="n_words">1290</data>
    </node>
    <node id="brazil-nut-effect">
      <data key="n_label">Brazil-nut effect</data>
      <data key="n_domain">Physics</data>
      <data key="n_mechanism">randomness</data>
      <data key="n_categories">Soft Matter Physics; Chemical Engineering</data>
      <data key="n_question">Why does the largest and heaviest nut end up on top when a can of mixed nuts is shaken?</data>
      <data key="n_words">1401</data>
    </node>
    <node id="bread-staling">
      <data key="n_label">Bread staling</data>
      <data key="n_domain">Environment, Agriculture &amp; Food</data>
      <data key="n_mechanism">structure-and-function</data>
      <data key="n_categories">Cereal Science; Food Chemistry; Food Storage</data>
      <data key="n_question">Why does bread go stale faster in the fridge than on the counter?</data>
      <data key="n_words">1266</data>
    </node>
    <node id="breathing-urge">
      <data key="n_label">Breathing urge</data>
      <data key="n_domain">Sports, Exercise &amp; Recreation</data>
      <data key="n_mechanism">proxy-evidence</data>
      <data key="n_categories">Human Physiology; Strength and Conditioning; Environmental Physiology</data>
      <data key="n_question">Why does the urge to breathe come from carbon dioxide building up rather than from oxygen running out?</data>
      <data key="n_words">1198</data>
    </node>
    <node id="brewster-angle-glare">
      <data key="n_label">Brewster angle glare</data>
      <data key="n_domain">Physics</data>
      <data key="n_mechanism">constraints</data>
      <data key="n_categories">Optics; Electromagnetism</data>
      <data key="n_question">Why does glare off water disappear through polarized glasses at one viewing angle but not at others?</data>
      <data key="n_words">1361</data>
    </node>
    <node id="bridewealth-and-dowry">
      <data key="n_label">Bridewealth and dowry</data>
      <data key="n_domain">History, Society &amp; Anthropology</data>
      <data key="n_mechanism">incentives</data>
      <data key="n_categories">Marriage Systems; Kinship Economics; Cultural Anthropology</data>
      <data key="n_question">Why does wealth flow toward the bride's family in some societies and toward the groom's in others?</data>
      <data key="n_words">1417</data>
    </node>
    <node id="bright-line-rules">
      <data key="n_label">Bright-line rules</data>
      <data key="n_domain">Government, Law &amp; Civics</data>
      <data key="n_mechanism">tradeoffs</data>
      <data key="n_categories">Law and Economics; Civil Procedure; Legislative Drafting</data>
      <data key="n_question">Why does the law fix a speed limit at an exact number instead of asking people to drive reasonably?</data>
      <data key="n_words">1425</data>
    </node>
    <node id="brine-rejection">
      <data key="n_label">Sea-ice brine rejection</data>
      <data key="n_domain">Earth, Climate &amp; Oceans</data>
      <data key="n_mechanism">gradients-and-flows</data>
      <data key="n_categories">Polar Science; Physical Oceanography; Cryosphere Science</data>
      <data key="n_question">Why does ice forming at the surface of a polar sea set the deep ocean in motion?</data>
      <data key="n_words">1248</data>
    </node>
    <node id="broadcast-loudness">
      <data key="n_label">Broadcast loudness</data>
      <data key="n_domain">Language, Media &amp; Communication</data>
      <data key="n_mechanism">incentives</data>
      <data key="n_categories">Broadcast Engineering; Acoustics; Advertising Studies</data>
      <data key="n_question">Why did adverts sound louder than the programmes around them while meeting the same peak limit?</data>
      <data key="n_words">1466</data>
    </node>
    <node id="budget-scoring-windows">
      <data key="n_label">Budget scoring windows</data>
      <data key="n_domain">Government, Law &amp; Civics</data>
      <data key="n_mechanism">incentives</data>
      <data key="n_categories">Public Finance; Regulatory Policy</data>
      <data key="n_question">Why does a tax cut everyone expects to be permanent get priced as though it will expire?</data>
      <data key="n_words">1427</data>
    </node>
    <node id="buffet-holding-time">
      <data key="n_label">Buffet holding time</data>
      <data key="n_domain">Travel, Tourism &amp; Hospitality</data>
      <data key="n_mechanism">exponential-growth</data>
      <data key="n_categories">Food Microbiology; Food Service Management</data>
      <data key="n_question">Why can a hotel buffet dish that still feels comfortably warm be far more dangerous than one that has gone cold?</data>
      <data key="n_words">1364</data>
    </node>
    <node id="build-cache-geometry">
      <data key="n_label">Build cache geometry</data>
      <data key="n_domain">Computing, Data &amp; AI</data>
      <data key="n_mechanism">path-dependence</data>
      <data key="n_categories">Build Systems; Container Technology</data>
      <data key="n_question">Why does swapping two lines in a build file change how long every future build takes?</data>
      <data key="n_words">1375</data>
    </node>
    <node id="building-somewhere-you-do-not-ship-from">
      <data key="n_label">Building somewhere you do not ship from</data>
      <data key="n_domain">Computing, Data &amp; AI</data>
      <data key="n_mechanism">specialization</data>
      <data key="n_categories">Build Systems; Container Technology</data>
      <data key="n_question">Why assemble software in one environment and then throw that environment away?</data>
      <data key="n_words">1361</data>
    </node>
    <node id="building-sway">
      <data key="n_label">Building sway</data>
      <data key="n_domain">Engineering &amp; Technology</data>
      <data key="n_mechanism">tradeoffs</data>
      <data key="n_categories">Structural Engineering; Vibration Damping</data>
      <data key="n_question">Why do engineers let a tall building sway rather than making it rigid?</data>
      <data key="n_words">1357</data>
    </node>
    <node id="built-never-to-be-rebuilt">
      <data key="n_label">Built never to be rebuilt</data>
      <data key="n_domain">Computing, Data &amp; AI</data>
      <data key="n_mechanism">path-dependence</data>
      <data key="n_categories">Business Intelligence; Version Control</data>
      <data key="n_question">Why design a warehouse so that a new source never forces you to restructure the old ones?</data>
      <data key="n_words">1418</data>
    </node>
    <node id="bulkheads">
      <data key="n_label">Bulkheads</data>
      <data key="n_domain">Computing, Data &amp; AI</data>
      <data key="n_mechanism">redundancy</data>
      <data key="n_categories">Resilience Engineering; Capacity Planning</data>
      <data key="n_question">Why does deliberately wasting capacity keep one failing feature from taking down all the others?</data>
      <data key="n_words">1383</data>
    </node>
    <node id="bullpen-specialization">
      <data key="n_label">Bullpen specialization</data>
      <data key="n_domain">Sports, Exercise &amp; Recreation</data>
      <data key="n_mechanism">specialization</data>
      <data key="n_categories">Sports Statistics; Performance Analysis</data>
      <data key="n_question">Why does a team use three pitchers to finish an inning that one could have thrown?</data>
      <data key="n_words">1348</data>
    </node>
    <node id="bullwhip-effect">
      <data key="n_label">Bullwhip effect</data>
      <data key="n_domain">Economics &amp; Business</data>
      <data key="n_mechanism">feedback-loops</data>
      <data key="n_categories">Supply Chain Management; Inventory Control; Demand Forecasting</data>
      <data key="n_question">Why does a small wobble in shop sales turn into wild swings at the factory that supplies it?</data>
      <data key="n_words">1414</data>
    </node>
    <node id="buoyancy">
      <data key="n_label">Buoyancy</data>
      <data key="n_domain">Physics</data>
      <data key="n_mechanism">equilibrium</data>
      <data key="n_categories">Fluid Mechanics; Classical Mechanics; Applied Physics</data>
      <data key="n_question">Why does a helium balloon rise through the very air that pulls everything else down?</data>
      <data key="n_words">1376</data>
    </node>
    <node id="burden-of-proof">
      <data key="n_label">Burden of proof</data>
      <data key="n_domain">Philosophy, Ethics &amp; Religion</data>
      <data key="n_mechanism">information-limits</data>
      <data key="n_categories">Critical Thinking; Rhetoric</data>
      <data key="n_question">Why must the person making a claim prove it, rather than the doubter disprove it?</data>
      <data key="n_words">1411</data>
    </node>
    <node id="butter-from-cream">
      <data key="n_label">Butter from cream</data>
      <data key="n_domain">Chemistry &amp; Materials</data>
      <data key="n_mechanism">thresholds</data>
      <data key="n_categories">Colloid Science; Food Chemistry</data>
      <data key="n_question">Why does beaten cream first stiffen into foam and then, if you keep going, break into butter and water?</data>
      <data key="n_words">1303</data>
    </node>
    <node id="bystander-effect">
      <data key="n_label">Bystander effect</data>
      <data key="n_domain">Mind &amp; Behavior</data>
      <data key="n_mechanism">collective-action</data>
      <data key="n_categories">Social Psychology</data>
      <data key="n_question">Why is a person in trouble less likely to be helped when more people are watching?</data>
      <data key="n_words">1316</data>
    </node>
    <node id="caching">
      <data key="n_label">Caching</data>
      <data key="n_domain">Computing, Data &amp; AI</data>
      <data key="n_mechanism">tradeoffs</data>
      <data key="n_categories">Computer Architecture; Operating Systems; Performance Engineering</data>
      <data key="n_question">Why does a computer keep a second copy of data it already has?</data>
      <data key="n_words">1383</data>
    </node>
    <node id="caching-an-answer-nobody-asked-for-exactly">
      <data key="n_label">Caching an answer nobody asked for exactly</data>
      <data key="n_domain">Computing, Data &amp; AI</data>
      <data key="n_mechanism">representation</data>
      <data key="n_categories">Autonomous Systems; Information Systems</data>
      <data key="n_question">How do you reuse a stored answer for a question that has never been asked in those words?</data>
      <data key="n_words">1453</data>
    </node>
    <node id="cadastral-survey-patterns">
      <data key="n_label">Cadastral survey patterns</data>
      <data key="n_domain">Geography &amp; Regional Studies</data>
      <data key="n_mechanism">tradeoffs</data>
      <data key="n_categories">Cadastral Systems; Land Use Studies</data>
      <data key="n_question">Why can you name the century a countryside was surveyed in from the shape of its fields alone?</data>
      <data key="n_words">1511</data>
    </node>
    <node id="calendar-drift">
      <data key="n_label">Calendar drift</data>
      <data key="n_domain">History, Society &amp; Anthropology</data>
      <data key="n_mechanism">rhythms-and-cycles</data>
      <data key="n_categories">Archaeology; Ancient History</data>
      <data key="n_question">Why do human calendars need leap days and extra months at all?</data>
      <data key="n_words">1367</data>
    </node>
    <node id="cancelled-printing-plates">
      <data key="n_label">Cancelled printing plates</data>
      <data key="n_domain">Arts, Design &amp; Culture</data>
      <data key="n_mechanism">commitment</data>
      <data key="n_categories">Printmaking; Art Markets</data>
      <data key="n_question">Why does a printmaker deliberately destroy the plate that could still make more money?</data>
      <data key="n_words">1272</data>
    </node>
    <node id="candle-wick">
      <data key="n_label">Candle wick</data>
      <data key="n_domain">Chemistry &amp; Materials</data>
      <data key="n_mechanism">gradients-and-flows</data>
      <data key="n_categories">Combustion Chemistry; Phase Behavior</data>
      <data key="n_question">Why does a candle need a wick when the wax itself is the fuel?</data>
      <data key="n_words">1382</data>
    </node>
    <node id="canon-formation">
      <data key="n_label">Canon formation</data>
      <data key="n_domain">Arts, Design &amp; Culture</data>
      <data key="n_mechanism">feedback-loops</data>
      <data key="n_categories">Comparative Literature; Sociology; Art History</data>
      <data key="n_question">Why do a handful of works get taught for centuries while equally admired contemporaries disappear entirely?</data>
      <data key="n_words">1312</data>
    </node>
    <node id="canvas-tension-and-humidity">
      <data key="n_label">Canvas tension and humidity</data>
      <data key="n_domain">Arts, Design &amp; Culture</data>
      <data key="n_mechanism">equilibrium</data>
      <data key="n_categories">Conservation Science; Materials Science</data>
      <data key="n_question">Why does a painting's canvas sag in damp weather and pull drum-tight in dry?</data>
      <data key="n_words">1360</data>
    </node>
    <node id="capability-negotiation">
      <data key="n_label">Capability negotiation</data>
      <data key="n_domain">Computing, Data &amp; AI</data>
      <data key="n_mechanism">coordination</data>
      <data key="n_categories">Protocol Design; Interface Design</data>
      <data key="n_question">Why do two programs that have never met agree on what they can do instead of checking a version number?</data>
      <data key="n_words">1355</data>
    </node>
    <node id="capacitive-sensing">
      <data key="n_label">Capacitive sensing</data>
      <data key="n_domain">Engineering &amp; Technology</data>
      <data key="n_mechanism">proxy-evidence</data>
      <data key="n_categories">Electrical Engineering; Instrumentation; Systems Engineering</data>
      <data key="n_question">How does a sheet of glass know where your finger is?</data>
      <data key="n_words">1381</data>
    </node>
    <node id="carbon-allotropes">
      <data key="n_label">Carbon allotropes</data>
      <data key="n_domain">Chemistry &amp; Materials</data>
      <data key="n_mechanism">structure-and-function</data>
      <data key="n_categories">Solid-State Chemistry; Inorganic Chemistry; Physical Chemistry</data>
      <data key="n_question">Why do diamond and pencil lead behave so differently when both are nothing but carbon?</data>
      <data key="n_words">1243</data>
    </node>
    <node id="carbon-offset-additionality">
      <data key="n_label">Carbon offset additionality</data>
      <data key="n_domain">Earth, Climate &amp; Oceans</data>
      <data key="n_mechanism">incentives</data>
      <data key="n_categories">Environmental Policy; Forest Ecology; Biogeochemistry</data>
      <data key="n_question">Why can paying to protect a forest that was never threatened still earn carbon credits?</data>
      <data key="n_words">1409</data>
    </node>
    <node id="cardiac-fibrillation">
      <data key="n_label">Cardiac fibrillation</data>
      <data key="n_domain">Health &amp; Medicine</data>
      <data key="n_mechanism">emergence</data>
      <data key="n_categories">Cardiology; Complex Systems</data>
      <data key="n_question">How can a heart beat chaotically when every cell in it still follows the same simple rule?</data>
      <data key="n_words">1363</data>
    </node>
    <node id="caregiver-of-last-resort">
      <data key="n_label">Caregiver of last resort</data>
      <data key="n_domain">Family, Relationships &amp; Human Development</data>
      <data key="n_mechanism">collective-action</data>
      <data key="n_categories">Gerontology; Sibling Research; Household Economics</data>
      <data key="n_question">Why does the care of an ageing parent collapse onto one sibling while the others remain willing but uninvolved?</data>
      <data key="n_words">1505</data>
    </node>
    <node id="caregiving-load">
      <data key="n_label">Caregiving load</data>
      <data key="n_domain">Family, Relationships &amp; Human Development</data>
      <data key="n_mechanism">coordination</data>
      <data key="n_categories">Family Studies; Gerontology; Household Economics</data>
      <data key="n_question">Why does caring for an aging parent fall so unevenly within one family?</data>
      <data key="n_words">1380</data>
    </node>
    <node id="carry-trade">
      <data key="n_label">Carry trade</data>
      <data key="n_domain">Economics &amp; Business</data>
      <data key="n_mechanism">gradients-and-flows</data>
      <data key="n_categories">Finance; Monetary Economics</data>
      <data key="n_question">Why does money rush toward whichever country pays more interest, and why does that stop?</data>
      <data key="n_words">1450</data>
    </node>
    <node id="cartilage-healing">
      <data key="n_label">Cartilage healing</data>
      <data key="n_domain">Health &amp; Medicine</data>
      <data key="n_mechanism">gradients-and-flows</data>
      <data key="n_categories">Orthopaedics; Molecular Biology</data>
      <data key="n_question">Why does a broken bone knit itself back together while damaged knee cartilage never does?</data>
      <data key="n_words">1443</data>
    </node>
    <node id="carving-ski-sidecut">
      <data key="n_label">Carving ski sidecut</data>
      <data key="n_domain">Sports, Exercise &amp; Recreation</data>
      <data key="n_mechanism">structure-and-function</data>
      <data key="n_categories">Human Movement; Sports Equipment Design; Mechanics</data>
      <data key="n_question">Why does a ski cut a clean arc when the skier only tips it on edge and never steers it sideways?</data>
      <data key="n_words">1386</data>
    </node>
    <node id="cassava-processing">
      <data key="n_label">Cassava processing</data>
      <data key="n_domain">Environment, Agriculture &amp; Food</data>
      <data key="n_mechanism">thresholds</data>
      <data key="n_categories">Botany; Food Chemistry; Food Science</data>
      <data key="n_question">Why would a community put its staple root through days of soaking and drying before anyone eats it?</data>
      <data key="n_words">1458</data>
    </node>
    <node id="cast-iron-seasoning">
      <data key="n_label">Cast-iron seasoning</data>
      <data key="n_domain">Chemistry &amp; Materials</data>
      <data key="n_mechanism">accumulation</data>
      <data key="n_categories">Polymer Chemistry; Surface Chemistry; Culinary Science</data>
      <data key="n_question">Why does a cast-iron pan become non-stick only after years of cooking, and lose it in a single wash?</data>
      <data key="n_words">1396</data>
    </node>
    <node id="casualty-evacuation">
      <data key="n_label">Casualty evacuation</data>
      <data key="n_domain">Military, Conflict &amp; Strategic Studies</data>
      <data key="n_mechanism">specialization</data>
      <data key="n_categories">Military Medicine</data>
      <data key="n_question">Why does a medical system that treats fewer casualties near the front save more of them?</data>
      <data key="n_words">1430</data>
    </node>
    <node id="catalysis">
      <data key="n_label">Catalysis</data>
      <data key="n_domain">Chemistry &amp; Materials</data>
      <data key="n_mechanism">thresholds</data>
      <data key="n_categories">Physical Chemistry; Chemical Engineering; Reaction Kinetics</data>
      <data key="n_question">How can a substance speed up a reaction without being used up by it?</data>
      <data key="n_words">1272</data>
    </node>
    <node id="catastrophe-reinsurance">
      <data key="n_label">Catastrophe reinsurance</data>
      <data key="n_domain">Economics &amp; Business</data>
      <data key="n_mechanism">randomness</data>
      <data key="n_categories">Insurance Markets; Risk Management; Actuarial Science</data>
      <data key="n_question">Why does an insurer holding a million policies across a whole country still need to buy insurance for itself?</data>
      <data key="n_words">1401</data>
    </node>
    <node id="catastrophic-cancellation">
      <data key="n_label">Catastrophic cancellation</data>
      <data key="n_domain">Mathematics &amp; Statistics</data>
      <data key="n_mechanism">information-limits</data>
      <data key="n_categories">Numerical Analysis; Measurement Theory</data>
      <data key="n_question">Why can subtracting two highly accurate numbers leave an answer with no correct digits at all?</data>
      <data key="n_words">1370</data>
    </node>
    <node id="categorical-perception-of-speech-sounds">
      <data key="n_label">Categorical perception of speech sounds</data>
      <data key="n_domain">Language, Media &amp; Communication</data>
      <data key="n_mechanism">thresholds</data>
      <data key="n_categories">Phonetics; Psycholinguistics; Speech Science</data>
      <data key="n_question">Why does a smoothly changing sound flip abruptly from one consonant to another?</data>
      <data key="n_words">1280</data>
    </node>
    <node id="causal-closure-of-the-physical">
      <data key="n_label">Causal closure of the physical</data>
      <data key="n_domain">Philosophy, Ethics &amp; Religion</data>
      <data key="n_mechanism">conservation-laws</data>
      <data key="n_categories">Philosophy of Mind; Metaphysics</data>
      <data key="n_question">If every physical event already has a physical cause, what work is left for a mind to do?</data>
      <data key="n_words">1428</data>
    </node>
    <node id="cave-formation">
      <data key="n_label">Cave formation</data>
      <data key="n_domain">Earth, Climate &amp; Oceans</data>
      <data key="n_mechanism">accumulation</data>
      <data key="n_categories">Geology; Geochemistry; Hydrology</data>
      <data key="n_question">How does ordinary water hollow a cave out of solid limestone?</data>
      <data key="n_words">1316</data>
    </node>
    <node id="ceiling-on-admissions-prediction">
      <data key="n_label">Ceiling on admissions prediction</data>
      <data key="n_domain">Education &amp; Learning</data>
      <data key="n_mechanism">information-limits</data>
      <data key="n_categories">Psychometrics; Credentialing</data>
      <data key="n_question">Why can no admissions test tell which applicant will actually flourish once admitted?</data>
      <data key="n_words">1304</data>
    </node>
    <node id="cello-wolf-tone">
      <data key="n_label">Cello wolf tone</data>
      <data key="n_domain">Arts, Design &amp; Culture</data>
      <data key="n_mechanism">feedback-loops</data>
      <data key="n_categories">Craft Knowledge; Acoustics</data>
      <data key="n_question">Why does one note on a fine cello howl and stutter while the notes either side of it behave?</data>
      <data key="n_words">1411</data>
    </node>
    <node id="cells-that-defect-on-the-body">
      <data key="n_label">Cells that defect on the body</data>
      <data key="n_domain">Biology &amp; Ecology</data>
      <data key="n_mechanism">collective-action</data>
      <data key="n_categories">Oncology; Evolutionary Biology</data>
      <data key="n_question">Why does a body of cooperating cells keep producing cells that destroy it for all of them?</data>
      <data key="n_words">1226</data>
    </node>
    <node id="cellular-automata">
      <data key="n_label">Cellular automata</data>
      <data key="n_domain">Mathematics &amp; Statistics</data>
      <data key="n_mechanism">emergence</data>
      <data key="n_categories">Complex Systems</data>
      <data key="n_question">Why can a grid of cells obeying three trivial rules build structures nobody wrote into them?</data>
      <data key="n_words">1377</data>
    </node>
    <node id="cement-hardening">
      <data key="n_label">Cement hardening</data>
      <data key="n_domain">Chemistry &amp; Materials</data>
      <data key="n_mechanism">structure-and-function</data>
      <data key="n_categories">Inorganic Chemistry; Materials Engineering; Mineral Deposition</data>
      <data key="n_question">Why does concrete set perfectly well underwater, when you would expect it to need to dry out?</data>
      <data key="n_words">1372</data>
    </node>
    <node id="censored-follow-up">
      <data key="n_label">Censored follow-up</data>
      <data key="n_domain">Mathematics &amp; Statistics</data>
      <data key="n_mechanism">inference-under-uncertainty</data>
      <data key="n_categories">Survival Analysis; Risk Management</data>
      <data key="n_question">How can a study report five-year survival when most of its patients were watched for two?</data>
      <data key="n_words">1405</data>
    </node>
    <node id="census-undercount">
      <data key="n_label">Census undercount</data>
      <data key="n_domain">Government, Law &amp; Civics</data>
      <data key="n_mechanism">proxy-evidence</data>
      <data key="n_categories">Public Administration; Political Geography; Electoral Systems</data>
      <data key="n_question">What changes when a government miscounts its own population?</data>
      <data key="n_words">1313</data>
    </node>
    <node id="central-sensitization">
      <data key="n_label">Central sensitization</data>
      <data key="n_domain">Health &amp; Medicine</data>
      <data key="n_mechanism">feedback-loops</data>
      <data key="n_categories">Pain Medicine; Neuroscience</data>
      <data key="n_question">Why does pain sometimes persist for years after the injury that caused it has fully healed?</data>
      <data key="n_words">1318</data>
    </node>
    <node id="ceramic-seriation">
      <data key="n_label">Ceramic seriation</data>
      <data key="n_domain">History, Society &amp; Anthropology</data>
      <data key="n_mechanism">proxy-evidence</data>
      <data key="n_categories">Material Culture; Archaeology</data>
      <data key="n_question">How can a pile of undated potsherds be put in chronological order without a single absolute date?</data>
      <data key="n_words">1512</data>
    </node>
    <node id="ceremony-as-a-smell">
      <data key="n_label">Ceremony as a smell</data>
      <data key="n_domain">Work, Careers &amp; Skilled Trades</data>
      <data key="n_mechanism">path-dependence</data>
      <data key="n_categories">Organizational Design; Operations Management</data>
      <data key="n_question">When does a practice adopted to help a team become the thing slowing it down?</data>
      <data key="n_words">1464</data>
    </node>
    <node id="chain-of-thought">
      <data key="n_label">Chain-of-thought</data>
      <data key="n_domain">Computing, Data &amp; AI</data>
      <data key="n_mechanism">constraints</data>
      <data key="n_categories">Natural Language Processing; Cognitive Science</data>
      <data key="n_question">Why does asking a model to work step by step improve arithmetic it could already do?</data>
      <data key="n_words">1395</data>
    </node>
    <node id="chance-in-the-wood-fired-kiln">
      <data key="n_label">Chance in the wood-fired kiln</data>
      <data key="n_domain">Arts, Design &amp; Culture</data>
      <data key="n_mechanism">randomness</data>
      <data key="n_categories">Craft Knowledge; Material Culture</data>
      <data key="n_question">Why do potters surrender a pot's final surface to a fire they cannot control?</data>
      <data key="n_words">1384</data>
    </node>
    <node id="chance-word-resemblances">
      <data key="n_label">Chance word resemblances</data>
      <data key="n_domain">Language, Media &amp; Communication</data>
      <data key="n_mechanism">randomness</data>
      <data key="n_categories">Quantitative Linguistics; Linguistics</data>
      <data key="n_question">Why do linguists distrust a striking word match between two unrelated languages?</data>
      <data key="n_words">1373</data>
    </node>
    <node id="change-data-capture">
      <data key="n_label">Change data capture</data>
      <data key="n_domain">Computing, Data &amp; AI</data>
      <data key="n_mechanism">proxy-evidence</data>
      <data key="n_categories">Data Engineering; Databases</data>
      <data key="n_question">How do you copy every change a database makes without asking the database for anything?</data>
      <data key="n_words">1466</data>
    </node>
    <node id="chaos-engineering">
      <data key="n_label">Chaos engineering</data>
      <data key="n_domain">Computing, Data &amp; AI</data>
      <data key="n_mechanism">adaptation</data>
      <data key="n_categories">Resilience Engineering; Fault Tolerance</data>
      <data key="n_question">Why deliberately break a working system that is already surviving?</data>
      <data key="n_words">1447</data>
    </node>
    <node id="charging-connector-standards">
      <data key="n_label">Charging connector standards</data>
      <data key="n_domain">Home, Consumer &amp; Everyday Life</data>
      <data key="n_mechanism">coordination</data>
      <data key="n_categories">Consumer Electronics; Product Design</data>
      <data key="n_question">Why did every phone need its own charger for years when nobody actually wanted that?</data>
      <data key="n_words">1381</data>
    </node>
    <node id="charm-pricing">
      <data key="n_label">Charm pricing</data>
      <data key="n_domain">Home, Consumer &amp; Everyday Life</data>
      <data key="n_mechanism">perception-vs-reality</data>
      <data key="n_categories">Behavioral Economics; Consumer Studies</data>
      <data key="n_question">Why does a price ending in 99 sell better than the round number just above it?</data>
      <data key="n_words">1267</data>
    </node>
    <node id="cheese-ripening">
      <data key="n_label">Cheese ripening</data>
      <data key="n_domain">Environment, Agriculture &amp; Food</data>
      <data key="n_mechanism">selection</data>
      <data key="n_categories">Dairy Science; Microbiology; Food Storage</data>
      <data key="n_question">Why does deliberately letting microbes grow in milk make it keep for years when fresh milk sours in days?</data>
      <data key="n_words">1436</data>
    </node>
    <node id="chelate-effect">
      <data key="n_label">Chelate effect</data>
      <data key="n_domain">Chemistry &amp; Materials</data>
      <data key="n_mechanism">equilibrium</data>
      <data key="n_categories">Inorganic Chemistry; Thermodynamics</data>
      <data key="n_question">Why does one molecule that grips a metal ion with several arms hold it far more tightly than several separate molecules with one arm each?</data>
      <data key="n_words">1355</data>
    </node>
    <node id="chemical-protective-posture">
      <data key="n_label">Chemical protective posture</data>
      <data key="n_domain">Military, Conflict &amp; Strategic Studies</data>
      <data key="n_mechanism">tradeoffs</data>
      <data key="n_categories">Chemical Defence</data>
      <data key="n_question">Why does the mere threat of a chemical attack blunt an army that is never actually attacked?</data>
      <data key="n_words">1421</data>
    </node>
    <node id="chemotherapy-selectivity">
      <data key="n_label">Chemotherapy selectivity</data>
      <data key="n_domain">Health &amp; Medicine</data>
      <data key="n_mechanism">proxy-evidence</data>
      <data key="n_categories">Oncology; Pharmacology</data>
      <data key="n_question">Why does a drug aimed at a tumour also attack hair, gut lining, and blood?</data>
      <data key="n_words">1383</data>
    </node>
    <node id="child-fostering">
      <data key="n_label">Child fostering</data>
      <data key="n_domain">Family, Relationships &amp; Human Development</data>
      <data key="n_mechanism">redundancy</data>
      <data key="n_categories">Kinship Studies; Kinship Economics; Family Demography</data>
      <data key="n_question">Why do households with food to spare still send their own children away to be raised by relatives?</data>
      <data key="n_words">1412</data>
    </node>
    <node id="child-word-learning">
      <data key="n_label">Child word learning</data>
      <data key="n_domain">Family, Relationships &amp; Human Development</data>
      <data key="n_mechanism">inference-under-uncertainty</data>
      <data key="n_categories">Developmental Psychology; Linguistics; Language Acquisition</data>
      <data key="n_question">How can a child infer the meaning of a new word from only a few encounters?</data>
      <data key="n_words">1199</data>
    </node>
    <node id="childrens-play">
      <data key="n_label">Children's play</data>
      <data key="n_domain">Family, Relationships &amp; Human Development</data>
      <data key="n_mechanism">adaptation</data>
      <data key="n_categories">Child Behaviour Research; Early Childhood Development; Evolutionary Anthropology</data>
      <data key="n_question">Why do children spend so much of their time on activities with no obvious purpose?</data>
      <data key="n_words">1290</data>
    </node>
    <node id="chilling-injury">
      <data key="n_label">Chilling injury in fruit</data>
      <data key="n_domain">Environment, Agriculture &amp; Food</data>
      <data key="n_mechanism">thresholds</data>
      <data key="n_categories">Postharvest Physiology; Cold Chain Management</data>
      <data key="n_question">Why does a banana kept in the fridge turn black outside while staying stubbornly hard inside?</data>
      <data key="n_words">1274</data>
    </node>
    <node id="chip-yield-and-die-size">
      <data key="n_label">Chip yield and die size</data>
      <data key="n_domain">Engineering &amp; Technology</data>
      <data key="n_mechanism">randomness</data>
      <data key="n_categories">Manufacturing Engineering; Quality Management</data>
      <data key="n_question">Why does making a chip slightly larger cut the share of working ones by far more than a little?</data>
      <data key="n_words">1421</data>
    </node>
    <node id="choice-overload">
      <data key="n_label">Choice overload</data>
      <data key="n_domain">Mind &amp; Behavior</data>
      <data key="n_mechanism">scale-effects</data>
      <data key="n_categories">Decision Psychology; Consumer Studies; Behavioral Science</data>
      <data key="n_question">Why can more options make a decision harder and the chooser less satisfied?</data>
      <data key="n_words">1303</data>
    </node>
    <node id="choking-under-attention">
      <data key="n_label">Choking under attention</data>
      <data key="n_domain">Sports, Exercise &amp; Recreation</data>
      <data key="n_mechanism">specialization</data>
      <data key="n_categories">Motor Control; Sports Psychology; Motor Learning</data>
      <data key="n_question">Why does a practised movement fall apart as soon as the athlete thinks about how they do it?</data>
      <data key="n_words">1338</data>
    </node>
    <node id="choosing-an-indicator">
      <data key="n_label">Choosing an indicator</data>
      <data key="n_domain">Computing, Data &amp; AI</data>
      <data key="n_mechanism">proxy-evidence</data>
      <data key="n_categories">Observability; Model Evaluation</data>
      <data key="n_question">Of everything a service could measure, how do you pick the number that stands for the user's experience?</data>
      <data key="n_words">1485</data>
    </node>
    <node id="choosing-the-first-piece-to-replace">
      <data key="n_label">Choosing the first piece to replace</data>
      <data key="n_domain">Computing, Data &amp; AI</data>
      <data key="n_mechanism">tradeoffs</data>
      <data key="n_categories">Legacy Modernization; Requirements Engineering</data>
      <data key="n_question">Of everything that needs rebuilding, how do you decide what goes first?</data>
      <data key="n_words">1427</data>
    </node>
    <node id="choosing-what-to-forget">
      <data key="n_label">Choosing what to forget</data>
      <data key="n_domain">Computing, Data &amp; AI</data>
      <data key="n_mechanism">proxy-evidence</data>
      <data key="n_categories">Query Processing; Statistics</data>
      <data key="n_question">When memory runs out, how do you decide what to discard without knowing what you will need next?</data>
      <data key="n_words">1375</data>
    </node>
    <node id="choreography-versus-orchestration">
      <data key="n_label">Choreography versus orchestration</data>
      <data key="n_domain">Computing, Data &amp; AI</data>
      <data key="n_mechanism">coordination</data>
      <data key="n_categories">Software Architecture; Workflow Orchestration</data>
      <data key="n_question">Should each step know what comes next, or should one place know the whole plan?</data>
      <data key="n_words">1436</data>
    </node>
    <node id="chronotherapy">
      <data key="n_label">Chronotherapy</data>
      <data key="n_domain">Health &amp; Medicine</data>
      <data key="n_mechanism">rhythms-and-cycles</data>
      <data key="n_categories">Chronobiology; Pharmacology</data>
      <data key="n_question">Why can the same dose of the same drug help more at one hour of the day than another?</data>
      <data key="n_words">1332</data>
    </node>
    <node id="chunking">
      <data key="n_label">Chunking</data>
      <data key="n_domain">Computing, Data &amp; AI</data>
      <data key="n_mechanism">tradeoffs</data>
      <data key="n_categories">Information Retrieval; Data Engineering</data>
      <data key="n_question">Why does how you cut a document into pieces matter more than which search engine you use on them?</data>
      <data key="n_words">1395</data>
    </node>
    <node id="circuit-breakers">
      <data key="n_label">Circuit breakers</data>
      <data key="n_domain">Computing, Data &amp; AI</data>
      <data key="n_mechanism">feedback-loops</data>
      <data key="n_categories">Resilience Engineering; Operations Management</data>
      <data key="n_question">Why does refusing to even attempt a request help a struggling system recover?</data>
      <data key="n_words">1413</data>
    </node>
    <node id="circuit-schematics-versus-layout">
      <data key="n_label">Circuit schematics versus layout</data>
      <data key="n_domain">Engineering &amp; Technology</data>
      <data key="n_mechanism">representation</data>
      <data key="n_categories">Electrical Engineering; Human Factors</data>
      <data key="n_question">Why does a diagram that looks nothing like the machine make its fault easier to find?</data>
      <data key="n_words">1347</data>
    </node>
    <node id="citation-without-verification">
      <data key="n_label">Citation without verification</data>
      <data key="n_domain">Computing, Data &amp; AI</data>
      <data key="n_mechanism">proxy-evidence</data>
      <data key="n_categories">Model Evaluation; AI Safety</data>
      <data key="n_question">Why does an answer that cites its source still need checking?</data>
      <data key="n_words">1314</data>
    </node>
    <node id="city-to-city-spread-of-speech-forms">
      <data key="n_label">City-to-city spread of speech forms</data>
      <data key="n_domain">Language, Media &amp; Communication</data>
      <data key="n_mechanism">gradients-and-flows</data>
      <data key="n_categories">Sociolinguistics; Contact Linguistics</data>
      <data key="n_question">Why does a new pronunciation reach a distant city before the village next door?</data>
      <data key="n_words">1341</data>
    </node>
    <node id="civil-service-tenure">
      <data key="n_label">Civil service tenure</data>
      <data key="n_domain">Government, Law &amp; Civics</data>
      <data key="n_mechanism">tradeoffs</data>
      <data key="n_categories">Public Administration</data>
      <data key="n_question">Why does making officials nearly impossible to dismiss produce more honest advice than making them removable?</data>
      <data key="n_words">1423</data>
    </node>
    <node id="civilian-control">
      <data key="n_label">Civilian control</data>
      <data key="n_domain">Military, Conflict &amp; Strategic Studies</data>
      <data key="n_mechanism">commitment</data>
      <data key="n_categories">Military Sociology; Political Theory; Security Studies</data>
      <data key="n_question">Why does an armed force take orders from an unarmed government?</data>
      <data key="n_words">1344</data>
    </node>
    <node id="class-size-cutoff-rules">
      <data key="n_label">Class-size cutoff rules</data>
      <data key="n_domain">Education &amp; Learning</data>
      <data key="n_mechanism">thresholds</data>
      <data key="n_categories">Education Policy; School Administration</data>
      <data key="n_question">Why can enrolling one extra pupil suddenly cut a class almost in half?</data>
      <data key="n_words">1423</data>
    </node>
    <node id="classroom-misconceptions">
      <data key="n_label">Classroom misconceptions</data>
      <data key="n_domain">Education &amp; Learning</data>
      <data key="n_mechanism">perception-vs-reality</data>
      <data key="n_categories">Pedagogy; Cognitive Science; Assessment</data>
      <data key="n_question">Why can a student give the correct answer yet still hold a mistaken underlying model?</data>
      <data key="n_words">1099</data>
    </node>
    <node id="cleansing-effect-of-recessions">
      <data key="n_label">Cleansing effect of recessions</data>
      <data key="n_domain">Economics &amp; Business</data>
      <data key="n_mechanism">selection</data>
      <data key="n_categories">Microeconomics; Labor Economics</data>
      <data key="n_question">How can an industry grow more productive when no firm inside it improved?</data>
      <data key="n_words">1236</data>
    </node>
    <node id="clickbait-headlines">
      <data key="n_label">Clickbait headlines</data>
      <data key="n_domain">Language, Media &amp; Communication</data>
      <data key="n_mechanism">incentives</data>
      <data key="n_categories">Attention Economics; Media Economics; Media Studies</data>
      <data key="n_question">Why do headlines grow more tempting and less informative as publishers learn what readers click?</data>
      <data key="n_words">1440</data>
    </node>
    <node id="climate-model-parameterization">
      <data key="n_label">Climate model parameterization</data>
      <data key="n_domain">Earth, Climate &amp; Oceans</data>
      <data key="n_mechanism">representation</data>
      <data key="n_categories">Atmospheric Science; Numerical Analysis</data>
      <data key="n_question">Why must a climate model invent clouds that it is far too coarse to see?</data>
      <data key="n_words">1408</data>
    </node>
    <node id="climbing-grade-drift">
      <data key="n_label">Climbing grade drift</data>
      <data key="n_domain">Sports, Exercise &amp; Recreation</data>
      <data key="n_mechanism">coordination</data>
      <data key="n_categories">Climbing; Judged Sports Scoring; Sports Governance</data>
      <data key="n_question">Why does a climbing route rated hard in one decade quietly become a moderate one later without a single hold changing?</data>
      <data key="n_words">1394</data>
    </node>
    <node id="climbing-versus-descending-weight">
      <data key="n_label">Climbing versus descending weight</data>
      <data key="n_domain">Sports, Exercise &amp; Recreation</data>
      <data key="n_mechanism">scale-effects</data>
      <data key="n_categories">Cycling Performance; Sports Aerodynamics</data>
      <data key="n_question">Why does the rider who is dropped on every climb come past everyone else on the descent?</data>
      <data key="n_words">1350</data>
    </node>
    <node id="clock-synchronization">
      <data key="n_label">Clock synchronization</data>
      <data key="n_domain">Computing, Data &amp; AI</data>
      <data key="n_mechanism">information-limits</data>
      <data key="n_categories">Distributed Systems; Fault Tolerance; Complex Systems</data>
      <data key="n_question">Why can two computers never fully agree on the order in which two events happened?</data>
      <data key="n_words">1339</data>
    </node>
    <node id="closeness-distance-balance">
      <data key="n_label">Closeness-distance balance</data>
      <data key="n_domain">Family, Relationships &amp; Human Development</data>
      <data key="n_mechanism">equilibrium</data>
      <data key="n_categories">Relationship Satisfaction; Couple Conflict Research</data>
      <data key="n_question">Why do couples settle at a closeness neither partner says they chose?</data>
      <data key="n_words">1389</data>
    </node>
    <node id="clothing-size-labels">
      <data key="n_label">Clothing size labels</data>
      <data key="n_domain">Home, Consumer &amp; Everyday Life</data>
      <data key="n_mechanism">representation</data>
      <data key="n_categories">Product Design; Behavioral Economics</data>
      <data key="n_question">Why can two garments labelled the same size fit two completely different people?</data>
      <data key="n_words">1247</data>
    </node>
    <node id="cloudy-ice-cubes">
      <data key="n_label">Cloudy ice cubes</data>
      <data key="n_domain">Home, Consumer &amp; Everyday Life</data>
      <data key="n_mechanism">gradients-and-flows</data>
      <data key="n_categories">Phase Behavior; Mineral Deposition; Refrigeration Engineering</data>
      <data key="n_question">Why does a home ice cube turn white in its middle when the water it froze from was perfectly clear?</data>
      <data key="n_words">1312</data>
    </node>
    <node id="clustered-breakdowns">
      <data key="n_label">Clustered breakdowns</data>
      <data key="n_domain">Work, Careers &amp; Skilled Trades</data>
      <data key="n_mechanism">randomness</data>
      <data key="n_categories">Equipment Maintenance; Quality Management</data>
      <data key="n_question">Why do three machines fail in one week after months of quiet?</data>
      <data key="n_words">1185</data>
    </node>
    <node id="clutter">
      <data key="n_label">Clutter</data>
      <data key="n_domain">Home, Consumer &amp; Everyday Life</data>
      <data key="n_mechanism">accumulation</data>
      <data key="n_categories">Household Science; Consumer Studies</data>
      <data key="n_question">Why do possessions accumulate in a home faster than they leave it?</data>
      <data key="n_words">1244</data>
    </node>
    <node id="coalition-formation">
      <data key="n_label">Coalition formation</data>
      <data key="n_domain">Government, Law &amp; Civics</data>
      <data key="n_mechanism">coordination</data>
      <data key="n_categories">Legislative Studies; Political Science</data>
      <data key="n_question">Why can the party that won the most votes end up outside the government it expected to lead?</data>
      <data key="n_words">1348</data>
    </node>
    <node id="coalition-friction">
      <data key="n_label">Coalition friction</data>
      <data key="n_domain">Military, Conflict &amp; Strategic Studies</data>
      <data key="n_mechanism">coordination</data>
      <data key="n_categories">International Relations; Command and Control</data>
      <data key="n_question">Why can two allied armies fighting together achieve less than either would achieve alone?</data>
      <data key="n_words">1423</data>
    </node>
    <node id="coastal-dead-zones">
      <data key="n_label">Coastal dead zones</data>
      <data key="n_domain">Earth, Climate &amp; Oceans</data>
      <data key="n_mechanism">exponential-growth</data>
      <data key="n_categories">Marine Ecology; Limnology</data>
      <data key="n_question">Why does fertiliser spread on inland fields end up suffocating fish far out at sea?</data>
      <data key="n_words">1408</data>
    </node>
    <node id="coastal-fog-belts">
      <data key="n_label">Coastal fog belts</data>
      <data key="n_domain">Geography &amp; Regional Studies</data>
      <data key="n_mechanism">gradients-and-flows</data>
      <data key="n_categories">Regional Climatology; Coastal Climatology</data>
      <data key="n_question">Why does a tropical coastline stay cold and fog-bound while the open sea just offshore looks inviting?</data>
      <data key="n_words">1452</data>
    </node>
    <node id="coastline-paradox">
      <data key="n_label">Coastline paradox</data>
      <data key="n_domain">Mathematics &amp; Statistics</data>
      <data key="n_mechanism">scale-effects</data>
      <data key="n_categories">Measurement Theory</data>
      <data key="n_question">Why does a coastline get longer every time you measure it with a shorter ruler?</data>
      <data key="n_words">1316</data>
    </node>
    <node id="cocktail-party-effect">
      <data key="n_label">Cocktail party effect</data>
      <data key="n_domain">Mind &amp; Behavior</data>
      <data key="n_mechanism">thresholds</data>
      <data key="n_categories">Attention Research; Auditory Science; Psycholinguistics</data>
      <data key="n_question">Why can your own name cut through a conversation you were paying no attention to at all?</data>
      <data key="n_words">1268</data>
    </node>
    <node id="code-that-never-runs-and-code-that-runs-once-a-year">
      <data key="n_label">Code that never runs, and code that runs once a year</data>
      <data key="n_domain">Computing, Data &amp; AI</data>
      <data key="n_mechanism">inference-under-uncertainty</data>
      <data key="n_categories">Program Analysis; Legacy Modernization</data>
      <data key="n_question">How do you tell the difference between a program that is dead and one that is merely rare?</data>
      <data key="n_words">1350</data>
    </node>
    <node id="cognitive-dissonance">
      <data key="n_label">Cognitive dissonance</data>
      <data key="n_domain">Mind &amp; Behavior</data>
      <data key="n_mechanism">equilibrium</data>
      <data key="n_categories">Persuasion Research; Social Psychology</data>
      <data key="n_question">Why does being paid too little to argue a case you disbelieve change your mind more than being paid well?</data>
      <data key="n_words">1446</data>
    </node>
    <node id="cognitive-reserve">
      <data key="n_label">Cognitive reserve</data>
      <data key="n_domain">Mind &amp; Behavior</data>
      <data key="n_mechanism">redundancy</data>
      <data key="n_categories">Neuroscience; Cognitive Science</data>
      <data key="n_question">Why can two brains with the same visible damage produce very different degrees of impairment?</data>
      <data key="n_words">1273</data>
    </node>
    <node id="cohesion-tension-sap-ascent">
      <data key="n_label">Cohesion-tension sap ascent</data>
      <data key="n_domain">Biology &amp; Ecology</data>
      <data key="n_mechanism">constraints</data>
      <data key="n_categories">Plant Physiology; Botany</data>
      <data key="n_question">Why can a tree draw water a hundred feet up a narrow pipe when the best pump on the ground cannot lift it past thirty?</data>
      <data key="n_words">1409</data>
    </node>
    <node id="coiled-extension-lead">
      <data key="n_label">Coiled extension lead</data>
      <data key="n_domain">Home, Consumer &amp; Everyday Life</data>
      <data key="n_mechanism">scale-effects</data>
      <data key="n_categories">Domestic Wiring</data>
      <data key="n_question">Why can an extension lead overheat while coiled on its reel yet run cool once the same cable is unwound?</data>
      <data key="n_words">1386</data>
    </node>
    <node id="cold-floors">
      <data key="n_label">Cold floors</data>
      <data key="n_domain">Home, Consumer &amp; Everyday Life</data>
      <data key="n_mechanism">gradients-and-flows</data>
      <data key="n_categories">Thermal Comfort; Materials Engineering</data>
      <data key="n_question">Why does a tiled floor feel colder than a carpet in the same room at the same temperature?</data>
      <data key="n_words">1427</data>
    </node>
    <node id="cold-spot-condensation">
      <data key="n_label">Cold-spot condensation</data>
      <data key="n_domain">Home, Consumer &amp; Everyday Life</data>
      <data key="n_mechanism">thresholds</data>
      <data key="n_categories">Building Science</data>
      <data key="n_question">Why does mould appear on one cold corner of a room that is heated throughout?</data>
      <data key="n_words">1409</data>
    </node>
    <node id="cold-starts">
      <data key="n_label">Cold starts</data>
      <data key="n_domain">Computing, Data &amp; AI</data>
      <data key="n_mechanism">thresholds</data>
      <data key="n_categories">Edge Computing; Capacity Planning</data>
      <data key="n_question">Why is the first request to an idle service slow in a way the next thousand are not?</data>
      <data key="n_words">1439</data>
    </node>
    <node id="collateral-circulation">
      <data key="n_label">Collateral circulation</data>
      <data key="n_domain">Health &amp; Medicine</data>
      <data key="n_mechanism">redundancy</data>
      <data key="n_categories">Cardiology</data>
      <data key="n_question">Why can one person survive a blocked artery that kills another with the same blockage?</data>
      <data key="n_words">1404</data>
    </node>
    <node id="collecting-changes-before-committing-them">
      <data key="n_label">Collecting changes before committing them</data>
      <data key="n_domain">Computing, Data &amp; AI</data>
      <data key="n_mechanism">coordination</data>
      <data key="n_categories">Software Design Patterns; Transaction Processing</data>
      <data key="n_question">Why gather up every edit and write them all at the end rather than as they happen?</data>
      <data key="n_words">1415</data>
    </node>
    <node id="collective-responsibility">
      <data key="n_label">Collective responsibility</data>
      <data key="n_domain">Philosophy, Ethics &amp; Religion</data>
      <data key="n_mechanism">emergence</data>
      <data key="n_categories">Social Ontology; Moral Responsibility</data>
      <data key="n_question">Why can a crowd be blamed for a harm that no single person in it did enough to be blamed for?</data>
      <data key="n_words">1384</data>
    </node>
    <node id="colloid-flocculation">
      <data key="n_label">Colloid flocculation</data>
      <data key="n_domain">Chemistry &amp; Materials</data>
      <data key="n_mechanism">thresholds</data>
      <data key="n_categories">Food Science; Physical Chemistry; Colloid Science</data>
      <data key="n_question">Why does a clay suspension that has stayed milky for weeks curdle and drop clear within minutes of a pinch of salt?</data>
      <data key="n_words">1377</data>
    </node>
    <node id="color-mixing">
      <data key="n_label">Color mixing</data>
      <data key="n_domain">Arts, Design &amp; Culture</data>
      <data key="n_mechanism">representation</data>
      <data key="n_categories">Optics; Visual Arts</data>
      <data key="n_question">Why does mixing paints darken a colour while mixing lights brightens it?</data>
      <data key="n_words">1303</data>
    </node>
    <node id="combat-overclaiming">
      <data key="n_label">Combat overclaiming</data>
      <data key="n_domain">Military, Conflict &amp; Strategic Studies</data>
      <data key="n_mechanism">perception-vs-reality</data>
      <data key="n_categories">Intelligence Studies; Decision Science; Military History</data>
      <data key="n_question">Why do honest pilots report far more kills than the enemy actually lost?</data>
      <data key="n_words">1276</data>
    </node>
    <node id="combatant-identification">
      <data key="n_label">Combatant identification</data>
      <data key="n_domain">Military, Conflict &amp; Strategic Studies</data>
      <data key="n_mechanism">coordination</data>
      <data key="n_categories">Law of Armed Conflict; Military Sociology</data>
      <data key="n_question">Why do armies dress their soldiers to be seen when staying hidden would save lives?</data>
      <data key="n_words">1346</data>
    </node>
    <node id="combined-arms">
      <data key="n_label">Combined arms</data>
      <data key="n_domain">Military, Conflict &amp; Strategic Studies</data>
      <data key="n_mechanism">specialization</data>
      <data key="n_categories">Military Tactics; Operational Art</data>
      <data key="n_question">Why does mixing tanks, infantry and guns beat a force built from the single best arm?</data>
      <data key="n_words">1319</data>
    </node>
    <node id="comet-tails">
      <data key="n_label">Comet tails</data>
      <data key="n_domain">Astronomy &amp; Space</data>
      <data key="n_mechanism">gradients-and-flows</data>
      <data key="n_categories">Small Body Astronomy; Heliophysics</data>
      <data key="n_question">Why does a comet's tail point away from the Sun even while the comet is racing away from it?</data>
      <data key="n_words">1358</data>
    </node>
    <node id="comfort-objects">
      <data key="n_label">Comfort objects</data>
      <data key="n_domain">Family, Relationships &amp; Human Development</data>
      <data key="n_mechanism">representation</data>
      <data key="n_categories">Early Childhood Development; Attachment Research</data>
      <data key="n_question">Why does a filthy worn blanket soothe a toddler when an identical clean one will not?</data>
      <data key="n_words">1313</data>
    </node>
    <node id="commands-and-events">
      <data key="n_label">Commands and events</data>
      <data key="n_domain">Computing, Data &amp; AI</data>
      <data key="n_mechanism">representation</data>
      <data key="n_categories">Message Systems; Knowledge Organization</data>
      <data key="n_question">Why does naming a message in the past tense change the shape of the whole system?</data>
      <data key="n_words">1328</data>
    </node>
    <node id="committed-warming">
      <data key="n_label">Committed warming</data>
      <data key="n_domain">Earth, Climate &amp; Oceans</data>
      <data key="n_mechanism">commitment</data>
      <data key="n_categories">Climatology; Physical Oceanography</data>
      <data key="n_question">Why would seas keep rising for centuries even if emissions stopped tomorrow?</data>
      <data key="n_words">1290</data>
    </node>
    <node id="committee-gatekeeping">
      <data key="n_label">Committee gatekeeping</data>
      <data key="n_domain">Government, Law &amp; Civics</data>
      <data key="n_mechanism">structure-and-function</data>
      <data key="n_categories">Legislative Studies; Political Science</data>
      <data key="n_question">Why does a bill most legislators would vote for never reach a vote?</data>
      <data key="n_words">1267</data>
    </node>
    <node id="common-high-pasture">
      <data key="n_label">Common high pasture</data>
      <data key="n_domain">Geography &amp; Regional Studies</data>
      <data key="n_mechanism">randomness</data>
      <data key="n_categories">Land Use Studies; Environmental Policy; Mountain Geography</data>
      <data key="n_question">Why is the high pasture above a village so often held in common while the fields below it are owned outright?</data>
      <data key="n_words">1401</data>
    </node>
    <node id="common-vertical-datum">
      <data key="n_label">Common vertical datum</data>
      <data key="n_domain">Earth, Climate &amp; Oceans</data>
      <data key="n_mechanism">coordination</data>
      <data key="n_categories">Geophysics; Geographic Information Science; Measurement Theory</data>
      <data key="n_question">Why do two countries struggle to agree how high above the sea a mountain stands?</data>
      <data key="n_words">1288</data>
    </node>
    <node id="comparative-advantage">
      <data key="n_label">Comparative advantage</data>
      <data key="n_domain">Economics &amp; Business</data>
      <data key="n_mechanism">specialization</data>
      <data key="n_categories">International Trade; Microeconomics; Price Theory</data>
      <data key="n_question">How can two countries both gain from trade when one of them produces everything more cheaply?</data>
      <data key="n_words">1117</data>
    </node>
    <node id="compatibility-has-a-direction">
      <data key="n_label">Compatibility has a direction</data>
      <data key="n_domain">Computing, Data &amp; AI</data>
      <data key="n_mechanism">commitment</data>
      <data key="n_categories">Schema Design; Metadata Management</data>
      <data key="n_question">Why is 'compatible' meaningless until you say which side upgrades first?</data>
      <data key="n_words">1281</data>
    </node>
    <node id="compensated-shock">
      <data key="n_label">Compensated shock</data>
      <data key="n_domain">Health &amp; Medicine</data>
      <data key="n_mechanism">thresholds</data>
      <data key="n_categories">Emergency Medicine; Cardiology</data>
      <data key="n_question">Why can a patient losing blood dangerously fast still show an entirely normal blood pressure?</data>
      <data key="n_words">1421</data>
    </node>
    <node id="compensatory-lengthening">
      <data key="n_label">Compensatory lengthening</data>
      <data key="n_domain">Language, Media &amp; Communication</data>
      <data key="n_mechanism">conservation-laws</data>
      <data key="n_categories">Historical Linguistics; Phonology</data>
      <data key="n_question">Why does a word that loses a consonant so often keep its old length?</data>
      <data key="n_words">1309</data>
    </node>
    <node id="completing-a-collection">
      <data key="n_label">Completing a collection</data>
      <data key="n_domain">Mathematics &amp; Statistics</data>
      <data key="n_mechanism">randomness</data>
      <data key="n_categories">Probability; Queueing Theory</data>
      <data key="n_question">Why does collecting the last few stickers in a set take longer than collecting all the rest?</data>
      <data key="n_words">1328</data>
    </node>
    <node id="compositeness-without-factors">
      <data key="n_label">Compositeness without factors</data>
      <data key="n_domain">Mathematics &amp; Statistics</data>
      <data key="n_mechanism">proxy-evidence</data>
      <data key="n_categories">Number Theory; Computational Complexity</data>
      <data key="n_question">How can a number be proved not prime by someone who cannot name a single factor of it?</data>
      <data key="n_words">1465</data>
    </node>
    <node id="composition-over-inheritance">
      <data key="n_label">Composition over inheritance</data>
      <data key="n_domain">Computing, Data &amp; AI</data>
      <data key="n_mechanism">structure-and-function</data>
      <data key="n_categories">Programming Languages; Formal Verification</data>
      <data key="n_question">Why did the feature invented to let programs reuse code become the one to avoid?</data>
      <data key="n_words">1355</data>
    </node>
    <node id="compost-heat">
      <data key="n_label">Compost heat</data>
      <data key="n_domain">Environment, Agriculture &amp; Food</data>
      <data key="n_mechanism">gradients-and-flows</data>
      <data key="n_categories">Waste Management; Soil Science; Microbiology</data>
      <data key="n_question">Why does a heap of kitchen scraps get hot in the middle?</data>
      <data key="n_words">1294</data>
    </node>
    <node id="compound-interest">
      <data key="n_label">Compound interest</data>
      <data key="n_domain">Economics &amp; Business</data>
      <data key="n_mechanism">exponential-growth</data>
      <data key="n_categories">Finance; Mathematics; Household Finance</data>
      <data key="n_question">What is compound interest?</data>
      <data key="n_words">1315</data>
    </node>
    <node id="compounding-debt-service">
      <data key="n_label">Compounding debt service</data>
      <data key="n_domain">Government, Law &amp; Civics</data>
      <data key="n_mechanism">exponential-growth</data>
      <data key="n_categories">Public Finance; Political Economy</data>
      <data key="n_question">Why can a government's borrowing costs rise in a year when it borrows nothing new?</data>
      <data key="n_words">1298</data>
    </node>
    <node id="compromise-capitals">
      <data key="n_label">Compromise capitals</data>
      <data key="n_domain">Geography &amp; Regional Studies</data>
      <data key="n_mechanism">coordination</data>
      <data key="n_categories">Political Geography; Urban History; Settlement Geography</data>
      <data key="n_question">Why is the seat of government so often a modest town rather than the country's greatest city?</data>
      <data key="n_words">1421</data>
    </node>
    <node id="compulsory-taxation">
      <data key="n_label">Compulsory taxation</data>
      <data key="n_domain">Government, Law &amp; Civics</data>
      <data key="n_mechanism">collective-action</data>
      <data key="n_categories">Political Economy; Tax Law</data>
      <data key="n_question">Why must a service everyone wants be funded by a payment nobody is allowed to refuse?</data>
      <data key="n_words">1371</data>
    </node>
    <node id="concert-hall-reverberation">
      <data key="n_label">Concert hall reverberation</data>
      <data key="n_domain">Arts, Design &amp; Culture</data>
      <data key="n_mechanism">accumulation</data>
      <data key="n_categories">Acoustics; Performance Practice</data>
      <data key="n_question">Why does the same orchestra sound thin outdoors and rich indoors when the playing has not changed?</data>
      <data key="n_words">1361</data>
    </node>
    <node id="concert-pitch-standard">
      <data key="n_label">Concert pitch standard</data>
      <data key="n_domain">Arts, Design &amp; Culture</data>
      <data key="n_mechanism">coordination</data>
      <data key="n_categories">Performance Practice; Material Culture; Musicology</data>
      <data key="n_question">Why did orchestras have to agree on a tuning pitch that no physical law fixes?</data>
      <data key="n_words">1433</data>
    </node>
    <node id="conditional-spending-grants">
      <data key="n_label">Conditional spending grants</data>
      <data key="n_domain">Government, Law &amp; Civics</data>
      <data key="n_mechanism">constraints</data>
      <data key="n_categories">Federalism</data>
      <data key="n_question">Why does a national government buy a policy with grant money when it could simply have legislated it?</data>
      <data key="n_words">1400</data>
    </node>
    <node id="confident-model-errors">
      <data key="n_label">Confident model errors</data>
      <data key="n_domain">Computing, Data &amp; AI</data>
      <data key="n_mechanism">inference-under-uncertainty</data>
      <data key="n_categories">Machine Learning; Model Evaluation</data>
      <data key="n_question">Why does a language model deliver an invented fact in exactly the tone it uses for a true one?</data>
      <data key="n_words">1383</data>
    </node>
    <node id="configuration-drift">
      <data key="n_label">Configuration drift</data>
      <data key="n_domain">Computing, Data &amp; AI</data>
      <data key="n_mechanism">accumulation</data>
      <data key="n_categories">Configuration Management; Operations Management</data>
      <data key="n_question">Why does a machine nobody has touched slowly stop matching its own blueprint?</data>
      <data key="n_words">1424</data>
    </node>
    <node id="conformity">
      <data key="n_label">Conformity</data>
      <data key="n_domain">Mind &amp; Behavior</data>
      <data key="n_mechanism">incentives</data>
      <data key="n_categories">Social Psychology; Experimental Psychology; Group Behavior</data>
      <data key="n_question">Why will a person state an answer they can see is wrong once everyone else has given it?</data>
      <data key="n_words">1291</data>
    </node>
    <node id="confounded-factorial-effects">
      <data key="n_label">Confounded factorial effects</data>
      <data key="n_domain">Mathematics &amp; Statistics</data>
      <data key="n_mechanism">tradeoffs</data>
      <data key="n_categories">Research Methods; Statistical Inference</data>
      <data key="n_question">Why does testing eight factors in eight runs hide some of the answers inside each other?</data>
      <data key="n_words">1320</data>
    </node>
    <node id="congestion-collapse">
      <data key="n_label">Congestion collapse</data>
      <data key="n_domain">Computing, Data &amp; AI</data>
      <data key="n_mechanism">collective-action</data>
      <data key="n_categories">Computer Networking</data>
      <data key="n_question">Why can a network carry less traffic in total the harder everyone tries to push data through it?</data>
      <data key="n_words">1400</data>
    </node>
    <node id="connection-exhaustion-before-cpu">
      <data key="n_label">Connection exhaustion before CPU</data>
      <data key="n_domain">Computing, Data &amp; AI</data>
      <data key="n_mechanism">scale-effects</data>
      <data key="n_categories">Queueing Theory; Databases</data>
      <data key="n_question">Why does a service designed to scale infinitely take down the database before it works up a sweat?</data>
      <data key="n_words">1388</data>
    </node>
    <node id="conservation-easements">
      <data key="n_label">Conservation easements</data>
      <data key="n_domain">Environment, Agriculture &amp; Food</data>
      <data key="n_mechanism">commitment</data>
      <data key="n_categories">Land Use Studies; Resource Economics</data>
      <data key="n_question">Why would a farmer sign away forever the right to sell the land for houses?</data>
      <data key="n_words">1334</data>
    </node>
    <node id="conspicuous-display">
      <data key="n_label">Conspicuous display</data>
      <data key="n_domain">History, Society &amp; Anthropology</data>
      <data key="n_mechanism">proxy-evidence</data>
      <data key="n_categories">Social Signalling; Material Culture</data>
      <data key="n_question">Why do people spend the most on the possessions that do them the least practical good?</data>
      <data key="n_words">1356</data>
    </node>
    <node id="conspicuous-signals">
      <data key="n_label">Conspicuous signals</data>
      <data key="n_domain">Biology &amp; Ecology</data>
      <data key="n_mechanism">commitment</data>
      <data key="n_categories">Signaling Theory; Animal Behavior; Evolutionary Ecology</data>
      <data key="n_question">Why would an animal advertise its own location with bright colour or loud calls?</data>
      <data key="n_words">1368</data>
    </node>
    <node id="constitutional-entrenchment">
      <data key="n_label">Constitutional entrenchment</data>
      <data key="n_domain">Government, Law &amp; Civics</data>
      <data key="n_mechanism">commitment</data>
      <data key="n_categories">Constitutional Law; Political Theory; Institutional Design</data>
      <data key="n_question">Why would a society deliberately make its own most important rules hard to change?</data>
      <data key="n_words">1263</data>
    </node>
    <node id="consumer-price-index-construction">
      <data key="n_label">Consumer price index construction</data>
      <data key="n_domain">Economics &amp; Business</data>
      <data key="n_mechanism">representation</data>
      <data key="n_categories">Measurement Theory; Statistical Bias; Consumer Economics</data>
      <data key="n_question">How can a single number stand for the price of everything a household buys?</data>
      <data key="n_words">1381</data>
    </node>
    <node id="contagious-yawning">
      <data key="n_label">Contagious yawning</data>
      <data key="n_domain">Mind &amp; Behavior</data>
      <data key="n_mechanism">coordination</data>
      <data key="n_categories">Animal Behavior; Social Cognition</data>
      <data key="n_question">Why does watching a stranger yawn set you yawning when the yawn does nothing for you?</data>
      <data key="n_words">1251</data>
    </node>
    <node id="content-delivery-networks">
      <data key="n_label">Content delivery networks</data>
      <data key="n_domain">Computing, Data &amp; AI</data>
      <data key="n_mechanism">gradients-and-flows</data>
      <data key="n_categories">Edge Computing; Cost Engineering</data>
      <data key="n_question">Why does a copy of a file stored near you make a distant website feel local?</data>
      <data key="n_words">1442</data>
    </node>
    <node id="context-window">
      <data key="n_label">Context window</data>
      <data key="n_domain">Computing, Data &amp; AI</data>
      <data key="n_mechanism">constraints</data>
      <data key="n_categories">Language Models; Machine Learning Systems</data>
      <data key="n_question">Why does a model with no memory between messages appear to remember the whole conversation?</data>
      <data key="n_words">1429</data>
    </node>
    <node id="contingency-fuel">
      <data key="n_label">Contingency fuel</data>
      <data key="n_domain">Travel, Tourism &amp; Hospitality</data>
      <data key="n_mechanism">redundancy</data>
      <data key="n_categories">Airline Operations; Transport Economics</data>
      <data key="n_question">Why does a pilot who loads extra fuel for safety guarantee that the flight burns more of it?</data>
      <data key="n_words">1354</data>
    </node>
    <node id="continuity-editing">
      <data key="n_label">Continuity editing</data>
      <data key="n_domain">Arts, Design &amp; Culture</data>
      <data key="n_mechanism">inference-under-uncertainty</data>
      <data key="n_categories">Film Studies; Visual Cognition; Narratology</data>
      <data key="n_question">Why does an audience read two different camera angles as one continuous space?</data>
      <data key="n_words">1264</data>
    </node>
    <node id="continuity-over-a-protocol-with-no-memory">
      <data key="n_label">Continuity over a protocol with no memory</data>
      <data key="n_domain">Computing, Data &amp; AI</data>
      <data key="n_mechanism">representation</data>
      <data key="n_categories">Web Security; Identity Management</data>
      <data key="n_question">How does a protocol that forgets you between every request keep you logged in?</data>
      <data key="n_words">1297</data>
    </node>
    <node id="contour-lines">
      <data key="n_label">Contour lines</data>
      <data key="n_domain">Geography &amp; Regional Studies</data>
      <data key="n_mechanism">representation</data>
      <data key="n_categories">Cartography; Geographic Information Science</data>
      <data key="n_question">How can flat closed curves on paper warn you that a hillside is too steep to climb?</data>
      <data key="n_words">1262</data>
    </node>
    <node id="control-as-a-classification">
      <data key="n_label">Control as a classification</data>
      <data key="n_domain">Computing, Data &amp; AI</data>
      <data key="n_mechanism">specialization</data>
      <data key="n_categories">Protocol Design; Autonomous Systems</data>
      <data key="n_question">Why sort what a server offers by who is allowed to invoke it rather than by what it does?</data>
      <data key="n_words">1375</data>
    </node>
    <node id="control-plane-and-data-plane">
      <data key="n_label">Control plane and data plane</data>
      <data key="n_domain">Computing, Data &amp; AI</data>
      <data key="n_mechanism">structure-and-function</data>
      <data key="n_categories">Software Architecture; Fault Tolerance</data>
      <data key="n_question">Why can a platform keep serving traffic perfectly while being completely unable to change anything?</data>
      <data key="n_words">1458</data>
    </node>
    <node id="convection-cells">
      <data key="n_label">Convection cells</data>
      <data key="n_domain">Physics</data>
      <data key="n_mechanism">emergence</data>
      <data key="n_categories">Fluid Mechanics; Complex Systems; Statistical Mechanics</data>
      <data key="n_question">Why does a uniformly heated layer of oil organize itself into a pattern of hexagonal cells?</data>
      <data key="n_words">1337</data>
    </node>
    <node id="convergent-evolution">
      <data key="n_label">Convergent evolution</data>
      <data key="n_domain">Biology &amp; Ecology</data>
      <data key="n_mechanism">selection</data>
      <data key="n_categories">Comparative Anatomy; Paleontology; Biogeography</data>
      <data key="n_question">Why do unrelated animals living in similar places end up looking so alike?</data>
      <data key="n_words">1221</data>
    </node>
    <node id="convergent-moral-prohibitions">
      <data key="n_label">Convergent moral prohibitions</data>
      <data key="n_domain">Philosophy, Ethics &amp; Religion</data>
      <data key="n_mechanism">selection</data>
      <data key="n_categories">Moral Philosophy; Cultural Anthropology</data>
      <data key="n_question">Why do societies that never met converge on forbidding the same short list of acts?</data>
      <data key="n_words">1263</data>
    </node>
    <node id="conversation-turn-taking">
      <data key="n_label">Conversation turn-taking</data>
      <data key="n_domain">Language, Media &amp; Communication</data>
      <data key="n_mechanism">coordination</data>
      <data key="n_categories">Pragmatics; Sociolinguistics; Discourse Analysis</data>
      <data key="n_question">How do people coordinate who speaks next without usually agreeing on rules aloud?</data>
      <data key="n_words">1121</data>
    </node>
    <node id="convoy-protection">
      <data key="n_label">Convoy protection</data>
      <data key="n_domain">Military, Conflict &amp; Strategic Studies</data>
      <data key="n_mechanism">scale-effects</data>
      <data key="n_categories">Naval Warfare; Operations Research</data>
      <data key="n_question">Why does gathering merchant ships into one large cluster make fewer of them sink?</data>
      <data key="n_words">1365</data>
    </node>
    <node id="cooling-with-altitude">
      <data key="n_label">Cooling with altitude</data>
      <data key="n_domain">Geography &amp; Regional Studies</data>
      <data key="n_mechanism">gradients-and-flows</data>
      <data key="n_categories">Mountain Geography; Altitudinal Zonation; Climatology</data>
      <data key="n_question">Why does the air get colder as you climb a mountain toward the sun?</data>
      <data key="n_words">1403</data>
    </node>
    <node id="coordination-cost">
      <data key="n_label">Coordination cost</data>
      <data key="n_domain">Work, Careers &amp; Skilled Trades</data>
      <data key="n_mechanism">scale-effects</data>
      <data key="n_categories">Organizational Behavior; Project Management; Software Engineering</data>
      <data key="n_question">Why does adding people to a project that is already late often make it later?</data>
      <data key="n_words">1286</data>
    </node>
    <node id="copying-something-you-can-only-question">
      <data key="n_label">Copying something you can only question</data>
      <data key="n_domain">Computing, Data &amp; AI</data>
      <data key="n_mechanism">proxy-evidence</data>
      <data key="n_categories">Statistics; Statistical Inference</data>
      <data key="n_question">How do you reconstruct a system you are never allowed to look inside?</data>
      <data key="n_words">1362</data>
    </node>
    <node id="coral-bleaching">
      <data key="n_label">Coral bleaching</data>
      <data key="n_domain">Earth, Climate &amp; Oceans</data>
      <data key="n_mechanism">thresholds</data>
      <data key="n_categories">Marine Ecology</data>
      <data key="n_question">Why does a rise of barely a degree make a coral expel the very algae that feed it?</data>
      <data key="n_words">1302</data>
    </node>
    <node id="corner-solutions">
      <data key="n_label">Corner solutions</data>
      <data key="n_domain">Mathematics &amp; Statistics</data>
      <data key="n_mechanism">structure-and-function</data>
      <data key="n_categories">Operations Research</data>
      <data key="n_question">Why does the best way to allocate limited resources always sit at a corner of the possibilities?</data>
      <data key="n_words">1490</data>
    </node>
    <node id="cors-in-the-web">
      <data key="n_label">CORS in the web</data>
      <data key="n_domain">Computing, Data &amp; AI</data>
      <data key="n_mechanism">constraints</data>
      <data key="n_categories">Software Engineering; Security; Computer Networking</data>
      <data key="n_question">What is CORS?</data>
      <data key="n_words">1378</data>
    </node>
    <node id="cosmetic-produce-standards">
      <data key="n_label">Cosmetic produce standards</data>
      <data key="n_domain">Environment, Agriculture &amp; Food</data>
      <data key="n_mechanism">proxy-evidence</data>
      <data key="n_categories">Agricultural Economics; Supply Chain Management</data>
      <data key="n_question">Why do sound, edible vegetables get discarded before they ever reach a shop shelf?</data>
      <data key="n_words">1433</data>
    </node>
    <node id="cosmic-distance-ladder">
      <data key="n_label">Cosmic distance ladder</data>
      <data key="n_domain">Astronomy &amp; Space</data>
      <data key="n_mechanism">proxy-evidence</data>
      <data key="n_categories">Cosmology; Observational Astronomy</data>
      <data key="n_question">How can anyone know how far away a galaxy is?</data>
      <data key="n_words">1450</data>
    </node>
    <node id="cost-disease">
      <data key="n_label">Cost disease</data>
      <data key="n_domain">Economics &amp; Business</data>
      <data key="n_mechanism">incentives</data>
      <data key="n_categories">Macroeconomics; Industrial Organization; Wage Setting</data>
      <data key="n_question">Why does a haircut cost more in real terms than a century ago when barbers are no faster?</data>
      <data key="n_words">1290</data>
    </node>
    <node id="cost-of-sex">
      <data key="n_label">Cost of sexual reproduction</data>
      <data key="n_domain">Biology &amp; Ecology</data>
      <data key="n_mechanism">selection</data>
      <data key="n_categories">Population Genetics; Parasitology</data>
      <data key="n_question">Why do most species pay to find a mate when a lineage that simply cloned itself would spread twice as fast?</data>
      <data key="n_words">1362</data>
    </node>
    <node id="costly-religious-demands">
      <data key="n_label">Costly religious demands</data>
      <data key="n_domain">Philosophy, Ethics &amp; Religion</data>
      <data key="n_mechanism">incentives</data>
      <data key="n_categories">Religious Studies; Social Ontology; Signaling Theory</data>
      <data key="n_question">Why do religious groups that demand the most useless-looking sacrifices tend to last longest?</data>
      <data key="n_words">1372</data>
    </node>
    <node id="countercurrent-heat-exchange">
      <data key="n_label">Countercurrent heat exchange</data>
      <data key="n_domain">Biology &amp; Ecology</data>
      <data key="n_mechanism">gradients-and-flows</data>
      <data key="n_categories">Environmental Physiology; Zoology; Comparative Anatomy</data>
      <data key="n_question">How can a duck stand on ice all day without draining its body heat?</data>
      <data key="n_words">1424</data>
    </node>
    <node id="counting-steps-instead-of-timing">
      <data key="n_label">Counting steps instead of timing</data>
      <data key="n_domain">Computing, Data &amp; AI</data>
      <data key="n_mechanism">representation</data>
      <data key="n_categories">Algorithm Analysis; Computational Complexity</data>
      <data key="n_question">Why do computer scientists count imaginary steps rather than simply timing the program?</data>
      <data key="n_words">1386</data>
    </node>
    <node id="coupled-oscillator-synchronization">
      <data key="n_label">Coupled oscillator synchronization</data>
      <data key="n_domain">Mathematics &amp; Statistics</data>
      <data key="n_mechanism">emergence</data>
      <data key="n_categories">Complex Systems; Network Science</data>
      <data key="n_question">How do metronomes on a shared board fall into step with nothing setting the beat?</data>
      <data key="n_words">1259</data>
    </node>
    <node id="coupling">
      <data key="n_label">Coupling</data>
      <data key="n_domain">Computing, Data &amp; AI</data>
      <data key="n_mechanism">structure-and-function</data>
      <data key="n_categories">Programming Languages; Interface Design</data>
      <data key="n_question">Why can code with no repetition anywhere still be impossible to modify safely?</data>
      <data key="n_words">1349</data>
    </node>
    <node id="cracked-bell-tone">
      <data key="n_label">Cracked bell tone</data>
      <data key="n_domain">Physics</data>
      <data key="n_mechanism">structure-and-function</data>
      <data key="n_categories">Acoustics; Vibration Damping; Materials Science</data>
      <data key="n_question">Why can a hairline crack too fine to see rob a large bell of its ring?</data>
      <data key="n_words">1487</data>
    </node>
    <node id="crane-signalling">
      <data key="n_label">Crane signalling</data>
      <data key="n_domain">Work, Careers &amp; Skilled Trades</data>
      <data key="n_mechanism">coordination</data>
      <data key="n_categories">Rigging and Temporary Works</data>
      <data key="n_question">Why does a crane crew let only one person give signals, yet allow anyone at all to call a stop?</data>
      <data key="n_words">1435</data>
    </node>
    <node id="credential-inflation">
      <data key="n_label">Credential inflation</data>
      <data key="n_domain">Education &amp; Learning</data>
      <data key="n_mechanism">collective-action</data>
      <data key="n_categories">Credentialing</data>
      <data key="n_question">Why do employers start demanding degrees for jobs that were done well for decades without one?</data>
      <data key="n_words">1382</data>
    </node>
    <node id="credit">
      <data key="n_label">Credit</data>
      <data key="n_domain">Economics &amp; Business</data>
      <data key="n_mechanism">commitment</data>
      <data key="n_categories">Banking; Institutional Economics; Contract Theory</data>
      <data key="n_question">Why will a stranger hand over goods today in exchange for nothing but a promise?</data>
      <data key="n_words">1288</data>
    </node>
    <node id="credit-ratings-cliff">
      <data key="n_label">Credit ratings cliff</data>
      <data key="n_domain">Economics &amp; Business</data>
      <data key="n_mechanism">thresholds</data>
      <data key="n_categories">Finance; Risk Management; Financial Stability</data>
      <data key="n_question">Why does one notch of downgrade cost a borrower far more than the notch before it?</data>
      <data key="n_words">1430</data>
    </node>
    <node id="credit-transfer-between-institutions">
      <data key="n_label">Credit transfer between institutions</data>
      <data key="n_domain">Education &amp; Learning</data>
      <data key="n_mechanism">coordination</data>
      <data key="n_categories">Credentialing; Education Policy</data>
      <data key="n_question">How can a student carry credits between universities that never agreed on a curriculum?</data>
      <data key="n_words">1386</data>
    </node>
    <node id="creole-genesis">
      <data key="n_label">Creole genesis</data>
      <data key="n_domain">Language, Media &amp; Communication</data>
      <data key="n_mechanism">emergence</data>
      <data key="n_categories">Contact Linguistics; Language Acquisition</data>
      <data key="n_question">Why do the children of speakers with no shared grammar end up with a fully regular one?</data>
      <data key="n_words">1372</data>
    </node>
    <node id="crevice-corrosion">
      <data key="n_label">Crevice corrosion</data>
      <data key="n_domain">Chemistry &amp; Materials</data>
      <data key="n_mechanism">feedback-loops</data>
      <data key="n_categories">Corrosion Science; Metallurgy; Electrochemistry</data>
      <data key="n_question">Why does stainless steel rot fastest in the one crack where oxygen cannot reach, when oxygen is what rusts ordinary iron?</data>
      <data key="n_words">1428</data>
    </node>
    <node id="critical-mass">
      <data key="n_label">Critical mass</data>
      <data key="n_domain">Physics</data>
      <data key="n_mechanism">exponential-growth</data>
      <data key="n_categories">Nuclear Physics</data>
      <data key="n_question">Why does a lump of uranium do nothing at all until it reaches a certain size, then everything at once?</data>
      <data key="n_words">1424</data>
    </node>
    <node id="crop-gene-banks">
      <data key="n_label">Crop gene banks</data>
      <data key="n_domain">Environment, Agriculture &amp; Food</data>
      <data key="n_mechanism">redundancy</data>
      <data key="n_categories">Plant Breeding; Seed Biology</data>
      <data key="n_question">Why store thousands of seed varieties that no farmer alive will ever plant?</data>
      <data key="n_words">1252</data>
    </node>
    <node id="crop-rotation">
      <data key="n_label">Crop rotation</data>
      <data key="n_domain">Environment, Agriculture &amp; Food</data>
      <data key="n_mechanism">rhythms-and-cycles</data>
      <data key="n_categories">Agronomy; Soil Science; Sustainable Agriculture</data>
      <data key="n_question">Why does changing the crop each year restore a field in ways fertilizer alone cannot?</data>
      <data key="n_words">1076</data>
    </node>
    <node id="cross-border-shopping-trips">
      <data key="n_label">Cross-border shopping trips</data>
      <data key="n_domain">Travel, Tourism &amp; Hospitality</data>
      <data key="n_mechanism">gradients-and-flows</data>
      <data key="n_categories">Border Studies; Consumer Economics</data>
      <data key="n_question">Why does a small price gap across a border move whole busloads of shoppers?</data>
      <data key="n_words">1366</data>
    </node>
    <node id="cross-cousin-marriage">
      <data key="n_label">Cross-cousin marriage</data>
      <data key="n_domain">History, Society &amp; Anthropology</data>
      <data key="n_mechanism">structure-and-function</data>
      <data key="n_categories">Kinship Studies</data>
      <data key="n_question">Why do many societies forbid marriage to one kind of cousin while urging it with another?</data>
      <data key="n_words">1285</data>
    </node>
    <node id="cross-docking">
      <data key="n_label">Cross-docking</data>
      <data key="n_domain">Economics &amp; Business</data>
      <data key="n_mechanism">structure-and-function</data>
      <data key="n_categories">Operations Planning; Logistics; Supply Chain Management</data>
      <data key="n_question">Why can a depot that stores nothing at all cut delivery costs more than a bigger warehouse would?</data>
      <data key="n_words">1328</data>
    </node>
    <node id="crowd-crush">
      <data key="n_label">Crowd crush</data>
      <data key="n_domain">Mind &amp; Behavior</data>
      <data key="n_mechanism">collective-action</data>
      <data key="n_categories">Group Behavior; Applied Psychology</data>
      <data key="n_question">Why does a crowd in which everyone pushes to leave faster end up leaving more slowly?</data>
      <data key="n_words">1432</data>
    </node>
    <node id="cruise-call-clustering">
      <data key="n_label">Cruise call clustering</data>
      <data key="n_domain">Travel, Tourism &amp; Hospitality</data>
      <data key="n_mechanism">rhythms-and-cycles</data>
      <data key="n_categories">Operations Planning; Operations Research</data>
      <data key="n_question">Why do four cruise ships crowd one small port on a Tuesday morning and none of them appear on Wednesday?</data>
      <data key="n_words">1427</data>
    </node>
    <node id="crumple-zones">
      <data key="n_label">Crumple zones</data>
      <data key="n_domain">Engineering &amp; Technology</data>
      <data key="n_mechanism">conservation-laws</data>
      <data key="n_categories">Automotive Engineering</data>
      <data key="n_question">Why is a car built to destroy itself in a crash instead of holding firm?</data>
      <data key="n_words">1360</data>
    </node>
    <node id="culminating-point-of-an-offensive">
      <data key="n_label">Culminating point of an offensive</data>
      <data key="n_domain">Military, Conflict &amp; Strategic Studies</data>
      <data key="n_mechanism">equilibrium</data>
      <data key="n_categories">Operational Art; Military Strategy</data>
      <data key="n_question">Why must an army that keeps winning stop advancing before anyone has defeated it?</data>
      <data key="n_words">1434</data>
    </node>
    <node id="cumulative-advantage-in-popularity">
      <data key="n_label">Cumulative advantage in popularity</data>
      <data key="n_domain">Mind &amp; Behavior</data>
      <data key="n_mechanism">exponential-growth</data>
      <data key="n_categories">Social Psychology; Consumer Studies</data>
      <data key="n_question">Why can one song become a runaway hit while an equally good one is never heard?</data>
      <data key="n_words">1324</data>
    </node>
    <node id="curiosity-as-an-information-gap">
      <data key="n_label">Curiosity as an information gap</data>
      <data key="n_domain">Mind &amp; Behavior</data>
      <data key="n_mechanism">gradients-and-flows</data>
      <data key="n_categories">Motivation Research; Learning Psychology</data>
      <data key="n_question">Why does knowing a little about a subject make you far hungrier to learn than knowing nothing?</data>
      <data key="n_words">1255</data>
    </node>
    <node id="currency-peg-collapse">
      <data key="n_label">Currency peg collapse</data>
      <data key="n_domain">Economics &amp; Business</data>
      <data key="n_mechanism">feedback-loops</data>
      <data key="n_categories">Monetary Economics; Financial Stability; Macroeconomics</data>
      <data key="n_question">Why can a currency peg hold steady for years and then break in a single week?</data>
      <data key="n_words">1386</data>
    </node>
    <node id="curse-of-dimensionality">
      <data key="n_label">Curse of dimensionality</data>
      <data key="n_domain">Mathematics &amp; Statistics</data>
      <data key="n_mechanism">scale-effects</data>
      <data key="n_categories">Machine Learning; Topology</data>
      <data key="n_question">Why does measuring more features of each item make the items harder rather than easier to tell apart?</data>
      <data key="n_words">1362</data>
    </node>
    <node id="curse-of-knowledge">
      <data key="n_label">Curse of knowledge in teaching</data>
      <data key="n_domain">Education &amp; Learning</data>
      <data key="n_mechanism">perception-vs-reality</data>
      <data key="n_categories">Pedagogy; Instructional Design; Learning Psychology</data>
      <data key="n_question">Why can someone who learned a skill last year explain it better than the person who has taught it for thirty years?</data>
      <data key="n_words">1246</data>
    </node>
    <node id="customary-international-law">
      <data key="n_label">Customary international law</data>
      <data key="n_domain">Government, Law &amp; Civics</data>
      <data key="n_mechanism">emergence</data>
      <data key="n_categories">Jurisprudence; Political Theory</data>
      <data key="n_question">How can a rule bind every nation when no legislature ever enacted it?</data>
      <data key="n_words">1225</data>
    </node>
    <node id="cut-scores-on-licensing-exams">
      <data key="n_label">Cut scores on licensing exams</data>
      <data key="n_domain">Education &amp; Learning</data>
      <data key="n_mechanism">thresholds</data>
      <data key="n_categories">Psychometrics; Credentialing</data>
      <data key="n_question">Why must the pass mark that separates a competent practitioner from an incompetent one be argued for rather than measured?</data>
      <data key="n_words">1382</data>
    </node>
    <node id="cyclic-majorities">
      <data key="n_label">Cyclic majorities</data>
      <data key="n_domain">Mathematics &amp; Statistics</data>
      <data key="n_mechanism">constraints</data>
      <data key="n_categories">Social Choice Theory</data>
      <data key="n_question">How can a group prefer A to B, B to C, and C to A when no member of it does?</data>
      <data key="n_words">1426</data>
    </node>
    <node id="dairy-cow-energy-balance">
      <data key="n_label">Dairy cow energy balance</data>
      <data key="n_domain">Environment, Agriculture &amp; Food</data>
      <data key="n_mechanism">constraints</data>
      <data key="n_categories">Dairy Science; Livestock Science</data>
      <data key="n_question">Why does a freshly calved high-yielding cow lose body condition no matter how generously she is fed?</data>
      <data key="n_words">1422</data>
    </node>
    <node id="dark-adaptation">
      <data key="n_label">Dark adaptation</data>
      <data key="n_domain">Mind &amp; Behavior</data>
      <data key="n_mechanism">adaptation</data>
      <data key="n_categories">Sensory Physiology; Visual Perception</data>
      <data key="n_question">Why does seeing in the dark take twenty minutes to acquire and one second of light to lose?</data>
      <data key="n_words">1348</data>
    </node>
    <node id="data-contracts">
      <data key="n_label">Data contracts</data>
      <data key="n_domain">Computing, Data &amp; AI</data>
      <data key="n_mechanism">commitment</data>
      <data key="n_categories">Data Quality; Interface Design</data>
      <data key="n_question">Why does a producer promising not to change a field make a whole platform faster to build on?</data>
      <data key="n_words">1480</data>
    </node>
    <node id="data-leakage-paths">
      <data key="n_label">Data leakage paths</data>
      <data key="n_domain">Computing, Data &amp; AI</data>
      <data key="n_mechanism">structure-and-function</data>
      <data key="n_categories">Security; Data Privacy</data>
      <data key="n_question">How does private information escape a system that nobody attacked?</data>
      <data key="n_words">1472</data>
    </node>
    <node id="data-you-keep-is-data-you-can-lose">
      <data key="n_label">Data you keep is data you can lose</data>
      <data key="n_domain">Computing, Data &amp; AI</data>
      <data key="n_mechanism">tradeoffs</data>
      <data key="n_categories">Records Management; Data Privacy</data>
      <data key="n_question">Why is holding on to information a liability rather than an asset?</data>
      <data key="n_words">1259</data>
    </node>
    <node id="database-transactions">
      <data key="n_label">Database transactions</data>
      <data key="n_domain">Computing, Data &amp; AI</data>
      <data key="n_mechanism">coordination</data>
      <data key="n_categories">Databases; Software Engineering; Concurrency</data>
      <data key="n_question">How can a database keep records consistent when many users change them at once?</data>
      <data key="n_words">904</data>
    </node>
    <node id="datum-lines-on-site">
      <data key="n_label">Datum lines on site</data>
      <data key="n_domain">Work, Careers &amp; Skilled Trades</data>
      <data key="n_mechanism">representation</data>
      <data key="n_categories">Construction Management; Quality Management</data>
      <data key="n_question">Why do builders measure everything from one line instead of from the piece just fitted?</data>
      <data key="n_words">1215</data>
    </node>
    <node id="dawn-light-and-the-body-clock">
      <data key="n_label">Dawn light and the body clock</data>
      <data key="n_domain">Mind &amp; Behavior</data>
      <data key="n_mechanism">rhythms-and-cycles</data>
      <data key="n_categories">Chronobiology; Sleep Timing Research</data>
      <data key="n_question">Why does the same bright light advance the body clock at dawn and delay it at dusk?</data>
      <data key="n_words">1393</data>
    </node>
    <node id="dead-or-just-slow">
      <data key="n_label">Dead or just slow?</data>
      <data key="n_domain">Computing, Data &amp; AI</data>
      <data key="n_mechanism">information-limits</data>
      <data key="n_categories">Concurrency; Protocol Design</data>
      <data key="n_question">Why can no machine ever tell a crashed neighbour apart from a slow one?</data>
      <data key="n_words">1410</data>
    </node>
    <node id="death-and-art-prices">
      <data key="n_label">Death and art prices</data>
      <data key="n_domain">Arts, Design &amp; Culture</data>
      <data key="n_mechanism">constraints</data>
      <data key="n_categories">Art Markets; Cultural Economics</data>
      <data key="n_question">Why does an artist's work often become far more valuable once the artist has died?</data>
      <data key="n_words">1345</data>
    </node>
    <node id="debt-jubilees">
      <data key="n_label">Debt jubilees</data>
      <data key="n_domain">History, Society &amp; Anthropology</data>
      <data key="n_mechanism">exponential-growth</data>
      <data key="n_categories">Economic History; Ancient History</data>
      <data key="n_question">Why did ancient kings repeatedly cancel all debts instead of enforcing contracts they had themselves blessed?</data>
      <data key="n_words">1319</data>
    </node>
    <node id="deciding-apart-from-enforcing">
      <data key="n_label">Deciding apart from enforcing</data>
      <data key="n_domain">Computing, Data &amp; AI</data>
      <data key="n_mechanism">specialization</data>
      <data key="n_categories">Software Design Patterns; Information Systems</data>
      <data key="n_question">Why separate the thing that decides whether you may from the thing that stops you?</data>
      <data key="n_words">1430</data>
    </node>
    <node id="decision-cycle-tempo">
      <data key="n_label">Decision-cycle tempo</data>
      <data key="n_domain">Military, Conflict &amp; Strategic Studies</data>
      <data key="n_mechanism">rhythms-and-cycles</data>
      <data key="n_categories">Command and Control; Operational Art; Decision Science</data>
      <data key="n_question">Why can deciding faster than an opponent matter more than deciding better?</data>
      <data key="n_words">1266</data>
    </node>
    <node id="decision-fatigue">
      <data key="n_label">Decision fatigue</data>
      <data key="n_domain">Mind &amp; Behavior</data>
      <data key="n_mechanism">accumulation</data>
      <data key="n_categories">Motivation Research; Decision Psychology</data>
      <data key="n_question">Why does a person who chose carefully all morning start taking whatever is put in front of them by evening?</data>
      <data key="n_words">1389</data>
    </node>
    <node id="declaring-the-destination-not-the-route">
      <data key="n_label">Declaring the destination, not the route</data>
      <data key="n_domain">Computing, Data &amp; AI</data>
      <data key="n_mechanism">representation</data>
      <data key="n_categories">Configuration Management; Version Control</data>
      <data key="n_question">Why is writing down what a system should look like more reliable than the commands to get it there?</data>
      <data key="n_words">1420</data>
    </node>
    <node id="deconditioning-in-weightlessness">
      <data key="n_label">Deconditioning in weightlessness</data>
      <data key="n_domain">Astronomy &amp; Space</data>
      <data key="n_mechanism">adaptation</data>
      <data key="n_categories">Environmental Physiology; Comparative Physiology</data>
      <data key="n_question">Why does a body that adapts beautifully to orbit struggle to stand up on return?</data>
      <data key="n_words">1332</data>
    </node>
    <node id="dedicated-machine-tools">
      <data key="n_label">Dedicated machine tools</data>
      <data key="n_domain">Engineering &amp; Technology</data>
      <data key="n_mechanism">specialization</data>
      <data key="n_categories">Manufacturing Engineering; Machine Design</data>
      <data key="n_question">Why does a factory making one part forever buy a machine that can make nothing else?</data>
      <data key="n_words">1381</data>
    </node>
    <node id="deep-sound-channel">
      <data key="n_label">Deep sound channel</data>
      <data key="n_domain">Earth, Climate &amp; Oceans</data>
      <data key="n_mechanism">structure-and-function</data>
      <data key="n_categories">Acoustics</data>
      <data key="n_question">Why does a whale call fade within kilometres near the surface yet cross an ocean at a certain depth?</data>
      <data key="n_words">1379</data>
    </node>
    <node id="defenders-advantage">
      <data key="n_label">Defender's advantage</data>
      <data key="n_domain">Military, Conflict &amp; Strategic Studies</data>
      <data key="n_mechanism">structure-and-function</data>
      <data key="n_categories">Military Tactics; Military Strategy; Operations Research</data>
      <data key="n_question">Why can a defender hold a position against an attacking force several times its size?</data>
      <data key="n_words">1340</data>
    </node>
    <node id="degrees-of-freedom">
      <data key="n_label">Degrees of freedom</data>
      <data key="n_domain">Mathematics &amp; Statistics</data>
      <data key="n_mechanism">conservation-laws</data>
      <data key="n_categories">Statistical Inference; Distribution Theory; Estimation Theory</data>
      <data key="n_question">Why does estimating a mean from your data cost you one observation's worth of information?</data>
      <data key="n_words">1261</data>
    </node>
    <node id="deja-vu">
      <data key="n_label">Deja vu</data>
      <data key="n_domain">Mind &amp; Behavior</data>
      <data key="n_mechanism">specialization</data>
      <data key="n_categories">Memory Research; Neuroscience</data>
      <data key="n_question">Why can a place you are certain you have never visited feel overwhelmingly familiar anyway?</data>
      <data key="n_words">1417</data>
    </node>
    <node id="delay-discounting">
      <data key="n_label">Delay discounting</data>
      <data key="n_domain">Mind &amp; Behavior</data>
      <data key="n_mechanism">scale-effects</data>
      <data key="n_categories">Decision Psychology</data>
      <data key="n_question">Why would someone take ten pounds today over eleven tomorrow, yet wait a year and a day for the eleven?</data>
      <data key="n_words">1408</data>
    </node>
    <node id="delayed-auditory-feedback">
      <data key="n_label">Delayed auditory feedback</data>
      <data key="n_domain">Language, Media &amp; Communication</data>
      <data key="n_mechanism">feedback-loops</data>
      <data key="n_categories">Speech Science; Psycholinguistics</data>
      <data key="n_question">Why does hearing your own voice a fraction of a second late stop you speaking?</data>
      <data key="n_words">1387</data>
    </node>
    <node id="delayed-muscle-soreness">
      <data key="n_label">Delayed muscle soreness</data>
      <data key="n_domain">Sports, Exercise &amp; Recreation</data>
      <data key="n_mechanism">adaptation</data>
      <data key="n_categories">Exercise Physiology; Sports Medicine; Human Physiology</data>
      <data key="n_question">Why do muscles often become sore a day after unfamiliar exercise rather than immediately?</data>
      <data key="n_words">1118</data>
    </node>
    <node id="delayed-weld-cracking">
      <data key="n_label">Delayed weld cracking</data>
      <data key="n_domain">Engineering &amp; Technology</data>
      <data key="n_mechanism">gradients-and-flows</data>
      <data key="n_categories">Metallurgy</data>
      <data key="n_question">Why can a weld that passes every inspection on the day it is made split open two nights later with nobody touching it?</data>
      <data key="n_words">1462</data>
    </node>
    <node id="delegated-launch-authority">
      <data key="n_label">Delegated launch authority</data>
      <data key="n_domain">Military, Conflict &amp; Strategic Studies</data>
      <data key="n_mechanism">commitment</data>
      <data key="n_categories">Military Strategy; Command and Control; Strategic Stability</data>
      <data key="n_question">Why would a state make itself safer by giving away its own power to decide on retaliation?</data>
      <data key="n_words">1342</data>
    </node>
    <node id="delegation-without-the-password">
      <data key="n_label">Delegation without the password</data>
      <data key="n_domain">Computing, Data &amp; AI</data>
      <data key="n_mechanism">representation</data>
      <data key="n_categories">Identity Management; Access Control</data>
      <data key="n_question">How do you let one service act for you somewhere else without ever giving it your credentials?</data>
      <data key="n_words">1283</data>
    </node>
    <node id="deliberate-practice">
      <data key="n_label">Deliberate practice</data>
      <data key="n_domain">Work, Careers &amp; Skilled Trades</data>
      <data key="n_mechanism">feedback-loops</data>
      <data key="n_categories">Cognitive Psychology; Vocational Education; Craft Knowledge</data>
      <data key="n_question">Why do some people keep improving at a craft for decades while others stop improving after a year?</data>
      <data key="n_words">988</data>
    </node>
    <node id="delimiters-as-a-boundary">
      <data key="n_label">Delimiters as a boundary</data>
      <data key="n_domain">Computing, Data &amp; AI</data>
      <data key="n_mechanism">constraints</data>
      <data key="n_categories">AI Safety; Knowledge Organization</data>
      <data key="n_question">Why does wrapping someone else's text in markers change how a system treats it?</data>
      <data key="n_words">1440</data>
    </node>
    <node id="delivered-versus-retained">
      <data key="n_label">Delivered versus retained</data>
      <data key="n_domain">Computing, Data &amp; AI</data>
      <data key="n_mechanism">path-dependence</data>
      <data key="n_categories">Message Systems; Stream Processing</data>
      <data key="n_question">Why does keeping a message after someone has read it change what the system can do?</data>
      <data key="n_words">1405</data>
    </node>
    <node id="delta-subsidence">
      <data key="n_label">Delta subsidence</data>
      <data key="n_domain">Geography &amp; Regional Studies</data>
      <data key="n_mechanism">equilibrium</data>
      <data key="n_categories">Coastal Geomorphology; Fluvial Geomorphology; Environmental Policy</data>
      <data key="n_question">Why do river deltas start sinking once dams upstream stop the mud from reaching them?</data>
      <data key="n_words">1408</data>
    </node>
    <node id="denormalization">
      <data key="n_label">Denormalization</data>
      <data key="n_domain">Computing, Data &amp; AI</data>
      <data key="n_mechanism">tradeoffs</data>
      <data key="n_categories">Schema Design; Query Processing</data>
      <data key="n_question">Why deliberately put back the duplication you spent so much effort removing?</data>
      <data key="n_words">1279</data>
    </node>
    <node id="dependency-conflicts">
      <data key="n_label">Dependency conflicts</data>
      <data key="n_domain">Computing, Data &amp; AI</data>
      <data key="n_mechanism">coordination</data>
      <data key="n_categories">Software Engineering; Programming Languages</data>
      <data key="n_question">Why can upgrading one library break a program that never used it in the first place?</data>
      <data key="n_words">1408</data>
    </node>
    <node id="dependency-direction">
      <data key="n_label">Dependency direction</data>
      <data key="n_domain">Computing, Data &amp; AI</data>
      <data key="n_mechanism">structure-and-function</data>
      <data key="n_categories">Software Architecture; Programming Languages</data>
      <data key="n_question">Why should the part of a program that stores data depend on the part that makes decisions, and not the reverse?</data>
      <data key="n_words">1394</data>
    </node>
    <node id="deploying-more-to-break-less">
      <data key="n_label">Deploying more to break less</data>
      <data key="n_domain">Computing, Data &amp; AI</data>
      <data key="n_mechanism">feedback-loops</data>
      <data key="n_categories">Release Engineering; Operations Management</data>
      <data key="n_question">Why do the teams that release most often have the fewest failed releases?</data>
      <data key="n_words">1519</data>
    </node>
    <node id="depth-hoar">
      <data key="n_label">Depth hoar in snowpack</data>
      <data key="n_domain">Earth, Climate &amp; Oceans</data>
      <data key="n_mechanism">gradients-and-flows</data>
      <data key="n_categories">Cryosphere Science; Natural Hazards</data>
      <data key="n_question">Why does a buried snow layer grow weaker as it ages instead of settling into something stronger?</data>
      <data key="n_words">1412</data>
    </node>
    <node id="desert-latitudes">
      <data key="n_label">Desert latitudes</data>
      <data key="n_domain">Geography &amp; Regional Studies</data>
      <data key="n_mechanism">gradients-and-flows</data>
      <data key="n_categories">Physical Geography; Climatology; Biogeography</data>
      <data key="n_question">Why do the world's great deserts cluster along the same two bands of latitude?</data>
      <data key="n_words">1348</data>
    </node>
    <node id="design-by-contract">
      <data key="n_label">Design by contract</data>
      <data key="n_domain">Computing, Data &amp; AI</data>
      <data key="n_mechanism">commitment</data>
      <data key="n_categories">Formal Verification</data>
      <data key="n_question">Why write down what a function refuses to accept rather than making it cope with anything?</data>
      <data key="n_words">1351</data>
    </node>
    <node id="design-restraint">
      <data key="n_label">Design restraint</data>
      <data key="n_domain">Arts, Design &amp; Culture</data>
      <data key="n_mechanism">tradeoffs</data>
      <data key="n_categories">Graphic Design; Advertising Studies; Attention Economics</data>
      <data key="n_question">Why does taking elements off a poster so often make what remains look more expensive?</data>
      <data key="n_words">1379</data>
    </node>
    <node id="detecting-a-theft-you-cannot-see">
      <data key="n_label">Detecting a theft you cannot see</data>
      <data key="n_domain">Computing, Data &amp; AI</data>
      <data key="n_mechanism">proxy-evidence</data>
      <data key="n_categories">Cryptography; Auditability</data>
      <data key="n_question">How do you find out a credential was copied when the copy works exactly like the original?</data>
      <data key="n_words">1350</data>
    </node>
    <node id="detection-limits">
      <data key="n_label">Detection limits</data>
      <data key="n_domain">Chemistry &amp; Materials</data>
      <data key="n_mechanism">inference-under-uncertainty</data>
      <data key="n_categories">Analytical Chemistry; Instrumentation</data>
      <data key="n_question">Why does a laboratory report a contaminant as \"below the limit of detection\" rather than simply saying none was there?</data>
      <data key="n_words">1382</data>
    </node>
    <node id="deterrence">
      <data key="n_label">Deterrence</data>
      <data key="n_domain">Military, Conflict &amp; Strategic Studies</data>
      <data key="n_mechanism">commitment</data>
      <data key="n_categories">Security Studies; International Relations; Game Theory</data>
      <data key="n_question">How can a weapon prevent a war precisely by never being used?</data>
      <data key="n_words">1279</data>
    </node>
    <node id="devolved-authority">
      <data key="n_label">Devolved authority</data>
      <data key="n_domain">Government, Law &amp; Civics</data>
      <data key="n_mechanism">scale-effects</data>
      <data key="n_categories">Federalism; Institutional Design</data>
      <data key="n_question">Why do large states hand decisions to local bodies they could just as easily make centrally?</data>
      <data key="n_words">1302</data>
    </node>
    <node id="diabetic-complications">
      <data key="n_label">Diabetic complications</data>
      <data key="n_domain">Health &amp; Medicine</data>
      <data key="n_mechanism">accumulation</data>
      <data key="n_categories">Endocrinology; Public Health</data>
      <data key="n_question">Why does mildly high blood sugar damage nerves and kidneys only decades later?</data>
      <data key="n_words">1417</data>
    </node>
    <node id="diagnostic-distractors">
      <data key="n_label">Diagnostic distractors</data>
      <data key="n_domain">Education &amp; Learning</data>
      <data key="n_mechanism">proxy-evidence</data>
      <data key="n_categories">Psychometrics</data>
      <data key="n_question">Why can a wrong answer option on a test tell a teacher more than the right one does?</data>
      <data key="n_words">1420</data>
    </node>
    <node id="dialect-continuum">
      <data key="n_label">Dialect continuum</data>
      <data key="n_domain">Language, Media &amp; Communication</data>
      <data key="n_mechanism">accumulation</data>
      <data key="n_categories">Linguistic Typology; Contact Linguistics</data>
      <data key="n_question">Why can every neighbouring pair of villages understand each other when the chain's two ends cannot?</data>
      <data key="n_words">1291</data>
    </node>
    <node id="digital-preservation-churn">
      <data key="n_label">Digital preservation churn</data>
      <data key="n_domain">Language, Media &amp; Communication</data>
      <data key="n_mechanism">path-dependence</data>
      <data key="n_categories">Archival Science; Media Studies</data>
      <data key="n_question">Why does a digital archive need constant work to stay readable when a clay tablet needs none?</data>
      <data key="n_words">1385</data>
    </node>
    <node id="diglossia">
      <data key="n_label">Diglossia</data>
      <data key="n_domain">Language, Media &amp; Communication</data>
      <data key="n_mechanism">specialization</data>
      <data key="n_categories">Sociolinguistics; Linguistic Typology</data>
      <data key="n_question">Why do some communities keep two forms of one language and use each only in its own setting?</data>
      <data key="n_words">1334</data>
    </node>
    <node id="diminishing-fertiliser-returns">
      <data key="n_label">Diminishing fertiliser returns</data>
      <data key="n_domain">Environment, Agriculture &amp; Food</data>
      <data key="n_mechanism">constraints</data>
      <data key="n_categories">Plant Physiology; Agricultural Economics</data>
      <data key="n_question">Why does doubling the fertiliser on a field add almost nothing to the harvest it yields?</data>
      <data key="n_words">1281</data>
    </node>
    <node id="directed-evolution-of-enzymes">
      <data key="n_label">Directed evolution of enzymes</data>
      <data key="n_domain">Chemistry &amp; Materials</data>
      <data key="n_mechanism">selection</data>
      <data key="n_categories">Biochemistry; Molecular Biology</data>
      <data key="n_question">How can a chemist obtain an enzyme for a reaction no organism ever needed?</data>
      <data key="n_words">1362</data>
    </node>
    <node id="disappearing-polymorphs">
      <data key="n_label">Disappearing polymorphs</data>
      <data key="n_domain">Chemistry &amp; Materials</data>
      <data key="n_mechanism">path-dependence</data>
      <data key="n_categories">Phase Behavior; Solid-State Chemistry; Pharmaceutical Chemistry</data>
      <data key="n_question">Why can a compound made the same way for years suddenly refuse to crystallize into the form the factory depends on?</data>
      <data key="n_words">1421</data>
    </node>
    <node id="disaster-driven-building-codes">
      <data key="n_label">Disaster-driven building codes</data>
      <data key="n_domain">Government, Law &amp; Civics</data>
      <data key="n_mechanism">adaptation</data>
      <data key="n_categories">Regulatory Policy; Administrative Law; Public Administration</data>
      <data key="n_question">Why do safety rules improve most only after the disaster they were meant to prevent?</data>
      <data key="n_words">1231</data>
    </node>
    <node id="disgust-as-a-moral-guide">
      <data key="n_label">Disgust as a moral guide</data>
      <data key="n_domain">Philosophy, Ethics &amp; Religion</data>
      <data key="n_mechanism">perception-vs-reality</data>
      <data key="n_categories">Moral Psychology; Normative Ethics</data>
      <data key="n_question">Why does something feeling repugnant so readily pass for that thing being wrong?</data>
      <data key="n_words">1412</data>
    </node>
    <node id="dishwasher-drying">
      <data key="n_label">Dishwasher drying</data>
      <data key="n_domain">Home, Consumer &amp; Everyday Life</data>
      <data key="n_mechanism">gradients-and-flows</data>
      <data key="n_categories">Household Appliances; Heat Transfer; Phase Behavior</data>
      <data key="n_question">Why do plastic containers come out of a dishwasher wet when the glasses beside them are dry?</data>
      <data key="n_words">1302</data>
    </node>
    <node id="dispersed-knowledge-in-production">
      <data key="n_label">Dispersed knowledge in production</data>
      <data key="n_domain">Economics &amp; Business</data>
      <data key="n_mechanism">emergence</data>
      <data key="n_categories">Institutional Economics; Supply Chain Management; Economic Anthropology</data>
      <data key="n_question">How does an ordinary pencil get made when no single person knows how to make one?</data>
      <data key="n_words">1316</data>
    </node>
    <node id="distorted-mental-geography">
      <data key="n_label">Distorted mental geography</data>
      <data key="n_domain">Geography &amp; Regional Studies</data>
      <data key="n_mechanism">perception-vs-reality</data>
      <data key="n_categories">Cartography; Cultural Geography</data>
      <data key="n_question">Why do people confidently place one city east of another when the map says otherwise?</data>
      <data key="n_words">1317</data>
    </node>
    <node id="distributed-consensus">
      <data key="n_label">Distributed consensus</data>
      <data key="n_domain">Computing, Data &amp; AI</data>
      <data key="n_mechanism">information-limits</data>
      <data key="n_categories">Fault Tolerance; Distributed Systems</data>
      <data key="n_question">Why can a group of perfectly healthy machines fail to agree on which of them is in charge?</data>
      <data key="n_words">1374</data>
    </node>
    <node id="distributed-tracing">
      <data key="n_label">Distributed tracing</data>
      <data key="n_domain">Computing, Data &amp; AI</data>
      <data key="n_mechanism">representation</data>
      <data key="n_categories">Observability; Distributed Systems</data>
      <data key="n_question">How do you follow one user's request through forty services that each know only their own part?</data>
      <data key="n_words">1453</data>
    </node>
    <node id="district-boundaries">
      <data key="n_label">District boundaries</data>
      <data key="n_domain">Government, Law &amp; Civics</data>
      <data key="n_mechanism">representation</data>
      <data key="n_categories">Political Geography; Political Theory</data>
      <data key="n_question">Why can the drawing of district lines settle an election before any vote is cast?</data>
      <data key="n_words">1428</data>
    </node>
    <node id="divorce-contagion">
      <data key="n_label">Divorce contagion</data>
      <data key="n_domain">Family, Relationships &amp; Human Development</data>
      <data key="n_mechanism">thresholds</data>
      <data key="n_categories">Social Network Structure; Relationship Dissolution; Family Studies</data>
      <data key="n_question">Why does a close friend's separation raise the chance that a stable-looking marriage ends too?</data>
      <data key="n_words">1333</data>
    </node>
    <node id="doctrine-lag">
      <data key="n_label">Doctrine lag</data>
      <data key="n_domain">Military, Conflict &amp; Strategic Studies</data>
      <data key="n_mechanism">path-dependence</data>
      <data key="n_categories">Military Innovation Studies; Organizational Behavior</data>
      <data key="n_question">Why does a victorious army so often enter the next war with exactly the wrong doctrine?</data>
      <data key="n_words">1414</data>
    </node>
    <node id="documentation-that-points-at-its-evidence">
      <data key="n_label">Documentation that points at its evidence</data>
      <data key="n_domain">Computing, Data &amp; AI</data>
      <data key="n_mechanism">proxy-evidence</data>
      <data key="n_categories">Technical Documentation; Auditability</data>
      <data key="n_question">Why must generated documentation carry a pointer back to the line it came from?</data>
      <data key="n_words">1391</data>
    </node>
    <node id="doing-versus-allowing">
      <data key="n_label">Doing versus allowing</data>
      <data key="n_domain">Philosophy, Ethics &amp; Religion</data>
      <data key="n_mechanism">perception-vs-reality</data>
      <data key="n_categories">Moral Philosophy; Applied Ethics; Moral Psychology</data>
      <data key="n_question">Why does causing a harm feel worse than allowing the very same harm?</data>
      <data key="n_words">1289</data>
    </node>
    <node id="domestication">
      <data key="n_label">Domestication</data>
      <data key="n_domain">History, Society &amp; Anthropology</data>
      <data key="n_mechanism">selection</data>
      <data key="n_categories">Human Prehistory; Ancient History; Evolutionary Biology</data>
      <data key="n_question">How did wild plants and animals become the crops and livestock we now depend on?</data>
      <data key="n_words">1273</data>
    </node>
    <node id="doorway-effect">
      <data key="n_label">Doorway effect</data>
      <data key="n_domain">Mind &amp; Behavior</data>
      <data key="n_mechanism">thresholds</data>
      <data key="n_categories">Memory Research; Cognitive Psychology; Working Memory</data>
      <data key="n_question">Why does walking into the next room so often erase the reason you went there?</data>
      <data key="n_words">1313</data>
    </node>
    <node id="doping-arms-race">
      <data key="n_label">Doping arms race</data>
      <data key="n_domain">Sports, Exercise &amp; Recreation</data>
      <data key="n_mechanism">collective-action</data>
      <data key="n_categories">Anti-Doping; Sports Governance</data>
      <data key="n_question">Why do athletes who would rather compete clean still feel pushed to dope even where testing is real and penalties are severe?</data>
      <data key="n_words">1435</data>
    </node>
    <node id="doppler-effect">
      <data key="n_label">Doppler effect</data>
      <data key="n_domain">Physics</data>
      <data key="n_mechanism">rhythms-and-cycles</data>
      <data key="n_categories">Acoustics; Wave Physics; Perception</data>
      <data key="n_question">Why does a siren change pitch as it passes you, when the siren itself never changes?</data>
      <data key="n_words">1262</data>
    </node>
    <node id="dose-response">
      <data key="n_label">Dose-response</data>
      <data key="n_domain">Health &amp; Medicine</data>
      <data key="n_mechanism">tradeoffs</data>
      <data key="n_categories">Pharmacology; Clinical Research</data>
      <data key="n_question">Why can the same substance be a medicine at one dose and a poison at another?</data>
      <data key="n_words">1307</data>
    </node>
    <node id="double-descent">
      <data key="n_label">Double descent</data>
      <data key="n_domain">Computing, Data &amp; AI</data>
      <data key="n_mechanism">scale-effects</data>
      <data key="n_categories">Statistical Learning</data>
      <data key="n_question">Why does adding still more parameters to an already overfitted model make its predictions better again?</data>
      <data key="n_words">1374</data>
    </node>
    <node id="doubling-cities">
      <data key="n_label">Doubling cities</data>
      <data key="n_domain">Geography &amp; Regional Studies</data>
      <data key="n_mechanism">exponential-growth</data>
      <data key="n_categories">Urban Systems; Population Geography; Regional Development</data>
      <data key="n_question">Why does a city growing a few percent a year outrun plans drawn only a decade ago?</data>
      <data key="n_words">1381</data>
    </node>
    <node id="downdrift-beach-loss">
      <data key="n_label">Downdrift beach loss</data>
      <data key="n_domain">Geography &amp; Regional Studies</data>
      <data key="n_mechanism">conservation-laws</data>
      <data key="n_categories">Coastal Geomorphology; Fluvial Geomorphology</data>
      <data key="n_question">Why does a groyne built to hold one beach in place strip the beach two miles along the coast?</data>
      <data key="n_words">1382</data>
    </node>
    <node id="drain-fall">
      <data key="n_label">Drain fall</data>
      <data key="n_domain">Work, Careers &amp; Skilled Trades</data>
      <data key="n_mechanism">tradeoffs</data>
      <data key="n_categories">Plumbing</data>
      <data key="n_question">Why does a waste pipe laid steeply downhill block more often than one laid almost level?</data>
      <data key="n_words">1355</data>
    </node>
    <node id="drawing-the-same-model-three-times">
      <data key="n_label">Drawing the same model three times</data>
      <data key="n_domain">Computing, Data &amp; AI</data>
      <data key="n_mechanism">representation</data>
      <data key="n_categories">Schema Design; Requirements Engineering</data>
      <data key="n_question">Why describe the same information over again at three different levels of detail?</data>
      <data key="n_words">1374</data>
    </node>
    <node id="drift-in-accepted-values-of-constants">
      <data key="n_label">Drift in accepted values of constants</data>
      <data key="n_domain">Physics</data>
      <data key="n_mechanism">incentives</data>
      <data key="n_categories">Measurement Theory; Research Methods</data>
      <data key="n_question">Why do successive measurements of a constant drift toward the previous answer instead of scattering around the truth?</data>
      <data key="n_words">1406</data>
    </node>
    <node id="dropping-incomplete-records">
      <data key="n_label">Dropping incomplete records</data>
      <data key="n_domain">Mathematics &amp; Statistics</data>
      <data key="n_mechanism">selection</data>
      <data key="n_categories">Statistical Bias; Survey Sampling</data>
      <data key="n_question">Why can discarding the rows with blanks distort an answer more than filling the blanks in would?</data>
      <data key="n_words">1422</data>
    </node>
    <node id="drug-tolerance">
      <data key="n_label">Drug tolerance</data>
      <data key="n_domain">Health &amp; Medicine</data>
      <data key="n_mechanism">adaptation</data>
      <data key="n_categories">Pharmacology</data>
      <data key="n_question">Why does a drug that worked well at first need a bigger dose later to do the same job?</data>
      <data key="n_words">1429</data>
    </node>
    <node id="dry-drain-trap">
      <data key="n_label">Dry drain trap</data>
      <data key="n_domain">Home, Consumer &amp; Everyday Life</data>
      <data key="n_mechanism">accumulation</data>
      <data key="n_categories">Plumbing Engineering</data>
      <data key="n_question">Why does a bathroom nobody uses start to smell of drains?</data>
      <data key="n_words">1427</data>
    </node>
    <node id="drypoint-burr">
      <data key="n_label">Drypoint burr</data>
      <data key="n_domain">Arts, Design &amp; Culture</data>
      <data key="n_mechanism">tradeoffs</data>
      <data key="n_categories">Printmaking</data>
      <data key="n_question">Why is the tenth impression from a drypoint plate worth a fraction of the first when nobody altered the plate?</data>
      <data key="n_words">1425</data>
    </node>
    <node id="durable-execution">
      <data key="n_label">Durable execution</data>
      <data key="n_domain">Computing, Data &amp; AI</data>
      <data key="n_mechanism">redundancy</data>
      <data key="n_categories">Workflow Orchestration; Fault Tolerance</data>
      <data key="n_question">How does a process survive the machine it was running on disappearing mid-step?</data>
      <data key="n_words">1459</data>
    </node>
    <node id="dust-fed-rainforests">
      <data key="n_label">Dust-fed rainforests</data>
      <data key="n_domain">Earth, Climate &amp; Oceans</data>
      <data key="n_mechanism">conservation-laws</data>
      <data key="n_categories">Biogeochemistry; Atmospheric Chemistry; Forest Ecology</data>
      <data key="n_question">Why does a rainforest on deep soil depend on dust blown from a desert an ocean away?</data>
      <data key="n_words">1448</data>
    </node>
    <node id="ear-voice-span">
      <data key="n_label">Ear-voice span</data>
      <data key="n_domain">Language, Media &amp; Communication</data>
      <data key="n_mechanism">tradeoffs</data>
      <data key="n_categories">Translation Studies; Psycholinguistics; Phonetics</data>
      <data key="n_question">Why does an interpreter who lags further behind the speaker often deliver a more faithful rendering?</data>
      <data key="n_words">1438</data>
    </node>
    <node id="early-sport-specialization">
      <data key="n_label">Early sport specialization</data>
      <data key="n_domain">Sports, Exercise &amp; Recreation</data>
      <data key="n_mechanism">tradeoffs</data>
      <data key="n_categories">Youth Development; Sports Psychology</data>
      <data key="n_question">Why do children who commit to one sport early often stall or quit before those who kept playing several?</data>
      <data key="n_words">1387</data>
    </node>
    <node id="early-strength-gains">
      <data key="n_label">Early strength gains</data>
      <data key="n_domain">Sports, Exercise &amp; Recreation</data>
      <data key="n_mechanism">coordination</data>
      <data key="n_categories">Strength and Conditioning; Exercise Physiology</data>
      <data key="n_question">Why does a beginner get much stronger in the first month without their muscles growing at all?</data>
      <data key="n_words">1213</data>
    </node>
    <node id="earworms">
      <data key="n_label">Earworms</data>
      <data key="n_domain">Arts, Design &amp; Culture</data>
      <data key="n_mechanism">feedback-loops</data>
      <data key="n_categories">Music Psychology; Auditory Science; Popular Music Studies</data>
      <data key="n_question">Why does a fragment of a song repeat in your head for hours when you never chose to play it?</data>
      <data key="n_words">1271</data>
    </node>
    <node id="east-west-diffusion">
      <data key="n_label">East-west diffusion</data>
      <data key="n_domain">History, Society &amp; Anthropology</data>
      <data key="n_mechanism">constraints</data>
      <data key="n_categories">Cultural Diffusion; Agricultural History; Biogeography</data>
      <data key="n_question">Why did crops and inventions spread further along a continent's width than along its length?</data>
      <data key="n_words">1282</data>
    </node>
    <node id="eclipse-seasons">
      <data key="n_label">Eclipse seasons</data>
      <data key="n_domain">Astronomy &amp; Space</data>
      <data key="n_mechanism">rhythms-and-cycles</data>
      <data key="n_categories">Celestial Mechanics; Orbital Mechanics</data>
      <data key="n_question">Why is there not a solar eclipse at every new moon, when the Moon passes between us and the Sun each month?</data>
      <data key="n_words">1329</data>
    </node>
    <node id="ecological-succession">
      <data key="n_label">Ecological succession</data>
      <data key="n_domain">Biology &amp; Ecology</data>
      <data key="n_mechanism">feedback-loops</data>
      <data key="n_categories">Forest Ecology</data>
      <data key="n_question">Why does a burnt hillside come back through plants that cannot survive in the forest they end up creating?</data>
      <data key="n_words">1367</data>
    </node>
    <node id="economy-of-force">
      <data key="n_label">Economy of force</data>
      <data key="n_domain">Military, Conflict &amp; Strategic Studies</data>
      <data key="n_mechanism">conservation-laws</data>
      <data key="n_categories">Military Strategy; Operational Art; Force Planning</data>
      <data key="n_question">Why does making every point on a frontier strong leave the whole frontier weak?</data>
      <data key="n_words">1328</data>
    </node>
    <node id="efficiency-wages">
      <data key="n_label">Paying above the market</data>
      <data key="n_domain">Work, Careers &amp; Skilled Trades</data>
      <data key="n_mechanism">incentives</data>
      <data key="n_categories">Wage Setting; Industrial Relations; Personnel Economics</data>
      <data key="n_question">Why would an employer pay more than the wage needed to fill the post?</data>
      <data key="n_words">1384</data>
    </node>
    <node id="effortless-virtue">
      <data key="n_label">Effortless virtue</data>
      <data key="n_domain">Philosophy, Ethics &amp; Religion</data>
      <data key="n_mechanism">adaptation</data>
      <data key="n_categories">Virtue Theory; Philosophy of Action</data>
      <data key="n_question">Why do we admire the person who does right without feeling tempted more than the one who fights temptation and wins?</data>
      <data key="n_words">1498</data>
    </node>
    <node id="el-nino-oscillation">
      <data key="n_label">El Nino oscillation</data>
      <data key="n_domain">Earth, Climate &amp; Oceans</data>
      <data key="n_mechanism">rhythms-and-cycles</data>
      <data key="n_categories">Tropical Meteorology; Air-Sea Interaction; Climatology</data>
      <data key="n_question">Why does the Pacific keep swinging between warm and cool states instead of settling into one of them?</data>
      <data key="n_words">1392</data>
    </node>
    <node id="election-timed-spending">
      <data key="n_label">Election-timed spending</data>
      <data key="n_domain">Government, Law &amp; Civics</data>
      <data key="n_mechanism">rhythms-and-cycles</data>
      <data key="n_categories">Political Economy; Public Finance; Electoral Systems</data>
      <data key="n_question">Why do public projects break ground in the year before an election rather than after?</data>
      <data key="n_words">1262</data>
    </node>
    <node id="electoral-thresholds">
      <data key="n_label">Electoral thresholds</data>
      <data key="n_domain">Government, Law &amp; Civics</data>
      <data key="n_mechanism">thresholds</data>
      <data key="n_categories">Electoral Systems; Social Choice Theory</data>
      <data key="n_question">Why can a party winning one voter in twenty end up with no seats at all?</data>
      <data key="n_words">1217</data>
    </node>
    <node id="embedding-space">
      <data key="n_label">Embedding space</data>
      <data key="n_domain">Computing, Data &amp; AI</data>
      <data key="n_mechanism">representation</data>
      <data key="n_categories">Information Retrieval; Natural Language Processing</data>
      <data key="n_question">How can a search find the passage about getting money back when the document only ever says refund?</data>
      <data key="n_words">1363</data>
    </node>
    <node id="emergence-of-temperature">
      <data key="n_label">Emergence of temperature</data>
      <data key="n_domain">Physics</data>
      <data key="n_mechanism">emergence</data>
      <data key="n_categories">Statistical Mechanics; Thermodynamics</data>
      <data key="n_question">Why does a single atom have no temperature at all when a jar of them plainly does?</data>
      <data key="n_words">1377</data>
    </node>
    <node id="emergency-powers-ratchet">
      <data key="n_label">Emergency powers ratchet</data>
      <data key="n_domain">Government, Law &amp; Civics</data>
      <data key="n_mechanism">path-dependence</data>
      <data key="n_categories">Constitutional Law; Institutional Design</data>
      <data key="n_question">Why do powers granted for a passing emergency so rarely go back once the emergency has passed?</data>
      <data key="n_words">1399</data>
    </node>
    <node id="emergency-triage">
      <data key="n_label">Emergency triage</data>
      <data key="n_domain">Health &amp; Medicine</data>
      <data key="n_mechanism">constraints</data>
      <data key="n_categories">Emergency Medicine; Health Policy</data>
      <data key="n_question">Why can treating patients in the order they arrive cost more lives than treating them out of order?</data>
      <data key="n_words">1359</data>
    </node>
    <node id="emergent-classroom-sign-language">
      <data key="n_label">Emergent classroom sign language</data>
      <data key="n_domain">Education &amp; Learning</data>
      <data key="n_mechanism">emergence</data>
      <data key="n_categories">Deaf Studies; Learning Science</data>
      <data key="n_question">How can a schoolyard of deaf children invent a grammar that no adult ever taught them?</data>
      <data key="n_words">1305</data>
    </node>
    <node id="emerging-pentimenti">
      <data key="n_label">Emerging pentimenti</data>
      <data key="n_domain">Arts, Design &amp; Culture</data>
      <data key="n_mechanism">accumulation</data>
      <data key="n_categories">Conservation Science; Visual Arts</data>
      <data key="n_question">Why do a painter's abandoned first attempts creep back into view centuries after being covered over?</data>
      <data key="n_words">1379</data>
    </node>
    <node id="eminent-domain-compensation">
      <data key="n_label">Eminent domain compensation</data>
      <data key="n_domain">Government, Law &amp; Civics</data>
      <data key="n_mechanism">incentives</data>
      <data key="n_categories">Property Law; Law and Economics</data>
      <data key="n_question">Why must a state pay for land it already has the power to take outright?</data>
      <data key="n_words">1330</data>
    </node>
    <node id="emissions-control">
      <data key="n_label">Emissions control</data>
      <data key="n_domain">Military, Conflict &amp; Strategic Studies</data>
      <data key="n_mechanism">tradeoffs</data>
      <data key="n_categories">Electronic Warfare</data>
      <data key="n_question">Why does a warship with the finest radar afloat often choose to keep it switched off?</data>
      <data key="n_words">1293</data>
    </node>
    <node id="empty-container-repositioning">
      <data key="n_label">Empty container repositioning</data>
      <data key="n_domain">Economics &amp; Business</data>
      <data key="n_mechanism">conservation-laws</data>
      <data key="n_categories">Logistics; Supply Chain Management; International Trade</data>
      <data key="n_question">Why do shipping lines sail thousands of empty steel boxes back across an ocean instead of selling them where they pile up?</data>
      <data key="n_words">1391</data>
    </node>
    <node id="empty-names">
      <data key="n_label">Talking about what does not exist</data>
      <data key="n_domain">Philosophy, Ethics &amp; Religion</data>
      <data key="n_mechanism">coordination</data>
      <data key="n_categories">Philosophy of Language; Semantics</data>
      <data key="n_question">How can a sentence about Sherlock Holmes be true when there is nothing for the name to pick out?</data>
      <data key="n_words">1416</data>
    </node>
    <node id="enclaves">
      <data key="n_label">Enclaves</data>
      <data key="n_domain">Geography &amp; Regional Studies</data>
      <data key="n_mechanism">path-dependence</data>
      <data key="n_categories">Political Geography; Historical Geography</data>
      <data key="n_question">Why does a village belonging to one country sit wholly inside another, and why does nobody simply trade it away?</data>
      <data key="n_words">1426</data>
    </node>
    <node id="endorheic-basins">
      <data key="n_label">Endorheic basins</data>
      <data key="n_domain">Geography &amp; Regional Studies</data>
      <data key="n_mechanism">equilibrium</data>
      <data key="n_categories">Hydrology; Geomorphology</data>
      <data key="n_question">Why do some of the world's largest rivers never reach any sea, ending instead in a basin with no outlet?</data>
      <data key="n_words">1370</data>
    </node>
    <node id="enforcement-discretion">
      <data key="n_label">Enforcement discretion</data>
      <data key="n_domain">Government, Law &amp; Civics</data>
      <data key="n_mechanism">inference-under-uncertainty</data>
      <data key="n_categories">Administrative Law; Criminology; Public Administration</data>
      <data key="n_question">Why does one written rule produce very different treatment depending on which official applies it?</data>
      <data key="n_words">1411</data>
    </node>
    <node id="engine-run-in">
      <data key="n_label">Engine run-in</data>
      <data key="n_domain">Engineering &amp; Technology</data>
      <data key="n_mechanism">adaptation</data>
      <data key="n_categories">Tribology; Automotive Engineering</data>
      <data key="n_question">Why does a new engine run more smoothly after its first thousand miles than it did leaving the factory?</data>
      <data key="n_words">1509</data>
    </node>
    <node id="engineered-redundancy">
      <data key="n_label">Engineered redundancy</data>
      <data key="n_domain">Engineering &amp; Technology</data>
      <data key="n_mechanism">redundancy</data>
      <data key="n_categories">Safety Engineering; Systems Engineering; Reliability Engineering</data>
      <data key="n_question">Why do engineers deliberately add parts that a perfectly working machine does not need?</data>
      <data key="n_words">1041</data>
    </node>
    <node id="envy-free-division">
      <data key="n_label">Envy-free division</data>
      <data key="n_domain">Mathematics &amp; Statistics</data>
      <data key="n_mechanism">incentives</data>
      <data key="n_categories">Game Theory; Bargaining Theory</data>
      <data key="n_question">Why does letting one child cut the cake and the other choose first end the argument?</data>
      <data key="n_words">1441</data>
    </node>
    <node id="equilibrium-selection">
      <data key="n_label">Equilibrium selection</data>
      <data key="n_domain">Mathematics &amp; Statistics</data>
      <data key="n_mechanism">coordination</data>
      <data key="n_categories">Decision Theory; Social Choice Theory</data>
      <data key="n_question">When a game offers several equally good solutions, what makes everyone pick the same one?</data>
      <data key="n_words">1355</data>
    </node>
    <node id="equipment-bans-in-sport">
      <data key="n_label">Equipment bans in sport</data>
      <data key="n_domain">Sports, Exercise &amp; Recreation</data>
      <data key="n_mechanism">commitment</data>
      <data key="n_categories">Sports Governance; Sports History</data>
      <data key="n_question">Why would a governing body outlaw a suit or a racket that would have made every competitor faster?</data>
      <data key="n_words">1370</data>
    </node>
    <node id="error-budgets">
      <data key="n_label">Error budgets</data>
      <data key="n_domain">Computing, Data &amp; AI</data>
      <data key="n_mechanism">incentives</data>
      <data key="n_categories">Reliability Engineering; Organizational Design</data>
      <data key="n_question">Why does deciding in advance how much failure is acceptable make a team ship faster and break less?</data>
      <data key="n_words">1453</data>
    </node>
    <node id="error-cancellation-in-averages">
      <data key="n_label">Error cancellation in averages</data>
      <data key="n_domain">Mathematics &amp; Statistics</data>
      <data key="n_mechanism">randomness</data>
      <data key="n_categories">Machine Learning; Measurement Theory; Estimation Theory</data>
      <data key="n_question">Why can the average of many rough guesses beat nearly every guess that went into it?</data>
      <data key="n_words">1315</data>
    </node>
    <node id="error-correcting-codes">
      <data key="n_label">Error-correcting codes</data>
      <data key="n_domain">Computing, Data &amp; AI</data>
      <data key="n_mechanism">redundancy</data>
      <data key="n_categories">Information Theory; Computer Networking; Computer Science</data>
      <data key="n_question">How can a receiver reconstruct a message even when some transmitted bits are corrupted?</data>
      <data key="n_words">899</data>
    </node>
    <node id="escalation">
      <data key="n_label">Escalation</data>
      <data key="n_domain">Military, Conflict &amp; Strategic Studies</data>
      <data key="n_mechanism">feedback-loops</data>
      <data key="n_categories">Conflict Studies; International Relations</data>
      <data key="n_question">Why do disputes so often grow far past the point either side originally wanted?</data>
      <data key="n_words">1431</data>
    </node>
    <node id="escape-of-light-gases-from-an-atmosphere">
      <data key="n_label">Escape of light gases from an atmosphere</data>
      <data key="n_domain">Physics</data>
      <data key="n_mechanism">selection</data>
      <data key="n_categories">Atmospheric Physics; Statistical Mechanics</data>
      <data key="n_question">Why has Earth held on to its nitrogen while losing almost all of its hydrogen?</data>
      <data key="n_words">1359</data>
    </node>
    <node id="ethnic-boundary-formation">
      <data key="n_label">Ethnic boundary formation</data>
      <data key="n_domain">History, Society &amp; Anthropology</data>
      <data key="n_mechanism">emergence</data>
      <data key="n_categories">Sociology; Social History</data>
      <data key="n_question">Why does a group's sense of who counts as one of us sharpen at its edges rather than at its centre?</data>
      <data key="n_words">1393</data>
    </node>
    <node id="ethylene-ripening">
      <data key="n_label">Ripening by contagion</data>
      <data key="n_domain">Environment, Agriculture &amp; Food</data>
      <data key="n_mechanism">feedback-loops</data>
      <data key="n_categories">Plant Physiology; Postharvest Physiology</data>
      <data key="n_question">Why does one ripe apple in a bowl hurry along everything sitting beside it?</data>
      <data key="n_words">1195</data>
    </node>
    <node id="euphemism">
      <data key="n_label">Euphemism</data>
      <data key="n_domain">Language, Media &amp; Communication</data>
      <data key="n_mechanism">representation</data>
      <data key="n_categories">Semantics; Sociolinguistics; Pragmatics</data>
      <data key="n_question">Why does renaming a thing change how people feel about the thing itself?</data>
      <data key="n_words">1232</data>
    </node>
    <node id="evaluating-retrieval-separately">
      <data key="n_label">Evaluating retrieval separately</data>
      <data key="n_domain">Computing, Data &amp; AI</data>
      <data key="n_mechanism">inference-under-uncertainty</data>
      <data key="n_categories">Software Testing; Data Quality</data>
      <data key="n_question">When an answer built from sources is wrong, how do you tell whether the finding or the writing failed?</data>
      <data key="n_words">1461</data>
    </node>
    <node id="evaluation-suites">
      <data key="n_label">Evaluation suites</data>
      <data key="n_domain">Computing, Data &amp; AI</data>
      <data key="n_mechanism">inference-under-uncertainty</data>
      <data key="n_categories">Model Evaluation; Machine Learning Operations</data>
      <data key="n_question">Why can you not tell whether a change improved an AI system by simply trying it?</data>
      <data key="n_words">1443</data>
    </node>
    <node id="evaporative-drying">
      <data key="n_label">Evaporative drying</data>
      <data key="n_domain">Home, Consumer &amp; Everyday Life</data>
      <data key="n_mechanism">gradients-and-flows</data>
      <data key="n_categories">Thermodynamics; Atmospheric Science; Household Science</data>
      <data key="n_question">Why do clothes dry faster on a windy day than on a merely warm one?</data>
      <data key="n_words">1367</data>
    </node>
    <node id="even-pacing">
      <data key="n_label">Even pacing</data>
      <data key="n_domain">Sports, Exercise &amp; Recreation</data>
      <data key="n_mechanism">thresholds</data>
      <data key="n_categories">Endurance Sports; Exercise Physiology</data>
      <data key="n_question">Why does an even pace beat a fast start over a long race?</data>
      <data key="n_words">1342</data>
    </node>
    <node id="event-sourcing">
      <data key="n_label">Event sourcing</data>
      <data key="n_domain">Computing, Data &amp; AI</data>
      <data key="n_mechanism">path-dependence</data>
      <data key="n_categories">Transaction Processing; Data Architecture</data>
      <data key="n_question">Why store every change that ever happened instead of just what is true now?</data>
      <data key="n_words">1288</data>
    </node>
    <node id="event-time-versus-arrival-time">
      <data key="n_label">Event time versus arrival time</data>
      <data key="n_domain">Computing, Data &amp; AI</data>
      <data key="n_mechanism">rhythms-and-cycles</data>
      <data key="n_categories">Stream Processing; Data Engineering</data>
      <data key="n_question">How does a system that never stops receiving data decide it has seen enough to answer?</data>
      <data key="n_words">1467</data>
    </node>
    <node id="eventual-consistency">
      <data key="n_label">Eventual consistency</data>
      <data key="n_domain">Computing, Data &amp; AI</data>
      <data key="n_mechanism">equilibrium</data>
      <data key="n_categories">Consistency Models; Data Quality</data>
      <data key="n_question">Why is a system that is briefly wrong everywhere sometimes better than one that is always right in one place?</data>
      <data key="n_words">1418</data>
    </node>
    <node id="everyday-legal-compliance">
      <data key="n_label">Everyday legal compliance</data>
      <data key="n_domain">Government, Law &amp; Civics</data>
      <data key="n_mechanism">emergence</data>
      <data key="n_categories">Regulatory Compliance; Social Psychology; Criminology</data>
      <data key="n_question">Why do most people obey laws when the chance of ever being caught is tiny?</data>
      <data key="n_words">1368</data>
    </node>
    <node id="exactly-once-is-a-property-of-the-pipeline">
      <data key="n_label">Exactly once is a property of the pipeline</data>
      <data key="n_domain">Computing, Data &amp; AI</data>
      <data key="n_mechanism">constraints</data>
      <data key="n_categories">Message Systems; Data Quality</data>
      <data key="n_question">Why can no single component promise that a message is handled exactly once?</data>
      <data key="n_words">1373</data>
    </node>
    <node id="exam-equating">
      <data key="n_label">Exam equating</data>
      <data key="n_domain">Education &amp; Learning</data>
      <data key="n_mechanism">inference-under-uncertainty</data>
      <data key="n_categories">Psychometrics</data>
      <data key="n_question">Why can this year's candidates sit an easier paper than last year's and still be judged on the same scale?</data>
      <data key="n_words">1438</data>
    </node>
    <node id="exclusionary-rule">
      <data key="n_label">Exclusionary rule</data>
      <data key="n_domain">Government, Law &amp; Civics</data>
      <data key="n_mechanism">incentives</data>
      <data key="n_categories">Criminal Procedure; Criminology</data>
      <data key="n_question">Why would a court throw out evidence it knows to be true and decisive?</data>
      <data key="n_words">1359</data>
    </node>
    <node id="exercise-hyponatremia">
      <data key="n_label">Exercise-associated hyponatremia</data>
      <data key="n_domain">Sports, Exercise &amp; Recreation</data>
      <data key="n_mechanism">equilibrium</data>
      <data key="n_categories">Sports Medicine; Environmental Physiology</data>
      <data key="n_question">Why can a marathon runner who drinks steadily at every station collapse from having too much water rather than too little?</data>
      <data key="n_words">1419</data>
    </node>
    <node id="exonyms">
      <data key="n_label">Exonyms</data>
      <data key="n_domain">Language, Media &amp; Communication</data>
      <data key="n_mechanism">path-dependence</data>
      <data key="n_categories">Onomastics; Historical Linguistics; Toponymy</data>
      <data key="n_question">Why does almost every country have a name in other languages that its own people never use?</data>
      <data key="n_words">1358</data>
    </node>
    <node id="exoplanet-detection">
      <data key="n_label">Exoplanet detection</data>
      <data key="n_domain">Astronomy &amp; Space</data>
      <data key="n_mechanism">proxy-evidence</data>
      <data key="n_categories">Planetary Science; Observational Astronomy</data>
      <data key="n_question">How can we detect a planet we cannot see, orbiting a star we can barely resolve?</data>
      <data key="n_words">1404</data>
    </node>
    <node id="experience-curve-pricing">
      <data key="n_label">Experience-curve pricing</data>
      <data key="n_domain">Economics &amp; Business</data>
      <data key="n_mechanism">accumulation</data>
      <data key="n_categories">Industrial Organization; Competitive Positioning; Accounting</data>
      <data key="n_question">Why would a manufacturer deliberately sell its first units at a price below what they cost to make?</data>
      <data key="n_words">1351</data>
    </node>
    <node id="experience-rating">
      <data key="n_label">Experience rating</data>
      <data key="n_domain">Economics &amp; Business</data>
      <data key="n_mechanism">incentives</data>
      <data key="n_categories">Insurance Markets; Actuarial Science; Pricing Strategy</data>
      <data key="n_question">Why does an insurer whose whole business is pooling risk turn around and charge each customer by their own claims history?</data>
      <data key="n_words">1411</data>
    </node>
    <node id="experienced-worker-injuries">
      <data key="n_label">Experienced-worker injuries</data>
      <data key="n_domain">Work, Careers &amp; Skilled Trades</data>
      <data key="n_mechanism">equilibrium</data>
      <data key="n_categories">Occupational Safety</data>
      <data key="n_question">Why do the most experienced workers get hurt doing things a beginner would never risk?</data>
      <data key="n_words">1343</data>
    </node>
    <node id="expertise-reversal">
      <data key="n_label">Expertise reversal</data>
      <data key="n_domain">Education &amp; Learning</data>
      <data key="n_mechanism">tradeoffs</data>
      <data key="n_categories">Instructional Design; Educational Psychology; Cognitive Load Research</data>
      <data key="n_question">Why does the teaching method that helps a beginner hold an expert back?</data>
      <data key="n_words">1270</data>
    </node>
    <node id="explained-jokes">
      <data key="n_label">Explained jokes</data>
      <data key="n_domain">Arts, Design &amp; Culture</data>
      <data key="n_mechanism">perception-vs-reality</data>
      <data key="n_categories">Psychology; Theatre Production; Aesthetics</data>
      <data key="n_question">Why does a joke stop being funny the moment it is explained?</data>
      <data key="n_words">1231</data>
    </node>
    <node id="explosion-limits">
      <data key="n_label">Chain-branching explosion limits</data>
      <data key="n_domain">Chemistry &amp; Materials</data>
      <data key="n_mechanism">exponential-growth</data>
      <data key="n_categories">Combustion Chemistry; Reaction Kinetics</data>
      <data key="n_question">Why can a hydrogen and oxygen mixture sit quietly at one pressure and blow itself apart at a pressure only slightly higher?</data>
      <data key="n_words">1481</data>
    </node>
    <node id="exposure-problem-in-package-bidding">
      <data key="n_label">Exposure problem in package bidding</data>
      <data key="n_domain">Economics &amp; Business</data>
      <data key="n_mechanism">coordination</data>
      <data key="n_categories">Market Design; Public Policy</data>
      <data key="n_question">Why can a bidder who wins one of the two licences it needs end up worse off than one who wins nothing?</data>
      <data key="n_words">1493</data>
    </node>
    <node id="extreme-event-attribution">
      <data key="n_label">Extreme event attribution</data>
      <data key="n_domain">Earth, Climate &amp; Oceans</data>
      <data key="n_mechanism">inference-under-uncertainty</data>
      <data key="n_categories">Natural Hazards; Estimation Theory</data>
      <data key="n_question">How can anyone say whether a warming climate caused one particular flood?</data>
      <data key="n_words">1340</data>
    </node>
    <node id="fabric-softener-and-absorbency">
      <data key="n_label">Fabric softener and absorbency</data>
      <data key="n_domain">Home, Consumer &amp; Everyday Life</data>
      <data key="n_mechanism">tradeoffs</data>
      <data key="n_categories">Surface Chemistry; Textile Care</data>
      <data key="n_question">Why do towels dry you less well after the wash that made them feel softest?</data>
      <data key="n_words">1408</data>
    </node>
    <node id="factorial-explosion">
      <data key="n_label">Factorial explosion</data>
      <data key="n_domain">Mathematics &amp; Statistics</data>
      <data key="n_mechanism">exponential-growth</data>
      <data key="n_categories">Combinatorics; Recreational Mathematics</data>
      <data key="n_question">Why is a shuffled deck of cards almost certainly in an order no deck has ever held before?</data>
      <data key="n_words">1318</data>
    </node>
    <node id="fading-advantage-of-a-new-weapon">
      <data key="n_label">Fading advantage of a new weapon</data>
      <data key="n_domain">Military, Conflict &amp; Strategic Studies</data>
      <data key="n_mechanism">adaptation</data>
      <data key="n_categories">Defence Technology; Military Innovation Studies</data>
      <data key="n_question">Why does a weapon that wins decisively on its first use rarely win that way twice?</data>
      <data key="n_words">1384</data>
    </node>
    <node id="fading-attraction">
      <data key="n_label">Fading attraction</data>
      <data key="n_domain">Family, Relationships &amp; Human Development</data>
      <data key="n_mechanism">adaptation</data>
      <data key="n_categories">Hedonic Adaptation; Relationship Satisfaction; Habituation Research</data>
      <data key="n_question">Why do the very traits that first attracted someone to a partner stop being noticed?</data>
      <data key="n_words">1296</data>
    </node>
    <node id="fail-safe-braking">
      <data key="n_label">Fail-safe braking</data>
      <data key="n_domain">Engineering &amp; Technology</data>
      <data key="n_mechanism">structure-and-function</data>
      <data key="n_categories">Civil Engineering; Safety Engineering; Systems Engineering</data>
      <data key="n_question">Why is a train's brake held off by pressure rather than applied by it?</data>
      <data key="n_words">1360</data>
    </node>
    <node id="failing-fast">
      <data key="n_label">Failing fast</data>
      <data key="n_domain">Computing, Data &amp; AI</data>
      <data key="n_mechanism">thresholds</data>
      <data key="n_categories">Resilience Engineering; Software Testing</data>
      <data key="n_question">Why should a program that notices something wrong stop immediately rather than carry on carefully?</data>
      <data key="n_words">1467</data>
    </node>
    <node id="failure-after-repair">
      <data key="n_label">Failure after repair</data>
      <data key="n_domain">Work, Careers &amp; Skilled Trades</data>
      <data key="n_mechanism">randomness</data>
      <data key="n_categories">Equipment Maintenance; Reliability Engineering</data>
      <data key="n_question">Why is a machine often most likely to break just after it has been serviced?</data>
      <data key="n_words">1371</data>
    </node>
    <node id="fair-lottery-over-the-integers">
      <data key="n_label">Fair lottery over the integers</data>
      <data key="n_domain">Mathematics &amp; Statistics</data>
      <data key="n_mechanism">constraints</data>
      <data key="n_categories">Measure Theory</data>
      <data key="n_question">Why can no lottery give every whole number an equal chance of being drawn?</data>
      <data key="n_words">1442</data>
    </node>
    <node id="faith-and-evidence">
      <data key="n_label">Faith and evidence</data>
      <data key="n_domain">Philosophy, Ethics &amp; Religion</data>
      <data key="n_mechanism">inference-under-uncertainty</data>
      <data key="n_categories">Philosophy of Religion; Epistemology; Religious Studies</data>
      <data key="n_question">How can a believer and a sceptic reach opposite conclusions from the same world?</data>
      <data key="n_words">1407</data>
    </node>
    <node id="fall-line-cities">
      <data key="n_label">Fall-line cities</data>
      <data key="n_domain">Geography &amp; Regional Studies</data>
      <data key="n_mechanism">constraints</data>
      <data key="n_categories">Urban Morphology; Historical Geography; Fluvial Geomorphology</data>
      <data key="n_question">Why do so many old cities sit exactly at the point where a river stops being navigable?</data>
      <data key="n_words">1265</data>
    </node>
    <node id="falling-records">
      <data key="n_label">Falling records</data>
      <data key="n_domain">Sports, Exercise &amp; Recreation</data>
      <data key="n_mechanism">selection</data>
      <data key="n_categories">Sports Science; Sports History; Performance Analysis</data>
      <data key="n_question">Why do athletic records keep improving when the human body has not changed?</data>
      <data key="n_words">1303</data>
    </node>
    <node id="false-color-astronomical-images">
      <data key="n_label">False-color astronomical images</data>
      <data key="n_domain">Astronomy &amp; Space</data>
      <data key="n_mechanism">representation</data>
      <data key="n_categories">Visual Perception; Signal Processing</data>
      <data key="n_question">Why is a picture of a nebula in colors no eye could ever see still honest?</data>
      <data key="n_words">1358</data>
    </node>
    <node id="false-sharing">
      <data key="n_label">False sharing</data>
      <data key="n_domain">Computing, Data &amp; AI</data>
      <data key="n_mechanism">structure-and-function</data>
      <data key="n_categories">Computer Architecture; Concurrency</data>
      <data key="n_question">Why do two processor cores slow each other down when neither one ever touches the other's variable?</data>
      <data key="n_words">1374</data>
    </node>
    <node id="family-estrangement">
      <data key="n_label">Family estrangement</data>
      <data key="n_domain">Family, Relationships &amp; Human Development</data>
      <data key="n_mechanism">thresholds</data>
      <data key="n_categories">Relationship Dissolution; Couple Conflict Research; Kinship Studies</data>
      <data key="n_question">Why do family cutoffs last for decades when far uglier quarrels between friends are patched up within a year?</data>
      <data key="n_words">1356</data>
    </node>
    <node id="famine-amid-plenty">
      <data key="n_label">Famine amid plenty</data>
      <data key="n_domain">History, Society &amp; Anthropology</data>
      <data key="n_mechanism">gradients-and-flows</data>
      <data key="n_categories">Historical Demography; Economic History; Social History</data>
      <data key="n_question">Why can people starve in a year when their region harvested enough food to feed everyone?</data>
      <data key="n_words">1215</data>
    </node>
    <node id="faraday-cage">
      <data key="n_label">Faraday cage</data>
      <data key="n_domain">Physics</data>
      <data key="n_mechanism">equilibrium</data>
      <data key="n_categories">Electromagnetism; Applied Physics</data>
      <data key="n_question">Why does a metal mesh you can see straight through block a radio signal almost completely?</data>
      <data key="n_words">1474</data>
    </node>
    <node id="farm-nitrogen-balance">
      <data key="n_label">Farm nitrogen balance</data>
      <data key="n_domain">Environment, Agriculture &amp; Food</data>
      <data key="n_mechanism">conservation-laws</data>
      <data key="n_categories">Sustainable Agriculture; Watershed Hydrology</data>
      <data key="n_question">Why must the nitrogen that does not leave in the crop turn up somewhere unwelcome?</data>
      <data key="n_words">1351</data>
    </node>
    <node id="fashion-churn">
      <data key="n_label">Fashion churn</data>
      <data key="n_domain">Arts, Design &amp; Culture</data>
      <data key="n_mechanism">feedback-loops</data>
      <data key="n_categories">Cultural Diffusion; Sociology</data>
      <data key="n_question">Why do fashions keep changing when nobody is dissatisfied with what they already own?</data>
      <data key="n_words">1272</data>
    </node>
    <node id="fast-charging-and-battery-life">
      <data key="n_label">Fast charging and battery life</data>
      <data key="n_domain">Chemistry &amp; Materials</data>
      <data key="n_mechanism">tradeoffs</data>
      <data key="n_categories">Electrochemistry; Electronic Materials</data>
      <data key="n_question">Why can a battery be made to charge faster only at the cost of how long it lasts?</data>
      <data key="n_words">1445</data>
    </node>
    <node id="fasting">
      <data key="n_label">Fasting</data>
      <data key="n_domain">Philosophy, Ethics &amp; Religion</data>
      <data key="n_mechanism">adaptation</data>
      <data key="n_categories">Religious Studies; Ritual Studies; Virtue Theory</data>
      <data key="n_question">Why do people who deny themselves food for a month report more pleasure in eating, not less?</data>
      <data key="n_words">1417</data>
    </node>
    <node id="feature-flags">
      <data key="n_label">Feature flags</data>
      <data key="n_domain">Computing, Data &amp; AI</data>
      <data key="n_mechanism">commitment</data>
      <data key="n_categories">Release Engineering; Configuration Management</data>
      <data key="n_question">Why ship code to production that you have deliberately arranged not to run?</data>
      <data key="n_words">1365</data>
    </node>
    <node id="federated-data-ownership">
      <data key="n_label">Federated data ownership</data>
      <data key="n_domain">Computing, Data &amp; AI</data>
      <data key="n_mechanism">incentives</data>
      <data key="n_categories">Data Architecture; Organizational Design</data>
      <data key="n_question">Why does a central team that owns everyone's data become the reason nobody's data is good?</data>
      <data key="n_words">1398</data>
    </node>
    <node id="fee-for-service-payment">
      <data key="n_label">Fee-for-service payment</data>
      <data key="n_domain">Health &amp; Medicine</data>
      <data key="n_mechanism">incentives</data>
      <data key="n_categories">Health Policy; Institutional Economics</data>
      <data key="n_question">Why can paying a hospital for every treatment it delivers leave its patients no healthier?</data>
      <data key="n_words">1386</data>
    </node>
    <node id="feedback-control">
      <data key="n_label">Feedback control</data>
      <data key="n_domain">Engineering &amp; Technology</data>
      <data key="n_mechanism">feedback-loops</data>
      <data key="n_categories">Control Engineering; Instrumentation</data>
      <data key="n_question">How can a machine hold a steady temperature without ever being told the right setting in advance?</data>
      <data key="n_words">1390</data>
    </node>
    <node id="feedback-howl-in-live-sound">
      <data key="n_label">Feedback howl in live sound</data>
      <data key="n_domain">Arts, Design &amp; Culture</data>
      <data key="n_mechanism">exponential-growth</data>
      <data key="n_categories">Audio Engineering; Acoustics</data>
      <data key="n_question">Why does a microphone that was perfectly quiet suddenly erupt into a screaming tone?</data>
      <data key="n_words">1436</data>
    </node>
    <node id="feedback-timing">
      <data key="n_label">Feedback timing</data>
      <data key="n_domain">Education &amp; Learning</data>
      <data key="n_mechanism">feedback-loops</data>
      <data key="n_categories">Learning Science; Assessment; Educational Psychology</data>
      <data key="n_question">Why can telling a student the answer too quickly weaken what they learn?</data>
      <data key="n_words">1316</data>
    </node>
    <node id="feigned-retreat">
      <data key="n_label">Feigned retreat</data>
      <data key="n_domain">Military, Conflict &amp; Strategic Studies</data>
      <data key="n_mechanism">structure-and-function</data>
      <data key="n_categories">Military Tactics; Military History</data>
      <data key="n_question">Why can an army that turns and runs away destroy the force chasing it?</data>
      <data key="n_words">1368</data>
    </node>
    <node id="festival-calendars">
      <data key="n_label">Festival calendars</data>
      <data key="n_domain">History, Society &amp; Anthropology</data>
      <data key="n_mechanism">rhythms-and-cycles</data>
      <data key="n_categories">Ritual Studies; Folklore Studies</data>
      <data key="n_question">Why do a society's largest festivals keep falling at the same points every year?</data>
      <data key="n_words">1355</data>
    </node>
    <node id="fetal-programming">
      <data key="n_label">Fetal programming</data>
      <data key="n_domain">Health &amp; Medicine</data>
      <data key="n_mechanism">path-dependence</data>
      <data key="n_categories">Obstetrics; Epidemiology</data>
      <data key="n_question">Why can a person's risk of heart disease be partly settled before they are born?</data>
      <data key="n_words">1424</data>
    </node>
    <node id="few-shot-prompting">
      <data key="n_label">Few-shot prompting</data>
      <data key="n_domain">Computing, Data &amp; AI</data>
      <data key="n_mechanism">representation</data>
      <data key="n_categories">Natural Language Processing; Cognitive Science</data>
      <data key="n_question">Why does showing a model three worked examples work better than describing the rule?</data>
      <data key="n_words">1297</data>
    </node>
    <node id="fewer-operations-slower-program">
      <data key="n_label">Fewer operations, slower program</data>
      <data key="n_domain">Computing, Data &amp; AI</data>
      <data key="n_mechanism">structure-and-function</data>
      <data key="n_categories">Data Structures; Computer Architecture</data>
      <data key="n_question">Why does the structure that does less work often finish last?</data>
      <data key="n_words">1356</data>
    </node>
    <node id="feynman-diagrams">
      <data key="n_label">Feynman diagrams</data>
      <data key="n_domain">Physics</data>
      <data key="n_mechanism">representation</data>
      <data key="n_categories">Particle Physics</data>
      <data key="n_question">How can a cartoon of lines and vertices stand in for an integral nobody can picture?</data>
      <data key="n_words">1366</data>
    </node>
    <node id="fibre-strength">
      <data key="n_label">Fibre strength and flaws</data>
      <data key="n_domain">Chemistry &amp; Materials</data>
      <data key="n_mechanism">scale-effects</data>
      <data key="n_categories">Fracture Mechanics; Glass Science; Materials Engineering</data>
      <data key="n_question">Why is a hair-thin glass fibre far stronger than a thick rod of the very same glass?</data>
      <data key="n_words">1391</data>
    </node>
    <node id="figure-skating-spin">
      <data key="n_label">Figure-skating spin</data>
      <data key="n_domain">Sports, Exercise &amp; Recreation</data>
      <data key="n_mechanism">conservation-laws</data>
      <data key="n_categories">Sports Science; Mechanics; Human Movement</data>
      <data key="n_question">Why does a figure skater rotate faster after pulling in their arms?</data>
      <data key="n_words">1040</data>
    </node>
    <node id="file-deletion">
      <data key="n_label">File deletion</data>
      <data key="n_domain">Computing, Data &amp; AI</data>
      <data key="n_mechanism">perception-vs-reality</data>
      <data key="n_categories">File Systems; Security; Storage Engineering</data>
      <data key="n_question">Why is deleting a file not the same as erasing what it contained?</data>
      <data key="n_words">1387</data>
    </node>
    <node id="filler-words">
      <data key="n_label">Filler words</data>
      <data key="n_domain">Language, Media &amp; Communication</data>
      <data key="n_mechanism">proxy-evidence</data>
      <data key="n_categories">Psycholinguistics; Speech Science; Discourse Analysis</data>
      <data key="n_question">Why does a speaker who pauses to say \"um\" get understood better than one who never hesitates?</data>
      <data key="n_words">1251</data>
    </node>
    <node id="finding-without-searching">
      <data key="n_label">Finding without searching</data>
      <data key="n_domain">Computing, Data &amp; AI</data>
      <data key="n_mechanism">representation</data>
      <data key="n_categories">Data Structures; Algorithms</data>
      <data key="n_question">How can a computer find one record among millions without examining any of the others?</data>
      <data key="n_words">1368</data>
    </node>
    <node id="fine-tuning-versus-retrieval">
      <data key="n_label">Fine-tuning versus retrieval</data>
      <data key="n_domain">Computing, Data &amp; AI</data>
      <data key="n_mechanism">tradeoffs</data>
      <data key="n_categories">Machine Learning Systems; Statistical Learning</data>
      <data key="n_question">Why does teaching a model your facts leave them stale, while teaching it your style does not?</data>
      <data key="n_words">1438</data>
    </node>
    <node id="firefly-synchrony">
      <data key="n_label">Firefly synchrony</data>
      <data key="n_domain">Biology &amp; Ecology</data>
      <data key="n_mechanism">coordination</data>
      <data key="n_categories">Complex Systems</data>
      <data key="n_question">How do thousands of fireflies fall into one rhythm with no conductor among them?</data>
      <data key="n_words">1193</data>
    </node>
    <node id="first-pass-metabolism">
      <data key="n_label">First-pass metabolism</data>
      <data key="n_domain">Health &amp; Medicine</data>
      <data key="n_mechanism">structure-and-function</data>
      <data key="n_categories">Pharmacokinetics; Human Physiology</data>
      <data key="n_question">Why can a drug that works well by injection do almost nothing when the same amount is swallowed?</data>
      <data key="n_words">1394</data>
    </node>
    <node id="fish-spoiling-fast">
      <data key="n_label">Fish spoiling fast</data>
      <data key="n_domain">Environment, Agriculture &amp; Food</data>
      <data key="n_mechanism">adaptation</data>
      <data key="n_categories">Food Microbiology; Food Science; Cold Chain Management</data>
      <data key="n_question">Why does fish go off in days when beef keeps for weeks in the very same fridge?</data>
      <data key="n_words">1369</data>
    </node>
    <node id="fishery-collapse">
      <data key="n_label">Fishery collapse</data>
      <data key="n_domain">Environment, Agriculture &amp; Food</data>
      <data key="n_mechanism">collective-action</data>
      <data key="n_categories">Fisheries Science; Resource Economics; Population Ecology</data>
      <data key="n_question">Why can a fishery that fed people for generations collapse within a single decade?</data>
      <data key="n_words">1226</data>
    </node>
    <node id="five-minute-fix">
      <data key="n_label">Paying for the five-minute fix</data>
      <data key="n_domain">Work, Careers &amp; Skilled Trades</data>
      <data key="n_mechanism">perception-vs-reality</data>
      <data key="n_categories">Service Pricing; Labor Economics</data>
      <data key="n_question">Why does a repair that took five minutes feel overpriced when the same fee for a full day would not?</data>
      <data key="n_words">1363</data>
    </node>
    <node id="fixed-size-legislature">
      <data key="n_label">Fixed-size legislature</data>
      <data key="n_domain">Government, Law &amp; Civics</data>
      <data key="n_mechanism">conservation-laws</data>
      <data key="n_categories">Electoral Systems; Public Administration</data>
      <data key="n_question">Why must one region lose a legislative seat whenever another region gains one?</data>
      <data key="n_words">1187</data>
    </node>
    <node id="flame-emission-colours">
      <data key="n_label">Flame emission colours</data>
      <data key="n_domain">Chemistry &amp; Materials</data>
      <data key="n_mechanism">constraints</data>
      <data key="n_categories">Spectroscopy; Physical Chemistry; Combustion Chemistry</data>
      <data key="n_question">Why does each metal give a firework its own colour instead of all of them simply glowing hotter?</data>
      <data key="n_words">1376</data>
    </node>
    <node id="flat-pack-bracing">
      <data key="n_label">Flat-pack bracing</data>
      <data key="n_domain">Home, Consumer &amp; Everyday Life</data>
      <data key="n_mechanism">structure-and-function</data>
      <data key="n_categories">Furniture Design; Structural Engineering</data>
      <data key="n_question">Why does a flat-pack cabinet stay wobbly until its flimsiest panel is fixed to the back?</data>
      <data key="n_words">1451</data>
    </node>
    <node id="fleet-in-being">
      <data key="n_label">Fleet in being</data>
      <data key="n_domain">Military, Conflict &amp; Strategic Studies</data>
      <data key="n_mechanism">commitment</data>
      <data key="n_categories">Naval Strategy</data>
      <data key="n_question">Why can a weaker fleet that never leaves harbour still pin down a stronger one?</data>
      <data key="n_words">1377</data>
    </node>
    <node id="floating-panels">
      <data key="n_label">Floating panels</data>
      <data key="n_domain">Work, Careers &amp; Skilled Trades</data>
      <data key="n_mechanism">rhythms-and-cycles</data>
      <data key="n_categories">Joinery; Materials Engineering</data>
      <data key="n_question">Why does a joiner leave the panel of a door sitting loose in its frame instead of gluing it fast?</data>
      <data key="n_words">1371</data>
    </node>
    <node id="floodplain-storage">
      <data key="n_label">Floodplain storage</data>
      <data key="n_domain">Earth, Climate &amp; Oceans</data>
      <data key="n_mechanism">redundancy</data>
      <data key="n_categories">Hydrology; Fluvial Geomorphology; Natural Hazards</data>
      <data key="n_question">Why does a river need land that it does not touch except once a decade?</data>
      <data key="n_words">1246</data>
    </node>
    <node id="fluency-illusion">
      <data key="n_label">Fluency illusion</data>
      <data key="n_domain">Education &amp; Learning</data>
      <data key="n_mechanism">proxy-evidence</data>
      <data key="n_categories">Metacognition; Study Strategies; Educational Psychology</data>
      <data key="n_question">Why does the lecture that was easiest to follow leave the least behind a week later?</data>
      <data key="n_words">1372</data>
    </node>
    <node id="fog-of-war">
      <data key="n_label">Fog of war</data>
      <data key="n_domain">Military, Conflict &amp; Strategic Studies</data>
      <data key="n_mechanism">inference-under-uncertainty</data>
      <data key="n_categories">Military Strategy; Decision Science; Intelligence Studies</data>
      <data key="n_question">Why do two commanders given the same information reach opposite conclusions?</data>
      <data key="n_words">1310</data>
    </node>
    <node id="folk-craft-regionalism">
      <data key="n_label">Folk craft regionalism</data>
      <data key="n_domain">Arts, Design &amp; Culture</data>
      <data key="n_mechanism">emergence</data>
      <data key="n_categories">Folklore Studies; Craft Knowledge; Cultural Diffusion</data>
      <data key="n_question">Why do handmade crafts from neighbouring valleys settle into unmistakable local styles when nobody sets the rules?</data>
      <data key="n_words">1289</data>
    </node>
    <node id="food-miles">
      <data key="n_label">Food miles</data>
      <data key="n_domain">Environment, Agriculture &amp; Food</data>
      <data key="n_mechanism">tradeoffs</data>
      <data key="n_categories">Sustainable Agriculture</data>
      <data key="n_question">Why can food grown far away sometimes cost the planet less than food grown nearby?</data>
      <data key="n_words">1284</data>
    </node>
    <node id="food-preservation">
      <data key="n_label">Food preservation</data>
      <data key="n_domain">Environment, Agriculture &amp; Food</data>
      <data key="n_mechanism">thresholds</data>
      <data key="n_categories">Food Science; Microbiology; Culinary Science</data>
      <data key="n_question">Why do salting, drying, and pickling keep food edible for months?</data>
      <data key="n_words">1085</data>
    </node>
    <node id="footfall-wear-on-monuments">
      <data key="n_label">Footfall wear on monuments</data>
      <data key="n_domain">Travel, Tourism &amp; Hospitality</data>
      <data key="n_mechanism">accumulation</data>
      <data key="n_categories">Sustainable Tourism; Heritage Conservation</data>
      <data key="n_question">How can visitors who each touch a stone step once wear the step away?</data>
      <data key="n_words">1379</data>
    </node>
    <node id="forearm-pump">
      <data key="n_label">Forearm pump in climbing</data>
      <data key="n_domain">Sports, Exercise &amp; Recreation</data>
      <data key="n_mechanism">constraints</data>
      <data key="n_categories">Climbing; Exercise Physiology</data>
      <data key="n_question">Why does a climber's grip fail long before their arms tire, then recover after a minute of hanging straight-armed?</data>
      <data key="n_words">1374</data>
    </node>
    <node id="forecast-horizon">
      <data key="n_label">Forecast horizon</data>
      <data key="n_domain">Earth, Climate &amp; Oceans</data>
      <data key="n_mechanism">information-limits</data>
      <data key="n_categories">Meteorology; Atmospheric Science</data>
      <data key="n_question">Why can we forecast tomorrow's weather well and next month's not at all?</data>
      <data key="n_words">1388</data>
    </node>
    <node id="forecasting-tonights-covers">
      <data key="n_label">Forecasting tonight's covers</data>
      <data key="n_domain">Travel, Tourism &amp; Hospitality</data>
      <data key="n_mechanism">inference-under-uncertainty</data>
      <data key="n_categories">Food Service Management; Estimation Theory</data>
      <data key="n_question">How does a chef decide how much to prepare for a night nobody can predict?</data>
      <data key="n_words">1321</data>
    </node>
    <node id="forest-height-race">
      <data key="n_label">Forest height race</data>
      <data key="n_domain">Biology &amp; Ecology</data>
      <data key="n_mechanism">collective-action</data>
      <data key="n_categories">Forest Ecology</data>
      <data key="n_question">Why does a tree in a crowded wood grow tall and spindly while the same species alone in a field spreads wide and low?</data>
      <data key="n_words">1299</data>
    </node>
    <node id="formulaic-oral-composition">
      <data key="n_label">Formulaic oral composition</data>
      <data key="n_domain">History, Society &amp; Anthropology</data>
      <data key="n_mechanism">constraints</data>
      <data key="n_categories">Oral Narrative; Folklore Studies</data>
      <data key="n_question">How did singers hold epics of thousands of lines steady across generations with nothing written down?</data>
      <data key="n_words">1253</data>
    </node>
    <node id="foundation-model-economics">
      <data key="n_label">Foundation model economics</data>
      <data key="n_domain">Computing, Data &amp; AI</data>
      <data key="n_mechanism">scale-effects</data>
      <data key="n_categories">Computer Science; Machine Learning Operations</data>
      <data key="n_question">Why did building one model per task give way to adapting a single expensive one?</data>
      <data key="n_words">1412</data>
    </node>
    <node id="fragmented-prescribing">
      <data key="n_label">Fragmented prescribing</data>
      <data key="n_domain">Health &amp; Medicine</data>
      <data key="n_mechanism">coordination</data>
      <data key="n_categories">Health Policy; Gerontology</data>
      <data key="n_question">Why can every prescriber be individually right and the patient still end up on a dangerous list of drugs?</data>
      <data key="n_words">1431</data>
    </node>
    <node id="framing">
      <data key="n_label">Framing</data>
      <data key="n_domain">Language, Media &amp; Communication</data>
      <data key="n_mechanism">perception-vs-reality</data>
      <data key="n_categories">Journalism; Media Studies; Discourse Analysis</data>
      <data key="n_question">Why can two entirely accurate headlines about the same event leave opposite impressions?</data>
      <data key="n_words">1210</data>
    </node>
    <node id="free-upgrade-cost">
      <data key="n_label">Free upgrade cost</data>
      <data key="n_domain">Travel, Tourism &amp; Hospitality</data>
      <data key="n_mechanism">conservation-laws</data>
      <data key="n_categories">Revenue Management; Hotel Operations</data>
      <data key="n_question">Why does giving away a better room for free still cost the hotel a sale?</data>
      <data key="n_words">1264</data>
    </node>
    <node id="free-will">
      <data key="n_label">Free will</data>
      <data key="n_domain">Philosophy, Ethics &amp; Religion</data>
      <data key="n_mechanism">constraints</data>
      <data key="n_categories">Metaphysics; Philosophy of Mind; Philosophy of Action</data>
      <data key="n_question">If every choice has a cause behind it, in what sense is any choice yours?</data>
      <data key="n_words">1416</data>
    </node>
    <node id="freezer-burn">
      <data key="n_label">Freezer burn</data>
      <data key="n_domain">Home, Consumer &amp; Everyday Life</data>
      <data key="n_mechanism">accumulation</data>
      <data key="n_categories">Food Storage; Refrigeration Engineering</data>
      <data key="n_question">Why does food dry out inside a sealed freezer where nothing can evaporate away?</data>
      <data key="n_words">1271</data>
    </node>
    <node id="freezing-point-depression">
      <data key="n_label">Freezing-point depression</data>
      <data key="n_domain">Chemistry &amp; Materials</data>
      <data key="n_mechanism">thresholds</data>
      <data key="n_categories">Physical Chemistry; Thermodynamics; Household Science</data>
      <data key="n_question">Why does scattering salt on ice melt it in cold that would otherwise keep it frozen?</data>
      <data key="n_words">1113</data>
    </node>
    <node id="frequent-flyer-currency">
      <data key="n_label">Frequent-flyer currency</data>
      <data key="n_domain">Travel, Tourism &amp; Hospitality</data>
      <data key="n_mechanism">accumulation</data>
      <data key="n_categories">Consumer Economics</data>
      <data key="n_question">Why can an airline earn more from giving its seats away than from selling them?</data>
      <data key="n_words">1442</data>
    </node>
    <node id="fridge-door-open">
      <data key="n_label">Cooling a room with a fridge</data>
      <data key="n_domain">Home, Consumer &amp; Everyday Life</data>
      <data key="n_mechanism">conservation-laws</data>
      <data key="n_categories">Thermodynamics; Household Appliances; Household Finance</data>
      <data key="n_question">Why does leaving the fridge door open in a closed room make the room warmer rather than cooler?</data>
      <data key="n_words">1212</data>
    </node>
    <node id="full-freezer-efficiency">
      <data key="n_label">Full freezer efficiency</data>
      <data key="n_domain">Home, Consumer &amp; Everyday Life</data>
      <data key="n_mechanism">redundancy</data>
      <data key="n_categories">Refrigeration Engineering; Household Appliances; Energy Efficiency</data>
      <data key="n_question">Why does a full freezer cost less to run than a mostly empty one?</data>
      <data key="n_words">1443</data>
    </node>
    <node id="functional-versus-administrative-regions">
      <data key="n_label">Functional versus administrative regions</data>
      <data key="n_domain">Geography &amp; Regional Studies</data>
      <data key="n_mechanism">emergence</data>
      <data key="n_categories">Regional Development; Urban Systems; Political Geography</data>
      <data key="n_question">Why do the regions people actually live and work across so rarely match the ones on the administrative map?</data>
      <data key="n_words">1352</data>
    </node>
    <node id="galaxy-rotation-curves">
      <data key="n_label">Galaxy rotation curves</data>
      <data key="n_domain">Astronomy &amp; Space</data>
      <data key="n_mechanism">inference-under-uncertainty</data>
      <data key="n_categories">Galactic Astronomy; Cosmology; Celestial Mechanics</data>
      <data key="n_question">Why do the outermost stars of a galaxy orbit as fast as the inner ones when the outer planets do not?</data>
      <data key="n_words">1368</data>
    </node>
    <node id="gamelan-tuning">
      <data key="n_label">Gamelan tuning</data>
      <data key="n_domain">Arts, Design &amp; Culture</data>
      <data key="n_mechanism">coordination</data>
      <data key="n_categories">Musicology; Music Theory; Performance Practice</data>
      <data key="n_question">Why can two gamelan orchestras built in neighbouring villages never be played together?</data>
      <data key="n_words">1394</data>
    </node>
    <node id="garbage-collection-pauses">
      <data key="n_label">Garbage collection pauses</data>
      <data key="n_domain">Computing, Data &amp; AI</data>
      <data key="n_mechanism">tradeoffs</data>
      <data key="n_categories">Programming Languages; Memory Management</data>
      <data key="n_question">Why does a program that frees its own memory sometimes freeze at the worst moment?</data>
      <data key="n_words">1367</data>
    </node>
    <node id="gas-discharge-ballast">
      <data key="n_label">Ballast in a gas discharge</data>
      <data key="n_domain">Physics</data>
      <data key="n_mechanism">feedback-loops</data>
      <data key="n_categories">Plasma Physics; Photonics</data>
      <data key="n_question">Why does a lit neon tube draw ever more current as its voltage falls, so it destroys itself unless something limits it?</data>
      <data key="n_words">1451</data>
    </node>
    <node id="general-anaesthesia">
      <data key="n_label">General anaesthesia</data>
      <data key="n_domain">Health &amp; Medicine</data>
      <data key="n_mechanism">proxy-evidence</data>
      <data key="n_categories">Anaesthesiology; Neuroscience; Critical Care</data>
      <data key="n_question">How can a surgeon be confident a patient is unconscious when nobody can measure consciousness directly?</data>
      <data key="n_words">1307</data>
    </node>
    <node id="generating-functions">
      <data key="n_label">Generating functions</data>
      <data key="n_domain">Mathematics &amp; Statistics</data>
      <data key="n_mechanism">representation</data>
      <data key="n_categories">Combinatorics; Number Theory</data>
      <data key="n_question">Why can turning a counting problem into an infinite polynomial make it easier rather than harder?</data>
      <data key="n_words">1481</data>
    </node>
    <node id="generative-design-shapes">
      <data key="n_label">Generative design shapes</data>
      <data key="n_domain">Engineering &amp; Technology</data>
      <data key="n_mechanism">selection</data>
      <data key="n_categories">Machine Design</data>
      <data key="n_question">Why do computer-evolved brackets end up looking like bones rather than beams?</data>
      <data key="n_words">1478</data>
    </node>
    <node id="genetic-drift">
      <data key="n_label">Genetic drift</data>
      <data key="n_domain">Biology &amp; Ecology</data>
      <data key="n_mechanism">randomness</data>
      <data key="n_categories">Population Genetics; Conservation Biology</data>
      <data key="n_question">Why can a variant that helps nobody spread through a small population anyway?</data>
      <data key="n_words">1375</data>
    </node>
    <node id="gentrification">
      <data key="n_label">Gentrification</data>
      <data key="n_domain">Geography &amp; Regional Studies</data>
      <data key="n_mechanism">tradeoffs</data>
      <data key="n_categories">Neighbourhood Change; Urban Geography</data>
      <data key="n_question">Why does investment that visibly improves a neighbourhood often leave its longest-standing residents worse off?</data>
      <data key="n_words">1350</data>
    </node>
    <node id="geostrophic-wind">
      <data key="n_label">Geostrophic wind</data>
      <data key="n_domain">Earth, Climate &amp; Oceans</data>
      <data key="n_mechanism">equilibrium</data>
      <data key="n_categories">Atmospheric Dynamics; Geophysical Fluid Dynamics; Meteorology</data>
      <data key="n_question">Why does the wind follow the lines on a weather map instead of blowing straight from high pressure to low?</data>
      <data key="n_words">1387</data>
    </node>
    <node id="ghost-glow-in-led-bulbs">
      <data key="n_label">Ghost glow in LED bulbs</data>
      <data key="n_domain">Home, Consumer &amp; Everyday Life</data>
      <data key="n_mechanism">scale-effects</data>
      <data key="n_categories">Domestic Wiring; Lighting Engineering</data>
      <data key="n_question">Why do some LED bulbs keep glowing faintly after the switch is turned off?</data>
      <data key="n_words">1424</data>
    </node>
    <node id="gift-exchange-escalation">
      <data key="n_label">Gift-exchange escalation</data>
      <data key="n_domain">Family, Relationships &amp; Human Development</data>
      <data key="n_mechanism">collective-action</data>
      <data key="n_categories">Household Economics; Behavioral Science</data>
      <data key="n_question">Why do families keep raising gift spending when nearly everyone would prefer to spend less?</data>
      <data key="n_words">1423</data>
    </node>
    <node id="gift-obligation">
      <data key="n_label">Gift obligation</data>
      <data key="n_domain">History, Society &amp; Anthropology</data>
      <data key="n_mechanism">commitment</data>
      <data key="n_categories">Economic Anthropology</data>
      <data key="n_question">Why does a gift create a debt that a payment of the same value would not?</data>
      <data key="n_words">1401</data>
    </node>
    <node id="given-name-fashions">
      <data key="n_label">Given-name fashions</data>
      <data key="n_domain">Language, Media &amp; Communication</data>
      <data key="n_mechanism">emergence</data>
      <data key="n_categories">Onomastics; Cultural Evolution</data>
      <data key="n_question">Why do given names rise and collapse in popularity like fashions when nobody coordinates the choice?</data>
      <data key="n_words">1383</data>
    </node>
    <node id="glacier-flow">
      <data key="n_label">Glacier flow</data>
      <data key="n_domain">Earth, Climate &amp; Oceans</data>
      <data key="n_mechanism">gradients-and-flows</data>
      <data key="n_categories">Glaciology; Geophysics</data>
      <data key="n_question">How can solid ice flow downhill like a very slow river?</data>
      <data key="n_words">1280</data>
    </node>
    <node id="glass-transition">
      <data key="n_label">Glass transition</data>
      <data key="n_domain">Chemistry &amp; Materials</data>
      <data key="n_mechanism">structure-and-function</data>
      <data key="n_categories">Glass Science; Solid-State Chemistry; Soft Matter Physics</data>
      <data key="n_question">Why does window glass soften gradually over a range of temperatures instead of melting sharply at one, as its crystalline twin does?</data>
      <data key="n_words">1480</data>
    </node>
    <node id="golf-ball-dimples">
      <data key="n_label">Golf ball dimples</data>
      <data key="n_domain">Sports, Exercise &amp; Recreation</data>
      <data key="n_mechanism">structure-and-function</data>
      <data key="n_categories">Sports Aerodynamics; Sports Equipment Design; Aerodynamics</data>
      <data key="n_question">Why does a roughened golf ball fly nearly twice as far as a perfectly smooth one?</data>
      <data key="n_words">1373</data>
    </node>
    <node id="grade-earned-not-declared">
      <data key="n_label">Grade earned, not declared</data>
      <data key="n_domain">Computing, Data &amp; AI</data>
      <data key="n_mechanism">proxy-evidence</data>
      <data key="n_categories">Data Quality; Data Architecture</data>
      <data key="n_question">Why does calling a dataset trustworthy do nothing, while making it pass a test does?</data>
      <data key="n_words">1386</data>
    </node>
    <node id="grade-inflation">
      <data key="n_label">Grade inflation</data>
      <data key="n_domain">Education &amp; Learning</data>
      <data key="n_mechanism">collective-action</data>
      <data key="n_categories">Assessment; Curriculum Studies; Credentialing</data>
      <data key="n_question">Why do grades drift upward decade after decade without students getting any better?</data>
      <data key="n_words">1304</data>
    </node>
    <node id="grade-retention">
      <data key="n_label">Grade retention</data>
      <data key="n_domain">Education &amp; Learning</data>
      <data key="n_mechanism">path-dependence</data>
      <data key="n_categories">Education Policy</data>
      <data key="n_question">Why does making a struggling child repeat a year so often leave them further behind than before?</data>
      <data key="n_words">1453</data>
    </node>
    <node id="grain-and-taxation">
      <data key="n_label">Grain and taxation</data>
      <data key="n_domain">History, Society &amp; Anthropology</data>
      <data key="n_mechanism">information-limits</data>
      <data key="n_categories">Early State Formation; Agricultural History; Economic Anthropology</data>
      <data key="n_question">Why did early states tax grain when tubers and livestock fed their people just as well?</data>
      <data key="n_words">1442</data>
    </node>
    <node id="grain-bin-hot-spots">
      <data key="n_label">Grain bin hot spots</data>
      <data key="n_domain">Environment, Agriculture &amp; Food</data>
      <data key="n_mechanism">feedback-loops</data>
      <data key="n_categories">Agricultural Engineering; Food Storage</data>
      <data key="n_question">Why does one corner of a bin of dry, sound grain heat up and spoil while the rest of it keeps for a year?</data>
      <data key="n_words">1404</data>
    </node>
    <node id="grammatical-evidentiality">
      <data key="n_label">Grammatical evidentiality</data>
      <data key="n_domain">Language, Media &amp; Communication</data>
      <data key="n_mechanism">inference-under-uncertainty</data>
      <data key="n_categories">Linguistic Typology; Semantics</data>
      <data key="n_question">Why do some languages force a speaker to mark how they came to know what they assert?</data>
      <data key="n_words">1381</data>
    </node>
    <node id="grandmother-proximity-and-fertility">
      <data key="n_label">Grandmother proximity and fertility</data>
      <data key="n_domain">Family, Relationships &amp; Human Development</data>
      <data key="n_mechanism">incentives</data>
      <data key="n_categories">Family Demography; Intergenerational Studies</data>
      <data key="n_question">Why do couples living near a grandmother have more children than equally well-off couples living far from one?</data>
      <data key="n_words">1440</data>
    </node>
    <node id="grandparent-asymmetry">
      <data key="n_label">Grandparent asymmetry</data>
      <data key="n_domain">Family, Relationships &amp; Human Development</data>
      <data key="n_mechanism">inference-under-uncertainty</data>
      <data key="n_categories">Kinship Economics; Intergenerational Studies; Evolutionary Demography</data>
      <data key="n_question">Why do grandparents on the mother's side tend to help with grandchildren more than those on the father's?</data>
      <data key="n_words">1324</data>
    </node>
    <node id="gravity-assist">
      <data key="n_label">Gravity assist</data>
      <data key="n_domain">Astronomy &amp; Space</data>
      <data key="n_mechanism">conservation-laws</data>
      <data key="n_categories">Spaceflight Dynamics; Trajectory Design; Classical Mechanics</data>
      <data key="n_question">How can a spacecraft leave a planet faster than it arrived, when that planet's gravity pulls back just as hard on the way out?</data>
      <data key="n_words">1391</data>
    </node>
    <node id="grazing-and-grassland-richness">
      <data key="n_label">Grazing and grassland richness</data>
      <data key="n_domain">Environment, Agriculture &amp; Food</data>
      <data key="n_mechanism">equilibrium</data>
      <data key="n_categories">Grassland Management</data>
      <data key="n_question">Why can a grassland support more kinds of plant when grazing animals are allowed onto it?</data>
      <data key="n_words">1348</data>
    </node>
    <node id="grazing-rest-period">
      <data key="n_label">Grazing rest period</data>
      <data key="n_domain">Environment, Agriculture &amp; Food</data>
      <data key="n_mechanism">rhythms-and-cycles</data>
      <data key="n_categories">Grassland Management</data>
      <data key="n_question">Why does moving a flock off before it has finished the grass leave more feed at the end of the season than letting it graze down?</data>
      <data key="n_words">1411</data>
    </node>
    <node id="green-wave-signal-timing">
      <data key="n_label">Green wave signal timing</data>
      <data key="n_domain">Engineering &amp; Technology</data>
      <data key="n_mechanism">rhythms-and-cycles</data>
      <data key="n_categories">Transport Planning; Civil Engineering</data>
      <data key="n_question">Why can retiming a corridor's traffic lights move more cars than adding another lane to it?</data>
      <data key="n_words">1421</data>
    </node>
    <node id="grid-balancing">
      <data key="n_label">Grid balancing</data>
      <data key="n_domain">Engineering &amp; Technology</data>
      <data key="n_mechanism">equilibrium</data>
      <data key="n_categories">Power Systems</data>
      <data key="n_question">Why must an electricity grid match supply to demand from one second to the next?</data>
      <data key="n_words">1405</data>
    </node>
    <node id="grid-inertia-loss">
      <data key="n_label">Grid inertia loss</data>
      <data key="n_domain">Engineering &amp; Technology</data>
      <data key="n_mechanism">redundancy</data>
      <data key="n_categories">Power Systems</data>
      <data key="n_question">Why does a power grid full of modern inverters lurch at a fault that older spinning plant would have absorbed unnoticed?</data>
      <data key="n_words">1473</data>
    </node>
    <node id="grief-timing">
      <data key="n_label">Grief timing</data>
      <data key="n_domain">Family, Relationships &amp; Human Development</data>
      <data key="n_mechanism">accumulation</data>
      <data key="n_categories">Bereavement Studies; Social Network Structure</data>
      <data key="n_question">Why does bereavement often hurt most many months after the funeral rather than in the first raw weeks?</data>
      <data key="n_words">1441</data>
    </node>
    <node id="grokking-in-training">
      <data key="n_label">Grokking in training</data>
      <data key="n_domain">Computing, Data &amp; AI</data>
      <data key="n_mechanism">thresholds</data>
      <data key="n_categories">Statistical Learning</data>
      <data key="n_question">Why does a model that has already memorised its training data suddenly start generalising long afterwards?</data>
      <data key="n_words">1368</data>
    </node>
    <node id="groove-and-microtiming">
      <data key="n_label">Groove and microtiming</data>
      <data key="n_domain">Arts, Design &amp; Culture</data>
      <data key="n_mechanism">rhythms-and-cycles</data>
      <data key="n_categories">Music Psychology; Popular Music Studies; Music Theory</data>
      <data key="n_question">Why does a drum machine playing perfectly on the beat feel less danceable than a drummer who is slightly late?</data>
      <data key="n_words">1291</data>
    </node>
    <node id="ground-delay-programs">
      <data key="n_label">Ground delay programs</data>
      <data key="n_domain">Travel, Tourism &amp; Hospitality</data>
      <data key="n_mechanism">coordination</data>
      <data key="n_categories">Air Traffic Management</data>
      <data key="n_question">Why does air traffic control hold an aircraft at its gate for an hour when the sky ahead of it is empty?</data>
      <data key="n_words">1435</data>
    </node>
    <node id="group-projects">
      <data key="n_label">Group projects</data>
      <data key="n_domain">Education &amp; Learning</data>
      <data key="n_mechanism">collective-action</data>
      <data key="n_categories">Peer Learning; Assessment</data>
      <data key="n_question">Why does a group of capable students so often hand in work worse than its best member alone would?</data>
      <data key="n_words">1333</data>
    </node>
    <node id="group-stage-tiebreaks">
      <data key="n_label">Group-stage tiebreaks</data>
      <data key="n_domain">Sports, Exercise &amp; Recreation</data>
      <data key="n_mechanism">tradeoffs</data>
      <data key="n_categories">Sports Governance; Tournament Design</data>
      <data key="n_question">Why can a team win two of its three group matches and go home while a team that won only one advances?</data>
      <data key="n_words">1463</data>
    </node>
    <node id="guaranteed-secrecy">
      <data key="n_label">Guaranteed secrecy</data>
      <data key="n_domain">Philosophy, Ethics &amp; Religion</data>
      <data key="n_mechanism">commitment</data>
      <data key="n_categories">Ritual Studies; Applied Ethics; Social Epistemology</data>
      <data key="n_question">Why does a promise that can never be broken get told the things nobody would otherwise admit?</data>
      <data key="n_words">1419</data>
    </node>
    <node id="guardrails">
      <data key="n_label">Guardrails</data>
      <data key="n_domain">Computing, Data &amp; AI</data>
      <data key="n_mechanism">redundancy</data>
      <data key="n_categories">AI Safety; Machine Learning Operations</data>
      <data key="n_question">Why wrap a deterministic check around a model that was already trained to behave?</data>
      <data key="n_words">1408</data>
    </node>
    <node id="guest-right">
      <data key="n_label">Guest-right</data>
      <data key="n_domain">Travel, Tourism &amp; Hospitality</data>
      <data key="n_mechanism">redundancy</data>
      <data key="n_categories">Tourism Studies; Cultural Anthropology; Risk Sharing Institutions</data>
      <data key="n_question">Why did societies along the hardest routes make sheltering a stranger a sacred duty rather than a paid service?</data>
      <data key="n_words">1232</data>
    </node>
    <node id="guided-light">
      <data key="n_label">Guided light</data>
      <data key="n_domain">Physics</data>
      <data key="n_mechanism">thresholds</data>
      <data key="n_categories">Photonics; Optics</data>
      <data key="n_question">Why can light be made to follow a bending glass fibre instead of leaking out of its side?</data>
      <data key="n_words">1312</data>
    </node>
    <node id="guided-light-in-fibre">
      <data key="n_label">Guided light in fibre</data>
      <data key="n_domain">Engineering &amp; Technology</data>
      <data key="n_mechanism">thresholds</data>
      <data key="n_categories">Photonics; Optical Materials; Computer Networking</data>
      <data key="n_question">Why does light stay trapped inside a bent glass thread instead of escaping at the curve?</data>
      <data key="n_words">1460</data>
    </node>
    <node id="gut-colonization-order">
      <data key="n_label">Gut colonization order</data>
      <data key="n_domain">Biology &amp; Ecology</data>
      <data key="n_mechanism">path-dependence</data>
      <data key="n_categories">Symbiosis; Microbial Ecology; Immunology</data>
      <data key="n_question">Why can the order in which microbes reach an infant gut matter more than which ones arrive?</data>
      <data key="n_words">1367</data>
    </node>
    <node id="gyroscopic-precession">
      <data key="n_label">Gyroscopic precession</data>
      <data key="n_domain">Physics</data>
      <data key="n_mechanism">conservation-laws</data>
      <data key="n_categories">Classical Mechanics</data>
      <data key="n_question">Why does a spinning top lean over without simply toppling?</data>
      <data key="n_words">1438</data>
    </node>
    <node id="habit-formation">
      <data key="n_label">Habit formation</data>
      <data key="n_domain">Mind &amp; Behavior</data>
      <data key="n_mechanism">feedback-loops</data>
      <data key="n_categories">Behavioral Neuroscience; Learning Psychology</data>
      <data key="n_question">Why does a behaviour get easier to repeat and harder to stop the more often it happens?</data>
      <data key="n_words">1357</data>
    </node>
    <node id="habituation-and-sensitization">
      <data key="n_label">Habituation versus sensitization</data>
      <data key="n_domain">Mind &amp; Behavior</data>
      <data key="n_mechanism">adaptation</data>
      <data key="n_categories">Habituation Research; Psychophysics</data>
      <data key="n_question">Why does a repeated noise fade out of awareness while a repeated pain becomes harder to ignore?</data>
      <data key="n_words">1408</data>
    </node>
    <node id="hairy-ball-theorem">
      <data key="n_label">Hairy ball theorem</data>
      <data key="n_domain">Mathematics &amp; Statistics</data>
      <data key="n_mechanism">conservation-laws</data>
      <data key="n_categories">Topology</data>
      <data key="n_question">Why must there always be at least one place on Earth where the wind is not blowing?</data>
      <data key="n_words">1339</data>
    </node>
    <node id="half-sorted-is-enough">
      <data key="n_label">Half-sorted is enough</data>
      <data key="n_domain">Computing, Data &amp; AI</data>
      <data key="n_mechanism">structure-and-function</data>
      <data key="n_categories">Computational Complexity; Discrete Mathematics</data>
      <data key="n_question">Why can a structure that never fully sorts anything hand you the smallest item instantly?</data>
      <data key="n_words">1357</data>
    </node>
    <node id="halting-problem">
      <data key="n_label">Halting problem</data>
      <data key="n_domain">Computing, Data &amp; AI</data>
      <data key="n_mechanism">constraints</data>
      <data key="n_categories">Computability Theory; Formal Verification</data>
      <data key="n_question">Why can no program be written that reliably predicts whether another program will ever finish?</data>
      <data key="n_words">1381</data>
    </node>
    <node id="halving-the-haystack">
      <data key="n_label">Halving the haystack</data>
      <data key="n_domain">Computing, Data &amp; AI</data>
      <data key="n_mechanism">exponential-growth</data>
      <data key="n_categories">Algorithms; Algorithm Analysis</data>
      <data key="n_question">Why does throwing away half of what remains find one item among a billion in about thirty tries?</data>
      <data key="n_words">1302</data>
    </node>
    <node id="hand-hygiene-compliance">
      <data key="n_label">Hand hygiene compliance</data>
      <data key="n_domain">Health &amp; Medicine</data>
      <data key="n_mechanism">collective-action</data>
      <data key="n_categories">Infectious Disease; Epidemiology; Evidence-Based Medicine</data>
      <data key="n_question">Why do the clinicians who best understand how infection spreads wash their hands least reliably?</data>
      <data key="n_words">1433</data>
    </node>
    <node id="handicapping">
      <data key="n_label">Handicapping</data>
      <data key="n_domain">Sports, Exercise &amp; Recreation</data>
      <data key="n_mechanism">equilibrium</data>
      <data key="n_categories">Tournament Design; Recreation Studies</data>
      <data key="n_question">How can a game stay genuinely interesting between players of very different ability?</data>
      <data key="n_words">1406</data>
    </node>
    <node id="hanging-still-versus-racing-around">
      <data key="n_label">Hanging still versus racing around</data>
      <data key="n_domain">Astronomy &amp; Space</data>
      <data key="n_mechanism">tradeoffs</data>
      <data key="n_categories">Orbital Mechanics; Spaceflight Dynamics</data>
      <data key="n_question">Why does one satellite hover over a single city while another must circle the world hourly?</data>
      <data key="n_words">1397</data>
    </node>
    <node id="hash-table-clustering">
      <data key="n_label">Hash table clustering</data>
      <data key="n_domain">Computing, Data &amp; AI</data>
      <data key="n_mechanism">randomness</data>
      <data key="n_categories">Data Structures</data>
      <data key="n_question">Why does a hash table's lookup cost explode while most of its slots are still sitting empty?</data>
      <data key="n_words">1406</data>
    </node>
    <node id="headlinese">
      <data key="n_label">Headlinese</data>
      <data key="n_domain">Language, Media &amp; Communication</data>
      <data key="n_mechanism">redundancy</data>
      <data key="n_categories">Journalism; Syntax; Information Layout</data>
      <data key="n_question">Why can a headline drop half of its grammar and still be read without difficulty?</data>
      <data key="n_words">1282</data>
    </node>
    <node id="heat-acclimatization">
      <data key="n_label">Heat acclimatization</data>
      <data key="n_domain">Sports, Exercise &amp; Recreation</data>
      <data key="n_mechanism">gradients-and-flows</data>
      <data key="n_categories">Environmental Physiology</data>
      <data key="n_question">Why does an athlete who has trained through two weeks of heat finish a hot race with a lower core temperature while sweating far more?</data>
      <data key="n_words">1362</data>
    </node>
    <node id="heat-diffusion-time">
      <data key="n_label">Heat diffusion time</data>
      <data key="n_domain">Physics</data>
      <data key="n_mechanism">scale-effects</data>
      <data key="n_categories">Heat Transfer; Dimensional Analysis</data>
      <data key="n_question">Why does doubling the thickness of a wall delay the heat's arrival by four times rather than two?</data>
      <data key="n_words">1285</data>
    </node>
    <node id="heat-exchanger-fouling">
      <data key="n_label">Heat exchanger fouling</data>
      <data key="n_domain">Engineering &amp; Technology</data>
      <data key="n_mechanism">equilibrium</data>
      <data key="n_categories">Chemical Engineering; Thermal Management</data>
      <data key="n_question">Why does a heat exchanger scoured back to bare metal lose more of its duty in the first month than in the whole year that follows?</data>
      <data key="n_words">1418</data>
    </node>
    <node id="heat-pipes">
      <data key="n_label">Heat pipes</data>
      <data key="n_domain">Engineering &amp; Technology</data>
      <data key="n_mechanism">gradients-and-flows</data>
      <data key="n_categories">Thermal Management; Fluid Mechanics</data>
      <data key="n_question">How can a sealed tube with no moving parts carry heat better than a solid copper bar of the same size?</data>
      <data key="n_words">1407</data>
    </node>
    <node id="hedonic-adaptation">
      <data key="n_label">Hedonic adaptation</data>
      <data key="n_domain">Mind &amp; Behavior</data>
      <data key="n_mechanism">equilibrium</data>
      <data key="n_categories">Affective Science; Hedonic Adaptation</data>
      <data key="n_question">Why does a long-awaited improvement in life stop feeling good within a few months?</data>
      <data key="n_words">1378</data>
    </node>
    <node id="helium-depletion">
      <data key="n_label">Helium depletion</data>
      <data key="n_domain">Chemistry &amp; Materials</data>
      <data key="n_mechanism">collective-action</data>
      <data key="n_categories">Inorganic Chemistry; Resource Economics</data>
      <data key="n_question">Why does a gas essential to hospital scanners keep escaping into party balloons?</data>
      <data key="n_words">1426</data>
    </node>
    <node id="helium-voice">
      <data key="n_label">Helium voice</data>
      <data key="n_domain">Physics</data>
      <data key="n_mechanism">rhythms-and-cycles</data>
      <data key="n_categories">Vocal Acoustics; Speech Science; Wave Physics</data>
      <data key="n_question">Why does breathing helium change the sound of a voice when the vocal cords are still vibrating at the same rate?</data>
      <data key="n_words">1313</data>
    </node>
    <node id="herd-dispersal-among-kin">
      <data key="n_label">Herd dispersal among kin</data>
      <data key="n_domain">History, Society &amp; Anthropology</data>
      <data key="n_mechanism">redundancy</data>
      <data key="n_categories">Agricultural History; Risk Sharing Institutions</data>
      <data key="n_question">Why do herders scatter their animals among distant kin instead of keeping the herd together where they can watch it?</data>
      <data key="n_words">1386</data>
    </node>
    <node id="herd-immunity">
      <data key="n_label">Herd immunity</data>
      <data key="n_domain">Health &amp; Medicine</data>
      <data key="n_mechanism">thresholds</data>
      <data key="n_categories">Epidemiology; Public Health; Infectious Disease</data>
      <data key="n_question">Why can vaccinating most of a population protect the people who were never vaccinated?</data>
      <data key="n_words">1187</data>
    </node>
    <node id="hereditary-succession">
      <data key="n_label">Hereditary succession</data>
      <data key="n_domain">History, Society &amp; Anthropology</data>
      <data key="n_mechanism">tradeoffs</data>
      <data key="n_categories">Early State Formation; Medieval History</data>
      <data key="n_question">Why did societies keep handing power to whoever was born first rather than whoever was ablest?</data>
      <data key="n_words">1332</data>
    </node>
    <node id="heritage-language-loss">
      <data key="n_label">Heritage language loss</data>
      <data key="n_domain">Family, Relationships &amp; Human Development</data>
      <data key="n_mechanism">coordination</data>
      <data key="n_categories">Language Acquisition; Migration Studies</data>
      <data key="n_question">Why do the children of immigrants stop speaking the family language even when the parents never switch?</data>
      <data key="n_words">1263</data>
    </node>
    <node id="hesss-law">
      <data key="n_label">Hess's law</data>
      <data key="n_domain">Chemistry &amp; Materials</data>
      <data key="n_mechanism">conservation-laws</data>
      <data key="n_categories">Thermodynamics; Chemical Engineering</data>
      <data key="n_question">How can chemists know the heat of a reaction nobody has ever carried out?</data>
      <data key="n_words">1390</data>
    </node>
    <node id="hibernation">
      <data key="n_label">Hibernation</data>
      <data key="n_domain">Biology &amp; Ecology</data>
      <data key="n_mechanism">tradeoffs</data>
      <data key="n_categories">Comparative Physiology; Environmental Physiology</data>
      <data key="n_question">Why does an animal facing a freezing winter survive it by letting its own body go cold?</data>
      <data key="n_words">1314</data>
    </node>
    <node id="high-voltage-transmission">
      <data key="n_label">High-voltage transmission</data>
      <data key="n_domain">Engineering &amp; Technology</data>
      <data key="n_mechanism">scale-effects</data>
      <data key="n_categories">Electrical Engineering; Power Systems; Energy Efficiency</data>
      <data key="n_question">Why is electricity pushed to hundreds of thousands of volts only to be dropped again at the far end?</data>
      <data key="n_words">1269</data>
    </node>
    <node id="historical-silence">
      <data key="n_label">Historical silence</data>
      <data key="n_domain">History, Society &amp; Anthropology</data>
      <data key="n_mechanism">proxy-evidence</data>
      <data key="n_categories">Historiography; Social History</data>
      <data key="n_question">What can historians responsibly infer when the people most affected left few written records?</data>
      <data key="n_words">1207</data>
    </node>
    <node id="holding-a-reserve">
      <data key="n_label">Holding a reserve</data>
      <data key="n_domain">Military, Conflict &amp; Strategic Studies</data>
      <data key="n_mechanism">redundancy</data>
      <data key="n_categories">Operational Art; Force Planning; Decision Science</data>
      <data key="n_question">Why does a commander keep the freshest troops out of the fight until the battle is nearly lost?</data>
      <data key="n_words">1358</data>
    </node>
    <node id="holding-conquered-ground">
      <data key="n_label">Holding conquered ground</data>
      <data key="n_domain">Military, Conflict &amp; Strategic Studies</data>
      <data key="n_mechanism">constraints</data>
      <data key="n_categories">Peace Operations; Force Planning</data>
      <data key="n_question">Why is beating an army so much cheaper than governing the territory it was defending?</data>
      <data key="n_words">1273</data>
    </node>
    <node id="holiday-time-between-two-families">
      <data key="n_label">Holiday time between two families</data>
      <data key="n_domain">Family, Relationships &amp; Human Development</data>
      <data key="n_mechanism">conservation-laws</data>
      <data key="n_categories">Kinship Studies; Couple Conflict Research</data>
      <data key="n_question">Why does a couple's holiday visiting plan cause conflict that goodwill cannot dissolve?</data>
      <data key="n_words">1355</data>
    </node>
    <node id="hollow-section-stiffness">
      <data key="n_label">Hollow section stiffness</data>
      <data key="n_domain">Work, Careers &amp; Skilled Trades</data>
      <data key="n_mechanism">structure-and-function</data>
      <data key="n_categories">Metal Fabrication; Mechanics</data>
      <data key="n_question">Why does a hollow tube resist twisting better than a solid bar of equal weight?</data>
      <data key="n_words">1272</data>
    </node>
    <node id="home-advantage">
      <data key="n_label">Home advantage</data>
      <data key="n_domain">Sports, Exercise &amp; Recreation</data>
      <data key="n_mechanism">accumulation</data>
      <data key="n_categories">Sports Psychology; Sports Analytics; Behavioral Science</data>
      <data key="n_question">Why do teams win more often at home, in every sport anyone has measured?</data>
      <data key="n_words">1320</data>
    </node>
    <node id="home-insulation">
      <data key="n_label">Home insulation</data>
      <data key="n_domain">Home, Consumer &amp; Everyday Life</data>
      <data key="n_mechanism">gradients-and-flows</data>
      <data key="n_categories">Building Science; Energy Efficiency; Household Science</data>
      <data key="n_question">Why does insulating a house save more than simply turning the heating down?</data>
      <data key="n_words">1275</data>
    </node>
    <node id="honeybee-waggle-dance">
      <data key="n_label">Honeybee waggle dance</data>
      <data key="n_domain">Biology &amp; Ecology</data>
      <data key="n_mechanism">representation</data>
      <data key="n_categories">Animal Behavior; Signaling Theory</data>
      <data key="n_question">How can a bee tell hivemates where flowers are when it cannot lead them there?</data>
      <data key="n_words">1414</data>
    </node>
    <node id="honeypot-sites">
      <data key="n_label">Honeypot sites</data>
      <data key="n_domain">Travel, Tourism &amp; Hospitality</data>
      <data key="n_mechanism">thresholds</data>
      <data key="n_categories">Sustainable Tourism</data>
      <data key="n_question">Why does a national park funnel its visitors into a handful of crowded spots instead of spreading them thinly?</data>
      <data key="n_words">1387</data>
    </node>
    <node id="hostage-capital">
      <data key="n_label">Hostage capital</data>
      <data key="n_domain">Economics &amp; Business</data>
      <data key="n_mechanism">commitment</data>
      <data key="n_categories">Contract Theory; Transaction Cost Economics; Supply Chain Management</data>
      <data key="n_question">Why does a supplier sometimes make an investment that would be worthless if the deal fell apart?</data>
      <data key="n_words">1441</data>
    </node>
    <node id="hot-partitions">
      <data key="n_label">Hot partitions</data>
      <data key="n_domain">Computing, Data &amp; AI</data>
      <data key="n_mechanism">scale-effects</data>
      <data key="n_categories">Data Modeling; Capacity Planning</data>
      <data key="n_question">Why does data split evenly across a hundred machines still overwhelm exactly one of them?</data>
      <data key="n_words">1387</data>
    </node>
    <node id="hotel-price-discrimination">
      <data key="n_label">Different prices, same room</data>
      <data key="n_domain">Travel, Tourism &amp; Hospitality</data>
      <data key="n_mechanism">incentives</data>
      <data key="n_categories">Service Pricing; Revenue Management</data>
      <data key="n_question">Why do two guests in identical hotel rooms pay very different prices?</data>
      <data key="n_words">1404</data>
    </node>
    <node id="hourglass-flow-rate">
      <data key="n_label">Hourglass flow rate</data>
      <data key="n_domain">Physics</data>
      <data key="n_mechanism">structure-and-function</data>
      <data key="n_categories">Soft Matter Physics; Instrumentation</data>
      <data key="n_question">Why does sand pour through an hourglass at the same steady rate whether the upper bulb is full or nearly empty, when water would not?</data>
      <data key="n_words">1528</data>
    </node>
    <node id="house-dust">
      <data key="n_label">House dust</data>
      <data key="n_domain">Home, Consumer &amp; Everyday Life</data>
      <data key="n_mechanism">accumulation</data>
      <data key="n_categories">Building Science; Surface Chemistry</data>
      <data key="n_question">Why does a room nobody enters still need dusting every few weeks?</data>
      <data key="n_words">1356</data>
    </node>
    <node id="household-money-pots">
      <data key="n_label">Household money pots</data>
      <data key="n_domain">Family, Relationships &amp; Human Development</data>
      <data key="n_mechanism">commitment</data>
      <data key="n_categories">Household Economics; Household Finance</data>
      <data key="n_question">Why do people who share every meal keep separate pots of money and defend them against each other?</data>
      <data key="n_words">1425</data>
    </node>
    <node id="how-ant-colonies-decide">
      <data key="n_label">Collective ant behavior</data>
      <data key="n_domain">Biology &amp; Ecology</data>
      <data key="n_mechanism">emergence</data>
      <data key="n_categories">Zoology; Animal Behavior; Complex Systems</data>
      <data key="n_question">How can an ant colony solve complex problems without a leader directing it?</data>
      <data key="n_words">1114</data>
    </node>
    <node id="how-auction-rules-set-prices">
      <data key="n_label">Auction prices</data>
      <data key="n_domain">Economics &amp; Business</data>
      <data key="n_mechanism">incentives</data>
      <data key="n_categories">Microeconomics; Game Theory; Market Design</data>
      <data key="n_question">How can the rules of an auction change the price a thing finally sells for?</data>
      <data key="n_words">1077</data>
    </node>
    <node id="how-banks-create-money">
      <data key="n_label">Bank money creation</data>
      <data key="n_domain">Economics &amp; Business</data>
      <data key="n_mechanism">exponential-growth</data>
      <data key="n_categories">Banking; Macroeconomics; Monetary Economics</data>
      <data key="n_question">How can commercial banks create spendable money when they make loans?</data>
      <data key="n_words">1075</data>
    </node>
    <node id="how-birds-know-where-to-migrate">
      <data key="n_label">How do birds know where to migrate?</data>
      <data key="n_domain">Biology &amp; Ecology</data>
      <data key="n_mechanism">proxy-evidence</data>
      <data key="n_categories">Animal Behavior</data>
      <data key="n_question">How do birds know where to migrate?</data>
      <data key="n_words">1467</data>
    </node>
    <node id="how-can-music-create-emotion">
      <data key="n_label">How can music create emotion?</data>
      <data key="n_domain">Arts, Design &amp; Culture</data>
      <data key="n_mechanism">perception-vs-reality</data>
      <data key="n_categories">Musicology; Psychology; Neuroscience</data>
      <data key="n_question">How can music create emotion?</data>
      <data key="n_words">1397</data>
    </node>
    <node id="how-does-a-neural-network-learn">
      <data key="n_label">How does a neural network learn?</data>
      <data key="n_domain">Computing, Data &amp; AI</data>
      <data key="n_mechanism">feedback-loops</data>
      <data key="n_categories">Computer Science; Machine Learning; Mathematics</data>
      <data key="n_question">How does a neural network learn?</data>
      <data key="n_words">1436</data>
    </node>
    <node id="how-does-a-refrigerator-cool-food">
      <data key="n_label">How does a refrigerator cool food?</data>
      <data key="n_domain">Engineering &amp; Technology</data>
      <data key="n_mechanism">gradients-and-flows</data>
      <data key="n_categories">Thermodynamics; Mechanical Engineering; Consumer Electronics</data>
      <data key="n_question">How does a refrigerator cool food?</data>
      <data key="n_words">1406</data>
    </node>
    <node id="how-does-antibiotic-resistance-develop">
      <data key="n_label">How does antibiotic resistance develop?</data>
      <data key="n_domain">Health &amp; Medicine</data>
      <data key="n_mechanism">selection</data>
      <data key="n_categories">Evolutionary Biology; Microbiology</data>
      <data key="n_question">How does antibiotic resistance develop?</data>
      <data key="n_words">1463</data>
    </node>
    <node id="how-does-gps-find-your-location">
      <data key="n_label">How does GPS find your location?</data>
      <data key="n_domain">Engineering &amp; Technology</data>
      <data key="n_mechanism">proxy-evidence</data>
      <data key="n_categories">Navigation; Systems Engineering; Physics</data>
      <data key="n_question">How does GPS find your location?</data>
      <data key="n_words">1475</data>
    </node>
    <node id="how-encryption-keeps-messages-secret">
      <data key="n_label">How encryption keeps messages secret</data>
      <data key="n_domain">Computing, Data &amp; AI</data>
      <data key="n_mechanism">constraints</data>
      <data key="n_categories">Computer Science; Security; Cryptography</data>
      <data key="n_question">How does encryption keep messages secret?</data>
      <data key="n_words">1474</data>
    </node>
    <node id="how-enzymes-pick-their-target">
      <data key="n_label">Enzyme specificity</data>
      <data key="n_domain">Chemistry &amp; Materials</data>
      <data key="n_mechanism">structure-and-function</data>
      <data key="n_categories">Biochemistry; Molecular Biology</data>
      <data key="n_question">How can an enzyme distinguish its target molecule from many similar molecules?</data>
      <data key="n_words">765</data>
    </node>
    <node id="how-much-charge-is-left">
      <data key="n_label">How much charge is left</data>
      <data key="n_domain">Home, Consumer &amp; Everyday Life</data>
      <data key="n_mechanism">information-limits</data>
      <data key="n_categories">Consumer Electronics; Electrochemistry</data>
      <data key="n_question">Why can a device that measures its own battery constantly still be wrong about how long it will last?</data>
      <data key="n_words">1396</data>
    </node>
    <node id="how-rock-becomes-soil">
      <data key="n_label">Soil formation</data>
      <data key="n_domain">Earth, Climate &amp; Oceans</data>
      <data key="n_mechanism">accumulation</data>
      <data key="n_categories">Soil Science; Geochemistry; Geomorphology</data>
      <data key="n_question">How does bare rock become soil deep enough to support a forest?</data>
      <data key="n_words">1197</data>
    </node>
    <node id="how-soap-cleans">
      <data key="n_label">Soap cleaning</data>
      <data key="n_domain">Chemistry &amp; Materials</data>
      <data key="n_mechanism">structure-and-function</data>
      <data key="n_categories">Surface Chemistry; Colloid Science; Household Science</data>
      <data key="n_question">How does soap enable water to carry away grease?</data>
      <data key="n_words">818</data>
    </node>
    <node id="how-the-brain-recognizes-faces">
      <data key="n_label">Face recognition</data>
      <data key="n_domain">Mind &amp; Behavior</data>
      <data key="n_mechanism">representation</data>
      <data key="n_categories">Neuroscience; Cognitive Psychology; Perception</data>
      <data key="n_question">How does the brain recognize a familiar face despite changes in angle, lighting, and age?</data>
      <data key="n_words">896</data>
    </node>
    <node id="how-tree-rings-record-the-past">
      <data key="n_label">Tree-ring evidence</data>
      <data key="n_domain">Earth, Climate &amp; Oceans</data>
      <data key="n_mechanism">proxy-evidence</data>
      <data key="n_categories">Paleoclimatology; Climatology</data>
      <data key="n_question">How can the width and chemistry of tree rings reveal past environmental conditions?</data>
      <data key="n_words">752</data>
    </node>
    <node id="how-vaccines-work">
      <data key="n_label">How vaccines work</data>
      <data key="n_domain">Health &amp; Medicine</data>
      <data key="n_mechanism">adaptation</data>
      <data key="n_categories">Biology; Immunology</data>
      <data key="n_question">How do vaccines work?</data>
      <data key="n_words">1455</data>
    </node>
    <node id="how-writing-was-invented">
      <data key="n_label">Writing invention</data>
      <data key="n_domain">History, Society &amp; Anthropology</data>
      <data key="n_mechanism">representation</data>
      <data key="n_categories">Archaeology; Linguistics; Ancient History</data>
      <data key="n_question">How did visible marks become systems capable of representing spoken language?</data>
      <data key="n_words">1226</data>
    </node>
    <node id="hub-and-feeder-ports">
      <data key="n_label">Hub-and-feeder ports</data>
      <data key="n_domain">Geography &amp; Regional Studies</data>
      <data key="n_mechanism">specialization</data>
      <data key="n_categories">Transport Geography; Logistics; Economic Geography</data>
      <data key="n_question">Why do most goods pass through a few distant giant ports instead of the nearest one?</data>
      <data key="n_words">1296</data>
    </node>
    <node id="hub-and-spoke-routing">
      <data key="n_label">Hub-and-spoke routing</data>
      <data key="n_domain">Travel, Tourism &amp; Hospitality</data>
      <data key="n_mechanism">scale-effects</data>
      <data key="n_categories">Transport Planning; Transport Economics</data>
      <data key="n_question">Why does an airline fly you away from your destination in order to get you there?</data>
      <data key="n_words">1385</data>
    </node>
    <node id="hurricane-intensification">
      <data key="n_label">Hurricane intensification</data>
      <data key="n_domain">Earth, Climate &amp; Oceans</data>
      <data key="n_mechanism">feedback-loops</data>
      <data key="n_categories">Tropical Meteorology; Meteorology; Air-Sea Interaction</data>
      <data key="n_question">Why does a hurricane strengthen for days over warm water and fall apart within hours of crossing a coastline?</data>
      <data key="n_words">1430</data>
    </node>
    <node id="hybrid-search">
      <data key="n_label">Hybrid search</data>
      <data key="n_domain">Computing, Data &amp; AI</data>
      <data key="n_mechanism">redundancy</data>
      <data key="n_categories">Information Retrieval; Statistical Inference</data>
      <data key="n_question">Why does combining a search that understands meaning with one that only matches words beat either alone?</data>
      <data key="n_words">1374</data>
    </node>
    <node id="hybrid-seed-decline">
      <data key="n_label">Hybrid seed decline</data>
      <data key="n_domain">Environment, Agriculture &amp; Food</data>
      <data key="n_mechanism">randomness</data>
      <data key="n_categories">Plant Breeding; Seed Biology</data>
      <data key="n_question">Why do seeds saved from a superb hybrid crop give a disappointing and uneven harvest the following year?</data>
      <data key="n_words">1330</data>
    </node>
    <node id="ice-age-triggers">
      <data key="n_label">Ice age triggers</data>
      <data key="n_domain">Earth, Climate &amp; Oceans</data>
      <data key="n_mechanism">feedback-loops</data>
      <data key="n_categories">Quaternary Science; Paleoclimatology; Cryosphere Science</data>
      <data key="n_question">Why can a slight wobble in Earth's orbit swing the whole planet into an ice age?</data>
      <data key="n_words">1397</data>
    </node>
    <node id="ice-core-records">
      <data key="n_label">Ice core records</data>
      <data key="n_domain">Earth, Climate &amp; Oceans</data>
      <data key="n_mechanism">proxy-evidence</data>
      <data key="n_categories">Paleoclimatology; Glaciology; Polar Science</data>
      <data key="n_question">How can bubbles sealed inside ancient ice tell us what the air was like long before anyone measured it?</data>
      <data key="n_words">1424</data>
    </node>
    <node id="idempotent-operations">
      <data key="n_label">Idempotent operations</data>
      <data key="n_domain">Computing, Data &amp; AI</data>
      <data key="n_mechanism">constraints</data>
      <data key="n_categories">Protocol Design; Concurrency</data>
      <data key="n_question">Why must an action that might be retried be designed for it rather than simply repeated?</data>
      <data key="n_words">1454</data>
    </node>
    <node id="identity-over-change">
      <data key="n_label">Identity over change</data>
      <data key="n_domain">Philosophy, Ethics &amp; Religion</data>
      <data key="n_mechanism">path-dependence</data>
      <data key="n_categories">Metaphysics; Philosophy of Mind; Logic</data>
      <data key="n_question">If every part of a thing is replaced one by one, is it still the same thing?</data>
      <data key="n_words">1360</data>
    </node>
    <node id="immutability">
      <data key="n_label">Immutability</data>
      <data key="n_domain">Computing, Data &amp; AI</data>
      <data key="n_mechanism">constraints</data>
      <data key="n_categories">Concurrency; Programming Languages</data>
      <data key="n_question">Why does forbidding a value to change make code that runs in parallel correct by construction?</data>
      <data key="n_words">1427</data>
    </node>
    <node id="imperceptible-harms">
      <data key="n_label">Imperceptible harms</data>
      <data key="n_domain">Philosophy, Ethics &amp; Religion</data>
      <data key="n_mechanism">accumulation</data>
      <data key="n_categories">Moral Responsibility; Applied Ethics; Population Ethics</data>
      <data key="n_question">Why does an act that harms nobody detectably still seem wrong when everyone does it?</data>
      <data key="n_words">1379</data>
    </node>
    <node id="impossible-trinity">
      <data key="n_label">Impossible trinity</data>
      <data key="n_domain">Economics &amp; Business</data>
      <data key="n_mechanism">constraints</data>
      <data key="n_categories">Monetary Economics; Macroeconomics</data>
      <data key="n_question">Why can no country fix its currency, open its borders to capital and set its own rates?</data>
      <data key="n_words">1377</data>
    </node>
    <node id="inattentional-blindness">
      <data key="n_label">Inattentional blindness</data>
      <data key="n_domain">Mind &amp; Behavior</data>
      <data key="n_mechanism">perception-vs-reality</data>
      <data key="n_categories">Perception; Attention Research; Experimental Psychology</data>
      <data key="n_question">How can something in plain sight go completely unnoticed?</data>
      <data key="n_words">1263</data>
    </node>
    <node id="incompleteness">
      <data key="n_label">Incompleteness</data>
      <data key="n_domain">Mathematics &amp; Statistics</data>
      <data key="n_mechanism">information-limits</data>
      <data key="n_categories">Mathematical Logic; Foundations of Mathematics; Computability Theory</data>
      <data key="n_question">Can a system of arithmetic prove every true statement about numbers?</data>
      <data key="n_words">1224</data>
    </node>
    <node id="incumbent-disruption">
      <data key="n_label">Incumbent disruption</data>
      <data key="n_domain">Economics &amp; Business</data>
      <data key="n_mechanism">incentives</data>
      <data key="n_categories">Industrial Organization; Business Strategy</data>
      <data key="n_question">Why do dominant firms so often lose to a technology their own engineers saw coming first?</data>
      <data key="n_words">1448</data>
    </node>
    <node id="indexing">
      <data key="n_label">Indexing</data>
      <data key="n_domain">Computing, Data &amp; AI</data>
      <data key="n_mechanism">tradeoffs</data>
      <data key="n_categories">Query Processing; Schema Design</data>
      <data key="n_question">Why does the thing that makes reading fast make writing slow?</data>
      <data key="n_words">1280</data>
    </node>
    <node id="indirect-requests">
      <data key="n_label">Indirect requests</data>
      <data key="n_domain">Language, Media &amp; Communication</data>
      <data key="n_mechanism">coordination</data>
      <data key="n_categories">Pragmatics; Discourse Analysis</data>
      <data key="n_question">Why do people ask for things in a roundabout way when a direct request would be clearer?</data>
      <data key="n_words">1112</data>
    </node>
    <node id="individual-treatment-effect">
      <data key="n_label">Individual treatment effect</data>
      <data key="n_domain">Health &amp; Medicine</data>
      <data key="n_mechanism">information-limits</data>
      <data key="n_categories">Evidence-Based Medicine; Clinical Research</data>
      <data key="n_question">Why can a trial prove a drug works and still never tell whether it worked for you?</data>
      <data key="n_words">1373</data>
    </node>
    <node id="induced-traffic">
      <data key="n_label">Induced traffic</data>
      <data key="n_domain">Geography &amp; Regional Studies</data>
      <data key="n_mechanism">equilibrium</data>
      <data key="n_categories">Transport Planning; Urban Mobility</data>
      <data key="n_question">Why does a new lane added to a congested road end up just as congested?</data>
      <data key="n_words">1376</data>
    </node>
    <node id="industrial-district-persistence">
      <data key="n_label">Industrial district persistence</data>
      <data key="n_domain">Geography &amp; Regional Studies</data>
      <data key="n_mechanism">feedback-loops</data>
      <data key="n_categories">Economic Geography; Spatial Economics</data>
      <data key="n_question">Why does a region keep making one product for a century after the resource that started it ran out?</data>
      <data key="n_words">1361</data>
    </node>
    <node id="industry-concentration">
      <data key="n_label">Industry concentration</data>
      <data key="n_domain">Economics &amp; Business</data>
      <data key="n_mechanism">scale-effects</data>
      <data key="n_categories">Industrial Organization; Price Theory; Operations Planning</data>
      <data key="n_question">Why do some industries settle into three enormous firms while others support thousands of small ones?</data>
      <data key="n_words">1380</data>
    </node>
    <node id="infant-night-waking">
      <data key="n_label">Infant night waking</data>
      <data key="n_domain">Family, Relationships &amp; Human Development</data>
      <data key="n_mechanism">incentives</data>
      <data key="n_categories">Early Childhood Development; Sleep Timing Research; Evolutionary Anthropology</data>
      <data key="n_question">Why do human infants keep demanding night feeds long after their nutritional needs would require them?</data>
      <data key="n_words">1342</data>
    </node>
    <node id="infinitude-of-primes">
      <data key="n_label">Infinitude of primes</data>
      <data key="n_domain">Mathematics &amp; Statistics</data>
      <data key="n_mechanism">constraints</data>
      <data key="n_categories">Number Theory; Mathematical Logic</data>
      <data key="n_question">Why can the prime numbers never run out?</data>
      <data key="n_words">1295</data>
    </node>
    <node id="inflight-taste">
      <data key="n_label">Inflight taste</data>
      <data key="n_domain">Travel, Tourism &amp; Hospitality</data>
      <data key="n_mechanism">perception-vs-reality</data>
      <data key="n_categories">Food Service Management; Aerospace Engineering</data>
      <data key="n_question">Why does food that tasted fine on the ground taste bland at cruising altitude?</data>
      <data key="n_words">1324</data>
    </node>
    <node id="inherited-parenting-scripts">
      <data key="n_label">Inherited parenting scripts</data>
      <data key="n_domain">Family, Relationships &amp; Human Development</data>
      <data key="n_mechanism">thresholds</data>
      <data key="n_categories">Developmental Psychology; Intergenerational Studies; Parenting</data>
      <data key="n_question">Why do parents who vowed never to repeat their own upbringing find themselves doing exactly that under stress?</data>
      <data key="n_words">1411</data>
    </node>
    <node id="inspection-paradox">
      <data key="n_label">Inspection paradox</data>
      <data key="n_domain">Mathematics &amp; Statistics</data>
      <data key="n_mechanism">perception-vs-reality</data>
      <data key="n_categories">Survey Sampling; Queueing Theory; Statistical Bias</data>
      <data key="n_question">Why is the bus you board almost always more crowded than the average bus on the route?</data>
      <data key="n_words">1322</data>
    </node>
    <node id="instant-glue">
      <data key="n_label">Instant glue</data>
      <data key="n_domain">Chemistry &amp; Materials</data>
      <data key="n_mechanism">feedback-loops</data>
      <data key="n_categories">Polymer Chemistry; Adhesion Science</data>
      <data key="n_question">Why does a glue that sits liquid in its tube for years harden the moment it meets a fingertip?</data>
      <data key="n_words">1331</data>
    </node>
    <node id="insurance">
      <data key="n_label">Insurance</data>
      <data key="n_domain">Home, Consumer &amp; Everyday Life</data>
      <data key="n_mechanism">randomness</data>
      <data key="n_categories">Risk Management; Household Finance; Decision Theory</data>
      <data key="n_question">Why is buying insurance sensible even though, on average, it loses money?</data>
      <data key="n_words">1380</data>
    </node>
    <node id="insurance-pooling">
      <data key="n_label">Insurance pooling</data>
      <data key="n_domain">Economics &amp; Business</data>
      <data key="n_mechanism">randomness</data>
      <data key="n_categories">Insurance Markets; Risk Management; Actuarial Science</data>
      <data key="n_question">How can an insurer safely take on risks that would ruin any one of its customers?</data>
      <data key="n_words">1361</data>
    </node>
    <node id="integrator-windup">
      <data key="n_label">Integrator windup</data>
      <data key="n_domain">Engineering &amp; Technology</data>
      <data key="n_mechanism">accumulation</data>
      <data key="n_categories">Control Engineering</data>
      <data key="n_question">Why does a controller that held a tank at temperature for hours overshoot wildly the first time its heater is asked for more than it can give?</data>
      <data key="n_words">1440</data>
    </node>
    <node id="interleaved-practice">
      <data key="n_label">Interleaved practice</data>
      <data key="n_domain">Education &amp; Learning</data>
      <data key="n_mechanism">tradeoffs</data>
      <data key="n_categories">Practice Design; Learning Psychology</data>
      <data key="n_question">Why does mixing problem types during practice feel worse yet leave you better prepared?</data>
      <data key="n_words">1199</data>
    </node>
    <node id="intermediate-axis-instability">
      <data key="n_label">Intermediate axis instability</data>
      <data key="n_domain">Physics</data>
      <data key="n_mechanism">conservation-laws</data>
      <data key="n_categories">Classical Mechanics; Spaceflight Dynamics</data>
      <data key="n_question">Why does a book tossed spinning about its middle axis keep flipping over when the other two spins stay steady?</data>
      <data key="n_words">1381</data>
    </node>
    <node id="internal-transfer-pricing">
      <data key="n_label">Internal transfer pricing</data>
      <data key="n_domain">Economics &amp; Business</data>
      <data key="n_mechanism">tradeoffs</data>
      <data key="n_categories">Accounting; Performance Measurement; Transaction Cost Economics</data>
      <data key="n_question">Why do two divisions of the same company argue bitterly over a price when the money never leaves the company?</data>
      <data key="n_words">1381</data>
    </node>
    <node id="internet-packet-routing">
      <data key="n_label">Internet packet routing</data>
      <data key="n_domain">Computing, Data &amp; AI</data>
      <data key="n_mechanism">emergence</data>
      <data key="n_categories">Computer Networking; Distributed Systems</data>
      <data key="n_question">How can data reach the right destination when no machine controls the entire internet?</data>
      <data key="n_words">841</data>
    </node>
    <node id="interoception">
      <data key="n_label">Interoception</data>
      <data key="n_domain">Mind &amp; Behavior</data>
      <data key="n_mechanism">proxy-evidence</data>
      <data key="n_categories">Neuroscience; Affective Science</data>
      <data key="n_question">Why do people who cannot feel their own heartbeat also tend to misread their own emotions?</data>
      <data key="n_words">1440</data>
    </node>
    <node id="interval-training">
      <data key="n_label">Interval training</data>
      <data key="n_domain">Sports, Exercise &amp; Recreation</data>
      <data key="n_mechanism">adaptation</data>
      <data key="n_categories">Exercise Physiology; Strength and Conditioning</data>
      <data key="n_question">Why can running hard in short bursts with rest between them build more endurance than running the same distance steadily?</data>
      <data key="n_words">1379</data>
    </node>
    <node id="intracranial-pressure">
      <data key="n_label">Intracranial pressure</data>
      <data key="n_domain">Health &amp; Medicine</data>
      <data key="n_mechanism">conservation-laws</data>
      <data key="n_categories">Neurology; Critical Care</data>
      <data key="n_question">Why must something be pushed out of a skull before anything inside it is allowed to swell?</data>
      <data key="n_words">1352</data>
    </node>
    <node id="invasion-lag-before-explosion">
      <data key="n_label">Invasion lag before explosion</data>
      <data key="n_domain">Biology &amp; Ecology</data>
      <data key="n_mechanism">exponential-growth</data>
      <data key="n_categories">Population Ecology; Biogeography; Conservation Biology</data>
      <data key="n_question">Why can an introduced species sit harmless for decades and then overrun a continent?</data>
      <data key="n_words">1264</data>
    </node>
    <node id="invented-tradition">
      <data key="n_label">Invented tradition</data>
      <data key="n_domain">History, Society &amp; Anthropology</data>
      <data key="n_mechanism">perception-vs-reality</data>
      <data key="n_categories">Historiography; Cultural Anthropology</data>
      <data key="n_question">Why are so many customs described as immemorial in fact younger than the railways?</data>
      <data key="n_words">1270</data>
    </node>
    <node id="involute-gear-teeth">
      <data key="n_label">Involute gear teeth</data>
      <data key="n_domain">Engineering &amp; Technology</data>
      <data key="n_mechanism">constraints</data>
      <data key="n_categories">Machine Design</data>
      <data key="n_question">Why must gear teeth be cut to one particular curve if the driven shaft is to turn at a steady speed?</data>
      <data key="n_words">1470</data>
    </node>
    <node id="irregular-verb-survival">
      <data key="n_label">Irregular verb survival</data>
      <data key="n_domain">Language, Media &amp; Communication</data>
      <data key="n_mechanism">selection</data>
      <data key="n_categories">Syntax; Quantitative Linguistics; Historical Linguistics</data>
      <data key="n_question">Why do the verbs a language uses most often stay irregular while rarer ones quietly become regular?</data>
      <data key="n_words">1462</data>
    </node>
    <node id="irreversibility">
      <data key="n_label">Irreversibility</data>
      <data key="n_domain">Physics</data>
      <data key="n_mechanism">randomness</data>
      <data key="n_categories">Statistical Mechanics; Thermodynamics; Physical Chemistry</data>
      <data key="n_question">Why does a hot drink always cool, when nothing in the laws of motion forbids the reverse?</data>
      <data key="n_words">1280</data>
    </node>
    <node id="irreversible-enzyme-inhibition">
      <data key="n_label">Irreversible enzyme inhibition</data>
      <data key="n_domain">Chemistry &amp; Materials</data>
      <data key="n_mechanism">commitment</data>
      <data key="n_categories">Pharmaceutical Chemistry; Biochemistry</data>
      <data key="n_question">Why does aspirin keep working long after the drug itself has left the bloodstream?</data>
      <data key="n_words">1377</data>
    </node>
    <node id="irrigation-efficiency-paradox">
      <data key="n_label">Irrigation efficiency paradox</data>
      <data key="n_domain">Environment, Agriculture &amp; Food</data>
      <data key="n_mechanism">feedback-loops</data>
      <data key="n_categories">Resource Economics; Agricultural Engineering; Watershed Hydrology</data>
      <data key="n_question">Why can upgrading a valley's farms to efficient drip irrigation leave less water in the river, not more?</data>
      <data key="n_words">1355</data>
    </node>
    <node id="irrigation-scheduling-depth">
      <data key="n_label">Irrigation scheduling depth</data>
      <data key="n_domain">Environment, Agriculture &amp; Food</data>
      <data key="n_mechanism">adaptation</data>
      <data key="n_categories">Irrigation Science</data>
      <data key="n_question">Why does watering a crop lightly every day leave it worse off in a drought than soaking it once a week?</data>
      <data key="n_words">1422</data>
    </node>
    <node id="island-size-rule">
      <data key="n_label">Island size rule</data>
      <data key="n_domain">Biology &amp; Ecology</data>
      <data key="n_mechanism">constraints</data>
      <data key="n_categories">Biogeography; Paleontology; Population Ecology</data>
      <data key="n_question">Why do large mammals stranded on an island shrink over time while small ones grow?</data>
      <data key="n_words">1354</data>
    </node>
    <node id="isolates-containers-and-startup-cost">
      <data key="n_label">Isolates, containers, and startup cost</data>
      <data key="n_domain">Computing, Data &amp; AI</data>
      <data key="n_mechanism">tradeoffs</data>
      <data key="n_categories">Computer Architecture; Edge Computing</data>
      <data key="n_question">Why does making a sandbox weaker sometimes make the system safer to run at scale?</data>
      <data key="n_words">1428</data>
    </node>
    <node id="isolation-levels">
      <data key="n_label">Isolation levels</data>
      <data key="n_domain">Computing, Data &amp; AI</data>
      <data key="n_mechanism">coordination</data>
      <data key="n_categories">Transaction Processing; Concurrency</data>
      <data key="n_question">How can two transactions that are each correct combine into a result neither would produce alone?</data>
      <data key="n_words">1286</data>
    </node>
    <node id="isolation-without-a-machine">
      <data key="n_label">Isolation without a machine</data>
      <data key="n_domain">Computing, Data &amp; AI</data>
      <data key="n_mechanism">structure-and-function</data>
      <data key="n_categories">Container Technology; Virtualization</data>
      <data key="n_question">How can a program be walled off from everything else on a computer without a computer of its own?</data>
      <data key="n_words">1446</data>
    </node>
    <node id="isomer-blindness-in-mass-spectrometry">
      <data key="n_label">Isomer blindness in mass spectrometry</data>
      <data key="n_domain">Chemistry &amp; Materials</data>
      <data key="n_mechanism">information-limits</data>
      <data key="n_categories">Analytical Chemistry; Instrumentation; Spectroscopy</data>
      <data key="n_question">Why can an instrument weigh a molecule perfectly and still not know what it is?</data>
      <data key="n_words">1276</data>
    </node>
    <node id="isostatic-rebound">
      <data key="n_label">Isostatic rebound</data>
      <data key="n_domain">Earth, Climate &amp; Oceans</data>
      <data key="n_mechanism">path-dependence</data>
      <data key="n_categories">Geophysics; Quaternary Science</data>
      <data key="n_question">Why is land in Scandinavia still rising thousands of years after the ice that pressed it down melted away?</data>
      <data key="n_words">1368</data>
    </node>
    <node id="isotopic-provenance">
      <data key="n_label">Isotopic provenance</data>
      <data key="n_domain">Chemistry &amp; Materials</data>
      <data key="n_mechanism">proxy-evidence</data>
      <data key="n_categories">Analytical Chemistry; Geochemistry</data>
      <data key="n_question">How can a laboratory tell where a sample was grown or mined with no record of it?</data>
      <data key="n_words">1310</data>
    </node>
    <node id="j-curve-after-devaluation">
      <data key="n_label">J-curve after devaluation</data>
      <data key="n_domain">Economics &amp; Business</data>
      <data key="n_mechanism">adaptation</data>
      <data key="n_categories">International Trade; Macroeconomics; Monetary Economics</data>
      <data key="n_question">Why does a cheaper currency make a trade deficit worse before it makes it better?</data>
      <data key="n_words">1381</data>
    </node>
    <node id="janzen-connell-seedling-mortality">
      <data key="n_label">Janzen-Connell seedling mortality</data>
      <data key="n_domain">Biology &amp; Ecology</data>
      <data key="n_mechanism">feedback-loops</data>
      <data key="n_categories">Forest Ecology; Seed Biology; Population Ecology</data>
      <data key="n_question">Why does a tropical seedling fare worst on exactly the patch of ground where its own parent is thriving?</data>
      <data key="n_words">1346</data>
    </node>
    <node id="jazz-improvisation">
      <data key="n_label">Jazz improvisation</data>
      <data key="n_domain">Arts, Design &amp; Culture</data>
      <data key="n_mechanism">constraints</data>
      <data key="n_categories">Performance Practice; Psychology</data>
      <data key="n_question">Why does a jazz soloist sound freer inside a fixed chord scheme than with no rules at all?</data>
      <data key="n_words">1404</data>
    </node>
    <node id="jet-lag">
      <data key="n_label">Jet lag</data>
      <data key="n_domain">Health &amp; Medicine</data>
      <data key="n_mechanism">rhythms-and-cycles</data>
      <data key="n_categories">Travel Medicine; Chronobiology; Human Physiology</data>
      <data key="n_question">How does crossing time zones disrupt the body's sense of when to sleep?</data>
      <data key="n_words">1111</data>
    </node>
    <node id="judging-order-effects">
      <data key="n_label">Judging order effects</data>
      <data key="n_domain">Sports, Exercise &amp; Recreation</data>
      <data key="n_mechanism">path-dependence</data>
      <data key="n_categories">Judged Sports Scoring; Tournament Design</data>
      <data key="n_question">Why does the same gymnastics routine score higher when it is performed late in the running order than early?</data>
      <data key="n_words">1363</data>
    </node>
    <node id="judicial-recusal">
      <data key="n_label">Judicial recusal</data>
      <data key="n_domain">Government, Law &amp; Civics</data>
      <data key="n_mechanism">proxy-evidence</data>
      <data key="n_categories">Judicial Studies; Electoral Systems</data>
      <data key="n_question">Why must a judge withdraw from a case when nobody has shown that they are actually biased?</data>
      <data key="n_words">1425</data>
    </node>
    <node id="judicial-review">
      <data key="n_label">Judicial review</data>
      <data key="n_domain">Government, Law &amp; Civics</data>
      <data key="n_mechanism">commitment</data>
      <data key="n_categories">Constitutional Law; Political Theory</data>
      <data key="n_question">Why do democracies let unelected judges cancel laws that elected majorities passed?</data>
      <data key="n_words">1374</data>
    </node>
    <node id="junior-champions">
      <data key="n_label">Junior champions</data>
      <data key="n_domain">Sports, Exercise &amp; Recreation</data>
      <data key="n_mechanism">proxy-evidence</data>
      <data key="n_categories">Youth Development; Strength and Conditioning</data>
      <data key="n_question">Why do the children who win national age-group titles so rarely become the adults who win senior ones?</data>
      <data key="n_words">1324</data>
    </node>
    <node id="jurisdictional-forum-shopping">
      <data key="n_label">Jurisdictional forum shopping</data>
      <data key="n_domain">Government, Law &amp; Civics</data>
      <data key="n_mechanism">gradients-and-flows</data>
      <data key="n_categories">Federalism; Law and Economics</data>
      <data key="n_question">Why do companies incorporate in a state where they keep no offices and no staff?</data>
      <data key="n_words">1236</data>
    </node>
    <node id="jury-deliberation">
      <data key="n_label">Jury deliberation</data>
      <data key="n_domain">Government, Law &amp; Civics</data>
      <data key="n_mechanism">inference-under-uncertainty</data>
      <data key="n_categories">Evidence Law; Decision Science; Social Psychology</data>
      <data key="n_question">How can a jury reason fairly when witnesses and evidence point in different directions?</data>
      <data key="n_words">1151</data>
    </node>
    <node id="just-in-time-fragility">
      <data key="n_label">Just-in-time fragility</data>
      <data key="n_domain">Economics &amp; Business</data>
      <data key="n_mechanism">redundancy</data>
      <data key="n_categories">Supply Chain Management; Risk Management; Operations Planning</data>
      <data key="n_question">Why does a supply chain tuned for efficiency break so badly when a single plant stops?</data>
      <data key="n_words">1448</data>
    </node>
    <node id="just-noticeable-difference">
      <data key="n_label">Just-noticeable difference</data>
      <data key="n_domain">Mind &amp; Behavior</data>
      <data key="n_mechanism">scale-effects</data>
      <data key="n_categories">Psychophysics; Experimental Psychology</data>
      <data key="n_question">Why does one extra candle brighten a dim room yet disappear entirely in a bright one?</data>
      <data key="n_words">1394</data>
    </node>
    <node id="katabatic-winds">
      <data key="n_label">Katabatic winds</data>
      <data key="n_domain">Earth, Climate &amp; Oceans</data>
      <data key="n_mechanism">gradients-and-flows</data>
      <data key="n_categories">Mountain Meteorology; Polar Science</data>
      <data key="n_question">Why does air on the Antarctic plateau reach gale force downhill with no storm system driving it?</data>
      <data key="n_words">1408</data>
    </node>
    <node id="keeping-the-history-and-the-snapshot-in-one-file">
      <data key="n_label">Keeping the history and the snapshot in one file</data>
      <data key="n_domain">Computing, Data &amp; AI</data>
      <data key="n_mechanism">representation</data>
      <data key="n_categories">Stream Processing; Metadata Management</data>
      <data key="n_question">How can one log hold both every change ever made and just the current state?</data>
      <data key="n_words">1366</data>
    </node>
    <node id="keystone-species">
      <data key="n_label">Keystone species</data>
      <data key="n_domain">Biology &amp; Ecology</data>
      <data key="n_mechanism">feedback-loops</data>
      <data key="n_categories">Community Ecology; Conservation Biology</data>
      <data key="n_question">How can removing one uncommon species reshape an entire ecosystem?</data>
      <data key="n_words">1215</data>
    </node>
    <node id="killed-with-memory-to-spare">
      <data key="n_label">Killed with memory to spare</data>
      <data key="n_domain">Computing, Data &amp; AI</data>
      <data key="n_mechanism">constraints</data>
      <data key="n_categories">Container Technology; Virtualization</data>
      <data key="n_question">Why does a program die for lack of memory on a machine that has plenty left?</data>
      <data key="n_words">1472</data>
    </node>
    <node id="kirkwood-gaps">
      <data key="n_label">Kirkwood gaps</data>
      <data key="n_domain">Astronomy &amp; Space</data>
      <data key="n_mechanism">rhythms-and-cycles</data>
      <data key="n_categories">Celestial Mechanics; Small Body Astronomy; Orbital Mechanics</data>
      <data key="n_question">Why is the asteroid belt swept empty at exactly the orbits whose timing is most perfectly regular?</data>
      <data key="n_words">1408</data>
    </node>
    <node id="kitchen-brigade-stations">
      <data key="n_label">Kitchen brigade stations</data>
      <data key="n_domain">Travel, Tourism &amp; Hospitality</data>
      <data key="n_mechanism">specialization</data>
      <data key="n_categories">Food Service Management; Operations Planning</data>
      <data key="n_question">Why does a kitchen where nobody cooks a whole dish serve whole dishes faster?</data>
      <data key="n_words">1277</data>
    </node>
    <node id="knockout-upsets">
      <data key="n_label">Knockout upsets</data>
      <data key="n_domain">Sports, Exercise &amp; Recreation</data>
      <data key="n_mechanism">randomness</data>
      <data key="n_categories">Tournament Design; Sports Statistics</data>
      <data key="n_question">Why does the strongest entrant in a knockout tournament win it far less often than their record suggests?</data>
      <data key="n_words">1313</data>
    </node>
    <node id="knowledge-and-comprehension">
      <data key="n_label">Knowledge and comprehension</data>
      <data key="n_domain">Education &amp; Learning</data>
      <data key="n_mechanism">inference-under-uncertainty</data>
      <data key="n_categories">Reading Research; Learning Science</data>
      <data key="n_question">Why do two children who decode words equally well understand the same passage so differently?</data>
      <data key="n_words">1305</data>
    </node>
    <node id="knowledge-from-testimony">
      <data key="n_label">Knowledge from testimony</data>
      <data key="n_domain">Philosophy, Ethics &amp; Religion</data>
      <data key="n_mechanism">specialization</data>
      <data key="n_categories">Social Epistemology; Testimony Studies</data>
      <data key="n_question">Why is it reasonable to believe almost everything you know without ever checking it yourself?</data>
      <data key="n_words">1349</data>
    </node>
    <node id="labelling-before-deciding">
      <data key="n_label">Labelling before deciding</data>
      <data key="n_domain">Computing, Data &amp; AI</data>
      <data key="n_mechanism">representation</data>
      <data key="n_categories">Data Governance; Records Management</data>
      <data key="n_question">Why sort information by how sensitive it is before working out who should see it?</data>
      <data key="n_words">1272</data>
    </node>
    <node id="lagrange-points">
      <data key="n_label">Lagrange points</data>
      <data key="n_domain">Astronomy &amp; Space</data>
      <data key="n_mechanism">equilibrium</data>
      <data key="n_categories">Orbital Mechanics; Gravitation; Trajectory Design</data>
      <data key="n_question">How can a space telescope hold station relative to the Earth and Sun for years without an engine running?</data>
      <data key="n_words">1317</data>
    </node>
    <node id="lake-turnover">
      <data key="n_label">Lake turnover</data>
      <data key="n_domain">Earth, Climate &amp; Oceans</data>
      <data key="n_mechanism">thresholds</data>
      <data key="n_categories">Limnology; Fluid Mechanics</data>
      <data key="n_question">Why does a deep lake suddenly turn over from top to bottom at certain times of year?</data>
      <data key="n_words">1277</data>
    </node>
    <node id="lanchesters-square-law">
      <data key="n_label">Lanchester's square law</data>
      <data key="n_domain">Military, Conflict &amp; Strategic Studies</data>
      <data key="n_mechanism">exponential-growth</data>
      <data key="n_categories">Operations Research; Military Tactics; Force Planning</data>
      <data key="n_question">Why does a force twice the size win with far more than half its strength intact?</data>
      <data key="n_words">1309</data>
    </node>
    <node id="land-size-limits">
      <data key="n_label">Land size limits</data>
      <data key="n_domain">Biology &amp; Ecology</data>
      <data key="n_mechanism">scale-effects</data>
      <data key="n_categories">Comparative Anatomy; Zoology</data>
      <data key="n_question">Why does the largest animal on land fall so far short of the largest in the sea?</data>
      <data key="n_words">1332</data>
    </node>
    <node id="landfill-methane">
      <data key="n_label">Landfill methane</data>
      <data key="n_domain">Environment, Agriculture &amp; Food</data>
      <data key="n_mechanism">selection</data>
      <data key="n_categories">Waste Management; Microbial Ecology; Sustainable Agriculture</data>
      <data key="n_question">Why does one food scrap warm the world far more buried in a tip than rotting in a garden heap?</data>
      <data key="n_words">1310</data>
    </node>
    <node id="landlocked-disadvantage">
      <data key="n_label">Landlocked disadvantage</data>
      <data key="n_domain">Geography &amp; Regional Studies</data>
      <data key="n_mechanism">coordination</data>
      <data key="n_categories">Economic Geography; Political Geography; Logistics</data>
      <data key="n_question">Why does having no coastline cost a country more than its distance to a port alone would explain?</data>
      <data key="n_words">1369</data>
    </node>
    <node id="landmark-restaurants">
      <data key="n_label">Landmark restaurants</data>
      <data key="n_domain">Travel, Tourism &amp; Hospitality</data>
      <data key="n_mechanism">incentives</data>
      <data key="n_categories">Regional Development; Food Service Management; Reputation Mechanisms</data>
      <data key="n_question">Why do the restaurants nearest a famous landmark serve the worst food and still stay full?</data>
      <data key="n_words">1347</data>
    </node>
    <node id="language-abandonment">
      <data key="n_label">Language abandonment</data>
      <data key="n_domain">Language, Media &amp; Communication</data>
      <data key="n_mechanism">collective-action</data>
      <data key="n_categories">Public Policy; Cultural Evolution</data>
      <data key="n_question">Why can a language disappear when almost every speaker wants it to survive?</data>
      <data key="n_words">1384</data>
    </node>
    <node id="large-family-parenting-shift">
      <data key="n_label">Large-family parenting shift</data>
      <data key="n_domain">Family, Relationships &amp; Human Development</data>
      <data key="n_mechanism">scale-effects</data>
      <data key="n_categories">Parenting; Sibling Research; Family Demography</data>
      <data key="n_question">Why does a fourth child change parenting in kind rather than merely adding more of the same?</data>
      <data key="n_words">1374</data>
    </node>
    <node id="large-mirror-flexure">
      <data key="n_label">Large mirror flexure</data>
      <data key="n_domain">Astronomy &amp; Space</data>
      <data key="n_mechanism">scale-effects</data>
      <data key="n_categories">Telescope Engineering</data>
      <data key="n_question">Why must the biggest telescope mirrors be built deliberately floppy and pushed back into shape all night?</data>
      <data key="n_words">1400</data>
    </node>
    <node id="laser-coherence">
      <data key="n_label">Laser coherence</data>
      <data key="n_domain">Physics</data>
      <data key="n_mechanism">feedback-loops</data>
      <data key="n_categories">Photonics; Light-Matter Interaction; Optics</data>
      <data key="n_question">Why does laser light stay a narrow beam when a bulb's light has spread out within a metre?</data>
      <data key="n_words">1415</data>
    </node>
    <node id="laser-cooling">
      <data key="n_label">Laser cooling</data>
      <data key="n_domain">Physics</data>
      <data key="n_mechanism">feedback-loops</data>
      <data key="n_categories">Low-Temperature Physics; Light-Matter Interaction</data>
      <data key="n_question">Why does shining light on a cloud of atoms -- pouring energy into it -- leave the cloud colder than any refrigerator can make it?</data>
      <data key="n_words">1424</data>
    </node>
    <node id="last-straw">
      <data key="n_label">The small last straw</data>
      <data key="n_domain">Family, Relationships &amp; Human Development</data>
      <data key="n_mechanism">accumulation</data>
      <data key="n_categories">Relationship Dissolution; Couple Conflict Research; Relationship Satisfaction</data>
      <data key="n_question">Why does a long relationship often end over something far smaller than what was forgiven before?</data>
      <data key="n_words">1318</data>
    </node>
    <node id="late-arriving-data">
      <data key="n_label">Late-arriving data</data>
      <data key="n_domain">Computing, Data &amp; AI</data>
      <data key="n_mechanism">path-dependence</data>
      <data key="n_categories">Data Engineering; Data Quality</data>
      <data key="n_question">How do you insert something that happened before events you have already recorded and reported on?</data>
      <data key="n_words">1413</data>
    </node>
    <node id="late-marriage-and-population-restraint">
      <data key="n_label">Late marriage and population restraint</data>
      <data key="n_domain">History, Society &amp; Anthropology</data>
      <data key="n_mechanism">feedback-loops</data>
      <data key="n_categories">Historical Demography; Household Formation</data>
      <data key="n_question">Why did some pre-industrial populations stop growing well before their land could no longer feed them?</data>
      <data key="n_words">1433</data>
    </node>
    <node id="lateral-inhibition-in-tissue">
      <data key="n_label">Lateral inhibition in tissue</data>
      <data key="n_domain">Biology &amp; Ecology</data>
      <data key="n_mechanism">emergence</data>
      <data key="n_categories">Developmental Biology</data>
      <data key="n_question">Why does a patch of cells that are all equally able to become a bristle end up producing bristles at neat, even spacings?</data>
      <data key="n_words">1387</data>
    </node>
    <node id="layered-electrical-protection">
      <data key="n_label">Layered electrical protection</data>
      <data key="n_domain">Home, Consumer &amp; Everyday Life</data>
      <data key="n_mechanism">redundancy</data>
      <data key="n_categories">Domestic Wiring; Electrical Installation</data>
      <data key="n_question">Why does a house need three separate devices that all do nothing until something goes wrong?</data>
      <data key="n_words">1364</data>
    </node>
    <node id="layered-particle-detectors">
      <data key="n_label">Layered particle detectors</data>
      <data key="n_domain">Physics</data>
      <data key="n_mechanism">specialization</data>
      <data key="n_categories">Instrumentation; Particle Physics</data>
      <data key="n_question">Why build a detector from several mediocre instruments instead of one excellent one?</data>
      <data key="n_words">1430</data>
    </node>
    <node id="layers-are-diffs">
      <data key="n_label">Layers are diffs</data>
      <data key="n_domain">Computing, Data &amp; AI</data>
      <data key="n_mechanism">accumulation</data>
      <data key="n_categories">Container Technology; Build Systems</data>
      <data key="n_question">Why does adding a large file and then deleting it leave the result bigger than before?</data>
      <data key="n_words">1343</data>
    </node>
    <node id="lead-in-short-lengths">
      <data key="n_label">Lead in short lengths</data>
      <data key="n_domain">Work, Careers &amp; Skilled Trades</data>
      <data key="n_mechanism">accumulation</data>
      <data key="n_categories">Building Envelope</data>
      <data key="n_question">Why does a roofer cut flashing into short pieces when one continuous strip would obviously leak less?</data>
      <data key="n_words">1410</data>
    </node>
    <node id="leak-before-break">
      <data key="n_label">Leak-before-break</data>
      <data key="n_domain">Engineering &amp; Technology</data>
      <data key="n_mechanism">proxy-evidence</data>
      <data key="n_categories">Structural Engineering; Fracture Mechanics</data>
      <data key="n_question">Why do engineers deliberately design a pressure vessel so that a growing crack will dribble rather than hold?</data>
      <data key="n_words">1403</data>
    </node>
    <node id="leap-seconds">
      <data key="n_label">Leap seconds</data>
      <data key="n_domain">Astronomy &amp; Space</data>
      <data key="n_mechanism">coordination</data>
      <data key="n_categories">Celestial Mechanics; International Relations</data>
      <data key="n_question">Why does the whole world have to argue about inserting a single second?</data>
      <data key="n_words">1433</data>
    </node>
    <node id="learned-helplessness">
      <data key="n_label">Learned helplessness</data>
      <data key="n_domain">Mind &amp; Behavior</data>
      <data key="n_mechanism">path-dependence</data>
      <data key="n_categories">Behavioral Neuroscience; Motivation Research; Animal Behavior</data>
      <data key="n_question">Why does an animal that once could not escape stop trying long after escape has become easy?</data>
      <data key="n_words">1404</data>
    </node>
    <node id="learning-by-explaining">
      <data key="n_label">Learning by explaining</data>
      <data key="n_domain">Education &amp; Learning</data>
      <data key="n_mechanism">feedback-loops</data>
      <data key="n_categories">Peer Learning; Metacognition; Pedagogy</data>
      <data key="n_question">Why does preparing to teach a topic teach you more than preparing to be tested on it?</data>
      <data key="n_words">1264</data>
    </node>
    <node id="learning-by-standing-there">
      <data key="n_label">Learning a trade by standing there</data>
      <data key="n_domain">Work, Careers &amp; Skilled Trades</data>
      <data key="n_mechanism">information-limits</data>
      <data key="n_categories">Vocational Education; Craft Knowledge</data>
      <data key="n_question">Why must a trade be learned standing beside someone doing it when the manual is right there?</data>
      <data key="n_words">1300</data>
    </node>
    <node id="learning-plateaus">
      <data key="n_label">Learning plateaus</data>
      <data key="n_domain">Education &amp; Learning</data>
      <data key="n_mechanism">thresholds</data>
      <data key="n_categories">Practice Design; Motor Learning</data>
      <data key="n_question">Why does progress in a new skill stall for weeks and then jump without extra effort?</data>
      <data key="n_words">1286</data>
    </node>
    <node id="least-astonishment">
      <data key="n_label">Least astonishment</data>
      <data key="n_domain">Computing, Data &amp; AI</data>
      <data key="n_mechanism">perception-vs-reality</data>
      <data key="n_categories">Interface Design; Knowledge Organization</data>
      <data key="n_question">Why is a correct interface that surprises the person using it a defect?</data>
      <data key="n_words">1440</data>
    </node>
    <node id="led-dimmer-incompatibility">
      <data key="n_label">LED dimmer incompatibility</data>
      <data key="n_domain">Home, Consumer &amp; Everyday Life</data>
      <data key="n_mechanism">path-dependence</data>
      <data key="n_categories">Lighting Engineering; Consumer Electronics</data>
      <data key="n_question">Why does a new LED bulb flicker or buzz on the dimmer that ran the old one smoothly?</data>
      <data key="n_words">1356</data>
    </node>
    <node id="left-hander-advantage">
      <data key="n_label">Left-hander advantage</data>
      <data key="n_domain">Sports, Exercise &amp; Recreation</data>
      <data key="n_mechanism">selection</data>
      <data key="n_categories">Sports Statistics; Combat Sports; Motor Learning</data>
      <data key="n_question">Why are left-handers so overrepresented in fencing and boxing but not in golf or rowing?</data>
      <data key="n_words">1350</data>
    </node>
    <node id="leftover-spoilage">
      <data key="n_label">Leftover spoilage</data>
      <data key="n_domain">Home, Consumer &amp; Everyday Life</data>
      <data key="n_mechanism">thresholds</data>
      <data key="n_categories">Food Microbiology; Public Health; Household Science</data>
      <data key="n_question">Why do leftovers spoil faster than the same food did before it was cooked?</data>
      <data key="n_words">1190</data>
    </node>
    <node id="legal-fictions">
      <data key="n_label">Ritual legal fictions</data>
      <data key="n_domain">Philosophy, Ethics &amp; Religion</data>
      <data key="n_mechanism">commitment</data>
      <data key="n_categories">Religious Law; Jurisprudence</data>
      <data key="n_question">Why do religious legal traditions build devices that satisfy a commandment's letter while plainly sidestepping its point, and why do the devout accept them?</data>
      <data key="n_words">1470</data>
    </node>
    <node id="legal-precedent">
      <data key="n_label">Legal precedent</data>
      <data key="n_domain">Government, Law &amp; Civics</data>
      <data key="n_mechanism">path-dependence</data>
      <data key="n_categories">Jurisprudence; Judicial Studies</data>
      <data key="n_question">When is it reasonable for a court to depart from a decision it is otherwise bound to follow?</data>
      <data key="n_words">1224</data>
    </node>
    <node id="leghemoglobin-in-root-nodules">
      <data key="n_label">Leghemoglobin in root nodules</data>
      <data key="n_domain">Biology &amp; Ecology</data>
      <data key="n_mechanism">tradeoffs</data>
      <data key="n_categories">Plant Physiology; Symbiosis; Biogeochemistry</data>
      <data key="n_question">Why does a legume build an oxygen-grabbing pigment to starve its bacterial guests of the very air they are sitting in?</data>
      <data key="n_words">1398</data>
    </node>
    <node id="legibility">
      <data key="n_label">Legibility</data>
      <data key="n_domain">Arts, Design &amp; Culture</data>
      <data key="n_mechanism">structure-and-function</data>
      <data key="n_categories">Type Design; Graphic Design; Reading Research</data>
      <data key="n_question">Why is a page set entirely in capitals harder to read than the same words in mixed case?</data>
      <data key="n_words">1312</data>
    </node>
    <node id="length-of-stay-controls">
      <data key="n_label">Length-of-stay controls</data>
      <data key="n_domain">Travel, Tourism &amp; Hospitality</data>
      <data key="n_mechanism">tradeoffs</data>
      <data key="n_categories">Revenue Management</data>
      <data key="n_question">Why would a hotel with rooms standing empty refuse a two-night booking it could easily accommodate?</data>
      <data key="n_words">1351</data>
    </node>
    <node id="letting-callers-ask-for-exactly-what-they-want">
      <data key="n_label">Letting callers ask for exactly what they want</data>
      <data key="n_domain">Computing, Data &amp; AI</data>
      <data key="n_mechanism">tradeoffs</data>
      <data key="n_categories">Query Processing; Protocol Design</data>
      <data key="n_question">Why does giving callers precisely the data they request create a problem the rigid old way never had?</data>
      <data key="n_words">1359</data>
    </node>
    <node id="light-load-diesel-running">
      <data key="n_label">Light-load diesel running</data>
      <data key="n_domain">Work, Careers &amp; Skilled Trades</data>
      <data key="n_mechanism">thresholds</data>
      <data key="n_categories">Marine Engineering</data>
      <data key="n_question">Why does a ship's engineer worry more about an engine run gently for weeks than one worked hard?</data>
      <data key="n_words">1392</data>
    </node>
    <node id="lime-induced-nutrient-lockup">
      <data key="n_label">Lime-induced nutrient lockup</data>
      <data key="n_domain">Environment, Agriculture &amp; Food</data>
      <data key="n_mechanism">equilibrium</data>
      <data key="n_categories">Soil Science</data>
      <data key="n_question">Why can liming a sour field to make it more fertile leave the crop starved of a nutrient the soil still holds?</data>
      <data key="n_words">1391</data>
    </node>
    <node id="limescale">
      <data key="n_label">Limescale</data>
      <data key="n_domain">Home, Consumer &amp; Everyday Life</data>
      <data key="n_mechanism">thresholds</data>
      <data key="n_categories">Mineral Deposition; Household Appliances</data>
      <data key="n_question">Why does boiling water leave a hard crust in the kettle when the same water leaves nothing in a glass?</data>
      <data key="n_words">1360</data>
    </node>
    <node id="liminality-in-initiation">
      <data key="n_label">Liminality in initiation</data>
      <data key="n_domain">History, Society &amp; Anthropology</data>
      <data key="n_mechanism">thresholds</data>
      <data key="n_categories">Ritual Studies</data>
      <data key="n_question">Why do initiation rites so often put the initiate through a spell of isolation, hunger or humiliation?</data>
      <data key="n_words">1387</data>
    </node>
    <node id="limiting-work-in-progress">
      <data key="n_label">Limiting work in progress</data>
      <data key="n_domain">Work, Careers &amp; Skilled Trades</data>
      <data key="n_mechanism">equilibrium</data>
      <data key="n_categories">Queueing Theory; Operations Management</data>
      <data key="n_question">Why does forbidding people to start new work make more work get finished?</data>
      <data key="n_words">1425</data>
    </node>
    <node id="limits-of-introspection">
      <data key="n_label">Limits of introspection</data>
      <data key="n_domain">Mind &amp; Behavior</data>
      <data key="n_mechanism">information-limits</data>
      <data key="n_categories">Cognitive Psychology; Experimental Psychology</data>
      <data key="n_question">Why can people explain a choice fluently and confidently while having no access to its real cause?</data>
      <data key="n_words">1321</data>
    </node>
    <node id="limits-of-regeneration">
      <data key="n_label">Limits of regeneration</data>
      <data key="n_domain">Biology &amp; Ecology</data>
      <data key="n_mechanism">tradeoffs</data>
      <data key="n_categories">Developmental Biology; Comparative Physiology</data>
      <data key="n_question">Why can a starfish regrow a whole arm when a person cannot regrow a lost finger?</data>
      <data key="n_words">1286</data>
    </node>
    <node id="line-of-succession">
      <data key="n_label">Line of succession</data>
      <data key="n_domain">Government, Law &amp; Civics</data>
      <data key="n_mechanism">redundancy</data>
      <data key="n_categories">Constitutional Law; Institutional Design</data>
      <data key="n_question">Why does a government carefully name successors who will almost certainly never take office?</data>
      <data key="n_words">1290</data>
    </node>
    <node id="lineage">
      <data key="n_label">Lineage</data>
      <data key="n_domain">Computing, Data &amp; AI</data>
      <data key="n_mechanism">path-dependence</data>
      <data key="n_categories">Metadata Management; Data Quality</data>
      <data key="n_question">When a number on a report is wrong, how do you find every other number that is now also wrong?</data>
      <data key="n_words">1390</data>
    </node>
    <node id="linear-perspective">
      <data key="n_label">Linear perspective</data>
      <data key="n_domain">Arts, Design &amp; Culture</data>
      <data key="n_mechanism">representation</data>
      <data key="n_categories">Visual Arts; Art History; Mathematics</data>
      <data key="n_question">How can lines on a flat surface create a convincing impression of depth?</data>
      <data key="n_words">1105</data>
    </node>
    <node id="liquid-crystals">
      <data key="n_label">Liquid crystals</data>
      <data key="n_domain">Chemistry &amp; Materials</data>
      <data key="n_mechanism">emergence</data>
      <data key="n_categories">Electronic Materials; Soft Matter Physics; Optical Materials</data>
      <data key="n_question">How can a substance flow like a liquid and still steer light with the precision of a crystal?</data>
      <data key="n_words">1268</data>
    </node>
    <node id="live-and-let-live-truces">
      <data key="n_label">Live-and-let-live truces</data>
      <data key="n_domain">Military, Conflict &amp; Strategic Studies</data>
      <data key="n_mechanism">emergence</data>
      <data key="n_categories">Military Sociology; Military History; Conflict Studies</data>
      <data key="n_question">How did quiet stretches of front appear when both high commands forbade them?</data>
      <data key="n_words">1332</data>
    </node>
    <node id="living-interpretation">
      <data key="n_label">Living interpretation of a fixed text</data>
      <data key="n_domain">Philosophy, Ethics &amp; Religion</data>
      <data key="n_mechanism">emergence</data>
      <data key="n_categories">Religious Studies; Religious Law; Social Epistemology</data>
      <data key="n_question">Why does a scripture whose words never change still need a living court to say what it requires?</data>
      <data key="n_words">1318</data>
    </node>
    <node id="loanword-doublets">
      <data key="n_label">Loanword doublets</data>
      <data key="n_domain">Language, Media &amp; Communication</data>
      <data key="n_mechanism">specialization</data>
      <data key="n_categories">Contact Linguistics; Historical Linguistics</data>
      <data key="n_question">Why does a language borrow a foreign word for something it already has a perfectly good word for?</data>
      <data key="n_words">1366</data>
    </node>
    <node id="local-anaesthetic-failure">
      <data key="n_label">Local anaesthetic failure</data>
      <data key="n_domain">Health &amp; Medicine</data>
      <data key="n_mechanism">gradients-and-flows</data>
      <data key="n_categories">Anaesthesiology; Surgery; Human Physiology</data>
      <data key="n_question">Why does a dental injection that reliably numbs a healthy tooth fail on an abscessed one?</data>
      <data key="n_words">1401</data>
    </node>
    <node id="locust-upsurge">
      <data key="n_label">Locust upsurge</data>
      <data key="n_domain">Environment, Agriculture &amp; Food</data>
      <data key="n_mechanism">exponential-growth</data>
      <data key="n_categories">Crop Protection; Population Ecology</data>
      <data key="n_question">Why does a scattering of harmless solitary insects become a plague crossing continents in a single season?</data>
      <data key="n_words">1277</data>
    </node>
    <node id="logged-into-someone-elses-account">
      <data key="n_label">Logged into someone else's account</data>
      <data key="n_domain">Computing, Data &amp; AI</data>
      <data key="n_mechanism">perception-vs-reality</data>
      <data key="n_categories">Web Security; Identity Management</data>
      <data key="n_question">How can an attacker harm you by making sure you are signed in rather than signed out?</data>
      <data key="n_words">1259</data>
    </node>
    <node id="long-hours-arms-race">
      <data key="n_label">Long-hours arms race</data>
      <data key="n_domain">Work, Careers &amp; Skilled Trades</data>
      <data key="n_mechanism">collective-action</data>
      <data key="n_categories">Personnel Economics; Behavioral Science</data>
      <data key="n_question">Why does everyone stay late when nobody gains from staying later than the rest?</data>
      <data key="n_words">1379</data>
    </node>
    <node id="long-run-chain-behaviour">
      <data key="n_label">Long-run chain behaviour</data>
      <data key="n_domain">Mathematics &amp; Statistics</data>
      <data key="n_mechanism">equilibrium</data>
      <data key="n_categories">Stochastic Processes</data>
      <data key="n_question">Why does a process with no memory beyond its current state settle into a fixed long-run pattern?</data>
      <data key="n_words">1411</data>
    </node>
    <node id="loser-pays-cost-rules">
      <data key="n_label">Loser-pays cost rules</data>
      <data key="n_domain">Government, Law &amp; Civics</data>
      <data key="n_mechanism">selection</data>
      <data key="n_categories">Civil Procedure</data>
      <data key="n_question">Why does making the loser pay the winner's legal costs deter sound claims along with the frivolous ones?</data>
      <data key="n_words">1391</data>
    </node>
    <node id="losing-it-or-doing-it-twice">
      <data key="n_label">Losing it or doing it twice</data>
      <data key="n_domain">Computing, Data &amp; AI</data>
      <data key="n_mechanism">tradeoffs</data>
      <data key="n_categories">Message Systems; Data Quality</data>
      <data key="n_question">Why must a system choose between occasionally dropping work and occasionally repeating it?</data>
      <data key="n_words">1334</data>
    </node>
    <node id="lossless-compression">
      <data key="n_label">Lossless compression</data>
      <data key="n_domain">Computing, Data &amp; AI</data>
      <data key="n_mechanism">redundancy</data>
      <data key="n_categories">Information Theory; Computer Science</data>
      <data key="n_question">How can a file be made smaller with nothing at all thrown away?</data>
      <data key="n_words">1309</data>
    </node>
    <node id="lost-in-the-middle">
      <data key="n_label">Lost in the middle</data>
      <data key="n_domain">Computing, Data &amp; AI</data>
      <data key="n_mechanism">scale-effects</data>
      <data key="n_categories">Language Models; Model Evaluation</data>
      <data key="n_question">Why does a model use the beginning and end of a long document more reliably than its middle?</data>
      <data key="n_words">1366</data>
    </node>
    <node id="low-frequency-radio-cutoff">
      <data key="n_label">Low-frequency radio cutoff</data>
      <data key="n_domain">Astronomy &amp; Space</data>
      <data key="n_mechanism">thresholds</data>
      <data key="n_categories">Heliophysics; Radio Astronomy</data>
      <data key="n_question">Why would astronomers put a radio telescope on the far side of the Moon to hear the longest wavelengths?</data>
      <data key="n_words">1354</data>
    </node>
    <node id="magnetic-hysteresis">
      <data key="n_label">Magnetic hysteresis</data>
      <data key="n_domain">Physics</data>
      <data key="n_mechanism">path-dependence</data>
      <data key="n_categories">Electromagnetism; Condensed Matter Physics</data>
      <data key="n_question">Why does a magnet's state depend on where the field has been rather than where it is now?</data>
      <data key="n_words">1417</data>
    </node>
    <node id="magnus-effect">
      <data key="n_label">Magnus effect</data>
      <data key="n_domain">Sports, Exercise &amp; Recreation</data>
      <data key="n_mechanism">gradients-and-flows</data>
      <data key="n_categories">Sports Science; Fluid Mechanics; Aerodynamics</data>
      <data key="n_question">How can a spinning ball curve sideways through perfectly still air?</data>
      <data key="n_words">1442</data>
    </node>
    <node id="maillard-browning">
      <data key="n_label">Maillard browning</data>
      <data key="n_domain">Environment, Agriculture &amp; Food</data>
      <data key="n_mechanism">thresholds</data>
      <data key="n_categories">Food Chemistry; Culinary Science; Chemistry</data>
      <data key="n_question">Why does searing meat produce flavors that boiling it never does?</data>
      <data key="n_words">1145</data>
    </node>
    <node id="managed-hives-and-wild-pollinators">
      <data key="n_label">Managed hives and wild pollinators</data>
      <data key="n_domain">Environment, Agriculture &amp; Food</data>
      <data key="n_mechanism">specialization</data>
      <data key="n_categories">Pollination Ecology; Agroecology</data>
      <data key="n_question">Why can adding more beehives to a landscape leave its crops less well pollinated over time?</data>
      <data key="n_words">1393</data>
    </node>
    <node id="mandated-rest-days">
      <data key="n_label">Mandated rest days</data>
      <data key="n_domain">Philosophy, Ethics &amp; Religion</data>
      <data key="n_mechanism">rhythms-and-cycles</data>
      <data key="n_categories">Religious Law; Ritual Studies; Applied Ethics</data>
      <data key="n_question">Why does a rule forbidding useful work one day in seven leave a community better off rather than poorer?</data>
      <data key="n_words">1432</data>
    </node>
    <node id="many-agents-one-task">
      <data key="n_label">Many agents, one task</data>
      <data key="n_domain">Computing, Data &amp; AI</data>
      <data key="n_mechanism">coordination</data>
      <data key="n_categories">Workflow Orchestration; Organizational Design</data>
      <data key="n_question">Why does splitting one capable worker into five specialists sometimes make the result worse?</data>
      <data key="n_words">1356</data>
    </node>
    <node id="map-projection-distortion">
      <data key="n_label">Map projection distortion</data>
      <data key="n_domain">Geography &amp; Regional Studies</data>
      <data key="n_mechanism">tradeoffs</data>
      <data key="n_categories">Cartography; Geographic Information Science</data>
      <data key="n_question">What must a flat map of a round world distort, and why can no projection escape that cost?</data>
      <data key="n_words">1032</data>
    </node>
    <node id="mapping-an-outbreaks-source">
      <data key="n_label">Mapping an outbreak's source</data>
      <data key="n_domain">Geography &amp; Regional Studies</data>
      <data key="n_mechanism">inference-under-uncertainty</data>
      <data key="n_categories">Geographic Information Science; Population Geography</data>
      <data key="n_question">How can scattered dots on a street map point to a cause nobody has yet seen?</data>
      <data key="n_words">1377</data>
    </node>
    <node id="marble-supports">
      <data key="n_label">Marble supports</data>
      <data key="n_domain">Arts, Design &amp; Culture</data>
      <data key="n_mechanism">constraints</data>
      <data key="n_categories">Visual Arts; Art History; Materials Science</data>
      <data key="n_question">Why do ancient marble statues lean on tree stumps and drapery that the bronze originals never needed?</data>
      <data key="n_words">1391</data>
    </node>
    <node id="marine-reservoir-age">
      <data key="n_label">Marine reservoir age</data>
      <data key="n_domain">Earth, Climate &amp; Oceans</data>
      <data key="n_mechanism">proxy-evidence</data>
      <data key="n_categories">Radiocarbon Dating; Geochemistry; Physical Oceanography</data>
      <data key="n_question">Why does a shell taken from a living sea creature radiocarbon-date as though it were centuries old?</data>
      <data key="n_words">1386</data>
    </node>
    <node id="maritime-chokepoints">
      <data key="n_label">Maritime chokepoints</data>
      <data key="n_domain">Military, Conflict &amp; Strategic Studies</data>
      <data key="n_mechanism">structure-and-function</data>
      <data key="n_categories">Naval Strategy; Economic Statecraft</data>
      <data key="n_question">Why can holding a few narrow straits matter more than commanding an entire ocean?</data>
      <data key="n_words">1300</data>
    </node>
    <node id="mark-recapture-estimates">
      <data key="n_label">Mark-recapture estimates</data>
      <data key="n_domain">Biology &amp; Ecology</data>
      <data key="n_mechanism">inference-under-uncertainty</data>
      <data key="n_categories">Population Ecology; Conservation Biology</data>
      <data key="n_question">How can you count a population when you never see more than a handful of it?</data>
      <data key="n_words">1262</data>
    </node>
    <node id="marker-disagreement">
      <data key="n_label">Marker disagreement</data>
      <data key="n_domain">Education &amp; Learning</data>
      <data key="n_mechanism">information-limits</data>
      <data key="n_categories">Assessment; Psychometrics</data>
      <data key="n_question">Why do two trained examiners hand the same essay different grades even when both follow the same rubric?</data>
      <data key="n_words">1423</data>
    </node>
    <node id="market-day-rotation">
      <data key="n_label">Market day rotation</data>
      <data key="n_domain">Geography &amp; Regional Studies</data>
      <data key="n_mechanism">coordination</data>
      <data key="n_categories">Settlement Geography</data>
      <data key="n_question">Why do neighbouring market towns hold their markets on different weekdays instead of all choosing the busiest day?</data>
      <data key="n_words">1394</data>
    </node>
    <node id="marrying-outside-the-group">
      <data key="n_label">Marrying outside the group</data>
      <data key="n_domain">History, Society &amp; Anthropology</data>
      <data key="n_mechanism">selection</data>
      <data key="n_categories">Kinship Studies; Sociology; Marriage Systems</data>
      <data key="n_question">Why do so many unrelated societies forbid marriage within a person's own group?</data>
      <data key="n_words">1366</data>
    </node>
    <node id="martian-atmosphere-loss">
      <data key="n_label">Martian atmosphere loss</data>
      <data key="n_domain">Astronomy &amp; Space</data>
      <data key="n_mechanism">scale-effects</data>
      <data key="n_categories">Planetary Atmospheres; Comparative Planetology</data>
      <data key="n_question">Why did Mars lose almost all its air while Venus kept a crushing atmosphere?</data>
      <data key="n_words">1408</data>
    </node>
    <node id="mass-elevation-effect">
      <data key="n_label">Mass elevation effect</data>
      <data key="n_domain">Geography &amp; Regional Studies</data>
      <data key="n_mechanism">scale-effects</data>
      <data key="n_categories">Biogeography; Altitudinal Zonation; Regional Climatology</data>
      <data key="n_question">Why does the treeline sit far higher deep inside a mountain mass than on its outer flank at the same latitude?</data>
      <data key="n_words">1418</data>
    </node>
    <node id="massed-string-sound">
      <data key="n_label">Massed string sound</data>
      <data key="n_domain">Arts, Design &amp; Culture</data>
      <data key="n_mechanism">randomness</data>
      <data key="n_categories">Music Theory; Acoustics; Auditory Science</data>
      <data key="n_question">Why does doubling an orchestra's violin section add so little loudness compared with doubling one player's effort?</data>
      <data key="n_words">1396</data>
    </node>
    <node id="mast-seeding">
      <data key="n_label">Mast seeding</data>
      <data key="n_domain">Biology &amp; Ecology</data>
      <data key="n_mechanism">rhythms-and-cycles</data>
      <data key="n_categories">Botany; Population Ecology; Forest Ecology</data>
      <data key="n_question">Why do some trees produce an enormous seed crop in one year and almost none for several after?</data>
      <data key="n_words">1218</data>
    </node>
    <node id="master-keying">
      <data key="n_label">Master keying</data>
      <data key="n_domain">Work, Careers &amp; Skilled Trades</data>
      <data key="n_mechanism">tradeoffs</data>
      <data key="n_categories">Locksmithing</data>
      <data key="n_question">Why does giving a caretaker one key that opens every door make every one of those locks easier to defeat?</data>
      <data key="n_words">1383</data>
    </node>
    <node id="maximum-flow-and-minimum-cut">
      <data key="n_label">Maximum flow and minimum cut</data>
      <data key="n_domain">Mathematics &amp; Statistics</data>
      <data key="n_mechanism">gradients-and-flows</data>
      <data key="n_categories">Graph Theory; Operations Research</data>
      <data key="n_question">Why does the most a network can carry equal the cheapest way to cut it in two?</data>
      <data key="n_words">1418</data>
    </node>
    <node id="maxwells-demon">
      <data key="n_label">Maxwell's demon</data>
      <data key="n_domain">Physics</data>
      <data key="n_mechanism">information-limits</data>
      <data key="n_categories">Thermodynamics; Information Theory; Statistical Mechanics</data>
      <data key="n_question">Why can no clever gatekeeper sort fast molecules from slow ones and get free work out of a room-temperature gas?</data>
      <data key="n_words">1430</data>
    </node>
    <node id="measurement-dead-time">
      <data key="n_label">Measurement dead time</data>
      <data key="n_domain">Engineering &amp; Technology</data>
      <data key="n_mechanism">feedback-loops</data>
      <data key="n_categories">Control Engineering; Instrumentation; Structural Engineering</data>
      <data key="n_question">Why can moving a thermometer one metre further along the pipe turn a rock-steady control loop into an oscillating one?</data>
      <data key="n_words">1428</data>
    </node>
    <node id="measurement-standardization">
      <data key="n_label">Measurement standardization</data>
      <data key="n_domain">History, Society &amp; Anthropology</data>
      <data key="n_mechanism">coordination</data>
      <data key="n_categories">Economic History; Early State Formation</data>
      <data key="n_question">Why did rulers spend so much effort fixing the exact size of a bushel or a yard?</data>
      <data key="n_words">1207</data>
    </node>
    <node id="mechanical-advantage">
      <data key="n_label">Mechanical advantage</data>
      <data key="n_domain">Engineering &amp; Technology</data>
      <data key="n_mechanism">conservation-laws</data>
      <data key="n_categories">Mechanical Engineering; Machine Design; Classical Mechanics</data>
      <data key="n_question">Why does a small gear driving a large one trade away speed to gain force?</data>
      <data key="n_words">1358</data>
    </node>
    <node id="media-sameness">
      <data key="n_label">Media sameness</data>
      <data key="n_domain">Language, Media &amp; Communication</data>
      <data key="n_mechanism">equilibrium</data>
      <data key="n_categories">Media Economics; Media Studies; Competitive Positioning</data>
      <data key="n_question">Why do rival news outlets chasing the same audience end up sounding almost identical?</data>
      <data key="n_words">1242</data>
    </node>
    <node id="memory-fragmentation">
      <data key="n_label">Memory fragmentation</data>
      <data key="n_domain">Computing, Data &amp; AI</data>
      <data key="n_mechanism">path-dependence</data>
      <data key="n_categories">Memory Management; Data Structures; Fault Tolerance</data>
      <data key="n_question">Why can a long-running program fail to allocate memory when far more than it asked for is free?</data>
      <data key="n_words">1384</data>
    </node>
    <node id="memory-reconstruction">
      <data key="n_label">Memory reconstruction</data>
      <data key="n_domain">Mind &amp; Behavior</data>
      <data key="n_mechanism">perception-vs-reality</data>
      <data key="n_categories">Cognitive Science; Memory Research; Applied Psychology</data>
      <data key="n_question">Why can a vivid, confidently held memory turn out to be wrong?</data>
      <data key="n_words">1095</data>
    </node>
    <node id="memory-thrashing">
      <data key="n_label">Memory thrashing</data>
      <data key="n_domain">Computing, Data &amp; AI</data>
      <data key="n_mechanism">thresholds</data>
      <data key="n_categories">Operating Systems; Memory Management; Performance Analysis</data>
      <data key="n_question">Why does a computer that is only slightly short of memory crawl to a halt rather than slowing a little?</data>
      <data key="n_words">1409</data>
    </node>
    <node id="mental-accounting">
      <data key="n_label">Mental accounting</data>
      <data key="n_domain">Economics &amp; Business</data>
      <data key="n_mechanism">perception-vs-reality</data>
      <data key="n_categories">Behavioral Economics; Consumer Studies; Household Finance</data>
      <data key="n_question">Why does separating money into mental buckets change how people spend it?</data>
      <data key="n_words">1008</data>
    </node>
    <node id="menu-decoy">
      <data key="n_label">The dish nobody orders</data>
      <data key="n_domain">Travel, Tourism &amp; Hospitality</data>
      <data key="n_mechanism">perception-vs-reality</data>
      <data key="n_categories">Food Service Management; Choice Architecture</data>
      <data key="n_question">Why does a menu carry a dish priced so high that almost nobody orders it?</data>
      <data key="n_words">1366</data>
    </node>
    <node id="merge-conflicts">
      <data key="n_label">Merge conflicts</data>
      <data key="n_domain">Computing, Data &amp; AI</data>
      <data key="n_mechanism">coordination</data>
      <data key="n_categories">Distributed Systems; Data Structures</data>
      <data key="n_question">How can many people edit the same thing at once without silently overwriting each other?</data>
      <data key="n_words">1289</data>
    </node>
    <node id="merged-kinship-terms">
      <data key="n_label">Merged kinship terms</data>
      <data key="n_domain">Family, Relationships &amp; Human Development</data>
      <data key="n_mechanism">structure-and-function</data>
      <data key="n_categories">Kinship Studies; Social Network Structure</data>
      <data key="n_question">Why do many societies call a father and his brother by one word while splitting cousins into sharply different kinds?</data>
      <data key="n_words">1435</data>
    </node>
    <node id="merging-often">
      <data key="n_label">Merging often</data>
      <data key="n_domain">Computing, Data &amp; AI</data>
      <data key="n_mechanism">accumulation</data>
      <data key="n_categories">Release Engineering; Configuration Management</data>
      <data key="n_question">Why do teams that merge their work several times a day spend less time merging than teams that do it monthly?</data>
      <data key="n_words">1420</data>
    </node>
    <node id="metabolic-scaling">
      <data key="n_label">Metabolic scaling</data>
      <data key="n_domain">Biology &amp; Ecology</data>
      <data key="n_mechanism">scale-effects</data>
      <data key="n_categories">Comparative Physiology; Bioenergetics</data>
      <data key="n_question">Why does a gram of elephant burn far less energy each day than a gram of mouse?</data>
      <data key="n_words">1371</data>
    </node>
    <node id="metabolic-water-in-desert-rodents">
      <data key="n_label">Metabolic water in desert rodents</data>
      <data key="n_domain">Biology &amp; Ecology</data>
      <data key="n_mechanism">conservation-laws</data>
      <data key="n_categories">Environmental Physiology; Comparative Physiology</data>
      <data key="n_question">How can an animal that never drinks stay in water balance in a desert?</data>
      <data key="n_words">1288</data>
    </node>
    <node id="metaphor">
      <data key="n_label">Metaphor</data>
      <data key="n_domain">Language, Media &amp; Communication</data>
      <data key="n_mechanism">representation</data>
      <data key="n_categories">Cognitive Science; Semantics; Rhetoric</data>
      <data key="n_question">Why do we explain almost every abstract idea in physical terms?</data>
      <data key="n_words">1260</data>
    </node>
    <node id="metastasis">
      <data key="n_label">Metastasis</data>
      <data key="n_domain">Health &amp; Medicine</data>
      <data key="n_mechanism">thresholds</data>
      <data key="n_categories">Oncology; Molecular Biology</data>
      <data key="n_question">Why is a tumour often harmless where it began and deadly once its cells travel?</data>
      <data key="n_words">1263</data>
    </node>
    <node id="meteor-streaks">
      <data key="n_label">Meteor streaks</data>
      <data key="n_domain">Astronomy &amp; Space</data>
      <data key="n_mechanism">scale-effects</data>
      <data key="n_categories">Meteoritics; Atmospheric Entry Physics</data>
      <data key="n_question">Why does a speck of dust entering the atmosphere make a streak bright enough to see from miles away?</data>
      <data key="n_words">1211</data>
    </node>
    <node id="metered-cost">
      <data key="n_label">Metered cost</data>
      <data key="n_domain">Computing, Data &amp; AI</data>
      <data key="n_mechanism">accumulation</data>
      <data key="n_categories">Cost Engineering; Capacity Planning</data>
      <data key="n_question">Why is the bill for a pay-per-use system rarely dominated by the thing you thought you were paying for?</data>
      <data key="n_words">1406</data>
    </node>
    <node id="metric-cardinality-explosion">
      <data key="n_label">Metric cardinality explosion</data>
      <data key="n_domain">Computing, Data &amp; AI</data>
      <data key="n_mechanism">exponential-growth</data>
      <data key="n_categories">Observability; Cost Engineering</data>
      <data key="n_question">Why can adding one harmless-looking label to a metric cost more than the service it measures?</data>
      <data key="n_words">1446</data>
    </node>
    <node id="metrical-verse">
      <data key="n_label">Metrical verse</data>
      <data key="n_domain">Arts, Design &amp; Culture</data>
      <data key="n_mechanism">redundancy</data>
      <data key="n_categories">Comparative Literature; Oral Narrative</data>
      <data key="n_question">Why did societies without writing store their most important knowledge in rhyme and metre rather than plain speech?</data>
      <data key="n_words">1356</data>
    </node>
    <node id="microphone-proximity-effect">
      <data key="n_label">Microphone proximity effect</data>
      <data key="n_domain">Arts, Design &amp; Culture</data>
      <data key="n_mechanism">gradients-and-flows</data>
      <data key="n_categories">Audio Engineering</data>
      <data key="n_question">Why does a singer's voice gain weight and bass simply by moving closer to the microphone?</data>
      <data key="n_words">1455</data>
    </node>
    <node id="mid-season-yield-forecasting">
      <data key="n_label">Mid-season yield forecasting</data>
      <data key="n_domain">Environment, Agriculture &amp; Food</data>
      <data key="n_mechanism">inference-under-uncertainty</data>
      <data key="n_categories">Agricultural Economics; Agronomy</data>
      <data key="n_question">How can anyone forecast a harvest months before the grain has finished filling?</data>
      <data key="n_words">1402</data>
    </node>
    <node id="midday-stomatal-closure">
      <data key="n_label">Midday stomatal closure</data>
      <data key="n_domain">Biology &amp; Ecology</data>
      <data key="n_mechanism">tradeoffs</data>
      <data key="n_categories">Plant Physiology</data>
      <data key="n_question">Why do plants shut the pores they feed through during the brightest hours of the day?</data>
      <data key="n_words">1312</data>
    </node>
    <node id="military-logistics">
      <data key="n_label">Military logistics</data>
      <data key="n_domain">Military, Conflict &amp; Strategic Studies</data>
      <data key="n_mechanism">constraints</data>
      <data key="n_categories">Military History; Logistics; Operations Research</data>
      <data key="n_question">Why do campaigns fail more often from supply than from losing battles?</data>
      <data key="n_words">1325</data>
    </node>
    <node id="milk-spoilage-after-opening">
      <data key="n_label">Milk spoilage after opening</data>
      <data key="n_domain">Environment, Agriculture &amp; Food</data>
      <data key="n_mechanism">thresholds</data>
      <data key="n_categories">Dairy Science; Food Microbiology; Food Storage</data>
      <data key="n_question">Why does milk keep for weeks unopened but sour within days once the carton is opened?</data>
      <data key="n_words">1386</data>
    </node>
    <node id="mine-warfare">
      <data key="n_label">Mine warfare</data>
      <data key="n_domain">Military, Conflict &amp; Strategic Studies</data>
      <data key="n_mechanism">inference-under-uncertainty</data>
      <data key="n_categories">Naval Warfare; Naval Strategy</data>
      <data key="n_question">Why can a few dozen cheap sea mines close a strait that a whole fleet cannot force?</data>
      <data key="n_words">1344</data>
    </node>
    <node id="minimum-payment-trap">
      <data key="n_label">Minimum payment trap</data>
      <data key="n_domain">Home, Consumer &amp; Everyday Life</data>
      <data key="n_mechanism">exponential-growth</data>
      <data key="n_categories">Household Finance; Consumer Economics</data>
      <data key="n_question">Why does paying the minimum every month leave a card balance that barely moves for years?</data>
      <data key="n_words">1297</data>
    </node>
    <node id="minority-influence">
      <data key="n_label">Minority influence</data>
      <data key="n_domain">Mind &amp; Behavior</data>
      <data key="n_mechanism">inference-under-uncertainty</data>
      <data key="n_categories">Social Psychology; Group Behavior</data>
      <data key="n_question">Why can one person who never wavers move a group that unanimously disagrees with them?</data>
      <data key="n_words">1361</data>
    </node>
    <node id="misleading-fault-codes">
      <data key="n_label">Misleading fault codes</data>
      <data key="n_domain">Work, Careers &amp; Skilled Trades</data>
      <data key="n_mechanism">proxy-evidence</data>
      <data key="n_categories">Automotive Engineering</data>
      <data key="n_question">Why does the fault code that names a sensor so often lead to a sensor that turns out to be working perfectly?</data>
      <data key="n_words">1338</data>
    </node>
    <node id="missed-connections">
      <data key="n_label">Missed connections</data>
      <data key="n_domain">Travel, Tourism &amp; Hospitality</data>
      <data key="n_mechanism">thresholds</data>
      <data key="n_categories">Airline Operations; Consumer Studies</data>
      <data key="n_question">Why can a fifteen-minute delay on one flight cost some passengers an entire day?</data>
      <data key="n_words">1267</data>
    </node>
    <node id="mission-command">
      <data key="n_label">Mission command</data>
      <data key="n_domain">Military, Conflict &amp; Strategic Studies</data>
      <data key="n_mechanism">information-limits</data>
      <data key="n_categories">Command and Control; Organizational Behavior</data>
      <data key="n_question">Why does an army built on obedience train its junior officers to depart from the plan?</data>
      <data key="n_words">1360</data>
    </node>
    <node id="mixed-speed-rail-capacity">
      <data key="n_label">Mixed-speed rail capacity</data>
      <data key="n_domain">Travel, Tourism &amp; Hospitality</data>
      <data key="n_mechanism">constraints</data>
      <data key="n_categories">Transport Planning; Operations Research</data>
      <data key="n_question">Why does running one fast express down a busy line cost the timetable several slower trains?</data>
      <data key="n_words">1346</data>
    </node>
    <node id="model-collapse">
      <data key="n_label">Model collapse</data>
      <data key="n_domain">Computing, Data &amp; AI</data>
      <data key="n_mechanism">feedback-loops</data>
      <data key="n_categories">Machine Learning; Statistical Learning</data>
      <data key="n_question">Why does a model trained on the output of earlier models get steadily worse instead of compounding their skill?</data>
      <data key="n_words">1416</data>
    </node>
    <node id="model-drift">
      <data key="n_label">Model drift</data>
      <data key="n_domain">Computing, Data &amp; AI</data>
      <data key="n_mechanism">path-dependence</data>
      <data key="n_categories">Model Evaluation; Machine Learning Operations</data>
      <data key="n_question">Why does a model that nobody changed get worse over time?</data>
      <data key="n_words">1493</data>
    </node>
    <node id="model-quantization">
      <data key="n_label">Model quantization</data>
      <data key="n_domain">Computing, Data &amp; AI</data>
      <data key="n_mechanism">redundancy</data>
      <data key="n_categories">Machine Learning Systems; Numerical Analysis</data>
      <data key="n_question">Why does a model keep working after most of the precision in its numbers is discarded?</data>
      <data key="n_words">1349</data>
    </node>
    <node id="model-routing">
      <data key="n_label">Model routing</data>
      <data key="n_domain">Computing, Data &amp; AI</data>
      <data key="n_mechanism">specialization</data>
      <data key="n_categories">Autonomous Systems; Cost Engineering</data>
      <data key="n_question">Why send some questions to a weaker system on purpose?</data>
      <data key="n_words">1376</data>
    </node>
    <node id="modifiable-areal-units">
      <data key="n_label">Modifiable areal units</data>
      <data key="n_domain">Geography &amp; Regional Studies</data>
      <data key="n_mechanism">scale-effects</data>
      <data key="n_categories">Geographic Information Science; Population Geography</data>
      <data key="n_question">Why can redrawing the districts on a map reverse what the very same data appear to show?</data>
      <data key="n_words">1382</data>
    </node>
    <node id="molecular-handedness">
      <data key="n_label">Molecular handedness</data>
      <data key="n_domain">Chemistry &amp; Materials</data>
      <data key="n_mechanism">structure-and-function</data>
      <data key="n_categories">Pharmaceutical Chemistry; Physical Chemistry</data>
      <data key="n_question">Why can two molecules with identical atoms joined in identical order smell completely different?</data>
      <data key="n_words">1332</data>
    </node>
    <node id="monoculture-fragility">
      <data key="n_label">Monoculture fragility</data>
      <data key="n_domain">Environment, Agriculture &amp; Food</data>
      <data key="n_mechanism">redundancy</data>
      <data key="n_categories">Agronomy; Crop Protection; Agroecology</data>
      <data key="n_question">Why is a field of genetically identical plants more fragile than a mixed one?</data>
      <data key="n_words">1287</data>
    </node>
    <node id="monsoon">
      <data key="n_label">Monsoon</data>
      <data key="n_domain">Earth, Climate &amp; Oceans</data>
      <data key="n_mechanism">rhythms-and-cycles</data>
      <data key="n_categories">Meteorology; Climatology; Atmospheric Science</data>
      <data key="n_question">Why does a whole season of rain arrive within roughly the same weeks each year?</data>
      <data key="n_words">1381</data>
    </node>
    <node id="monty-hall-problem">
      <data key="n_label">Monty Hall problem</data>
      <data key="n_domain">Mathematics &amp; Statistics</data>
      <data key="n_mechanism">randomness</data>
      <data key="n_categories">Probability; Decision Theory; Recreational Mathematics</data>
      <data key="n_question">Why does switching your choice of door improve the odds when only two doors are left?</data>
      <data key="n_words">1325</data>
    </node>
    <node id="moon-illusion">
      <data key="n_label">Moon illusion</data>
      <data key="n_domain">Astronomy &amp; Space</data>
      <data key="n_mechanism">perception-vs-reality</data>
      <data key="n_categories">Visual Perception; Observational Astronomy</data>
      <data key="n_question">Why does the Moon look enormous near the horizon and small overhead, when a photograph shows the same size in both?</data>
      <data key="n_words">1438</data>
    </node>
    <node id="moral-luck">
      <data key="n_label">Moral luck</data>
      <data key="n_domain">Philosophy, Ethics &amp; Religion</data>
      <data key="n_mechanism">randomness</data>
      <data key="n_categories">Moral Philosophy; Moral Psychology; Decision Theory</data>
      <data key="n_question">Why do we judge two equally careless choices differently when only one causes harm?</data>
      <data key="n_words">1179</data>
    </node>
    <node id="moral-testimony">
      <data key="n_label">Taking moral advice on trust</data>
      <data key="n_domain">Philosophy, Ethics &amp; Religion</data>
      <data key="n_mechanism">specialization</data>
      <data key="n_categories">Moral Philosophy; Social Epistemology; Testimony Studies</data>
      <data key="n_question">Why do we accept a doctor's word about a diagnosis yet distrust accepting someone's word about whether an act is wrong?</data>
      <data key="n_words">1458</data>
    </node>
    <node id="morphogen-gradients">
      <data key="n_label">Morphogen gradients</data>
      <data key="n_domain">Biology &amp; Ecology</data>
      <data key="n_mechanism">thresholds</data>
      <data key="n_categories">Developmental Biology</data>
      <data key="n_question">How does a sheet of identical cells decide which of them becomes a finger and which becomes the gap beside it?</data>
      <data key="n_words">1474</data>
    </node>
    <node id="motion-sickness">
      <data key="n_label">Motion sickness</data>
      <data key="n_domain">Mind &amp; Behavior</data>
      <data key="n_mechanism">inference-under-uncertainty</data>
      <data key="n_categories">Sensory Physiology; Travel Medicine</data>
      <data key="n_question">Why does the passenger reading a map feel sick while the driver steering the same car feels fine?</data>
      <data key="n_words">1297</data>
    </node>
    <node id="mountain-language-diversity">
      <data key="n_label">Mountain language diversity</data>
      <data key="n_domain">Geography &amp; Regional Studies</data>
      <data key="n_mechanism">constraints</data>
      <data key="n_categories">Toponymy; Physical Geography; Cultural Geography</data>
      <data key="n_question">Why can a single mountain valley system hold more languages than a whole plain ten times its size?</data>
      <data key="n_words">1378</data>
    </node>
    <node id="movement-joints-in-tiling">
      <data key="n_label">Movement joints in tiling</data>
      <data key="n_domain">Work, Careers &amp; Skilled Trades</data>
      <data key="n_mechanism">accumulation</data>
      <data key="n_categories">Wet Trades; Structural Engineering</data>
      <data key="n_question">Why does a tiler stop a floor short of the wall and hide the gap rather than tiling right up to it?</data>
      <data key="n_words">1356</data>
    </node>
    <node id="moving-failure-handling-out-of-the-program">
      <data key="n_label">Moving failure handling out of the program</data>
      <data key="n_domain">Computing, Data &amp; AI</data>
      <data key="n_mechanism">specialization</data>
      <data key="n_categories">Configuration Management; Observability</data>
      <data key="n_question">Why take the code that copes with failure out of every application and place it alongside them instead?</data>
      <data key="n_words">1352</data>
    </node>
    <node id="multimodal-fusion">
      <data key="n_label">Multimodal fusion</data>
      <data key="n_domain">Computing, Data &amp; AI</data>
      <data key="n_mechanism">representation</data>
      <data key="n_categories">Natural Language Processing; Computer Science</data>
      <data key="n_question">How can one model read a photograph and a sentence with the same machinery?</data>
      <data key="n_words">1341</data>
    </node>
    <node id="multiple-lock-isolation">
      <data key="n_label">Multiple lock isolation</data>
      <data key="n_domain">Work, Careers &amp; Skilled Trades</data>
      <data key="n_mechanism">redundancy</data>
      <data key="n_categories">Occupational Safety; Electrical Installation</data>
      <data key="n_question">Why does every worker fit their own padlock when one lock already stops the machine?</data>
      <data key="n_words">1224</data>
    </node>
    <node id="multiple-realizability-of-mind">
      <data key="n_label">Multiple realizability of mind</data>
      <data key="n_domain">Philosophy, Ethics &amp; Religion</data>
      <data key="n_mechanism">structure-and-function</data>
      <data key="n_categories">Philosophy of Mind; Metaphysics</data>
      <data key="n_question">Could something built of nothing like neurons still be having the very same thought?</data>
      <data key="n_words">1304</data>
    </node>
    <node id="munitions-stockpiles">
      <data key="n_label">Munitions stockpiles</data>
      <data key="n_domain">Military, Conflict &amp; Strategic Studies</data>
      <data key="n_mechanism">scale-effects</data>
      <data key="n_categories">Logistics; Defence Economics</data>
      <data key="n_question">Why can a country hold years of ammunition in peacetime and empty the shelves in a month of war?</data>
      <data key="n_words">1455</data>
    </node>
    <node id="muscle-cramp">
      <data key="n_label">Muscle cramp</data>
      <data key="n_domain">Sports, Exercise &amp; Recreation</data>
      <data key="n_mechanism">thresholds</data>
      <data key="n_categories">Motor Control; Endurance Sports</data>
      <data key="n_question">Why do cramps seize a player late in a match even when they have drunk plenty and taken salt all day?</data>
      <data key="n_words">1501</data>
    </node>
    <node id="museum-lighting">
      <data key="n_label">Museum lighting</data>
      <data key="n_domain">Arts, Design &amp; Culture</data>
      <data key="n_mechanism">tradeoffs</data>
      <data key="n_categories">Material Culture; Conservation Science; Theatre Production</data>
      <data key="n_question">Why are the paintings a museum values most often hung in its dimmest rooms?</data>
      <data key="n_words">1517</data>
    </node>
    <node id="musical-consonance">
      <data key="n_label">Musical consonance</data>
      <data key="n_domain">Arts, Design &amp; Culture</data>
      <data key="n_mechanism">rhythms-and-cycles</data>
      <data key="n_categories">Music Theory; Acoustics; Auditory Science</data>
      <data key="n_question">Why do some combinations of notes feel settled while others create tension?</data>
      <data key="n_words">1153</data>
    </node>
    <node id="mycorrhizal-carbon-trade">
      <data key="n_label">Mycorrhizal carbon trade</data>
      <data key="n_domain">Biology &amp; Ecology</data>
      <data key="n_mechanism">specialization</data>
      <data key="n_categories">Symbiosis; Biogeochemistry; Forest Ecology</data>
      <data key="n_question">Why does a tree hand a fifth of the sugar it worked all summer to make over to a fungus it can neither see nor control?</data>
      <data key="n_words">1406</data>
    </node>
    <node id="nap-length">
      <data key="n_label">Nap length</data>
      <data key="n_domain">Mind &amp; Behavior</data>
      <data key="n_mechanism">thresholds</data>
      <data key="n_categories">Chronobiology</data>
      <data key="n_question">Why can a twenty-minute nap leave you sharp while a forty-minute one leaves you groggier than before?</data>
      <data key="n_words">1363</data>
    </node>
    <node id="natural-bed-in-stone">
      <data key="n_label">Natural bed in stone</data>
      <data key="n_domain">Work, Careers &amp; Skilled Trades</data>
      <data key="n_mechanism">structure-and-function</data>
      <data key="n_categories">Stonemasonry</data>
      <data key="n_question">Why does a block of stone laid the wrong way up crumble within a decade while its neighbour lasts centuries?</data>
      <data key="n_words">1476</data>
    </node>
    <node id="near-misses">
      <data key="n_label">Near misses</data>
      <data key="n_domain">Work, Careers &amp; Skilled Trades</data>
      <data key="n_mechanism">accumulation</data>
      <data key="n_categories">Occupational Safety; Organizational Behavior; Risk Management</data>
      <data key="n_question">Why do serious accidents usually follow a long trail of small ones that nobody acted on?</data>
      <data key="n_words">1355</data>
    </node>
    <node id="nearest-first">
      <data key="n_label">Nearest first</data>
      <data key="n_domain">Computing, Data &amp; AI</data>
      <data key="n_mechanism">thresholds</data>
      <data key="n_categories">Graph Theory; Algorithms</data>
      <data key="n_question">Why does always exploring the closest place you have not yet visited find the shortest route to everywhere?</data>
      <data key="n_words">1302</data>
    </node>
    <node id="negative-edge-weights">
      <data key="n_label">Negative edge weights</data>
      <data key="n_domain">Mathematics &amp; Statistics</data>
      <data key="n_mechanism">path-dependence</data>
      <data key="n_categories">Graph Theory; Mathematical Logic</data>
      <data key="n_question">Why does taking the cheapest next step always work until one road costs less than nothing?</data>
      <data key="n_words">1432</data>
    </node>
    <node id="network-effects">
      <data key="n_label">Network effects</data>
      <data key="n_domain">Economics &amp; Business</data>
      <data key="n_mechanism">feedback-loops</data>
      <data key="n_categories">Industrial Organization; Platform Economics; Network Science</data>
      <data key="n_question">Why does a product become more valuable simply because more people already use it?</data>
      <data key="n_words">1236</data>
    </node>
    <node id="neutrino-detection">
      <data key="n_label">Neutrino detection</data>
      <data key="n_domain">Physics</data>
      <data key="n_mechanism">inference-under-uncertainty</data>
      <data key="n_categories">Particle Physics; Instrumentation</data>
      <data key="n_question">Why must a detector built to catch particles that pass straight through the Earth be buried a mile underground?</data>
      <data key="n_words">1407</data>
    </node>
    <node id="new-crops-and-population">
      <data key="n_label">New crops and population growth</data>
      <data key="n_domain">History, Society &amp; Anthropology</data>
      <data key="n_mechanism">exponential-growth</data>
      <data key="n_categories">Agricultural History; Historical Geography</data>
      <data key="n_question">Why did one new crop change a continent's population more than a century of good harvests?</data>
      <data key="n_words">1491</data>
    </node>
    <node id="newtons-method">
      <data key="n_label">Newton's method</data>
      <data key="n_domain">Mathematics &amp; Statistics</data>
      <data key="n_mechanism">feedback-loops</data>
      <data key="n_categories">Numerical Analysis; Complex Systems</data>
      <data key="n_question">Why does the same repeated correction converge instantly from one starting guess and fly apart from another?</data>
      <data key="n_words">1391</data>
    </node>
    <node id="next-token-prediction">
      <data key="n_label">Next-token prediction</data>
      <data key="n_domain">Computing, Data &amp; AI</data>
      <data key="n_mechanism">emergence</data>
      <data key="n_categories">Language Models; Machine Learning</data>
      <data key="n_question">Why does a system trained only to guess the next word end up able to summarize, translate, and write code?</data>
      <data key="n_words">1368</data>
    </node>
    <node id="night-time-alarm-chirp">
      <data key="n_label">Night-time alarm chirp</data>
      <data key="n_domain">Home, Consumer &amp; Everyday Life</data>
      <data key="n_mechanism">thresholds</data>
      <data key="n_categories">Public Health; Electrochemistry; Household Science</data>
      <data key="n_question">Why does a smoke alarm always start chirping for a new battery in the middle of the night?</data>
      <data key="n_words">1328</data>
    </node>
    <node id="night-window-reflections">
      <data key="n_label">Night window reflections</data>
      <data key="n_domain">Physics</data>
      <data key="n_mechanism">perception-vs-reality</data>
      <data key="n_categories">Optics; Light-Matter Interaction; Visual Perception</data>
      <data key="n_question">Why does a window turn into a mirror after dark and back into clear glass by day, when the glass never changes?</data>
      <data key="n_words">1392</data>
    </node>
    <node id="nighttime-radio-reach">
      <data key="n_label">Nighttime radio reach</data>
      <data key="n_domain">Language, Media &amp; Communication</data>
      <data key="n_mechanism">rhythms-and-cycles</data>
      <data key="n_categories">Broadcast Engineering; Atmospheric Physics; Public Policy</data>
      <data key="n_question">Why can a distant broadcast station arrive clearly after dark yet vanish completely by day?</data>
      <data key="n_words">1434</data>
    </node>
    <node id="nobody-may-own-the-moon">
      <data key="n_label">Nobody may own the Moon</data>
      <data key="n_domain">Astronomy &amp; Space</data>
      <data key="n_mechanism">commitment</data>
      <data key="n_categories">International Relations; Property Law</data>
      <data key="n_question">Why did spacefaring states renounce claiming celestial territory before anyone could reach it?</data>
      <data key="n_words">1394</data>
    </node>
    <node id="non-bypassable-safety-interlocks">
      <data key="n_label">Non-bypassable safety interlocks</data>
      <data key="n_domain">Engineering &amp; Technology</data>
      <data key="n_mechanism">commitment</data>
      <data key="n_categories">Safety Engineering; Machine Design</data>
      <data key="n_question">Why does a machine that refuses every override protect its operators better than one that trusts them?</data>
      <data key="n_words">1452</data>
    </node>
    <node id="non-identity-problem">
      <data key="n_label">Non-identity problem</data>
      <data key="n_domain">Philosophy, Ethics &amp; Religion</data>
      <data key="n_mechanism">constraints</data>
      <data key="n_categories">Population Ethics; Normative Ethics</data>
      <data key="n_question">Why is it so hard to name anyone wronged by a choice that decided which person would exist at all?</data>
      <data key="n_words">1365</data>
    </node>
    <node id="non-negotiable-deadlines">
      <data key="n_label">Non-negotiable deadlines</data>
      <data key="n_domain">Education &amp; Learning</data>
      <data key="n_mechanism">commitment</data>
      <data key="n_categories">Classroom Management; Assessment</data>
      <data key="n_question">Why does a teacher who never grants an extension end up facing fewer emergencies?</data>
      <data key="n_words">1439</data>
    </node>
    <node id="normalization">
      <data key="n_label">Normalization</data>
      <data key="n_domain">Computing, Data &amp; AI</data>
      <data key="n_mechanism">structure-and-function</data>
      <data key="n_categories">Schema Design; Data Modeling</data>
      <data key="n_question">Why split one sensible-looking table into six that nobody would draw by hand?</data>
      <data key="n_words">1301</data>
    </node>
    <node id="nose-blindness">
      <data key="n_label">Nose blindness</data>
      <data key="n_domain">Home, Consumer &amp; Everyday Life</data>
      <data key="n_mechanism">adaptation</data>
      <data key="n_categories">Sensory Physiology</data>
      <data key="n_question">Why can a visitor smell a house that the people living in it cannot?</data>
      <data key="n_words">1226</data>
    </node>
    <node id="note-taking-by-hand">
      <data key="n_label">Note-taking by hand</data>
      <data key="n_domain">Education &amp; Learning</data>
      <data key="n_mechanism">constraints</data>
      <data key="n_categories">Study Strategies; Working Memory; Educational Technology</data>
      <data key="n_question">Why do students who write down less by hand remember more than those who type every word?</data>
      <data key="n_words">1291</data>
    </node>
    <node id="notice-and-comment-rulemaking">
      <data key="n_label">Notice-and-comment rulemaking</data>
      <data key="n_domain">Government, Law &amp; Civics</data>
      <data key="n_mechanism">commitment</data>
      <data key="n_categories">Administrative Law; Government Accountability</data>
      <data key="n_question">Why must an agency answer objections it is perfectly free to reject before its rule can stand?</data>
      <data key="n_words">1420</data>
    </node>
    <node id="nuclear-binding-energy">
      <data key="n_label">Nuclear binding energy</data>
      <data key="n_domain">Physics</data>
      <data key="n_mechanism">conservation-laws</data>
      <data key="n_categories">Nuclear Physics</data>
      <data key="n_question">Where does the energy in a nuclear reaction come from if all the particles are still there afterwards?</data>
      <data key="n_words">1268</data>
    </node>
    <node id="number-needed-to-treat">
      <data key="n_label">Number needed to treat</data>
      <data key="n_domain">Health &amp; Medicine</data>
      <data key="n_mechanism">inference-under-uncertainty</data>
      <data key="n_categories">Public Health; Evidence-Based Medicine</data>
      <data key="n_question">Why do we ask a hundred people to take a daily tablet that will help perhaps one of them?</data>
      <data key="n_words">1381</data>
    </node>
    <node id="objects-that-do-not-know-they-are-stored">
      <data key="n_label">Objects that do not know they are stored</data>
      <data key="n_domain">Computing, Data &amp; AI</data>
      <data key="n_mechanism">structure-and-function</data>
      <data key="n_categories">Software Design Patterns; Object-Oriented Design</data>
      <data key="n_question">Why keep the code that saves a thing away from the thing itself?</data>
      <data key="n_words">1376</data>
    </node>
    <node id="obsolete-fortifications">
      <data key="n_label">Obsolete fortifications</data>
      <data key="n_domain">Military, Conflict &amp; Strategic Studies</data>
      <data key="n_mechanism">thresholds</data>
      <data key="n_categories">Military History; Defence Technology</data>
      <data key="n_question">Why did walls that had protected cities for centuries stop working within a single lifetime?</data>
      <data key="n_words">1453</data>
    </node>
    <node id="occupational-licensing">
      <data key="n_label">Occupational licensing</data>
      <data key="n_domain">Work, Careers &amp; Skilled Trades</data>
      <data key="n_mechanism">proxy-evidence</data>
      <data key="n_categories">Labor Economics; Public Policy</data>
      <data key="n_question">Why does a customer accept a licence as proof of a skill they cannot judge themselves?</data>
      <data key="n_words">1329</data>
    </node>
    <node id="ocean-acidification">
      <data key="n_label">Ocean acidification</data>
      <data key="n_domain">Earth, Climate &amp; Oceans</data>
      <data key="n_mechanism">accumulation</data>
      <data key="n_categories">Biogeochemistry</data>
      <data key="n_question">Why does a gas dissolving invisibly into seawater dissolve the shells of animals that never meet the air?</data>
      <data key="n_words">1427</data>
    </node>
    <node id="ocean-productivity">
      <data key="n_label">Ocean productivity</data>
      <data key="n_domain">Biology &amp; Ecology</data>
      <data key="n_mechanism">gradients-and-flows</data>
      <data key="n_categories">Marine Ecology; Biogeochemistry</data>
      <data key="n_question">Why is the clearest blue ocean water almost empty of life while murky coastal water teems with it?</data>
      <data key="n_words">1390</data>
    </node>
    <node id="oil-film-bearings">
      <data key="n_label">Oil film in bearings</data>
      <data key="n_domain">Engineering &amp; Technology</data>
      <data key="n_mechanism">thresholds</data>
      <data key="n_categories">Tribology; Mechanical Engineering; Machine Design</data>
      <data key="n_question">Why does a fast-spinning shaft ride on a film of oil while the same shaft turning slowly grinds metal on metal?</data>
      <data key="n_words">1400</data>
    </node>
    <node id="one-improbable-word">
      <data key="n_label">One improbable word</data>
      <data key="n_domain">Computing, Data &amp; AI</data>
      <data key="n_mechanism">feedback-loops</data>
      <data key="n_categories">Machine Learning Systems; Computer Science</data>
      <data key="n_question">Why can a single unlikely word early in an answer derail everything that follows it?</data>
      <data key="n_words">1416</data>
    </node>
    <node id="one-task-subcontractor">
      <data key="n_label">One-task subcontractor</data>
      <data key="n_domain">Work, Careers &amp; Skilled Trades</data>
      <data key="n_mechanism">specialization</data>
      <data key="n_categories">Vocational Education; Personnel Economics</data>
      <data key="n_question">Why does a capable crew pay an outsider for work they could learn in an afternoon?</data>
      <data key="n_words">1142</data>
    </node>
    <node id="opaque-cursors">
      <data key="n_label">Opaque cursors</data>
      <data key="n_domain">Computing, Data &amp; AI</data>
      <data key="n_mechanism">information-limits</data>
      <data key="n_categories">Protocol Design; Databases</data>
      <data key="n_question">Why must a pagination marker be meaningless to the client that carries it?</data>
      <data key="n_words">1409</data>
    </node>
    <node id="open-government-records">
      <data key="n_label">Open government records</data>
      <data key="n_domain">Government, Law &amp; Civics</data>
      <data key="n_mechanism">feedback-loops</data>
      <data key="n_categories">Government Accountability; Public Administration</data>
      <data key="n_question">Why does a right to inspect records change official decisions before anyone inspects them?</data>
      <data key="n_words">1431</data>
    </node>
    <node id="opioid-induced-hyperalgesia">
      <data key="n_label">Opioid-induced hyperalgesia</data>
      <data key="n_domain">Health &amp; Medicine</data>
      <data key="n_mechanism">adaptation</data>
      <data key="n_categories">Pain Medicine; Pharmacology</data>
      <data key="n_question">Why can taking a strong painkiller for months leave a person more sensitive to pain than before?</data>
      <data key="n_words">1492</data>
    </node>
    <node id="optical-pyrometry">
      <data key="n_label">Optical pyrometry</data>
      <data key="n_domain">Physics</data>
      <data key="n_mechanism">proxy-evidence</data>
      <data key="n_categories">Heat Transfer; Instrumentation</data>
      <data key="n_question">How can you read the temperature of molten steel without ever touching it?</data>
      <data key="n_words">1418</data>
    </node>
    <node id="optical-sizes-in-type">
      <data key="n_label">Optical sizes in type</data>
      <data key="n_domain">Arts, Design &amp; Culture</data>
      <data key="n_mechanism">scale-effects</data>
      <data key="n_categories">Type Design</data>
      <data key="n_question">Why does a typeface that reads beautifully at footnote size look clumsy blown up on a poster?</data>
      <data key="n_words">1421</data>
    </node>
    <node id="optimal-stopping">
      <data key="n_label">Optimal stopping</data>
      <data key="n_domain">Mathematics &amp; Statistics</data>
      <data key="n_mechanism">tradeoffs</data>
      <data key="n_categories">Decision Theory; Probability</data>
      <data key="n_question">Why should you turn down the first several candidates you interview no matter how good they seem?</data>
      <data key="n_words">1411</data>
    </node>
    <node id="oral-tradition">
      <data key="n_label">Oral tradition</data>
      <data key="n_domain">History, Society &amp; Anthropology</data>
      <data key="n_mechanism">redundancy</data>
      <data key="n_categories">Folklore Studies; Historiography; Cultural Anthropology</data>
      <data key="n_question">How can a long story survive centuries almost intact without ever being written down?</data>
      <data key="n_words">1348</data>
    </node>
    <node id="orbital-debris-cascade">
      <data key="n_label">Orbital debris cascade</data>
      <data key="n_domain">Astronomy &amp; Space</data>
      <data key="n_mechanism">feedback-loops</data>
      <data key="n_categories">Space Situational Awareness; Meteoritics</data>
      <data key="n_question">Why can a single collision in orbit make a whole altitude band unusable for decades?</data>
      <data key="n_words">1484</data>
    </node>
    <node id="orbital-drag-speed-up">
      <data key="n_label">Orbital drag speed-up</data>
      <data key="n_domain">Astronomy &amp; Space</data>
      <data key="n_mechanism">conservation-laws</data>
      <data key="n_categories">Space Situational Awareness; Orbital Mechanics</data>
      <data key="n_question">Why does air resistance leave a decaying satellite travelling faster rather than slower?</data>
      <data key="n_words">1348</data>
    </node>
    <node id="orbital-rendezvous">
      <data key="n_label">Orbital rendezvous</data>
      <data key="n_domain">Astronomy &amp; Space</data>
      <data key="n_mechanism">conservation-laws</data>
      <data key="n_categories">Spaceflight Dynamics; Trajectory Design</data>
      <data key="n_question">Why must a spacecraft slow down in order to catch up with another craft ahead of it in the same orbit?</data>
      <data key="n_words">1295</data>
    </node>
    <node id="orchestration">
      <data key="n_label">Orchestration</data>
      <data key="n_domain">Computing, Data &amp; AI</data>
      <data key="n_mechanism">structure-and-function</data>
      <data key="n_categories">Machine Learning Operations; Software Engineering</data>
      <data key="n_question">Why is the model often the least important part of a working AI product?</data>
      <data key="n_words">1309</data>
    </node>
    <node id="order-from-pairwise-rules">
      <data key="n_label">Order from pairwise rules</data>
      <data key="n_domain">Computing, Data &amp; AI</data>
      <data key="n_mechanism">constraints</data>
      <data key="n_categories">Graph Theory; Discrete Mathematics</data>
      <data key="n_question">How do you put a thousand tasks in a workable order when all you know is which pairs must come first?</data>
      <data key="n_words">1420</data>
    </node>
    <node id="order-within-a-slice">
      <data key="n_label">Order within a slice</data>
      <data key="n_domain">Computing, Data &amp; AI</data>
      <data key="n_mechanism">constraints</data>
      <data key="n_categories">Message Systems; Stream Processing</data>
      <data key="n_question">Why can a system promise to keep messages in order only within one part of itself?</data>
      <data key="n_words">1285</data>
    </node>
    <node id="organ-allocation-matching">
      <data key="n_label">Organ allocation matching</data>
      <data key="n_domain">Health &amp; Medicine</data>
      <data key="n_mechanism">tradeoffs</data>
      <data key="n_categories">Health Policy; Transplant Medicine</data>
      <data key="n_question">Why does the patient who has waited longest for a kidney sometimes not receive the one that becomes available?</data>
      <data key="n_words">1398</data>
    </node>
    <node id="origin-of-money">
      <data key="n_label">Origin of money</data>
      <data key="n_domain">History, Society &amp; Anthropology</data>
      <data key="n_mechanism">coordination</data>
      <data key="n_categories">Economic History; Economic Anthropology; Material Culture</data>
      <data key="n_question">How did people get from swapping goods to accepting tokens worth nothing in themselves?</data>
      <data key="n_words">1405</data>
    </node>
    <node id="origin-of-the-state">
      <data key="n_label">Origin of the state</data>
      <data key="n_domain">History, Society &amp; Anthropology</data>
      <data key="n_mechanism">incentives</data>
      <data key="n_categories">Early State Formation; Human Prehistory</data>
      <data key="n_question">Why did farming societies end up with rulers and taxes when foraging societies almost never did?</data>
      <data key="n_words">1182</data>
    </node>
    <node id="original-antigenic-sin">
      <data key="n_label">Original antigenic sin</data>
      <data key="n_domain">Biology &amp; Ecology</data>
      <data key="n_mechanism">path-dependence</data>
      <data key="n_categories">Immunology</data>
      <data key="n_question">Why does a person meeting this year's flu keep making antibodies shaped for the strain they first met as a child?</data>
      <data key="n_words">1447</data>
    </node>
    <node id="oscillating-chemical-reactions">
      <data key="n_label">Oscillating chemical reactions</data>
      <data key="n_domain">Chemistry &amp; Materials</data>
      <data key="n_mechanism">rhythms-and-cycles</data>
      <data key="n_categories">Reaction Kinetics; Complex Systems</data>
      <data key="n_question">How can a stirred beaker change colour back and forth instead of settling down?</data>
      <data key="n_words">1397</data>
    </node>
    <node id="output-as-untrusted-input">
      <data key="n_label">Output as untrusted input</data>
      <data key="n_domain">Computing, Data &amp; AI</data>
      <data key="n_mechanism">representation</data>
      <data key="n_categories">Web Security; Software Design Patterns</data>
      <data key="n_question">Why must everything downstream treat a trusted system's own answer as though a stranger wrote it?</data>
      <data key="n_words">1441</data>
    </node>
    <node id="overbooking">
      <data key="n_label">Overbooking</data>
      <data key="n_domain">Travel, Tourism &amp; Hospitality</data>
      <data key="n_mechanism">randomness</data>
      <data key="n_categories">Revenue Management; Hospitality Management; Operations Research</data>
      <data key="n_question">Why do airlines and hotels deliberately sell more seats and rooms than they have?</data>
      <data key="n_words">1429</data>
    </node>
    <node id="overclaimed-housework">
      <data key="n_label">Overclaimed housework</data>
      <data key="n_domain">Family, Relationships &amp; Human Development</data>
      <data key="n_mechanism">perception-vs-reality</data>
      <data key="n_categories">Household Economics; Couple Conflict Research</data>
      <data key="n_question">Why do both partners' honest estimates of housework add up to far more than everything done?</data>
      <data key="n_words">1276</data>
    </node>
    <node id="overdetermined-measurements">
      <data key="n_label">Overdetermined measurements</data>
      <data key="n_domain">Mathematics &amp; Statistics</data>
      <data key="n_mechanism">redundancy</data>
      <data key="n_categories">Estimation Theory; Numerical Analysis; Measurement Theory</data>
      <data key="n_question">Why take more measurements than unknowns when the extra ones can only contradict each other?</data>
      <data key="n_words">1305</data>
    </node>
    <node id="overdiagnosis">
      <data key="n_label">Overdiagnosis</data>
      <data key="n_domain">Health &amp; Medicine</data>
      <data key="n_mechanism">proxy-evidence</data>
      <data key="n_categories">Public Health; Epidemiology</data>
      <data key="n_question">Why can finding far more cancers early lengthen measured survival without saving a single life?</data>
      <data key="n_words">1395</data>
    </node>
    <node id="overfitting">
      <data key="n_label">Overfitting</data>
      <data key="n_domain">Computing, Data &amp; AI</data>
      <data key="n_mechanism">tradeoffs</data>
      <data key="n_categories">Machine Learning; Statistical Learning; Model Evaluation</data>
      <data key="n_question">Why can a model that predicts its training data perfectly be useless on anything new?</data>
      <data key="n_words">1342</data>
    </node>
    <node id="overheard-speech-and-vocabulary">
      <data key="n_label">Overheard speech and vocabulary</data>
      <data key="n_domain">Family, Relationships &amp; Human Development</data>
      <data key="n_mechanism">coordination</data>
      <data key="n_categories">Language Acquisition; Early Childhood Development</data>
      <data key="n_question">Why does speech aimed at a child build vocabulary when an equal amount of household talk overheard nearby does not?</data>
      <data key="n_words">1463</data>
    </node>
    <node id="overnight-repo-lending">
      <data key="n_label">Overnight repo lending</data>
      <data key="n_domain">Economics &amp; Business</data>
      <data key="n_mechanism">commitment</data>
      <data key="n_categories">Banking; Finance; Contract Theory</data>
      <data key="n_question">Why will a lender hand a near stranger a fortune overnight without ever examining the borrower's books?</data>
      <data key="n_words">1470</data>
    </node>
    <node id="overtourism">
      <data key="n_label">Overtourism</data>
      <data key="n_domain">Travel, Tourism &amp; Hospitality</data>
      <data key="n_mechanism">collective-action</data>
      <data key="n_categories">Tourism Studies; Sustainable Tourism; Resource Economics</data>
      <data key="n_question">Why can a place be spoiled by the very people who came to admire it?</data>
      <data key="n_words">1311</data>
    </node>
    <node id="overtraining">
      <data key="n_label">Overtraining</data>
      <data key="n_domain">Sports, Exercise &amp; Recreation</data>
      <data key="n_mechanism">accumulation</data>
      <data key="n_categories">Sports Medicine; Strength and Conditioning; Exercise Physiology</data>
      <data key="n_question">Why can an athlete who trains harder every week for a month end up measurably slower than when they started?</data>
      <data key="n_words">1422</data>
    </node>
    <node id="package-tour-pricing">
      <data key="n_label">Package tour pricing</data>
      <data key="n_domain">Travel, Tourism &amp; Hospitality</data>
      <data key="n_mechanism">commitment</data>
      <data key="n_categories">Tourism Studies; Revenue Management</data>
      <data key="n_question">Why can a package holiday that includes the same flight cost less than buying that flight alone?</data>
      <data key="n_words">1421</data>
    </node>
    <node id="paediatric-dosing">
      <data key="n_label">Paediatric dosing</data>
      <data key="n_domain">Health &amp; Medicine</data>
      <data key="n_mechanism">scale-effects</data>
      <data key="n_categories">Pharmacology; Pharmacokinetics</data>
      <data key="n_question">Why is a child's dose not simply an adult's dose scaled down by body weight?</data>
      <data key="n_words">1448</data>
    </node>
    <node id="pallet-size-lock-in">
      <data key="n_label">Pallet size lock-in</data>
      <data key="n_domain">Economics &amp; Business</data>
      <data key="n_mechanism">path-dependence</data>
      <data key="n_categories">Logistics; Supply Chain Management</data>
      <data key="n_question">Why does the size of a wooden pallet still decide the shape of trucks and warehouses?</data>
      <data key="n_words">1376</data>
    </node>
    <node id="pantry-moth-persistence">
      <data key="n_label">Pantry moth persistence</data>
      <data key="n_domain">Home, Consumer &amp; Everyday Life</data>
      <data key="n_mechanism">rhythms-and-cycles</data>
      <data key="n_categories">Food Storage; Food Microbiology</data>
      <data key="n_question">Why does an infestation of pantry moths return after every visible moth has been cleared out?</data>
      <data key="n_words">1452</data>
    </node>
    <node id="paper-chromatography">
      <data key="n_label">Paper chromatography</data>
      <data key="n_domain">Chemistry &amp; Materials</data>
      <data key="n_mechanism">equilibrium</data>
      <data key="n_categories">Analytical Chemistry; Separation Processes; Instrumentation</data>
      <data key="n_question">Why do the colours in a spot of ink separate as solvent creeps past them?</data>
      <data key="n_words">1297</data>
    </node>
    <node id="paper-folding-limit">
      <data key="n_label">Paper folding limit</data>
      <data key="n_domain">Mathematics &amp; Statistics</data>
      <data key="n_mechanism">exponential-growth</data>
      <data key="n_categories">Computational Complexity; Recreational Mathematics</data>
      <data key="n_question">Why can a sheet of paper not be folded in half more than about seven times, no matter how large it is?</data>
      <data key="n_words">1288</data>
    </node>
    <node id="paradox-of-tolerance">
      <data key="n_label">Paradox of tolerance</data>
      <data key="n_domain">Philosophy, Ethics &amp; Religion</data>
      <data key="n_mechanism">feedback-loops</data>
      <data key="n_categories">Political Theory; Applied Ethics</data>
      <data key="n_question">Why must a society committed to tolerating everything refuse to tolerate at least one thing?</data>
      <data key="n_words">1375</data>
    </node>
    <node id="paradox-of-value">
      <data key="n_label">Paradox of value</data>
      <data key="n_domain">Economics &amp; Business</data>
      <data key="n_mechanism">equilibrium</data>
      <data key="n_categories">Price Theory; Value Theory; Consumer Studies</data>
      <data key="n_question">Why does water, which nobody can live without, sell for less than a stone nobody needs?</data>
      <data key="n_words">1291</data>
    </node>
    <node id="parasite-host-manipulation">
      <data key="n_label">Parasite host manipulation</data>
      <data key="n_domain">Biology &amp; Ecology</data>
      <data key="n_mechanism">incentives</data>
      <data key="n_categories">Parasitology; Evolutionary Biology</data>
      <data key="n_question">Why does an infected ant climb a grass stem each evening and clamp its jaws where a grazing sheep will swallow it?</data>
      <data key="n_words">1409</data>
    </node>
    <node id="pareidolia">
      <data key="n_label">Pareidolia</data>
      <data key="n_domain">Mind &amp; Behavior</data>
      <data key="n_mechanism">inference-under-uncertainty</data>
      <data key="n_categories">Visual Perception; Visual Cognition; Psychophysics</data>
      <data key="n_question">Why does the mind keep finding faces in clouds, rocks, and machinery?</data>
      <data key="n_words">1270</data>
    </node>
    <node id="parkrun-spread">
      <data key="n_label">Parkrun spread</data>
      <data key="n_domain">Sports, Exercise &amp; Recreation</data>
      <data key="n_mechanism">exponential-growth</data>
      <data key="n_categories">Recreation Studies; Regional Development</data>
      <data key="n_question">Why does a free weekly run spread faster through a region the more towns already host one?</data>
      <data key="n_words">1276</data>
    </node>
    <node id="partition-pruning">
      <data key="n_label">Partition pruning</data>
      <data key="n_domain">Computing, Data &amp; AI</data>
      <data key="n_mechanism">structure-and-function</data>
      <data key="n_categories">Storage Engineering; Databases</data>
      <data key="n_question">Why does how you arrange stored data matter more than how fast the machine reading it is?</data>
      <data key="n_words">1385</data>
    </node>
    <node id="pascals-mugging">
      <data key="n_label">Pascal's mugging</data>
      <data key="n_domain">Philosophy, Ethics &amp; Religion</data>
      <data key="n_mechanism">exponential-growth</data>
      <data key="n_categories">Decision Theory; Moral Philosophy</data>
      <data key="n_question">Why can a vanishingly unlikely promise of enormous reward hijack a perfectly rational calculation?</data>
      <data key="n_words">1360</data>
    </node>
    <node id="passivation">
      <data key="n_label">Passivation</data>
      <data key="n_domain">Chemistry &amp; Materials</data>
      <data key="n_mechanism">feedback-loops</data>
      <data key="n_categories">Corrosion Science; Metallurgy; Surface Chemistry</data>
      <data key="n_question">Why does stainless steel stay bright when it is mostly the same iron that rusts away in a nail?</data>
      <data key="n_words">1357</data>
    </node>
    <node id="pasteurised-mushroom-substrate">
      <data key="n_label">Pasteurised mushroom substrate</data>
      <data key="n_domain">Environment, Agriculture &amp; Food</data>
      <data key="n_mechanism">path-dependence</data>
      <data key="n_categories">Horticulture; Microbiology</data>
      <data key="n_question">Why does a mushroom grower heat the straw just enough to wound its microbes rather than sterilise it outright?</data>
      <data key="n_words">1479</data>
    </node>
    <node id="pathogen-testing-limits">
      <data key="n_label">Pathogen testing limits</data>
      <data key="n_domain">Environment, Agriculture &amp; Food</data>
      <data key="n_mechanism">information-limits</data>
      <data key="n_categories">Food Microbiology; Food Science</data>
      <data key="n_question">Why can no laboratory certify that a shipment of lettuce carries no pathogen at all?</data>
      <data key="n_words">1365</data>
    </node>
    <node id="patina-and-age-value">
      <data key="n_label">Patina and age value</data>
      <data key="n_domain">Arts, Design &amp; Culture</data>
      <data key="n_mechanism">proxy-evidence</data>
      <data key="n_categories">Conservation Science; Art Markets; Material Culture</data>
      <data key="n_question">Why does a darkened, chipped antique often sell for more than one restored to look new?</data>
      <data key="n_words">1406</data>
    </node>
    <node id="patterned-ground">
      <data key="n_label">Patterned ground</data>
      <data key="n_domain">Earth, Climate &amp; Oceans</data>
      <data key="n_mechanism">emergence</data>
      <data key="n_categories">Geomorphology</data>
      <data key="n_question">Why do stones on flat Arctic ground arrange themselves into circles and polygons with nobody sorting them?</data>
      <data key="n_words">1348</data>
    </node>
    <node id="pay-rises-by-leaving">
      <data key="n_label">Pay rises by leaving</data>
      <data key="n_domain">Work, Careers &amp; Skilled Trades</data>
      <data key="n_mechanism">incentives</data>
      <data key="n_categories">Wage Setting; Labor Economics; Personnel Economics</data>
      <data key="n_question">Why does changing employer often pay better than doing excellent work where you already are?</data>
      <data key="n_words">1411</data>
    </node>
    <node id="paying-pupils-to-read">
      <data key="n_label">Paying pupils to read</data>
      <data key="n_domain">Education &amp; Learning</data>
      <data key="n_mechanism">incentives</data>
      <data key="n_categories">Motivation Research; Reading Research</data>
      <data key="n_question">Why can rewarding children for reading leave them reading less once the rewards stop?</data>
      <data key="n_words">1406</data>
    </node>
    <node id="peacekeeping-mandates">
      <data key="n_label">Peacekeeping mandates</data>
      <data key="n_domain">Military, Conflict &amp; Strategic Studies</data>
      <data key="n_mechanism">incentives</data>
      <data key="n_categories">Peace Operations</data>
      <data key="n_question">Why can a scrupulously impartial peacekeeping force make one of the sides fight harder?</data>
      <data key="n_words">1441</data>
    </node>
    <node id="peat-accumulation">
      <data key="n_label">Peat accumulation</data>
      <data key="n_domain">Biology &amp; Ecology</data>
      <data key="n_mechanism">accumulation</data>
      <data key="n_categories">Biogeochemistry; Microbial Ecology</data>
      <data key="n_question">How can a bog that gains a millimeter a year store more carbon than a forest?</data>
      <data key="n_words">1211</data>
    </node>
    <node id="pedigree-collapse">
      <data key="n_label">Pedigree collapse</data>
      <data key="n_domain">Family, Relationships &amp; Human Development</data>
      <data key="n_mechanism">exponential-growth</data>
      <data key="n_categories">Kinship Studies; Family Demography; Evolutionary Anthropology</data>
      <data key="n_question">Why does doubling your ancestors each generation back soon demand more people than ever lived?</data>
      <data key="n_words">1341</data>
    </node>
    <node id="peloton-drafting">
      <data key="n_label">Drafting in the peloton</data>
      <data key="n_domain">Sports, Exercise &amp; Recreation</data>
      <data key="n_mechanism">collective-action</data>
      <data key="n_categories">Cycling Performance; Sports Aerodynamics; Endurance Sports</data>
      <data key="n_question">Why does a group of riders who all refuse to lead travel slower than any one of them alone?</data>
      <data key="n_words">1406</data>
    </node>
    <node id="penalty-aiming">
      <data key="n_label">Penalty aiming</data>
      <data key="n_domain">Sports, Exercise &amp; Recreation</data>
      <data key="n_mechanism">equilibrium</data>
      <data key="n_categories">Game Theory</data>
      <data key="n_question">Why should a penalty taker sometimes deliberately aim at their weaker side?</data>
      <data key="n_words">1281</data>
    </node>
    <node id="perceived-coldness-of-metals">
      <data key="n_label">Perceived coldness of metals</data>
      <data key="n_domain">Chemistry &amp; Materials</data>
      <data key="n_mechanism">perception-vs-reality</data>
      <data key="n_categories">Heat Transfer; Household Science</data>
      <data key="n_question">Why does a metal spoon feel colder than a wooden one in the same drawer?</data>
      <data key="n_words">1303</data>
    </node>
    <node id="perceived-crime-trends">
      <data key="n_label">Perceived crime trends</data>
      <data key="n_domain">Government, Law &amp; Civics</data>
      <data key="n_mechanism">perception-vs-reality</data>
      <data key="n_categories">Criminology; Public Policy</data>
      <data key="n_question">Why are people sure crime is rising in the very years it is falling?</data>
      <data key="n_words">1285</data>
    </node>
    <node id="perceived-exertion">
      <data key="n_label">Perceived exertion</data>
      <data key="n_domain">Sports, Exercise &amp; Recreation</data>
      <data key="n_mechanism">perception-vs-reality</data>
      <data key="n_categories">Sports Psychology; Strength and Conditioning</data>
      <data key="n_question">Why can two sessions that feel equally hard leave the body in completely different states?</data>
      <data key="n_words">1213</data>
    </node>
    <node id="perceived-lift-waiting-time">
      <data key="n_label">Perceived lift waiting time</data>
      <data key="n_domain">Engineering &amp; Technology</data>
      <data key="n_mechanism">perception-vs-reality</data>
      <data key="n_categories">Human Factors</data>
      <data key="n_question">Why did mirrors beside the lifts silence complaints that faster motors never could?</data>
      <data key="n_words">1343</data>
    </node>
    <node id="perceptual-load-and-distraction">
      <data key="n_label">Perceptual load and distraction</data>
      <data key="n_domain">Mind &amp; Behavior</data>
      <data key="n_mechanism">conservation-laws</data>
      <data key="n_categories">Attention Research; Cognitive Psychology</data>
      <data key="n_question">Why is a nearby distraction easier to ignore during a hard task than during an easy one?</data>
      <data key="n_words">1290</data>
    </node>
    <node id="percolation-threshold">
      <data key="n_label">Percolation threshold</data>
      <data key="n_domain">Mathematics &amp; Statistics</data>
      <data key="n_mechanism">thresholds</data>
      <data key="n_categories">Network Science; Stochastic Processes; Graph Theory</data>
      <data key="n_question">Why does a randomly wired network stay in fragments and then suddenly become one whole?</data>
      <data key="n_words">1245</data>
    </node>
    <node id="permission-aware-retrieval">
      <data key="n_label">Permission-aware retrieval</data>
      <data key="n_domain">Computing, Data &amp; AI</data>
      <data key="n_mechanism">constraints</data>
      <data key="n_categories">Access Control; Data Privacy</data>
      <data key="n_question">Why must a search system know who is asking before it decides what exists?</data>
      <data key="n_words">1391</data>
    </node>
    <node id="persistence-of-misinformation">
      <data key="n_label">Persistence of misinformation</data>
      <data key="n_domain">Language, Media &amp; Communication</data>
      <data key="n_mechanism">perception-vs-reality</data>
      <data key="n_categories">Media Studies; Social Psychology</data>
      <data key="n_question">Why does a correction so often fail to undo a false story?</data>
      <data key="n_words">1359</data>
    </node>
    <node id="persistent-poor-neighbourhoods">
      <data key="n_label">Persistent poor neighbourhoods</data>
      <data key="n_domain">Geography &amp; Regional Studies</data>
      <data key="n_mechanism">path-dependence</data>
      <data key="n_categories">Urban Geography; Neighbourhood Change</data>
      <data key="n_question">Why can a neighbourhood stay poor for a century although almost everyone living there has been replaced?</data>
      <data key="n_words">1313</data>
    </node>
    <node id="persistent-rules">
      <data key="n_label">Persistent rules</data>
      <data key="n_domain">Government, Law &amp; Civics</data>
      <data key="n_mechanism">path-dependence</data>
      <data key="n_categories">Public Policy; Organizational Behavior; Administrative Law</data>
      <data key="n_question">Why do organizations keep rules that nearly everyone agrees are inconvenient?</data>
      <data key="n_words">1334</data>
    </node>
    <node id="pest-resurgence">
      <data key="n_label">Pest resurgence</data>
      <data key="n_domain">Environment, Agriculture &amp; Food</data>
      <data key="n_mechanism">feedback-loops</data>
      <data key="n_categories">Crop Protection</data>
      <data key="n_question">Why can spraying a crop leave it with a worse pest problem than it had before?</data>
      <data key="n_words">1396</data>
    </node>
    <node id="phantom-limb-pain">
      <data key="n_label">Phantom limb pain</data>
      <data key="n_domain">Health &amp; Medicine</data>
      <data key="n_mechanism">perception-vs-reality</data>
      <data key="n_categories">Neurology; Pain Medicine; Neuroscience</data>
      <data key="n_question">How can a person feel pain in a limb that is no longer present?</data>
      <data key="n_words">799</data>
    </node>
    <node id="phantom-traffic-jams">
      <data key="n_label">Phantom traffic jams</data>
      <data key="n_domain">Geography &amp; Regional Studies</data>
      <data key="n_mechanism">feedback-loops</data>
      <data key="n_categories">Urban Mobility; Transport Geography</data>
      <data key="n_question">Why does a jam form and then clear on an open motorway with no crash or obstacle anywhere?</data>
      <data key="n_words">1330</data>
    </node>
    <node id="photographic-evidence">
      <data key="n_label">Photographic evidence</data>
      <data key="n_domain">Arts, Design &amp; Culture</data>
      <data key="n_mechanism">representation</data>
      <data key="n_categories">Photography; Aesthetics; Media Theory</data>
      <data key="n_question">Why does a photograph feel like evidence in a way a painting of the same scene does not?</data>
      <data key="n_words">1361</data>
    </node>
    <node id="photon-escape-time">
      <data key="n_label">Photon escape time</data>
      <data key="n_domain">Astronomy &amp; Space</data>
      <data key="n_mechanism">randomness</data>
      <data key="n_categories">Solar Interior Physics; Radiative Transfer; Stellar Structure</data>
      <data key="n_question">Why does energy made in the Sun's core take so long to reach its surface?</data>
      <data key="n_words">1366</data>
    </node>
    <node id="photosynthesis">
      <data key="n_label">Photosynthesis</data>
      <data key="n_domain">Biology &amp; Ecology</data>
      <data key="n_mechanism">conservation-laws</data>
      <data key="n_categories">Plant Physiology; Biochemistry; Bioenergetics</data>
      <data key="n_question">A tree gains tonnes of mass over its life -- where does that material actually come from?</data>
      <data key="n_words">1350</data>
    </node>
    <node id="physical-ageing-of-plastics">
      <data key="n_label">Physical ageing of plastics</data>
      <data key="n_domain">Chemistry &amp; Materials</data>
      <data key="n_mechanism">accumulation</data>
      <data key="n_categories">Soft Matter Physics; Polymer Chemistry; Glass Science</data>
      <data key="n_question">Why does a plastic part that has sat untouched in a drawer for a year snap where the same part fresh from the mould would bend?</data>
      <data key="n_words">1408</data>
    </node>
    <node id="physiological-reserve">
      <data key="n_label">Physiological reserve</data>
      <data key="n_domain">Health &amp; Medicine</data>
      <data key="n_mechanism">redundancy</data>
      <data key="n_categories">Gerontology; Human Physiology</data>
      <data key="n_question">Why can an older person be entirely fine day to day and yet be felled by a minor infection?</data>
      <data key="n_words">1406</data>
    </node>
    <node id="pigeonhole-principle">
      <data key="n_label">Pigeonhole principle</data>
      <data key="n_domain">Mathematics &amp; Statistics</data>
      <data key="n_mechanism">constraints</data>
      <data key="n_categories">Combinatorics; Mathematical Logic</data>
      <data key="n_question">Why must two people in a large city have exactly the same number of hairs on their head?</data>
      <data key="n_words">1341</data>
    </node>
    <node id="pilot-to-scale-failure">
      <data key="n_label">Pilot-to-scale failure</data>
      <data key="n_domain">Education &amp; Learning</data>
      <data key="n_mechanism">scale-effects</data>
      <data key="n_categories">Educational Effectiveness Research; Education Policy</data>
      <data key="n_question">Why does a teaching programme that worked wonderfully in trial fail once every school adopts it?</data>
      <data key="n_words">1339</data>
    </node>
    <node id="pingo-growth">
      <data key="n_label">Pingo growth</data>
      <data key="n_domain">Geography &amp; Regional Studies</data>
      <data key="n_mechanism">gradients-and-flows</data>
      <data key="n_categories">Cryosphere Science</data>
      <data key="n_question">Why does flat Arctic ground heave up a hill of solid ice with no mountain-building anywhere near it?</data>
      <data key="n_words">1437</data>
    </node>
    <node id="pins-and-needles">
      <data key="n_label">Pins and needles</data>
      <data key="n_domain">Health &amp; Medicine</data>
      <data key="n_mechanism">structure-and-function</data>
      <data key="n_categories">Human Physiology; Sensory Physiology; Cardiology</data>
      <data key="n_question">Why does a limb you have sat on go numb first and only hurt as it comes back?</data>
      <data key="n_words">1300</data>
    </node>
    <node id="pit-viper-infrared-sensing">
      <data key="n_label">Pit viper infrared sensing</data>
      <data key="n_domain">Biology &amp; Ecology</data>
      <data key="n_mechanism">structure-and-function</data>
      <data key="n_categories">Sensory Physiology</data>
      <data key="n_question">How can a snake with no light-sensitive pigment for heat still strike an unseen mouse accurately in total darkness?</data>
      <data key="n_words">1391</data>
    </node>
    <node id="place-names">
      <data key="n_label">Place names</data>
      <data key="n_domain">Geography &amp; Regional Studies</data>
      <data key="n_mechanism">proxy-evidence</data>
      <data key="n_categories">Toponymy; Historical Geography; Cultural Geography</data>
      <data key="n_question">What can the names on a map tell you about who lived there before?</data>
      <data key="n_words">1359</data>
    </node>
    <node id="placebo-effect">
      <data key="n_label">Placebo effect</data>
      <data key="n_domain">Health &amp; Medicine</data>
      <data key="n_mechanism">perception-vs-reality</data>
      <data key="n_categories">Clinical Research; Pain Medicine</data>
      <data key="n_question">How can a treatment containing no active ingredient still reduce real symptoms?</data>
      <data key="n_words">1037</data>
    </node>
    <node id="planetary-rings">
      <data key="n_label">Planetary rings</data>
      <data key="n_domain">Astronomy &amp; Space</data>
      <data key="n_mechanism">constraints</data>
      <data key="n_categories">Celestial Mechanics; Spaceflight Dynamics; Gravitation</data>
      <data key="n_question">Why do the chunks of ice orbiting close to a planet stay a ring instead of clumping into a moon?</data>
      <data key="n_words">1198</data>
    </node>
    <node id="planning-fallacy">
      <data key="n_label">Planning fallacy</data>
      <data key="n_domain">Work, Careers &amp; Skilled Trades</data>
      <data key="n_mechanism">perception-vs-reality</data>
      <data key="n_categories">Project Management; Organizational Behavior; Cognitive Psychology</data>
      <data key="n_question">Why do experienced teams still underestimate how long their work will take?</data>
      <data key="n_words">1310</data>
    </node>
    <node id="planting-the-source-it-will-cite">
      <data key="n_label">Planting the source it will cite</data>
      <data key="n_domain">Computing, Data &amp; AI</data>
      <data key="n_mechanism">selection</data>
      <data key="n_categories">Data Governance; Metadata Management</data>
      <data key="n_question">How do you make a system that only answers from documents confidently repeat a lie?</data>
      <data key="n_words">1305</data>
    </node>
    <node id="plasmid-addiction-systems">
      <data key="n_label">Plasmid addiction systems</data>
      <data key="n_domain">Biology &amp; Ecology</data>
      <data key="n_mechanism">commitment</data>
      <data key="n_categories">Microbiology; Evolutionary Ecology</data>
      <data key="n_question">Why does a bacterium keep carrying genes it would plainly be better off dropping?</data>
      <data key="n_words">1384</data>
    </node>
    <node id="plaster-in-thin-coats">
      <data key="n_label">Plaster in thin coats</data>
      <data key="n_domain">Work, Careers &amp; Skilled Trades</data>
      <data key="n_mechanism">scale-effects</data>
      <data key="n_categories">Wet Trades; Materials Engineering</data>
      <data key="n_question">Why is a wall built up in three thin coats of plaster rather than one thick pass that would fill it in a morning?</data>
      <data key="n_words">1454</data>
    </node>
    <node id="plastic-weathering">
      <data key="n_label">Plastic weathering</data>
      <data key="n_domain">Chemistry &amp; Materials</data>
      <data key="n_mechanism">accumulation</data>
      <data key="n_categories">Polymer Chemistry; Physical Chemistry; Materials Engineering</data>
      <data key="n_question">Why does a plastic chair left outdoors crumble while the same plastic indoors lasts decades?</data>
      <data key="n_words">1329</data>
    </node>
    <node id="played-in-instruments">
      <data key="n_label">Played-in instruments</data>
      <data key="n_domain">Arts, Design &amp; Culture</data>
      <data key="n_mechanism">adaptation</data>
      <data key="n_categories">Acoustics; Craft Knowledge</data>
      <data key="n_question">Why do players insist a violin sounds better after years of playing than it did new?</data>
      <data key="n_words">1281</data>
    </node>
    <node id="playoff-series-length">
      <data key="n_label">Playoff series length</data>
      <data key="n_domain">Sports, Exercise &amp; Recreation</data>
      <data key="n_mechanism">randomness</data>
      <data key="n_categories">Sports Statistics; Tournament Design</data>
      <data key="n_question">Why does the better team lose a seven-game series far more often than fans expect?</data>
      <data key="n_words">1315</data>
    </node>
    <node id="plea-bargaining">
      <data key="n_label">Plea bargaining</data>
      <data key="n_domain">Government, Law &amp; Civics</data>
      <data key="n_mechanism">equilibrium</data>
      <data key="n_categories">Criminal Law; Civil Procedure; Bargaining Theory</data>
      <data key="n_question">Why does a system that guarantees everyone a trial settle almost every case without holding one?</data>
      <data key="n_words">1373</data>
    </node>
    <node id="plutos-seasonal-atmosphere">
      <data key="n_label">Pluto's seasonal atmosphere</data>
      <data key="n_domain">Astronomy &amp; Space</data>
      <data key="n_mechanism">rhythms-and-cycles</data>
      <data key="n_categories">Planetary Science; Planetary Atmospheres; Climatology</data>
      <data key="n_question">Why did Pluto's thin atmosphere keep thickening as it moved further away from the Sun?</data>
      <data key="n_words">1418</data>
    </node>
    <node id="point-in-time-joins">
      <data key="n_label">Point-in-time joins</data>
      <data key="n_domain">Computing, Data &amp; AI</data>
      <data key="n_mechanism">representation</data>
      <data key="n_categories">Data Modeling; Consistency Models</data>
      <data key="n_question">How do you match a record to the version of the truth that was current when it happened?</data>
      <data key="n_words">1423</data>
    </node>
    <node id="poison-messages">
      <data key="n_label">Poison messages</data>
      <data key="n_domain">Computing, Data &amp; AI</data>
      <data key="n_mechanism">constraints</data>
      <data key="n_categories">Queueing Theory; Fault Tolerance</data>
      <data key="n_question">Why does one message that can never be processed stop every message behind it?</data>
      <data key="n_words">1432</data>
    </node>
    <node id="poisoning-the-well">
      <data key="n_label">Poisoning the well</data>
      <data key="n_domain">Computing, Data &amp; AI</data>
      <data key="n_mechanism">path-dependence</data>
      <data key="n_categories">Data Governance; Program Analysis</data>
      <data key="n_question">How can publishing something today change how a system behaves years from now?</data>
      <data key="n_words">1303</data>
    </node>
    <node id="polar-amplification">
      <data key="n_label">Polar amplification</data>
      <data key="n_domain">Earth, Climate &amp; Oceans</data>
      <data key="n_mechanism">feedback-loops</data>
      <data key="n_categories">Climatology; Polar Science; Cryosphere Science</data>
      <data key="n_question">Why does the Arctic warm two or three times faster than the planet as a whole?</data>
      <data key="n_words">1396</data>
    </node>
    <node id="pole-vault-energy-transfer">
      <data key="n_label">Pole vault energy transfer</data>
      <data key="n_domain">Sports, Exercise &amp; Recreation</data>
      <data key="n_mechanism">conservation-laws</data>
      <data key="n_categories">Mechanics; Human Movement</data>
      <data key="n_question">How can a vaulter clear a bar three times higher than he could ever jump?</data>
      <data key="n_words">1371</data>
    </node>
    <node id="pollination-specificity">
      <data key="n_label">Pollination specificity</data>
      <data key="n_domain">Biology &amp; Ecology</data>
      <data key="n_mechanism">selection</data>
      <data key="n_categories">Botany; Evolutionary Biology; Pollination Ecology</data>
      <data key="n_question">How can a flower's shape and scent favor some pollinators over others?</data>
      <data key="n_words">1083</data>
    </node>
    <node id="poolside-sunbed-race">
      <data key="n_label">Poolside sunbed race</data>
      <data key="n_domain">Travel, Tourism &amp; Hospitality</data>
      <data key="n_mechanism">collective-action</data>
      <data key="n_categories">Hospitality Management; Behavioral Science</data>
      <data key="n_question">Why do guests rise at dawn to claim chairs that nobody wanted at dawn?</data>
      <data key="n_words">1405</data>
    </node>
    <node id="post-plague-wages">
      <data key="n_label">Post-plague wages</data>
      <data key="n_domain">History, Society &amp; Anthropology</data>
      <data key="n_mechanism">equilibrium</data>
      <data key="n_categories">Medieval History; Economic History</data>
      <data key="n_question">Why did a plague that killed a third of Europe leave the survivors better paid?</data>
      <data key="n_words">1380</data>
    </node>
    <node id="post-reproductive-life">
      <data key="n_label">Post-reproductive life</data>
      <data key="n_domain">Family, Relationships &amp; Human Development</data>
      <data key="n_mechanism">selection</data>
      <data key="n_categories">Evolutionary Anthropology; Life History Theory; Behavioral Ecology</data>
      <data key="n_question">Why do humans live for decades after they can no longer have children?</data>
      <data key="n_words">1363</data>
    </node>
    <node id="practice-feedback">
      <data key="n_label">Practice feedback</data>
      <data key="n_domain">Mind &amp; Behavior</data>
      <data key="n_mechanism">feedback-loops</data>
      <data key="n_categories">Motor Learning; Practice Design</data>
      <data key="n_question">Why does taking away the coach's feedback during practice improve performance a week later?</data>
      <data key="n_words">1498</data>
    </node>
    <node id="pre-registered-analysis">
      <data key="n_label">Pre-registered analysis</data>
      <data key="n_domain">Mathematics &amp; Statistics</data>
      <data key="n_mechanism">commitment</data>
      <data key="n_categories">Research Methods; Statistical Inference; Statistical Bias</data>
      <data key="n_question">Why does deciding your test in advance change what the very same number means afterwards?</data>
      <data key="n_words">1230</data>
    </node>
    <node id="prefill-and-decode">
      <data key="n_label">Prefill and decode</data>
      <data key="n_domain">Computing, Data &amp; AI</data>
      <data key="n_mechanism">constraints</data>
      <data key="n_categories">Machine Learning Systems; Performance Engineering</data>
      <data key="n_question">Why does a model charge more for the words it writes than for the words it reads?</data>
      <data key="n_words">1421</data>
    </node>
    <node id="pregnancy-immune-tolerance">
      <data key="n_label">Pregnancy immune tolerance</data>
      <data key="n_domain">Health &amp; Medicine</data>
      <data key="n_mechanism">structure-and-function</data>
      <data key="n_categories">Immunology; Obstetrics</data>
      <data key="n_question">Why does a mother's immune system spare a fetus that is genetically half foreign to her?</data>
      <data key="n_words">1324</data>
    </node>
    <node id="prerequisite-chains">
      <data key="n_label">Prerequisite chains</data>
      <data key="n_domain">Education &amp; Learning</data>
      <data key="n_mechanism">path-dependence</data>
      <data key="n_categories">Curriculum Studies; Pedagogy; Cognitive Psychology</data>
      <data key="n_question">Why can two missed weeks of mathematics haunt a student for years when the same absence in history costs little?</data>
      <data key="n_words">1500</data>
    </node>
    <node id="preservation-bias">
      <data key="n_label">Preservation bias</data>
      <data key="n_domain">History, Society &amp; Anthropology</data>
      <data key="n_mechanism">selection</data>
      <data key="n_categories">Archaeology; Material Culture</data>
      <data key="n_question">Why does the archaeological record hold far more pottery than the clothing everyone actually wore?</data>
      <data key="n_words">1247</data>
    </node>
    <node id="presumption-of-innocence">
      <data key="n_label">Presumption of innocence</data>
      <data key="n_domain">Government, Law &amp; Civics</data>
      <data key="n_mechanism">tradeoffs</data>
      <data key="n_categories">Criminal Law; Jurisprudence; Constitutional Law</data>
      <data key="n_question">Why does a legal system accept a rule it knows will let some guilty people go free?</data>
      <data key="n_words">1335</data>
    </node>
    <node id="preventive-replacement">
      <data key="n_label">Preventive replacement</data>
      <data key="n_domain">Work, Careers &amp; Skilled Trades</data>
      <data key="n_mechanism">tradeoffs</data>
      <data key="n_categories">Equipment Maintenance; Reliability Engineering; Quality Management</data>
      <data key="n_question">Why does a skilled worker replace a tool that is still working?</data>
      <data key="n_words">1253</data>
    </node>
    <node id="price-signals">
      <data key="n_label">Price signals</data>
      <data key="n_domain">Economics &amp; Business</data>
      <data key="n_mechanism">emergence</data>
      <data key="n_categories">Microeconomics; Price Theory; International Trade</data>
      <data key="n_question">How does a failed harvest on one continent change what a shopkeeper charges on another?</data>
      <data key="n_words">1402</data>
    </node>
    <node id="pricing-the-sacred">
      <data key="n_label">Pricing the sacred</data>
      <data key="n_domain">Philosophy, Ethics &amp; Religion</data>
      <data key="n_mechanism">incentives</data>
      <data key="n_categories">Moral Psychology; Behavioral Economics; Applied Ethics</data>
      <data key="n_question">Why does offering money for certain things make the offer worse rather than more attractive?</data>
      <data key="n_words">1245</data>
    </node>
    <node id="primate-cities">
      <data key="n_label">Primate cities</data>
      <data key="n_domain">Geography &amp; Regional Studies</data>
      <data key="n_mechanism">exponential-growth</data>
      <data key="n_categories">Urban Systems; Regional Development; Population Geography</data>
      <data key="n_question">Why does one country's largest city dwarf every rival while another's cities sit evenly spaced in size?</data>
      <data key="n_words">1282</data>
    </node>
    <node id="problem-of-evil">
      <data key="n_label">Problem of evil</data>
      <data key="n_domain">Philosophy, Ethics &amp; Religion</data>
      <data key="n_mechanism">tradeoffs</data>
      <data key="n_categories">Philosophy of Religion; Theology</data>
      <data key="n_question">Why would a world made by an all-powerful and wholly good being contain suffering that appears to accomplish nothing?</data>
      <data key="n_words">1481</data>
    </node>
    <node id="problem-of-induction">
      <data key="n_label">Problem of induction</data>
      <data key="n_domain">Philosophy, Ethics &amp; Religion</data>
      <data key="n_mechanism">information-limits</data>
      <data key="n_categories">Philosophy of Science; Epistemology; Logic</data>
      <data key="n_question">Why can no number of past observations guarantee that the next one will match?</data>
      <data key="n_words">1379</data>
    </node>
    <node id="productive-failure">
      <data key="n_label">Productive failure</data>
      <data key="n_domain">Education &amp; Learning</data>
      <data key="n_mechanism">adaptation</data>
      <data key="n_categories">Learning Science; Practice Design</data>
      <data key="n_question">Why do students who flounder at a problem first outlearn those shown the method straight away?</data>
      <data key="n_words">1408</data>
    </node>
    <node id="profit-versus-cash">
      <data key="n_label">Profit versus cash</data>
      <data key="n_domain">Economics &amp; Business</data>
      <data key="n_mechanism">proxy-evidence</data>
      <data key="n_categories">Accounting; Performance Measurement; Finance</data>
      <data key="n_question">Why can a firm reporting its best profits ever fail to pay its suppliers next month?</data>
      <data key="n_words">1407</data>
    </node>
    <node id="programmed-cell-death">
      <data key="n_label">Programmed cell death</data>
      <data key="n_domain">Biology &amp; Ecology</data>
      <data key="n_mechanism">tradeoffs</data>
      <data key="n_categories">Molecular Biology; Developmental Biology</data>
      <data key="n_question">Why would a perfectly healthy cell destroy itself on purpose?</data>
      <data key="n_words">1267</data>
    </node>
    <node id="progress-bar-estimates">
      <data key="n_label">Progress-bar estimates</data>
      <data key="n_domain">Computing, Data &amp; AI</data>
      <data key="n_mechanism">proxy-evidence</data>
      <data key="n_categories">Systems Engineering; Project Management</data>
      <data key="n_question">Why does a progress bar race to ninety percent and then crawl for the rest?</data>
      <data key="n_words">1394</data>
    </node>
    <node id="prohibition-of-images">
      <data key="n_label">Prohibition of images</data>
      <data key="n_domain">Philosophy, Ethics &amp; Religion</data>
      <data key="n_mechanism">feedback-loops</data>
      <data key="n_categories">Religious Aesthetics; Ritual Studies</data>
      <data key="n_question">Why do traditions that forbid any image of the divine permit elaborate description of it in words?</data>
      <data key="n_words">1359</data>
    </node>
    <node id="promising">
      <data key="n_label">Promising</data>
      <data key="n_domain">Philosophy, Ethics &amp; Religion</data>
      <data key="n_mechanism">commitment</data>
      <data key="n_categories">Normative Ethics; Social Ontology</data>
      <data key="n_question">Why can saying a few words create an obligation that did not exist a moment earlier?</data>
      <data key="n_words">1289</data>
    </node>
    <node id="promotion-mismatch">
      <data key="n_label">Promotion mismatch</data>
      <data key="n_domain">Work, Careers &amp; Skilled Trades</data>
      <data key="n_mechanism">selection</data>
      <data key="n_categories">Personnel Economics; Organizational Behavior</data>
      <data key="n_question">Why does the best worker on a team so often turn into a poor manager?</data>
      <data key="n_words">1387</data>
    </node>
    <node id="prompt-chaining">
      <data key="n_label">Prompt chaining</data>
      <data key="n_domain">Computing, Data &amp; AI</data>
      <data key="n_mechanism">specialization</data>
      <data key="n_categories">Autonomous Systems; Workflow Orchestration</data>
      <data key="n_question">Why does splitting one hard instruction into four easy ones produce a better result than the single instruction?</data>
      <data key="n_words">1458</data>
    </node>
    <node id="prompt-injection">
      <data key="n_label">Prompt injection</data>
      <data key="n_domain">Computing, Data &amp; AI</data>
      <data key="n_mechanism">constraints</data>
      <data key="n_categories">AI Safety; Security</data>
      <data key="n_question">Why can text a model was merely asked to read end up giving it orders?</data>
      <data key="n_words">1464</data>
    </node>
    <node id="prompt-sensitivity">
      <data key="n_label">Prompt sensitivity</data>
      <data key="n_domain">Computing, Data &amp; AI</data>
      <data key="n_mechanism">representation</data>
      <data key="n_categories">Natural Language Processing; Language Models</data>
      <data key="n_question">Why does rewording a request without changing its meaning change the answer that comes back?</data>
      <data key="n_words">1393</data>
    </node>
    <node id="prospective-memory">
      <data key="n_label">Prospective memory</data>
      <data key="n_domain">Mind &amp; Behavior</data>
      <data key="n_mechanism">constraints</data>
      <data key="n_categories">Memory Research</data>
      <data key="n_question">Why is it easier to remember an errand tied to a place you will pass than to a time you will reach?</data>
      <data key="n_words">1387</data>
    </node>
    <node id="protein-assay-adulteration">
      <data key="n_label">Protein assay adulteration</data>
      <data key="n_domain">Chemistry &amp; Materials</data>
      <data key="n_mechanism">incentives</data>
      <data key="n_categories">Analytical Chemistry; Food Chemistry; Regulatory Compliance</data>
      <data key="n_question">Why did a milk test that measured nitrogen invite adding a plastic ingredient?</data>
      <data key="n_words">1358</data>
    </node>
    <node id="protocol-errors-versus-execution-errors">
      <data key="n_label">Protocol errors versus execution errors</data>
      <data key="n_domain">Computing, Data &amp; AI</data>
      <data key="n_mechanism">representation</data>
      <data key="n_categories">Protocol Design; Software Architecture</data>
      <data key="n_question">Why is an operation that correctly reports it failed not a failure of the protocol?</data>
      <data key="n_words">1418</data>
    </node>
    <node id="provenance-of-what-you-deploy">
      <data key="n_label">Provenance of what you deploy</data>
      <data key="n_domain">Computing, Data &amp; AI</data>
      <data key="n_mechanism">proxy-evidence</data>
      <data key="n_categories">Build Systems; Auditability</data>
      <data key="n_question">How do you know the thing running in production is the thing you built?</data>
      <data key="n_words">1385</data>
    </node>
    <node id="proving-you-started-the-exchange-you-are-finishing">
      <data key="n_label">Proving you started the exchange you are finishing</data>
      <data key="n_domain">Computing, Data &amp; AI</data>
      <data key="n_mechanism">commitment</data>
      <data key="n_categories">Cryptography; Web Security</data>
      <data key="n_question">How do you stop someone else from completing a login you began?</data>
      <data key="n_words">1348</data>
    </node>
    <node id="proxy-arguments">
      <data key="n_label">Proxy arguments</data>
      <data key="n_domain">Family, Relationships &amp; Human Development</data>
      <data key="n_mechanism">proxy-evidence</data>
      <data key="n_categories">Couple Conflict Research; Household Economics; Relational Communication</data>
      <data key="n_question">Why does a couple end up shouting about the dishwasher when neither of them cares about dishes?</data>
      <data key="n_words">1376</data>
    </node>
    <node id="pseudorandomness">
      <data key="n_label">Pseudorandomness</data>
      <data key="n_domain">Computing, Data &amp; AI</data>
      <data key="n_mechanism">information-limits</data>
      <data key="n_categories">Cryptography; Numerical Analysis</data>
      <data key="n_question">How can a machine following completely fixed rules produce numbers nobody can predict?</data>
      <data key="n_words">1440</data>
    </node>
    <node id="pulsar-spin-rates">
      <data key="n_label">Pulsar spin rates</data>
      <data key="n_domain">Astronomy &amp; Space</data>
      <data key="n_mechanism">conservation-laws</data>
      <data key="n_categories">Stellar Structure; Radio Astronomy</data>
      <data key="n_question">Why does a collapsed star spin hundreds of times a second when its parent turned slowly?</data>
      <data key="n_words">1453</data>
    </node>
    <node id="putting-out-system">
      <data key="n_label">Putting-out system</data>
      <data key="n_domain">History, Society &amp; Anthropology</data>
      <data key="n_mechanism">specialization</data>
      <data key="n_categories">Economic History</data>
      <data key="n_question">Why did merchants scatter cloth-making across a hundred cottages instead of gathering it under one roof?</data>
      <data key="n_words">1370</data>
    </node>
    <node id="quantum-error-correction">
      <data key="n_label">Quantum error correction</data>
      <data key="n_domain">Physics</data>
      <data key="n_mechanism">redundancy</data>
      <data key="n_categories">Information Theory; Measurement Theory</data>
      <data key="n_question">How can you protect a fragile quantum state from noise when looking at it destroys it?</data>
      <data key="n_words">1376</data>
    </node>
    <node id="quarantine-institutions">
      <data key="n_label">Quarantine institutions</data>
      <data key="n_domain">History, Society &amp; Anthropology</data>
      <data key="n_mechanism">adaptation</data>
      <data key="n_categories">Medieval History; Urban History</data>
      <data key="n_question">Why did cities that knew nothing about germs invent a waiting period that actually worked?</data>
      <data key="n_words">1333</data>
    </node>
    <node id="query-plan-estimation">
      <data key="n_label">Query plan estimation</data>
      <data key="n_domain">Computing, Data &amp; AI</data>
      <data key="n_mechanism">proxy-evidence</data>
      <data key="n_categories">Databases; Probabilistic Data Structures</data>
      <data key="n_question">Why can a database holding accurate statistics still pick a plan thousands of times slower than the obvious one?</data>
      <data key="n_words">1416</data>
    </node>
    <node id="quorum-sensing">
      <data key="n_label">Quorum sensing</data>
      <data key="n_domain">Biology &amp; Ecology</data>
      <data key="n_mechanism">thresholds</data>
      <data key="n_categories">Microbial Ecology; Microbiology; Molecular Biology</data>
      <data key="n_question">How can bacteria act together only once enough of them have gathered, when none of them can count?</data>
      <data key="n_words">1315</data>
    </node>
    <node id="quorums">
      <data key="n_label">Quorums</data>
      <data key="n_domain">Computing, Data &amp; AI</data>
      <data key="n_mechanism">thresholds</data>
      <data key="n_categories">Consistency Models; Statistics</data>
      <data key="n_question">Why is the agreement of a bare majority enough to call something decided?</data>
      <data key="n_words">1383</data>
    </node>
    <node id="quoting-a-job">
      <data key="n_label">Quoting a job</data>
      <data key="n_domain">Work, Careers &amp; Skilled Trades</data>
      <data key="n_mechanism">inference-under-uncertainty</data>
      <data key="n_categories">Construction Management; Service Pricing; Estimation Theory</data>
      <data key="n_question">Why will a tradesman name a firm price before anyone has looked behind the wall?</data>
      <data key="n_words">1341</data>
    </node>
    <node id="race-to-fish-under-quota">
      <data key="n_label">Race to fish under quota</data>
      <data key="n_domain">Environment, Agriculture &amp; Food</data>
      <data key="n_mechanism">incentives</data>
      <data key="n_categories">Fisheries Science</data>
      <data key="n_question">Why can a fishery with a strictly enforced annual catch limit still ruin both its fleet and its stock?</data>
      <data key="n_words">1459</data>
    </node>
    <node id="radiant-chill-indoors">
      <data key="n_label">Radiant chill indoors</data>
      <data key="n_domain">Home, Consumer &amp; Everyday Life</data>
      <data key="n_mechanism">gradients-and-flows</data>
      <data key="n_categories">Thermal Comfort; Heat Transfer</data>
      <data key="n_question">Why can a room held at the same temperature feel chilly in January and pleasant in June?</data>
      <data key="n_words">1393</data>
    </node>
    <node id="radiation-frost">
      <data key="n_label">Radiation frost</data>
      <data key="n_domain">Earth, Climate &amp; Oceans</data>
      <data key="n_mechanism">gradients-and-flows</data>
      <data key="n_categories">Boundary Layer Meteorology; Meteorology; Radiative Transfer</data>
      <data key="n_question">Why does frost form on a clear, still night but not under cloud, when the air temperature is the same?</data>
      <data key="n_words">1397</data>
    </node>
    <node id="radiation-hardened-spacecraft-computers">
      <data key="n_label">Radiation-hardened spacecraft computers</data>
      <data key="n_domain">Astronomy &amp; Space</data>
      <data key="n_mechanism">redundancy</data>
      <data key="n_categories">Spacecraft Engineering</data>
      <data key="n_question">Why does a probe worth a billion dollars fly a processor slower than a cheap phone's?</data>
      <data key="n_words">1516</data>
    </node>
    <node id="radio-diffraction">
      <data key="n_label">Radio diffraction</data>
      <data key="n_domain">Engineering &amp; Technology</data>
      <data key="n_mechanism">scale-effects</data>
      <data key="n_categories">Antenna Engineering; Computer Networking</data>
      <data key="n_question">Why can a radio signal reach around a hill when light from the same direction cannot?</data>
      <data key="n_words">1401</data>
    </node>
    <node id="radio-interferometry">
      <data key="n_label">Radio interferometry</data>
      <data key="n_domain">Astronomy &amp; Space</data>
      <data key="n_mechanism">structure-and-function</data>
      <data key="n_categories">Radio Astronomy; Signal Processing; Telescope Engineering</data>
      <data key="n_question">Why can two small dishes placed far apart resolve finer detail than one enormous dish between them?</data>
      <data key="n_words">1388</data>
    </node>
    <node id="radio-spectrum-crowding-of-the-sky">
      <data key="n_label">Radio spectrum crowding of the sky</data>
      <data key="n_domain">Astronomy &amp; Space</data>
      <data key="n_mechanism">collective-action</data>
      <data key="n_categories">Radio Astronomy; Regulatory Policy</data>
      <data key="n_question">Why does every operator's perfectly legal transmitter add up to a sky astronomers cannot hear?</data>
      <data key="n_words">1357</data>
    </node>
    <node id="radioactive-half-life">
      <data key="n_label">Radioactive half-life</data>
      <data key="n_domain">Physics</data>
      <data key="n_mechanism">randomness</data>
      <data key="n_categories">Nuclear Physics; Statistical Mechanics</data>
      <data key="n_question">If a single atom never ages and cannot know when it was made, how can a jar of them decay on so dependable a schedule?</data>
      <data key="n_words">1388</data>
    </node>
    <node id="radiocarbon-calibration-plateaus">
      <data key="n_label">Radiocarbon calibration plateaus</data>
      <data key="n_domain">History, Society &amp; Anthropology</data>
      <data key="n_mechanism">information-limits</data>
      <data key="n_categories">Radiocarbon Dating; Archaeology</data>
      <data key="n_question">Why can a more precise radiocarbon measurement still leave several possible calendar dates?</data>
      <data key="n_words">1381</data>
    </node>
    <node id="rain-shadow">
      <data key="n_label">Rain shadow</data>
      <data key="n_domain">Earth, Climate &amp; Oceans</data>
      <data key="n_mechanism">thresholds</data>
      <data key="n_categories">Mountain Meteorology; Regional Climatology; Atmospheric Physics</data>
      <data key="n_question">Why can one side of a mountain range be rainforest and the other desert, under the same weather?</data>
      <data key="n_words">1294</data>
    </node>
    <node id="raindrop-terminal-velocity">
      <data key="n_label">Terminal velocity of raindrops</data>
      <data key="n_domain">Physics</data>
      <data key="n_mechanism">equilibrium</data>
      <data key="n_categories">Aerodynamics; Classical Mechanics; Atmospheric Physics</data>
      <data key="n_question">Why does a raindrop falling from a kilometre up arrive gently instead of at bullet speed?</data>
      <data key="n_words">1359</data>
    </node>
    <node id="rainfall-isotope-distillation">
      <data key="n_label">Rainfall isotope distillation</data>
      <data key="n_domain">Earth, Climate &amp; Oceans</data>
      <data key="n_mechanism">selection</data>
      <data key="n_categories">Hydrology</data>
      <data key="n_question">Why does rain falling far inland carry lighter oxygen than the rain that fell near the coast?</data>
      <data key="n_words">1475</data>
    </node>
    <node id="random-audits">
      <data key="n_label">Random audits</data>
      <data key="n_domain">Government, Law &amp; Civics</data>
      <data key="n_mechanism">randomness</data>
      <data key="n_categories">Tax Law; Regulatory Compliance; Criminal Law</data>
      <data key="n_question">Why does a tax authority that inspects a few returns at random collect more honest filings than one that inspects only suspicious ones?</data>
      <data key="n_words">1494</data>
    </node>
    <node id="random-walk-recurrence">
      <data key="n_label">Random walk recurrence</data>
      <data key="n_domain">Mathematics &amp; Statistics</data>
      <data key="n_mechanism">randomness</data>
      <data key="n_categories">Stochastic Processes; Dimensional Analysis</data>
      <data key="n_question">Why is a wanderer stumbling at random across a plain certain to find home, while one wandering in three dimensions may never?</data>
      <data key="n_words">1238</data>
    </node>
    <node id="randomized-screening">
      <data key="n_label">Randomized screening</data>
      <data key="n_domain">Travel, Tourism &amp; Hospitality</data>
      <data key="n_mechanism">randomness</data>
      <data key="n_categories">Security Studies</data>
      <data key="n_question">Why does picking travellers for extra screening at random catch more than screening the ones who look most suspicious?</data>
      <data key="n_words">1402</data>
    </node>
    <node id="randomized-trials">
      <data key="n_label">Randomized trials</data>
      <data key="n_domain">Health &amp; Medicine</data>
      <data key="n_mechanism">randomness</data>
      <data key="n_categories">Clinical Research; Epidemiology; Evidence-Based Medicine</data>
      <data key="n_question">Why does deciding treatment by coin toss give more trustworthy answers than choosing carefully?</data>
      <data key="n_words">1397</data>
    </node>
    <node id="rapidly-changing-attributes">
      <data key="n_label">Rapidly changing attributes</data>
      <data key="n_domain">Computing, Data &amp; AI</data>
      <data key="n_mechanism">scale-effects</data>
      <data key="n_categories">Data Modeling; Storage Engineering</data>
      <data key="n_question">Why does an attribute that changes constantly have to be moved out of the table describing the thing it belongs to?</data>
      <data key="n_words">1411</data>
    </node>
    <node id="rare-words-in-corpora">
      <data key="n_label">Rare words in corpora</data>
      <data key="n_domain">Language, Media &amp; Communication</data>
      <data key="n_mechanism">scale-effects</data>
      <data key="n_categories">Lexicography; Quantitative Linguistics</data>
      <data key="n_question">Why does a dictionary need vastly more text to settle a rare word than a common one?</data>
      <data key="n_words">1428</data>
    </node>
    <node id="rate-limiting">
      <data key="n_label">Rate limiting</data>
      <data key="n_domain">Computing, Data &amp; AI</data>
      <data key="n_mechanism">equilibrium</data>
      <data key="n_categories">Capacity Planning; Cost Engineering</data>
      <data key="n_question">Why does a service protect itself by turning away work it could have handled?</data>
      <data key="n_words">1458</data>
    </node>
    <node id="re-identification">
      <data key="n_label">Re-identification of anonymized data</data>
      <data key="n_domain">Computing, Data &amp; AI</data>
      <data key="n_mechanism">proxy-evidence</data>
      <data key="n_categories">Data Privacy</data>
      <data key="n_question">Why can a dataset with every name removed still reveal exactly who is in it?</data>
      <data key="n_words">1381</data>
    </node>
    <node id="reading-acquisition">
      <data key="n_label">Reading acquisition</data>
      <data key="n_domain">Education &amp; Learning</data>
      <data key="n_mechanism">representation</data>
      <data key="n_categories">Reading Research; Language Acquisition; Education Policy</data>
      <data key="n_question">Why is learning to read so much harder than learning to speak?</data>
      <data key="n_words">1410</data>
    </node>
    <node id="reciprocity-failure">
      <data key="n_label">Reciprocity failure</data>
      <data key="n_domain">Arts, Design &amp; Culture</data>
      <data key="n_mechanism">thresholds</data>
      <data key="n_categories">Photography</data>
      <data key="n_question">Why does doubling an already long film exposure fail to double what the negative records?</data>
      <data key="n_words">1414</data>
    </node>
    <node id="recommendation-narrowing">
      <data key="n_label">Recommendation narrowing</data>
      <data key="n_domain">Computing, Data &amp; AI</data>
      <data key="n_mechanism">feedback-loops</data>
      <data key="n_categories">Information Retrieval; Data Privacy</data>
      <data key="n_question">Why does a system built to show you what you like end up narrowing what you see?</data>
      <data key="n_words">1297</data>
    </node>
    <node id="recorded-voice">
      <data key="n_label">Voice recording mismatch</data>
      <data key="n_domain">Arts, Design &amp; Culture</data>
      <data key="n_mechanism">perception-vs-reality</data>
      <data key="n_categories">Audio Engineering; Vocal Acoustics</data>
      <data key="n_question">Why does your own recorded voice sound like a stranger's while everyone else says it sounds normal?</data>
      <data key="n_words">1312</data>
    </node>
    <node id="recording-a-change-without-losing-the-present">
      <data key="n_label">Recording a change without losing the present</data>
      <data key="n_domain">Computing, Data &amp; AI</data>
      <data key="n_mechanism">path-dependence</data>
      <data key="n_categories">Data Modeling; Data Architecture</data>
      <data key="n_question">How can a table show both what a customer's details are now and what they were when they ordered?</data>
      <data key="n_words">1447</data>
    </node>
    <node id="recovering-a-schedule-nobody-wrote-down">
      <data key="n_label">Recovering a schedule nobody wrote down</data>
      <data key="n_domain">Computing, Data &amp; AI</data>
      <data key="n_mechanism">proxy-evidence</data>
      <data key="n_categories">Reverse Engineering; Program Analysis</data>
      <data key="n_question">How do you reconstruct the order a nightly process runs in when no document describes it?</data>
      <data key="n_words">1424</data>
    </node>
    <node id="recovering-what-the-business-meant">
      <data key="n_label">Recovering what the business meant</data>
      <data key="n_domain">Computing, Data &amp; AI</data>
      <data key="n_mechanism">inference-under-uncertainty</data>
      <data key="n_categories">Reverse Engineering; Requirements Engineering</data>
      <data key="n_question">How do you work out what a rule was for when all that survives is the code that enforces it?</data>
      <data key="n_words">1430</data>
    </node>
    <node id="recovery-objectives">
      <data key="n_label">Recovery objectives</data>
      <data key="n_domain">Computing, Data &amp; AI</data>
      <data key="n_mechanism">tradeoffs</data>
      <data key="n_categories">Resilience Engineering; Capacity Planning</data>
      <data key="n_question">Why does planning for disaster start with deciding how much data you are willing to lose?</data>
      <data key="n_words">1314</data>
    </node>
    <node id="recycling-contamination">
      <data key="n_label">Recycling contamination</data>
      <data key="n_domain">Home, Consumer &amp; Everyday Life</data>
      <data key="n_mechanism">collective-action</data>
      <data key="n_categories">Waste Management; Behavioral Economics</data>
      <data key="n_question">Why can one neighbour's careless bin send an entire lorry-load to landfill?</data>
      <data key="n_words">1317</data>
    </node>
    <node id="redefining-the-kilogram">
      <data key="n_label">Redefining the kilogram</data>
      <data key="n_domain">Physics</data>
      <data key="n_mechanism">coordination</data>
      <data key="n_categories">Measurement Theory; Instrumentation</data>
      <data key="n_question">Why did the world's laboratories replace a real lump of metal with a fixed number?</data>
      <data key="n_words">1438</data>
    </node>
    <node id="redox-banding-in-sediment">
      <data key="n_label">Redox banding in sediment</data>
      <data key="n_domain">Biology &amp; Ecology</data>
      <data key="n_mechanism">gradients-and-flows</data>
      <data key="n_categories">Microbial Ecology; Biogeochemistry</data>
      <data key="n_question">Why do the microbes in a jar of pond mud sort themselves into coloured bands that nobody arranged?</data>
      <data key="n_words">1399</data>
    </node>
    <node id="redundancy-of-written-text">
      <data key="n_label">Redundancy of written text</data>
      <data key="n_domain">Language, Media &amp; Communication</data>
      <data key="n_mechanism">information-limits</data>
      <data key="n_categories">Information Theory; Quantitative Linguistics</data>
      <data key="n_question">Why can a sentence survive losing half its letters, yet resist being compressed below a fixed size?</data>
      <data key="n_words">1292</data>
    </node>
    <node id="redundant-climbing-anchors">
      <data key="n_label">Redundant climbing anchors</data>
      <data key="n_domain">Sports, Exercise &amp; Recreation</data>
      <data key="n_mechanism">redundancy</data>
      <data key="n_categories">Climbing; Occupational Safety</data>
      <data key="n_question">Why does a climber build an anchor from several pieces when any one of them would hold?</data>
      <data key="n_words">1221</data>
    </node>
    <node id="reentry-heating">
      <data key="n_label">Reentry heating</data>
      <data key="n_domain">Astronomy &amp; Space</data>
      <data key="n_mechanism">conservation-laws</data>
      <data key="n_categories">Atmospheric Entry Physics; Shock Waves; Spacecraft Engineering</data>
      <data key="n_question">Why does a returning capsule glow white-hot in air far too thin for a person to breathe?</data>
      <data key="n_words">1431</data>
    </node>
    <node id="referred-pain">
      <data key="n_label">Referred pain</data>
      <data key="n_domain">Health &amp; Medicine</data>
      <data key="n_mechanism">representation</data>
      <data key="n_categories">Pain Medicine; Cardiology; Neuroscience</data>
      <data key="n_question">Why does a failing heart announce itself in the arm and jaw rather than only in the chest?</data>
      <data key="n_words">1266</data>
    </node>
    <node id="refinement-stages">
      <data key="n_label">Refinement stages</data>
      <data key="n_domain">Computing, Data &amp; AI</data>
      <data key="n_mechanism">specialization</data>
      <data key="n_categories">Data Architecture; Data Engineering</data>
      <data key="n_question">Why copy the same data three times instead of cleaning it once on the way in?</data>
      <data key="n_words">1355</data>
    </node>
    <node id="reflective-equilibrium">
      <data key="n_label">Reflective equilibrium</data>
      <data key="n_domain">Philosophy, Ethics &amp; Religion</data>
      <data key="n_mechanism">equilibrium</data>
      <data key="n_categories">Moral Philosophy; Epistemology</data>
      <data key="n_question">When a cherished principle and a firm intuition collide, which one ought to give way?</data>
      <data key="n_words">1337</data>
    </node>
    <node id="refrigerant-changeover">
      <data key="n_label">Refrigerant changeover</data>
      <data key="n_domain">Chemistry &amp; Materials</data>
      <data key="n_mechanism">coordination</data>
      <data key="n_categories">Atmospheric Chemistry; Chemical Engineering</data>
      <data key="n_question">Why must a whole industry change refrigerants at once when any one firm could switch alone?</data>
      <data key="n_words">1442</data>
    </node>
    <node id="regional-incentive-bidding">
      <data key="n_label">Regional incentive bidding</data>
      <data key="n_domain">Geography &amp; Regional Studies</data>
      <data key="n_mechanism">collective-action</data>
      <data key="n_categories">Economic Geography; Public Finance</data>
      <data key="n_question">Why does every region offering a bigger subsidy to win the same factory leave them all poorer than offering none?</data>
      <data key="n_words">1398</data>
    </node>
    <node id="regression-to-the-mean">
      <data key="n_label">Regression to the mean</data>
      <data key="n_domain">Mathematics &amp; Statistics</data>
      <data key="n_mechanism">randomness</data>
      <data key="n_categories">Probability; Statistical Inference; Research Methods</data>
      <data key="n_question">Why is an exceptional performance usually followed by a more ordinary one?</data>
      <data key="n_words">1316</data>
    </node>
    <node id="regulatory-capture">
      <data key="n_label">Regulatory capture</data>
      <data key="n_domain">Government, Law &amp; Civics</data>
      <data key="n_mechanism">incentives</data>
      <data key="n_categories">Regulatory Policy; Political Economy; Government Accountability</data>
      <data key="n_question">Why does an agency created to regulate an industry so often end up defending it?</data>
      <data key="n_words">1329</data>
    </node>
    <node id="regulatory-grandfathering">
      <data key="n_label">Regulatory grandfathering</data>
      <data key="n_domain">Government, Law &amp; Civics</data>
      <data key="n_mechanism">path-dependence</data>
      <data key="n_categories">Regulatory Policy; Regulatory Compliance</data>
      <data key="n_question">Why do new safety rules so often exempt the very buildings that prompted them?</data>
      <data key="n_words">1334</data>
    </node>
    <node id="regulatory-ossification">
      <data key="n_label">Regulatory ossification</data>
      <data key="n_domain">Government, Law &amp; Civics</data>
      <data key="n_mechanism">accumulation</data>
      <data key="n_categories">Administrative Law; Public Administration; Regulatory Policy</data>
      <data key="n_question">Why does an agency hedged about with safeguards against bad rules end up making almost no rules at all?</data>
      <data key="n_words">1395</data>
    </node>
    <node id="reinforced-concrete">
      <data key="n_label">Reinforced concrete</data>
      <data key="n_domain">Engineering &amp; Technology</data>
      <data key="n_mechanism">structure-and-function</data>
      <data key="n_categories">Civil Engineering; Structural Engineering; Materials Engineering</data>
      <data key="n_question">Why does concrete need steel buried inside it to span a gap?</data>
      <data key="n_words">1208</data>
    </node>
    <node id="relative-age-effect">
      <data key="n_label">Relative age effect</data>
      <data key="n_domain">Sports, Exercise &amp; Recreation</data>
      <data key="n_mechanism">path-dependence</data>
      <data key="n_categories">Youth Development; Sports Analytics</data>
      <data key="n_question">Why are elite young players born disproportionately in the months just after the age-group cutoff?</data>
      <data key="n_words">1386</data>
    </node>
    <node id="releasing-to-a-few-first">
      <data key="n_label">Releasing to a few first</data>
      <data key="n_domain">Computing, Data &amp; AI</data>
      <data key="n_mechanism">proxy-evidence</data>
      <data key="n_categories">Release Engineering; Statistics</data>
      <data key="n_question">How do you find out whether a change is safe for everyone without exposing everyone to it?</data>
      <data key="n_words">1442</data>
    </node>
    <node id="relic-proved-false">
      <data key="n_label">A relic proved false</data>
      <data key="n_domain">Philosophy, Ethics &amp; Religion</data>
      <data key="n_mechanism">path-dependence</data>
      <data key="n_categories">Religious Aesthetics; Value Theory; Material Culture</data>
      <data key="n_question">Why does a venerated object lose its power the moment it is shown to be a forgery, though nothing about the object itself has changed?</data>
      <data key="n_words">1420</data>
    </node>
    <node id="remembered-holidays">
      <data key="n_label">Remembered holidays</data>
      <data key="n_domain">Travel, Tourism &amp; Hospitality</data>
      <data key="n_mechanism">representation</data>
      <data key="n_categories">Memory Research; Tourism Studies</data>
      <data key="n_question">Why can a two-week holiday be remembered almost entirely by its last afternoon?</data>
      <data key="n_words">1339</data>
    </node>
    <node id="remembering-the-sub-answers">
      <data key="n_label">Remembering the sub-answers</data>
      <data key="n_domain">Computing, Data &amp; AI</data>
      <data key="n_mechanism">accumulation</data>
      <data key="n_categories">Algorithm Analysis; Computational Complexity</data>
      <data key="n_question">Why does writing down answers you have already worked out turn an impossible calculation into an instant one?</data>
      <data key="n_words">1363</data>
    </node>
    <node id="reminiscence-bump">
      <data key="n_label">Reminiscence bump</data>
      <data key="n_domain">Family, Relationships &amp; Human Development</data>
      <data key="n_mechanism">path-dependence</data>
      <data key="n_categories">Lifespan Development; Autobiographical Memory; Gerontology</data>
      <data key="n_question">Why do people in old age recall their late teens and twenties far more vividly than the decades since?</data>
      <data key="n_words">1384</data>
    </node>
    <node id="remittances-and-children-left-behind">
      <data key="n_label">Remittances and the children left behind</data>
      <data key="n_domain">Family, Relationships &amp; Human Development</data>
      <data key="n_mechanism">tradeoffs</data>
      <data key="n_categories">Migration Studies; Kinship Economics; Household Formation</data>
      <data key="n_question">Why can money sent home by a migrant parent lift a child's school enrolment while lowering what they learn?</data>
      <data key="n_words">1421</data>
    </node>
    <node id="repair-economics">
      <data key="n_label">Repair economics</data>
      <data key="n_domain">Home, Consumer &amp; Everyday Life</data>
      <data key="n_mechanism">tradeoffs</data>
      <data key="n_categories">Consumer Economics; Product Design</data>
      <data key="n_question">Why is it so often cheaper to replace a broken device than to mend it?</data>
      <data key="n_words">1214</data>
    </node>
    <node id="replacing-a-system-you-cannot-turn-off">
      <data key="n_label">Replacing a system you cannot turn off</data>
      <data key="n_domain">Computing, Data &amp; AI</data>
      <data key="n_mechanism">path-dependence</data>
      <data key="n_categories">Legacy Modernization; Release Engineering</data>
      <data key="n_question">How do you rebuild something while it continues to run every day without interruption?</data>
      <data key="n_words">1443</data>
    </node>
    <node id="replay-determinism">
      <data key="n_label">Replay determinism</data>
      <data key="n_domain">Computing, Data &amp; AI</data>
      <data key="n_mechanism">constraints</data>
      <data key="n_categories">Workflow Orchestration; Formal Verification</data>
      <data key="n_question">Why must code that will be re-run from the beginning be forbidden from asking what time it is?</data>
      <data key="n_words">1477</data>
    </node>
    <node id="replication-lag">
      <data key="n_label">Replication lag</data>
      <data key="n_domain">Computing, Data &amp; AI</data>
      <data key="n_mechanism">gradients-and-flows</data>
      <data key="n_categories">Consistency Models; Data Engineering</data>
      <data key="n_question">Why can a system tell you something different one second after it told you it was saved?</data>
      <data key="n_words">1452</data>
    </node>
    <node id="requests-you-did-not-make">
      <data key="n_label">Requests you did not make</data>
      <data key="n_domain">Computing, Data &amp; AI</data>
      <data key="n_mechanism">constraints</data>
      <data key="n_categories">Web Security; Access Control</data>
      <data key="n_question">How can a site you are not even looking at act as you on one you are?</data>
      <data key="n_words">1340</data>
    </node>
    <node id="reservoir-operating-dilemma">
      <data key="n_label">Reservoir operating dilemma</data>
      <data key="n_domain">Earth, Climate &amp; Oceans</data>
      <data key="n_mechanism">tradeoffs</data>
      <data key="n_categories">Hydrology; Watershed Hydrology</data>
      <data key="n_question">Why can a reservoir not be ready for a drought and a flood at the same time?</data>
      <data key="n_words">1454</data>
    </node>
    <node id="resonance">
      <data key="n_label">Resonance</data>
      <data key="n_domain">Physics</data>
      <data key="n_mechanism">rhythms-and-cycles</data>
      <data key="n_categories">Mechanics; Acoustics; Structural Engineering</data>
      <data key="n_question">Why can a series of small pushes destroy a structure that a single hard shove cannot?</data>
      <data key="n_words">1053</data>
    </node>
    <node id="resource-revenue-and-accountability">
      <data key="n_label">Resource revenue and accountability</data>
      <data key="n_domain">Government, Law &amp; Civics</data>
      <data key="n_mechanism">incentives</data>
      <data key="n_categories">Public Finance; Political Economy; Public Administration</data>
      <data key="n_question">Why can a government funded by oil revenue end up less answerable to its citizens than one funded by taxes?</data>
      <data key="n_words">1374</data>
    </node>
    <node id="restaurant-districts">
      <data key="n_label">Restaurant districts</data>
      <data key="n_domain">Travel, Tourism &amp; Hospitality</data>
      <data key="n_mechanism">emergence</data>
      <data key="n_categories">Regional Development; Cultural Economics</data>
      <data key="n_question">Why do rival restaurants crowd onto one street instead of spreading across the city?</data>
      <data key="n_words">1454</data>
    </node>
    <node id="retail-clustering">
      <data key="n_label">Retail clustering</data>
      <data key="n_domain">Economics &amp; Business</data>
      <data key="n_mechanism">equilibrium</data>
      <data key="n_categories">Industrial Organization; Spatial Economics; Business Strategy</data>
      <data key="n_question">Why do competing shops crowd onto the same street instead of spreading across a town?</data>
      <data key="n_words">1314</data>
    </node>
    <node id="retail-seasonality">
      <data key="n_label">Retail seasonality</data>
      <data key="n_domain">Economics &amp; Business</data>
      <data key="n_mechanism">rhythms-and-cycles</data>
      <data key="n_categories">Revenue Management; Inventory Control; Consumer Studies</data>
      <data key="n_question">Why does a shop earn most of its year in six weeks and then discount the same goods?</data>
      <data key="n_words">1363</data>
    </node>
    <node id="retention-money">
      <data key="n_label">Retention money</data>
      <data key="n_domain">Work, Careers &amp; Skilled Trades</data>
      <data key="n_mechanism">commitment</data>
      <data key="n_categories">Construction Management; Contract Theory</data>
      <data key="n_question">Why would a builder agree to let a client hold back part of his payment?</data>
      <data key="n_words">1439</data>
    </node>
    <node id="retrieval-augmented-generation">
      <data key="n_label">Retrieval-augmented generation</data>
      <data key="n_domain">Computing, Data &amp; AI</data>
      <data key="n_mechanism">specialization</data>
      <data key="n_categories">Information Retrieval; Machine Learning Systems</data>
      <data key="n_question">Why does handing a model the source document work better than training the document into it?</data>
      <data key="n_words">1416</data>
    </node>
    <node id="retrieval-practice">
      <data key="n_label">Retrieval practice</data>
      <data key="n_domain">Education &amp; Learning</data>
      <data key="n_mechanism">adaptation</data>
      <data key="n_categories">Learning Science; Cognitive Psychology; Memory Research</data>
      <data key="n_question">Why does trying to recall an answer improve learning more than rereading it?</data>
      <data key="n_words">1090</data>
    </node>
    <node id="retry-storms">
      <data key="n_label">Retry storms</data>
      <data key="n_domain">Computing, Data &amp; AI</data>
      <data key="n_mechanism">exponential-growth</data>
      <data key="n_categories">Resilience Engineering; Capacity Planning</data>
      <data key="n_question">Why does every client politely trying again turn a brief hiccup into an outage that will not end?</data>
      <data key="n_words">1397</data>
    </node>
    <node id="return-to-play-decision">
      <data key="n_label">Return-to-play decision</data>
      <data key="n_domain">Sports, Exercise &amp; Recreation</data>
      <data key="n_mechanism">inference-under-uncertainty</data>
      <data key="n_categories">Sports Medicine; Sports Governance</data>
      <data key="n_question">How can a doctor clear an athlete when no test can show the injury has healed?</data>
      <data key="n_words">1348</data>
    </node>
    <node id="return-trip-effect">
      <data key="n_label">Return-trip effect</data>
      <data key="n_domain">Travel, Tourism &amp; Hospitality</data>
      <data key="n_mechanism">perception-vs-reality</data>
      <data key="n_categories">Time Perception; Environmental Psychology; Tourism Studies</data>
      <data key="n_question">Why does the journey out feel longer than the identical journey home?</data>
      <data key="n_words">1294</data>
    </node>
    <node id="review-polarization">
      <data key="n_label">Review polarization</data>
      <data key="n_domain">Home, Consumer &amp; Everyday Life</data>
      <data key="n_mechanism">selection</data>
      <data key="n_categories">Reputation Mechanisms</data>
      <data key="n_question">Why do online ratings pile up at five stars and one star with almost nothing in between?</data>
      <data key="n_words">1381</data>
    </node>
    <node id="revolution-timing">
      <data key="n_label">Revolution timing</data>
      <data key="n_domain">History, Society &amp; Anthropology</data>
      <data key="n_mechanism">perception-vs-reality</data>
      <data key="n_categories">Sociology</data>
      <data key="n_question">Why do revolutions so often break out after conditions have started to improve?</data>
      <data key="n_words">1261</data>
    </node>
    <node id="rice-cooker-cutoff">
      <data key="n_label">Rice cooker cutoff</data>
      <data key="n_domain">Home, Consumer &amp; Everyday Life</data>
      <data key="n_mechanism">thresholds</data>
      <data key="n_categories">Household Appliances; Culinary Science; Phase Behavior</data>
      <data key="n_question">Why does a rice cooker with no timer or sensor switch itself off exactly when the rice is done?</data>
      <data key="n_words">1420</data>
    </node>
    <node id="ritual-meaning">
      <data key="n_label">Ritual meaning</data>
      <data key="n_domain">Philosophy, Ethics &amp; Religion</data>
      <data key="n_mechanism">coordination</data>
      <data key="n_categories">Religious Studies; Cultural Anthropology; Sociology</data>
      <data key="n_question">How can a repeated ritual strengthen a group even when its practical purpose is unclear?</data>
      <data key="n_words">1090</data>
    </node>
    <node id="ritual-purity-and-contagion">
      <data key="n_label">Ritual purity and contagion</data>
      <data key="n_domain">Philosophy, Ethics &amp; Religion</data>
      <data key="n_mechanism">gradients-and-flows</data>
      <data key="n_categories">Ritual Studies; Religious Law; Cultural Anthropology</data>
      <data key="n_question">Why does touching an impure thing spread impurity when touching a holy thing rarely spreads holiness?</data>
      <data key="n_words">1224</data>
    </node>
    <node id="river-boundaries-that-shift">
      <data key="n_label">River boundaries that shift</data>
      <data key="n_domain">Geography &amp; Regional Studies</data>
      <data key="n_mechanism">thresholds</data>
      <data key="n_categories">Political Geography; Fluvial Geomorphology; Land Use Studies</data>
      <data key="n_question">Why does a boundary set in midriver follow the water when the channel creeps but stay behind when it jumps?</data>
      <data key="n_words">1482</data>
    </node>
    <node id="river-capture">
      <data key="n_label">River capture</data>
      <data key="n_domain">Geography &amp; Regional Studies</data>
      <data key="n_mechanism">feedback-loops</data>
      <data key="n_categories">Fluvial Geomorphology; Geomorphology</data>
      <data key="n_question">Why can the divide between two river basins creep across the land, handing one river's headwaters to its neighbour?</data>
      <data key="n_words">1374</data>
    </node>
    <node id="river-name-survival">
      <data key="n_label">River name survival</data>
      <data key="n_domain">Geography &amp; Regional Studies</data>
      <data key="n_mechanism">selection</data>
      <data key="n_categories">Toponymy</data>
      <data key="n_question">Why do a region's river names outlast the language of every people who have ruled it?</data>
      <data key="n_words">1475</data>
    </node>
    <node id="road-cracking">
      <data key="n_label">Road cracking</data>
      <data key="n_domain">Engineering &amp; Technology</data>
      <data key="n_mechanism">accumulation</data>
      <data key="n_categories">Civil Engineering; Fracture Mechanics</data>
      <data key="n_question">Why do roads crack in regular patterns even where no vehicle ever drives?</data>
      <data key="n_words">1344</data>
    </node>
    <node id="rocket-staging">
      <data key="n_label">Rocket staging</data>
      <data key="n_domain">Astronomy &amp; Space</data>
      <data key="n_mechanism">constraints</data>
      <data key="n_categories">Spaceflight Dynamics; Spacecraft Engineering; Orbital Mechanics</data>
      <data key="n_question">Why does a rocket throw away most of itself on the way up?</data>
      <data key="n_words">1385</data>
    </node>
    <node id="rogue-waves">
      <data key="n_label">Rogue waves</data>
      <data key="n_domain">Earth, Climate &amp; Oceans</data>
      <data key="n_mechanism">randomness</data>
      <data key="n_categories">Wave Physics; Physical Oceanography; Marine Engineering</data>
      <data key="n_question">Why can one wave twice the height of its neighbours rise out of an otherwise ordinary sea?</data>
      <data key="n_words">1422</data>
    </node>
    <node id="roles-as-compression">
      <data key="n_label">Roles as compression</data>
      <data key="n_domain">Computing, Data &amp; AI</data>
      <data key="n_mechanism">accumulation</data>
      <data key="n_categories">Access Control; Information Systems</data>
      <data key="n_question">Why does a tidy set of roles turn, over years, into hundreds nobody can explain?</data>
      <data key="n_words">1369</data>
    </node>
    <node id="rolling-boil-versus-simmer">
      <data key="n_label">Rolling boil versus simmer</data>
      <data key="n_domain">Home, Consumer &amp; Everyday Life</data>
      <data key="n_mechanism">equilibrium</data>
      <data key="n_categories">Culinary Science</data>
      <data key="n_question">Why does a furious rolling boil cook potatoes no faster than a gentle simmer?</data>
      <data key="n_words">1386</data>
    </node>
    <node id="room-turnover-window">
      <data key="n_label">Room turnover window</data>
      <data key="n_domain">Travel, Tourism &amp; Hospitality</data>
      <data key="n_mechanism">constraints</data>
      <data key="n_categories">Hotel Operations; Operations Research</data>
      <data key="n_question">Why does a hotel leave its rooms standing empty for four hours in the middle of every day?</data>
      <data key="n_words">1426</data>
    </node>
    <node id="rotation-and-storm-size">
      <data key="n_label">Rotation and storm size</data>
      <data key="n_domain">Earth, Climate &amp; Oceans</data>
      <data key="n_mechanism">scale-effects</data>
      <data key="n_categories">Geophysical Fluid Dynamics; Atmospheric Dynamics; Fluid Mechanics</data>
      <data key="n_question">Why does Earth's rotation steer a hurricane but not the water leaving a sink?</data>
      <data key="n_words">1332</data>
    </node>
    <node id="rough-in-inspection">
      <data key="n_label">Rough-in inspection</data>
      <data key="n_domain">Work, Careers &amp; Skilled Trades</data>
      <data key="n_mechanism">information-limits</data>
      <data key="n_categories">Construction Management; Public Policy</data>
      <data key="n_question">Why does an inspector sign off wiring and pipework before the walls go on rather than when the job is finished?</data>
      <data key="n_words">1369</data>
    </node>
    <node id="rout">
      <data key="n_label">Rout</data>
      <data key="n_domain">Military, Conflict &amp; Strategic Studies</data>
      <data key="n_mechanism">thresholds</data>
      <data key="n_categories">Social Psychology; Military Sociology</data>
      <data key="n_question">Why does a unit break and run after losing only a small fraction of its strength?</data>
      <data key="n_words">1409</data>
    </node>
    <node id="route-survival-after-downturns">
      <data key="n_label">Route survival after downturns</data>
      <data key="n_domain">Travel, Tourism &amp; Hospitality</data>
      <data key="n_mechanism">selection</data>
      <data key="n_categories">Airline Operations; Transport Economics</data>
      <data key="n_question">Why do some airline routes reappear after every crisis while others never come back?</data>
      <data key="n_words">1405</data>
    </node>
    <node id="routinization-of-charisma">
      <data key="n_label">Routinization of charisma</data>
      <data key="n_domain">Philosophy, Ethics &amp; Religion</data>
      <data key="n_mechanism">scale-effects</data>
      <data key="n_categories">Sociology; Theology</data>
      <data key="n_question">Why must a movement founded on one person's authority become a bureaucracy in order to survive?</data>
      <data key="n_words">1345</data>
    </node>
    <node id="rowing-crew-scale">
      <data key="n_label">Rowing crew scale</data>
      <data key="n_domain">Sports, Exercise &amp; Recreation</data>
      <data key="n_mechanism">scale-effects</data>
      <data key="n_categories">Human Movement; Fluid Mechanics; Sports Equipment Design</data>
      <data key="n_question">Why does an eight travel faster than a single sculler when every rower in it produces no more power than the sculler does?</data>
      <data key="n_words">1338</data>
    </node>
    <node id="rubatos-borrowed-time">
      <data key="n_label">Rubato's borrowed time</data>
      <data key="n_domain">Arts, Design &amp; Culture</data>
      <data key="n_mechanism">conservation-laws</data>
      <data key="n_categories">Performance Practice; Music Theory</data>
      <data key="n_question">Why must a performer who stretches one note give the time back somewhere else?</data>
      <data key="n_words">1270</data>
    </node>
    <node id="rubber-elasticity">
      <data key="n_label">Rubber elasticity</data>
      <data key="n_domain">Chemistry &amp; Materials</data>
      <data key="n_mechanism">randomness</data>
      <data key="n_categories">Polymer Chemistry; Soft Matter Physics; Materials Engineering</data>
      <data key="n_question">Why does a stretched rubber band pull back, and why does it warm when you stretch it?</data>
      <data key="n_words">1294</data>
    </node>
    <node id="rubber-stamped-review">
      <data key="n_label">Rubber-stamped review</data>
      <data key="n_domain">Computing, Data &amp; AI</data>
      <data key="n_mechanism">incentives</data>
      <data key="n_categories">AI Safety; Machine Learning Operations</data>
      <data key="n_question">Why does a human reviewer who approves almost everything provide almost no safety?</data>
      <data key="n_words">1389</data>
    </node>
    <node id="rule-against-the-case">
      <data key="n_label">Keeping a rule against the case</data>
      <data key="n_domain">Philosophy, Ethics &amp; Religion</data>
      <data key="n_mechanism">tradeoffs</data>
      <data key="n_categories">Normative Ethics; Philosophy of Action</data>
      <data key="n_question">Why should you keep a rule in the one case where breaking it would plainly do more good?</data>
      <data key="n_words">1475</data>
    </node>
    <node id="rules-of-thumb-on-site">
      <data key="n_label">Rules of thumb on site</data>
      <data key="n_domain">Work, Careers &amp; Skilled Trades</data>
      <data key="n_mechanism">tradeoffs</data>
      <data key="n_categories">Craft Knowledge; Construction Management</data>
      <data key="n_question">Why does a tradesman's rule of thumb, wrong in theory, keep beating the exact calculation on site?</data>
      <data key="n_words">1400</data>
    </node>
    <node id="rumour-sharpening">
      <data key="n_label">Rumour sharpening</data>
      <data key="n_domain">Language, Media &amp; Communication</data>
      <data key="n_mechanism">selection</data>
      <data key="n_categories">Social Psychology; Cultural Evolution; Oral Narrative</data>
      <data key="n_question">Why does a story grow sharper and more dramatic each time it is passed along?</data>
      <data key="n_words">1366</data>
    </node>
    <node id="runaway-planetesimal-growth">
      <data key="n_label">Runaway planetesimal growth</data>
      <data key="n_domain">Astronomy &amp; Space</data>
      <data key="n_mechanism">exponential-growth</data>
      <data key="n_categories">Planetary Science; Small Body Astronomy</data>
      <data key="n_question">Why do a few bodies become planets while trillions of their neighbors never grow at all?</data>
      <data key="n_words">1422</data>
    </node>
    <node id="running-both-and-comparing">
      <data key="n_label">Running both and comparing</data>
      <data key="n_domain">Computing, Data &amp; AI</data>
      <data key="n_mechanism">proxy-evidence</data>
      <data key="n_categories">Legacy Modernization; Software Testing</data>
      <data key="n_question">How do you prove a replacement behaves like the original when nobody knows exactly what the original does?</data>
      <data key="n_words">1389</data>
    </node>
    <node id="running-in-wear">
      <data key="n_label">Running-in wear</data>
      <data key="n_domain">Work, Careers &amp; Skilled Trades</data>
      <data key="n_mechanism">adaptation</data>
      <data key="n_categories">Equipment Maintenance; Machining</data>
      <data key="n_question">Why does new machinery last longer if its first hours are spent wearing itself down?</data>
      <data key="n_words">1377</data>
    </node>
    <node id="runoff-from-dry-ground">
      <data key="n_label">Runoff from dry ground</data>
      <data key="n_domain">Environment, Agriculture &amp; Food</data>
      <data key="n_mechanism">structure-and-function</data>
      <data key="n_categories">Soil Science; Watershed Hydrology; Agronomy</data>
      <data key="n_question">Why does a downpour on parched ground mostly run away instead of soaking in?</data>
      <data key="n_words">1314</data>
    </node>
    <node id="rural-depopulation">
      <data key="n_label">Rural depopulation</data>
      <data key="n_domain">Geography &amp; Regional Studies</data>
      <data key="n_mechanism">feedback-loops</data>
      <data key="n_categories">Population Geography; Regional Development; Economic Geography</data>
      <data key="n_question">Why do people keep leaving places their families lived in for generations?</data>
      <data key="n_words">1285</data>
    </node>
    <node id="sacrificial-anodes">
      <data key="n_label">Sacrificial anodes</data>
      <data key="n_domain">Chemistry &amp; Materials</data>
      <data key="n_mechanism">gradients-and-flows</data>
      <data key="n_categories">Electrochemistry; Marine Engineering; Protective Coatings</data>
      <data key="n_question">Why does bolting a lump of soft zinc onto a steel hull stop the steel from rusting away?</data>
      <data key="n_words">1421</data>
    </node>
    <node id="safety-stock">
      <data key="n_label">Safety stock</data>
      <data key="n_domain">Economics &amp; Business</data>
      <data key="n_mechanism">tradeoffs</data>
      <data key="n_categories">Inventory Control; Operations Planning; Demand Forecasting</data>
      <data key="n_question">Why is a shop that never once runs out of an item almost certainly ordering too much of it?</data>
      <data key="n_words">1333</data>
    </node>
    <node id="sagas">
      <data key="n_label">Sagas</data>
      <data key="n_domain">Computing, Data &amp; AI</data>
      <data key="n_mechanism">coordination</data>
      <data key="n_categories">Consistency Models; Workflow Orchestration</data>
      <data key="n_question">How do you undo half a transaction that spanned five systems, none of which can roll back?</data>
      <data key="n_words">1428</data>
    </node>
    <node id="sailing-upwind">
      <data key="n_label">Sailing upwind</data>
      <data key="n_domain">Sports, Exercise &amp; Recreation</data>
      <data key="n_mechanism">structure-and-function</data>
      <data key="n_categories">Sports Aerodynamics; Fluid Mechanics</data>
      <data key="n_question">Why can a sailing boat travel toward the very wind that is pushing against it?</data>
      <data key="n_words">1411</data>
    </node>
    <node id="salary-cap">
      <data key="n_label">Salary cap</data>
      <data key="n_domain">Sports, Exercise &amp; Recreation</data>
      <data key="n_mechanism">commitment</data>
      <data key="n_categories">Sports Governance; Game Theory</data>
      <data key="n_question">Why do leagues forbid their own clubs from spending money the clubs already have?</data>
      <data key="n_words">1356</data>
    </node>
    <node id="salinization">
      <data key="n_label">Salinization</data>
      <data key="n_domain">Environment, Agriculture &amp; Food</data>
      <data key="n_mechanism">accumulation</data>
      <data key="n_categories">Agronomy; Soil Science; Irrigation Science</data>
      <data key="n_question">Why can irrigating a field for years eventually leave it barren?</data>
      <data key="n_words">1368</data>
    </node>
    <node id="salt-marsh-accretion">
      <data key="n_label">Salt marsh accretion</data>
      <data key="n_domain">Earth, Climate &amp; Oceans</data>
      <data key="n_mechanism">adaptation</data>
      <data key="n_categories">Coastal Geomorphology; Marine Ecology</data>
      <data key="n_question">How can a marsh keep its head above a sea that will not stop rising?</data>
      <data key="n_words">1468</data>
    </node>
    <node id="salt-trade-routes">
      <data key="n_label">Salt trade routes</data>
      <data key="n_domain">History, Society &amp; Anthropology</data>
      <data key="n_mechanism">gradients-and-flows</data>
      <data key="n_categories">Economic Anthropology; Historical Geography</data>
      <data key="n_question">Why did caravans cross a desert to carry something people elsewhere could scrape off a shore?</data>
      <data key="n_words">1337</data>
    </node>
    <node id="sample-size-versus-population">
      <data key="n_label">Sample size versus population</data>
      <data key="n_domain">Mathematics &amp; Statistics</data>
      <data key="n_mechanism">randomness</data>
      <data key="n_categories">Survey Sampling; Estimation Theory</data>
      <data key="n_question">Why does a poll of a thousand people describe a nation of millions no less accurately than it describes a small town?</data>
      <data key="n_words">1249</data>
    </node>
    <node id="sandwich-generation-overlap">
      <data key="n_label">Sandwich-generation overlap</data>
      <data key="n_domain">Family, Relationships &amp; Human Development</data>
      <data key="n_mechanism">rhythms-and-cycles</data>
      <data key="n_categories">Lifespan Development; Intergenerational Studies; Family Demography</data>
      <data key="n_question">Why does having children later push care for parents and children into the very same years?</data>
      <data key="n_words">1365</data>
    </node>
    <node id="savings-commitment-devices">
      <data key="n_label">Savings commitment devices</data>
      <data key="n_domain">Home, Consumer &amp; Everyday Life</data>
      <data key="n_mechanism">commitment</data>
      <data key="n_categories">Household Finance; Behavioral Economics</data>
      <data key="n_question">Why do people lock money into an account that pays nothing to give it back?</data>
      <data key="n_words">1430</data>
    </node>
    <node id="scaffold-ties">
      <data key="n_label">Scaffold ties</data>
      <data key="n_domain">Work, Careers &amp; Skilled Trades</data>
      <data key="n_mechanism">scale-effects</data>
      <data key="n_categories">Rigging and Temporary Works; Structural Engineering</data>
      <data key="n_question">Why is a scaffold that stands up perfectly well on its own still bolted back to the wall it surrounds?</data>
      <data key="n_words">1408</data>
    </node>
    <node id="scaling-a-recipe-up">
      <data key="n_label">Scaling a recipe up</data>
      <data key="n_domain">Environment, Agriculture &amp; Food</data>
      <data key="n_mechanism">scale-effects</data>
      <data key="n_categories">Culinary Science; Food Science</data>
      <data key="n_question">Why does quadrupling a recipe ruin a dish that four separate batches make perfectly?</data>
      <data key="n_words">1350</data>
    </node>
    <node id="scaling-that-overshoots">
      <data key="n_label">Scaling that overshoots</data>
      <data key="n_domain">Computing, Data &amp; AI</data>
      <data key="n_mechanism">feedback-loops</data>
      <data key="n_categories">Observability; Computer Architecture</data>
      <data key="n_question">Why does a system that adds capacity by itself swing between far too much and far too little?</data>
      <data key="n_words">1350</data>
    </node>
    <node id="scattered-strip-farming">
      <data key="n_label">Scattered strip farming</data>
      <data key="n_domain">History, Society &amp; Anthropology</data>
      <data key="n_mechanism">redundancy</data>
      <data key="n_categories">Agricultural History; Human Prehistory</data>
      <data key="n_question">Why did villagers work many scattered strips instead of one consolidated field?</data>
      <data key="n_words">1396</data>
    </node>
    <node id="schedule-padding">
      <data key="n_label">Schedule padding</data>
      <data key="n_domain">Travel, Tourism &amp; Hospitality</data>
      <data key="n_mechanism">redundancy</data>
      <data key="n_categories">Operations Planning; Airline Operations</data>
      <data key="n_question">Why does the same flight take half an hour longer in the timetable than it did thirty years ago?</data>
      <data key="n_words">1352</data>
    </node>
    <node id="school-catchment-price-premium">
      <data key="n_label">School catchment price premium</data>
      <data key="n_domain">Education &amp; Learning</data>
      <data key="n_mechanism">equilibrium</data>
      <data key="n_categories">Educational Inequality; Education Policy</data>
      <data key="n_question">Why does a house in the best catchment cost almost exactly what the school appears to be worth?</data>
      <data key="n_words">1425</data>
    </node>
    <node id="scientific-testability">
      <data key="n_label">Scientific testability</data>
      <data key="n_domain">Philosophy, Ethics &amp; Religion</data>
      <data key="n_mechanism">constraints</data>
      <data key="n_categories">Philosophy of Science; Epistemology</data>
      <data key="n_question">What makes a claim genuinely testable rather than merely compatible with any possible result?</data>
      <data key="n_words">1093</data>
    </node>
    <node id="screening-false-positives">
      <data key="n_label">Screening false positives</data>
      <data key="n_domain">Health &amp; Medicine</data>
      <data key="n_mechanism">inference-under-uncertainty</data>
      <data key="n_categories">Evidence-Based Medicine; Public Health</data>
      <data key="n_question">Why can a test that is right ninety-nine times in a hundred still flag mostly healthy people?</data>
      <data key="n_words">1210</data>
    </node>
    <node id="screws-in-end-grain">
      <data key="n_label">Screws in end grain</data>
      <data key="n_domain">Home, Consumer &amp; Everyday Life</data>
      <data key="n_mechanism">structure-and-function</data>
      <data key="n_categories">Furniture Design</data>
      <data key="n_question">Why does a screw driven into the end of a board hold so much worse than the same screw in its face?</data>
      <data key="n_words">1418</data>
    </node>
    <node id="scribal-abbreviation">
      <data key="n_label">Scribal abbreviation</data>
      <data key="n_domain">History, Society &amp; Anthropology</data>
      <data key="n_mechanism">path-dependence</data>
      <data key="n_categories">Palaeography</data>
      <data key="n_question">Why did scribes keep abbreviating words long after the parchment shortage that first made abbreviation worthwhile had passed?</data>
      <data key="n_words">1331</data>
    </node>
    <node id="sea-breeze-reversal">
      <data key="n_label">Sea breeze reversal</data>
      <data key="n_domain">Earth, Climate &amp; Oceans</data>
      <data key="n_mechanism">rhythms-and-cycles</data>
      <data key="n_categories">Boundary Layer Meteorology; Coastal Climatology; Mountain Meteorology</data>
      <data key="n_question">Why does the wind at the coast blow inland during the day but out to sea at night?</data>
      <data key="n_words">1219</data>
    </node>
    <node id="sea-level-fingerprints">
      <data key="n_label">Sea level fingerprints</data>
      <data key="n_domain">Earth, Climate &amp; Oceans</data>
      <data key="n_mechanism">conservation-laws</data>
      <data key="n_categories">Climatology; Geophysics</data>
      <data key="n_question">Why does a melting ice sheet make the sea fall near itself and rise most on the far side of the world?</data>
      <data key="n_words">1317</data>
    </node>
    <node id="sea-saltiness">
      <data key="n_label">Sea saltiness</data>
      <data key="n_domain">Earth, Climate &amp; Oceans</data>
      <data key="n_mechanism">accumulation</data>
      <data key="n_categories">Geochemistry; Oceanography; Hydrology</data>
      <data key="n_question">Why is the ocean salty when nearly every river that feeds it runs fresh?</data>
      <data key="n_words">1343</data>
    </node>
    <node id="search-indexing">
      <data key="n_label">Search indexing</data>
      <data key="n_domain">Computing, Data &amp; AI</data>
      <data key="n_mechanism">representation</data>
      <data key="n_categories">Information Retrieval; Databases</data>
      <data key="n_question">How can a search return results drawn from billions of pages in a fraction of a second?</data>
      <data key="n_words">1390</data>
    </node>
    <node id="seasonal-labour-budget">
      <data key="n_label">Seasonal labour budget</data>
      <data key="n_domain">History, Society &amp; Anthropology</data>
      <data key="n_mechanism">conservation-laws</data>
      <data key="n_categories">Ancient History; Agricultural History</data>
      <data key="n_question">Why were the greatest ancient monuments built in the months when the fields needed nobody?</data>
      <data key="n_words">1353</data>
    </node>
    <node id="seating-arrangement-and-discussion">
      <data key="n_label">Seating arrangement and discussion</data>
      <data key="n_domain">Education &amp; Learning</data>
      <data key="n_mechanism">structure-and-function</data>
      <data key="n_categories">Classroom Management; Pedagogy</data>
      <data key="n_question">Why does moving the same students into a circle change what they are willing to say?</data>
      <data key="n_words">1454</data>
    </node>
    <node id="seating-by-the-window">
      <data key="n_label">Seating by the window</data>
      <data key="n_domain">Travel, Tourism &amp; Hospitality</data>
      <data key="n_mechanism">proxy-evidence</data>
      <data key="n_categories">Food Service Management; Consumer Studies</data>
      <data key="n_question">Why does a nearly empty restaurant seat its first customers where everyone in the street can see them?</data>
      <data key="n_words">1452</data>
    </node>
    <node id="second-earner-insurance">
      <data key="n_label">Second-earner insurance</data>
      <data key="n_domain">Family, Relationships &amp; Human Development</data>
      <data key="n_mechanism">redundancy</data>
      <data key="n_categories">Household Finance; Household Economics</data>
      <data key="n_question">Why do households keep a second earner whose pay barely covers the childcare it requires?</data>
      <data key="n_words">1403</data>
    </node>
    <node id="second-hand-going-rate">
      <data key="n_label">Second-hand going rate</data>
      <data key="n_domain">Home, Consumer &amp; Everyday Life</data>
      <data key="n_mechanism">emergence</data>
      <data key="n_categories">Consumer Economics; Reputation Mechanisms</data>
      <data key="n_question">Why does a used item settle near a familiar price when nobody anywhere publishes one?</data>
      <data key="n_words">1298</data>
    </node>
    <node id="second-serfdom">
      <data key="n_label">Second serfdom</data>
      <data key="n_domain">History, Society &amp; Anthropology</data>
      <data key="n_mechanism">coordination</data>
      <data key="n_categories">Economic History; Medieval History</data>
      <data key="n_question">Why did serfdom tighten in eastern Europe at the very time it was dissolving in the west?</data>
      <data key="n_words">1386</data>
    </node>
    <node id="secret-ballot">
      <data key="n_label">Secret ballot</data>
      <data key="n_domain">Government, Law &amp; Civics</data>
      <data key="n_mechanism">information-limits</data>
      <data key="n_categories">Electoral Systems; Political Theory</data>
      <data key="n_question">Why must a vote be cast in secret when almost everything else in a democracy is done in public?</data>
      <data key="n_words">1314</data>
    </node>
    <node id="security-dilemma">
      <data key="n_label">Security dilemma</data>
      <data key="n_domain">Military, Conflict &amp; Strategic Studies</data>
      <data key="n_mechanism">collective-action</data>
      <data key="n_categories">Security Studies; Strategic Stability</data>
      <data key="n_question">Why can two rivals both spend more on defence and both end up less safe?</data>
      <data key="n_words">1358</data>
    </node>
    <node id="seed-vigour-versus-germination">
      <data key="n_label">Seed vigour versus germination</data>
      <data key="n_domain">Environment, Agriculture &amp; Food</data>
      <data key="n_mechanism">proxy-evidence</data>
      <data key="n_categories">Seed Biology; Agronomy; Horticulture</data>
      <data key="n_question">Why does a seed lot that sprouts almost perfectly on a laboratory bench give a thin, ragged stand in the field?</data>
      <data key="n_words">1413</data>
    </node>
    <node id="seismic-shadow-zone">
      <data key="n_label">Seismic shadow zone</data>
      <data key="n_domain">Earth, Climate &amp; Oceans</data>
      <data key="n_mechanism">constraints</data>
      <data key="n_categories">Seismology; Geophysics</data>
      <data key="n_question">Why does a large earthquake leave a wide band of the planet where its shear waves never arrive?</data>
      <data key="n_words">1357</data>
    </node>
    <node id="selection-by-lot">
      <data key="n_label">Selection by lot</data>
      <data key="n_domain">History, Society &amp; Anthropology</data>
      <data key="n_mechanism">randomness</data>
      <data key="n_categories">Ancient History; Institutional Economics</data>
      <data key="n_question">Why would a city hand its highest offices to whoever a drawing machine happened to pick?</data>
      <data key="n_words">1336</data>
    </node>
    <node id="selective-heating">
      <data key="n_label">Selective heating</data>
      <data key="n_domain">Physics</data>
      <data key="n_mechanism">structure-and-function</data>
      <data key="n_categories">Electromagnetism; Physical Chemistry; Applied Physics</data>
      <data key="n_question">Why does a microwave oven heat the food but leave the plate cold?</data>
      <data key="n_words">1402</data>
    </node>
    <node id="self-consistency">
      <data key="n_label">Self-consistency</data>
      <data key="n_domain">Computing, Data &amp; AI</data>
      <data key="n_mechanism">randomness</data>
      <data key="n_categories">Statistics; Statistical Inference</data>
      <data key="n_question">Why does asking the same question five times and taking the most common answer beat asking once carefully?</data>
      <data key="n_words">1416</data>
    </node>
    <node id="self-defeating-aims">
      <data key="n_label">Self-defeating aims</data>
      <data key="n_domain">Philosophy, Ethics &amp; Religion</data>
      <data key="n_mechanism">feedback-loops</data>
      <data key="n_categories">Value Theory; Philosophy of Action; Philosophy of Mind</data>
      <data key="n_question">Why do sleep, happiness and spontaneity retreat the harder a person aims at them?</data>
      <data key="n_words">1340</data>
    </node>
    <node id="self-healing-coatings">
      <data key="n_label">Self-healing coatings</data>
      <data key="n_domain">Chemistry &amp; Materials</data>
      <data key="n_mechanism">redundancy</data>
      <data key="n_categories">Protective Coatings; Fracture Mechanics; Polymer Chemistry</data>
      <data key="n_question">Why does a paint deliberately filled with tiny bubbles of liquid protect steel better than a tougher, more perfect film?</data>
      <data key="n_words">1466</data>
    </node>
    <node id="self-refuting-claims">
      <data key="n_label">Self-refuting claims</data>
      <data key="n_domain">Philosophy, Ethics &amp; Religion</data>
      <data key="n_mechanism">information-limits</data>
      <data key="n_categories">Logic; Epistemology</data>
      <data key="n_question">Why does the claim that every truth is merely relative end up denying itself?</data>
      <data key="n_words">1537</data>
    </node>
    <node id="self-tickling">
      <data key="n_label">Self-tickling</data>
      <data key="n_domain">Mind &amp; Behavior</data>
      <data key="n_mechanism">representation</data>
      <data key="n_categories">Motor Control; Neuroscience</data>
      <data key="n_question">Why can nobody tickle themselves, however hard they try?</data>
      <data key="n_words">1215</data>
    </node>
    <node id="semantic-satiation">
      <data key="n_label">Semantic satiation</data>
      <data key="n_domain">Mind &amp; Behavior</data>
      <data key="n_mechanism">adaptation</data>
      <data key="n_categories">Psycholinguistics; Habituation Research</data>
      <data key="n_question">Why does a familiar word start to look wrong when you stare at it?</data>
      <data key="n_words">1339</data>
    </node>
    <node id="semiconductor-doping">
      <data key="n_label">Semiconductor doping</data>
      <data key="n_domain">Chemistry &amp; Materials</data>
      <data key="n_mechanism">thresholds</data>
      <data key="n_categories">Electronic Materials; Solid-State Chemistry</data>
      <data key="n_question">Why does adding one impurity atom per million transform a poor conductor into a useful one?</data>
      <data key="n_words">1360</data>
    </node>
    <node id="senescence">
      <data key="n_label">Senescence</data>
      <data key="n_domain">Biology &amp; Ecology</data>
      <data key="n_mechanism">selection</data>
      <data key="n_categories">Evolutionary Demography; Gerontology; Life History Theory</data>
      <data key="n_question">Why has evolution left bodies to fall apart with age when longer-lived individuals would leave more offspring?</data>
      <data key="n_words">1354</data>
    </node>
    <node id="separating-the-read-model-from-the-write-model">
      <data key="n_label">Separating the read model from the write model</data>
      <data key="n_domain">Computing, Data &amp; AI</data>
      <data key="n_mechanism">specialization</data>
      <data key="n_categories">Software Design Patterns; Query Processing</data>
      <data key="n_question">Why describe the same information twice, once for changing it and once for reading it?</data>
      <data key="n_words">1374</data>
    </node>
    <node id="sepsis">
      <data key="n_label">Sepsis</data>
      <data key="n_domain">Health &amp; Medicine</data>
      <data key="n_mechanism">thresholds</data>
      <data key="n_categories">Critical Care; Immunology; Emergency Medicine</data>
      <data key="n_question">Why can a defence that handles most infections quietly end up killing the patient?</data>
      <data key="n_words">1383</data>
    </node>
    <node id="serial-dilution-limit">
      <data key="n_label">Serial dilution limit</data>
      <data key="n_domain">Chemistry &amp; Materials</data>
      <data key="n_mechanism">exponential-growth</data>
      <data key="n_categories">Analytical Chemistry; Pharmaceutical Chemistry</data>
      <data key="n_question">Why does diluting a solution a few dozen more times leave none of the substance at all?</data>
      <data key="n_words">1389</data>
    </node>
    <node id="series-reliability-of-many-parts">
      <data key="n_label">Series reliability of many parts</data>
      <data key="n_domain">Engineering &amp; Technology</data>
      <data key="n_mechanism">exponential-growth</data>
      <data key="n_categories">Systems Engineering; Quality Control</data>
      <data key="n_question">Why does a machine built from a thousand excellent parts still fail almost every week?</data>
      <data key="n_words">1368</data>
    </node>
    <node id="service-discovery">
      <data key="n_label">Service discovery</data>
      <data key="n_domain">Computing, Data &amp; AI</data>
      <data key="n_mechanism">coordination</data>
      <data key="n_categories">Computer Networking; Configuration Management</data>
      <data key="n_question">How do programs find each other when the addresses they live at change every few minutes?</data>
      <data key="n_words">1402</data>
    </node>
    <node id="setting-a-stain">
      <data key="n_label">Setting a stain</data>
      <data key="n_domain">Home, Consumer &amp; Everyday Life</data>
      <data key="n_mechanism">thresholds</data>
      <data key="n_categories">Textile Care; Culinary Science</data>
      <data key="n_question">Why can washing a stain in hot water make it impossible to remove?</data>
      <data key="n_words">1471</data>
    </node>
    <node id="setting-blocks">
      <data key="n_label">Setting blocks</data>
      <data key="n_domain">Work, Careers &amp; Skilled Trades</data>
      <data key="n_mechanism">constraints</data>
      <data key="n_categories">Building Envelope; Materials Engineering</data>
      <data key="n_question">Why is a heavy pane of glass set on two small blocks rather than supported evenly all along its frame?</data>
      <data key="n_words">1469</data>
    </node>
    <node id="shape-memory-alloys">
      <data key="n_label">Shape-memory alloys</data>
      <data key="n_domain">Chemistry &amp; Materials</data>
      <data key="n_mechanism">thresholds</data>
      <data key="n_categories">Phase Behavior; Materials Engineering; Metallurgy</data>
      <data key="n_question">Why does a bent metal wire snap back to its original shape when you warm it, when bending any other metal is permanent?</data>
      <data key="n_words">1358</data>
    </node>
    <node id="sharding">
      <data key="n_label">Sharding</data>
      <data key="n_domain">Computing, Data &amp; AI</data>
      <data key="n_mechanism">tradeoffs</data>
      <data key="n_categories">Data Modeling; Storage Engineering</data>
      <data key="n_question">Why does splitting data across machines make some previously trivial questions unanswerable?</data>
      <data key="n_words">1424</data>
    </node>
    <node id="shared-memory-in-couples">
      <data key="n_label">Shared memory in couples</data>
      <data key="n_domain">Family, Relationships &amp; Human Development</data>
      <data key="n_mechanism">specialization</data>
      <data key="n_categories">Relational Communication; Relationship Satisfaction</data>
      <data key="n_question">Why do long-married people become unable to recall apart what they retrieve easily together?</data>
      <data key="n_words">1332</data>
    </node>
    <node id="shared-pesticide-susceptibility">
      <data key="n_label">Shared pesticide susceptibility</data>
      <data key="n_domain">Environment, Agriculture &amp; Food</data>
      <data key="n_mechanism">collective-action</data>
      <data key="n_categories">Crop Protection; Resource Economics</data>
      <data key="n_question">Why does every farmer spraying the correct dose leave the whole district with a chemical that no longer works?</data>
      <data key="n_words">1357</data>
    </node>
    <node id="shared-schedule-float">
      <data key="n_label">Shared schedule float</data>
      <data key="n_domain">Work, Careers &amp; Skilled Trades</data>
      <data key="n_mechanism">conservation-laws</data>
      <data key="n_categories">Project Management; Construction Management</data>
      <data key="n_question">Why does one task running late steal slack from tasks that were never late?</data>
      <data key="n_words">1428</data>
    </node>
    <node id="shared-water-supply-flow">
      <data key="n_label">Shared water supply flow</data>
      <data key="n_domain">Home, Consumer &amp; Everyday Life</data>
      <data key="n_mechanism">conservation-laws</data>
      <data key="n_categories">Plumbing Engineering; Building Science</data>
      <data key="n_question">Why does someone flushing a toilet on another floor turn your shower scalding?</data>
      <data key="n_words">1278</data>
    </node>
    <node id="sharing-cascades">
      <data key="n_label">Sharing cascades</data>
      <data key="n_domain">Language, Media &amp; Communication</data>
      <data key="n_mechanism">exponential-growth</data>
      <data key="n_categories">Media Studies; Social Psychology</data>
      <data key="n_question">Why do a handful of posts reach millions while near-identical ones vanish?</data>
      <data key="n_words">1325</data>
    </node>
    <node id="sharing-under-scarcity">
      <data key="n_label">Sharing under scarcity</data>
      <data key="n_domain">History, Society &amp; Anthropology</data>
      <data key="n_mechanism">redundancy</data>
      <data key="n_categories">Economic Anthropology; Human Prehistory; Risk Sharing Institutions</data>
      <data key="n_question">Why do the peoples living with the least reliable food supply give away the most of what they catch?</data>
      <data key="n_words">1349</data>
    </node>
    <node id="sharpness">
      <data key="n_label">Sharpness</data>
      <data key="n_domain">Home, Consumer &amp; Everyday Life</data>
      <data key="n_mechanism">structure-and-function</data>
      <data key="n_categories">Tribology; Materials Engineering; Product Design</data>
      <data key="n_question">Why does a sharp knife cut with so much less force than a dull one?</data>
      <data key="n_words">1413</data>
    </node>
    <node id="shear-thickening-food-pastes">
      <data key="n_label">Shear-thickening food pastes</data>
      <data key="n_domain">Environment, Agriculture &amp; Food</data>
      <data key="n_mechanism">thresholds</data>
      <data key="n_categories">Food Science</data>
      <data key="n_question">Why does a cornflour paste flow like cream until you stir it hard, then set solid under the spoon?</data>
      <data key="n_words">1355</data>
    </node>
    <node id="shift-handover">
      <data key="n_label">Shift handover</data>
      <data key="n_domain">Work, Careers &amp; Skilled Trades</data>
      <data key="n_mechanism">representation</data>
      <data key="n_categories">Human Factors</data>
      <data key="n_question">Why do the worst mistakes in a hospital or plant cluster around the moment one shift hands over to the next?</data>
      <data key="n_words">1377</data>
    </node>
    <node id="shift-work">
      <data key="n_label">Shift work</data>
      <data key="n_domain">Work, Careers &amp; Skilled Trades</data>
      <data key="n_mechanism">rhythms-and-cycles</data>
      <data key="n_categories">Occupational Safety; Chronobiology</data>
      <data key="n_question">Why is a night shift harder on the body than the same number of hours worked by day?</data>
      <data key="n_words">1354</data>
    </node>
    <node id="shipboard-outbreak">
      <data key="n_label">Shipboard outbreak</data>
      <data key="n_domain">Travel, Tourism &amp; Hospitality</data>
      <data key="n_mechanism">exponential-growth</data>
      <data key="n_categories">Epidemiology; Hospitality Management</data>
      <data key="n_question">How can one unwell passenger confine hundreds to their cabins within three days at sea?</data>
      <data key="n_words">1360</data>
    </node>
    <node id="shoot-and-scoot-artillery">
      <data key="n_label">Shoot-and-scoot artillery</data>
      <data key="n_domain">Military, Conflict &amp; Strategic Studies</data>
      <data key="n_mechanism">thresholds</data>
      <data key="n_categories">Military Tactics</data>
      <data key="n_question">Why do modern gun crews displace after a handful of rounds when older batteries stayed put for hours?</data>
      <data key="n_words">1399</data>
    </node>
    <node id="shoulder-season-price-cliff">
      <data key="n_label">Shoulder-season price cliff</data>
      <data key="n_domain">Travel, Tourism &amp; Hospitality</data>
      <data key="n_mechanism">thresholds</data>
      <data key="n_categories">Revenue Management; Hotel Operations</data>
      <data key="n_question">Why does a room's price halve in the week either side of the peak when the town is still nearly full?</data>
      <data key="n_words">1398</data>
    </node>
    <node id="shower-curtain-drift">
      <data key="n_label">Shower curtain drift</data>
      <data key="n_domain">Home, Consumer &amp; Everyday Life</data>
      <data key="n_mechanism">gradients-and-flows</data>
      <data key="n_categories">Plumbing Engineering; Building Science; Household Science</data>
      <data key="n_question">Why does a shower curtain swing inward against your legs instead of being pushed away by the water?</data>
      <data key="n_words">1325</data>
    </node>
    <node id="shrinking-social-circles">
      <data key="n_label">Shrinking social circles</data>
      <data key="n_domain">Family, Relationships &amp; Human Development</data>
      <data key="n_mechanism">tradeoffs</data>
      <data key="n_categories">Lifespan Development; Gerontology; Social Network Structure</data>
      <data key="n_question">Why does an older person let a wide circle of friends fall away while a young one keeps collecting new ones?</data>
      <data key="n_words">1339</data>
    </node>
    <node id="shuffling-before-sorting">
      <data key="n_label">Shuffling before sorting</data>
      <data key="n_domain">Computing, Data &amp; AI</data>
      <data key="n_mechanism">randomness</data>
      <data key="n_categories">Algorithms; Statistics</data>
      <data key="n_question">Why does deliberately disordering data first make a sorting method dependable?</data>
      <data key="n_words">1316</data>
    </node>
    <node id="sibling-deidentification">
      <data key="n_label">Sibling deidentification</data>
      <data key="n_domain">Family, Relationships &amp; Human Development</data>
      <data key="n_mechanism">specialization</data>
      <data key="n_categories">Sibling Research; Family Studies; Adolescent Development</data>
      <data key="n_question">Why does one sibling's success at something so often make the other quietly drop it?</data>
      <data key="n_words">1452</data>
    </node>
    <node id="sibling-differences">
      <data key="n_label">Sibling differences</data>
      <data key="n_domain">Family, Relationships &amp; Human Development</data>
      <data key="n_mechanism">randomness</data>
      <data key="n_categories">Developmental Psychology; Behavioral Science; Family Studies</data>
      <data key="n_question">Why can siblings raised in the same household develop very different personalities?</data>
      <data key="n_words">1060</data>
    </node>
    <node id="sibling-regression">
      <data key="n_label">Sibling regression</data>
      <data key="n_domain">Family, Relationships &amp; Human Development</data>
      <data key="n_mechanism">incentives</data>
      <data key="n_categories">Early Childhood Development; Sibling Research; Parenting</data>
      <data key="n_question">Why does an older child start behaving like a baby again once a new baby arrives?</data>
      <data key="n_words">1267</data>
    </node>
    <node id="siege-camp-attrition">
      <data key="n_label">Siege camp attrition</data>
      <data key="n_domain">Military, Conflict &amp; Strategic Studies</data>
      <data key="n_mechanism">accumulation</data>
      <data key="n_categories">Military History; Operational Art</data>
      <data key="n_question">Why did a besieging army so often sicken and starve before the city it had surrounded?</data>
      <data key="n_words">1527</data>
    </node>
    <node id="sign-language">
      <data key="n_label">Sign language</data>
      <data key="n_domain">Language, Media &amp; Communication</data>
      <data key="n_mechanism">representation</data>
      <data key="n_categories">Sign Language Linguistics; Cognitive Science; Deaf Studies</data>
      <data key="n_question">How can a full language exist with no sound in it at all?</data>
      <data key="n_words">1280</data>
    </node>
    <node id="signing-out-everywhere">
      <data key="n_label">Signing out everywhere</data>
      <data key="n_domain">Computing, Data &amp; AI</data>
      <data key="n_mechanism">constraints</data>
      <data key="n_categories">Identity Management; Auditability</data>
      <data key="n_question">Why is leaving harder than arriving?</data>
      <data key="n_words">1412</data>
    </node>
    <node id="signing-space">
      <data key="n_label">Signing space</data>
      <data key="n_domain">Language, Media &amp; Communication</data>
      <data key="n_mechanism">coordination</data>
      <data key="n_categories">Sign Language Linguistics; Deaf Studies; Linguistic Typology</data>
      <data key="n_question">How can a signer point at empty air and have everyone present know exactly who is meant?</data>
      <data key="n_words">1462</data>
    </node>
    <node id="silent-classroom">
      <data key="n_label">The silent classroom</data>
      <data key="n_domain">Education &amp; Learning</data>
      <data key="n_mechanism">collective-action</data>
      <data key="n_categories">Classroom Management; Social Psychology; Group Behavior</data>
      <data key="n_question">Why does a room full of confused students fall silent when asked whether anyone has a question?</data>
      <data key="n_words">1402</data>
    </node>
    <node id="silent-data-corruption">
      <data key="n_label">Silent data corruption</data>
      <data key="n_domain">Computing, Data &amp; AI</data>
      <data key="n_mechanism">redundancy</data>
      <data key="n_categories">Storage Engineering; File Systems</data>
      <data key="n_question">Why does keeping three copies of a file still not guarantee you can get the original back?</data>
      <data key="n_words">1316</data>
    </node>
    <node id="silicate-weathering-thermostat">
      <data key="n_label">Silicate weathering thermostat</data>
      <data key="n_domain">Earth, Climate &amp; Oceans</data>
      <data key="n_mechanism">equilibrium</data>
      <data key="n_categories">Climatology; Biogeochemistry; Geomorphology</data>
      <data key="n_question">Why has Earth kept liquid oceans for billions of years while the Sun grew steadily brighter?</data>
      <data key="n_words">1396</data>
    </node>
    <node id="silted-harbours">
      <data key="n_label">Silted harbours</data>
      <data key="n_domain">Geography &amp; Regional Studies</data>
      <data key="n_mechanism">accumulation</data>
      <data key="n_categories">Coastal Geomorphology; Transport Geography; Fluvial Geomorphology</data>
      <data key="n_question">Why do the oldest quays of many port cities now stand well inland from the working docks?</data>
      <data key="n_words">1448</data>
    </node>
    <node id="similar-partners">
      <data key="n_label">Similar partners</data>
      <data key="n_domain">Family, Relationships &amp; Human Development</data>
      <data key="n_mechanism">constraints</data>
      <data key="n_categories">Family Demography; Social Network Structure; Marriage Systems</data>
      <data key="n_question">Why do partners so reliably come from similar backgrounds even when nobody is looking for that?</data>
      <data key="n_words">1343</data>
    </node>
    <node id="simpsons-paradox">
      <data key="n_label">Simpson's paradox</data>
      <data key="n_domain">Mathematics &amp; Statistics</data>
      <data key="n_mechanism">perception-vs-reality</data>
      <data key="n_categories">Research Methods; Epidemiology</data>
      <data key="n_question">How can a treatment help every subgroup and still appear to harm the population as a whole?</data>
      <data key="n_words">1312</data>
    </node>
    <node id="simultaneous-interpreting">
      <data key="n_label">Simultaneous interpreting</data>
      <data key="n_domain">Language, Media &amp; Communication</data>
      <data key="n_mechanism">inference-under-uncertainty</data>
      <data key="n_categories">Translation Studies; Psycholinguistics; Cognitive Science</data>
      <data key="n_question">Why does a simultaneous interpreter start speaking before the sentence being translated has finished?</data>
      <data key="n_words">1372</data>
    </node>
    <node id="single-queue">
      <data key="n_label">Single-queue service</data>
      <data key="n_domain">Travel, Tourism &amp; Hospitality</data>
      <data key="n_mechanism">randomness</data>
      <data key="n_categories">Queueing Theory; Hospitality Management; Time Perception</data>
      <data key="n_question">Why does one long queue serve people better than several short ones?</data>
      <data key="n_words">1408</data>
    </node>
    <node id="sinking-streams-in-karst">
      <data key="n_label">Sinking streams in karst</data>
      <data key="n_domain">Geography &amp; Regional Studies</data>
      <data key="n_mechanism">feedback-loops</data>
      <data key="n_categories">Karst Hydrogeology</data>
      <data key="n_question">Why does a stream in limestone country sink into the ground and rise again in a valley it never flowed toward?</data>
      <data key="n_words">1523</data>
    </node>
    <node id="six-names-for-one-field">
      <data key="n_label">Six names for one field</data>
      <data key="n_domain">Computing, Data &amp; AI</data>
      <data key="n_mechanism">path-dependence</data>
      <data key="n_categories">Reverse Engineering; Schema Design</data>
      <data key="n_question">Why does the same piece of information end up with six different names and six slightly different meanings?</data>
      <data key="n_words">1316</data>
    </node>
    <node id="sizes-of-infinity">
      <data key="n_label">Sizes of infinity</data>
      <data key="n_domain">Mathematics &amp; Statistics</data>
      <data key="n_mechanism">information-limits</data>
      <data key="n_categories">Foundations of Mathematics; Mathematical Logic</data>
      <data key="n_question">How can one infinite set contain more members than another?</data>
      <data key="n_words">810</data>
    </node>
    <node id="skilled-diagnosis">
      <data key="n_label">Skilled diagnosis</data>
      <data key="n_domain">Work, Careers &amp; Skilled Trades</data>
      <data key="n_mechanism">inference-under-uncertainty</data>
      <data key="n_categories">Equipment Maintenance; Cognitive Psychology; Vocational Education</data>
      <data key="n_question">How does an experienced technician notice the source of a fault before a novice does?</data>
      <data key="n_words">1163</data>
    </node>
    <node id="sky-background-limit">
      <data key="n_label">Sky-background limit</data>
      <data key="n_domain">Astronomy &amp; Space</data>
      <data key="n_mechanism">information-limits</data>
      <data key="n_categories">Observational Astronomy</data>
      <data key="n_question">Why does leaving the shutter open twice as long not let a telescope reach twice as faint?</data>
      <data key="n_words">1415</data>
    </node>
    <node id="skyglow">
      <data key="n_label">Skyglow</data>
      <data key="n_domain">Physics</data>
      <data key="n_mechanism">collective-action</data>
      <data key="n_categories">Atmospheric Physics; Light-Matter Interaction</data>
      <data key="n_question">Why can every outdoor lamp be individually reasonable and yet nobody can see the stars?</data>
      <data key="n_words">1364</data>
    </node>
    <node id="sleep">
      <data key="n_label">Sleep</data>
      <data key="n_domain">Health &amp; Medicine</data>
      <data key="n_mechanism">tradeoffs</data>
      <data key="n_categories">Chronobiology; Neurology; Human Physiology</data>
      <data key="n_question">Why would an animal spend a third of its life unable to notice a predator?</data>
      <data key="n_words">1292</data>
    </node>
    <node id="sleeping-on-a-problem">
      <data key="n_label">Sleeping on a problem</data>
      <data key="n_domain">Mind &amp; Behavior</data>
      <data key="n_mechanism">rhythms-and-cycles</data>
      <data key="n_categories">Chronobiology; Cognitive Psychology; Memory Research</data>
      <data key="n_question">Why does a night's sleep so often solve a problem that hours of trying could not?</data>
      <data key="n_words">1192</data>
    </node>
    <node id="slow-password-checks">
      <data key="n_label">Deliberately slow password checks</data>
      <data key="n_domain">Computing, Data &amp; AI</data>
      <data key="n_mechanism">tradeoffs</data>
      <data key="n_categories">Cryptography; Security</data>
      <data key="n_question">Why would a system be designed to check your password slowly, when speed is what everything else is tuned for?</data>
      <data key="n_words">1318</data>
    </node>
    <node id="small-disruptions-in-a-classroom">
      <data key="n_label">Small disruptions in a classroom</data>
      <data key="n_domain">Education &amp; Learning</data>
      <data key="n_mechanism">accumulation</data>
      <data key="n_categories">Classroom Management; Pedagogy</data>
      <data key="n_question">Why does a teacher who stops to address trivial interruptions end up losing less lesson time than one who ignores them?</data>
      <data key="n_words">1351</data>
    </node>
    <node id="small-world-networks">
      <data key="n_label">Small-world networks</data>
      <data key="n_domain">Mathematics &amp; Statistics</data>
      <data key="n_mechanism">scale-effects</data>
      <data key="n_categories">Graph Theory; Network Science; Combinatorics</data>
      <data key="n_question">Why can a message reach a stranger on the far side of the world in only a handful of steps?</data>
      <data key="n_words">1352</data>
    </node>
    <node id="smell-and-memory">
      <data key="n_label">Smell and memory</data>
      <data key="n_domain">Mind &amp; Behavior</data>
      <data key="n_mechanism">structure-and-function</data>
      <data key="n_categories">Sensory Physiology; Autobiographical Memory; Memory Research</data>
      <data key="n_question">Why can a passing smell drag back a childhood scene more sharply than a photograph of it ever does?</data>
      <data key="n_words">1287</data>
    </node>
    <node id="smell-coding">
      <data key="n_label">Smell coding</data>
      <data key="n_domain">Chemistry &amp; Materials</data>
      <data key="n_mechanism">representation</data>
      <data key="n_categories">Sensory Physiology; Biochemistry</data>
      <data key="n_question">How can a nose tell thousands of smells apart using only a few hundred kinds of receptor?</data>
      <data key="n_words">1146</data>
    </node>
    <node id="smuggling-under-sanctions">
      <data key="n_label">Smuggling under sanctions</data>
      <data key="n_domain">Military, Conflict &amp; Strategic Studies</data>
      <data key="n_mechanism">gradients-and-flows</data>
      <data key="n_categories">Economic Statecraft; Security Studies</data>
      <data key="n_question">Why does tightening a sanctions regime often enrich the very people it targets?</data>
      <data key="n_words">1279</data>
    </node>
    <node id="soap-film-colours">
      <data key="n_label">Soap film colours</data>
      <data key="n_domain">Physics</data>
      <data key="n_mechanism">rhythms-and-cycles</data>
      <data key="n_categories">Optics; Wave Physics; Soft Matter Physics</data>
      <data key="n_question">Why does a colourless soap film show bands of colour that shift as it drains?</data>
      <data key="n_words">1438</data>
    </node>
    <node id="social-loafing">
      <data key="n_label">Social loafing</data>
      <data key="n_domain">Mind &amp; Behavior</data>
      <data key="n_mechanism">collective-action</data>
      <data key="n_categories">Group Behavior</data>
      <data key="n_question">Why does each person pull less hard on the rope as more hands join the tug-of-war?</data>
      <data key="n_words">1479</data>
    </node>
    <node id="societal-collapse">
      <data key="n_label">Societal collapse</data>
      <data key="n_domain">History, Society &amp; Anthropology</data>
      <data key="n_mechanism">thresholds</data>
      <data key="n_categories">Archaeology; Historiography; Complex Systems</data>
      <data key="n_question">Why do complex societies sometimes collapse rather than simply shrink?</data>
      <data key="n_words">1247</data>
    </node>
    <node id="software-aging">
      <data key="n_label">Software aging</data>
      <data key="n_domain">Computing, Data &amp; AI</data>
      <data key="n_mechanism">accumulation</data>
      <data key="n_categories">Software Engineering; Operating Systems; Systems Engineering</data>
      <data key="n_question">Why does a phone or laptop grow slower over years when not one component has physically changed?</data>
      <data key="n_words">1291</data>
    </node>
    <node id="soil-carbon-under-ploughing">
      <data key="n_label">Soil carbon loss under ploughing</data>
      <data key="n_domain">Environment, Agriculture &amp; Food</data>
      <data key="n_mechanism">gradients-and-flows</data>
      <data key="n_categories">Soil Science; Agronomy; Biogeochemistry</data>
      <data key="n_question">Why does turning the soil every year, which looks like feeding it, steadily empty it of carbon?</data>
      <data key="n_words">1373</data>
    </node>
    <node id="soil-test-extractants">
      <data key="n_label">Soil test extractants</data>
      <data key="n_domain">Environment, Agriculture &amp; Food</data>
      <data key="n_mechanism">representation</data>
      <data key="n_categories">Soil Science</data>
      <data key="n_question">Why does a chemical bath no root would ever perform predict what a crop needs?</data>
      <data key="n_words">1432</data>
    </node>
    <node id="solar-cycle">
      <data key="n_label">Solar cycle</data>
      <data key="n_domain">Astronomy &amp; Space</data>
      <data key="n_mechanism">rhythms-and-cycles</data>
      <data key="n_categories">Heliophysics; Astrophysics</data>
      <data key="n_question">Why does the Sun's spot count rise and fall on a roughly eleven-year beat?</data>
      <data key="n_words">1429</data>
    </node>
    <node id="solar-sail-propulsion">
      <data key="n_label">Solar sail propulsion</data>
      <data key="n_domain">Physics</data>
      <data key="n_mechanism">accumulation</data>
      <data key="n_categories">Spaceflight Dynamics; Light-Matter Interaction</data>
      <data key="n_question">How can sunlight you cannot even feel push a spacecraft faster than a rocket can?</data>
      <data key="n_words">1377</data>
    </node>
    <node id="song-intros-and-streaming-payouts">
      <data key="n_label">Song intros and streaming payouts</data>
      <data key="n_domain">Arts, Design &amp; Culture</data>
      <data key="n_mechanism">incentives</data>
      <data key="n_categories">Popular Music Studies; Cultural Economics</data>
      <data key="n_question">Why did pop songs lose their long introductions the year streaming began paying by play?</data>
      <data key="n_words">1350</data>
    </node>
    <node id="sonoluminescence">
      <data key="n_label">Sonoluminescence</data>
      <data key="n_domain">Physics</data>
      <data key="n_mechanism">scale-effects</data>
      <data key="n_categories">Fluid Mechanics; Acoustics</data>
      <data key="n_question">How can ordinary sound in a glass of water squeeze a bubble hard enough to make it emit flashes of light?</data>
      <data key="n_words">1381</data>
    </node>
    <node id="sorting-more-than-fits">
      <data key="n_label">Sorting more than fits</data>
      <data key="n_domain">Computing, Data &amp; AI</data>
      <data key="n_mechanism">constraints</data>
      <data key="n_categories">Algorithms; Query Processing</data>
      <data key="n_question">How do you put a file in order when you cannot hold even a tenth of it at once?</data>
      <data key="n_words">1424</data>
    </node>
    <node id="sourdough-stability">
      <data key="n_label">Sourdough stability</data>
      <data key="n_domain">Environment, Agriculture &amp; Food</data>
      <data key="n_mechanism">selection</data>
      <data key="n_categories">Microbiology; Microbial Ecology; Cereal Science</data>
      <data key="n_question">Why does a jar of flour and water left on the counter for years stay wholesome when the same mixture left alone would rot?</data>
      <data key="n_words">1371</data>
    </node>
    <node id="souvenir-craft-convergence">
      <data key="n_label">Souvenir craft convergence</data>
      <data key="n_domain">Travel, Tourism &amp; Hospitality</data>
      <data key="n_mechanism">selection</data>
      <data key="n_categories">Cultural Economics; Tourism Studies</data>
      <data key="n_question">Why do the handicrafts sold in tourist towns a thousand miles apart end up resembling each other rather than their own regions?</data>
      <data key="n_words">1382</data>
    </node>
    <node id="spacecraft-cooling">
      <data key="n_label">Spacecraft cooling</data>
      <data key="n_domain">Astronomy &amp; Space</data>
      <data key="n_mechanism">constraints</data>
      <data key="n_categories">Spacecraft Engineering; Thermal Management</data>
      <data key="n_question">Why is dumping heat, not staying warm, the hard problem for a spacecraft sitting in freezing space?</data>
      <data key="n_words">1376</data>
    </node>
    <node id="spacing-effect">
      <data key="n_label">Spacing effect</data>
      <data key="n_domain">Education &amp; Learning</data>
      <data key="n_mechanism">accumulation</data>
      <data key="n_categories">Learning Science; Memory Research; Instructional Design</data>
      <data key="n_question">Why does the same total study time work better spread out than done in one sitting?</data>
      <data key="n_words">1377</data>
    </node>
    <node id="spare-transport-links">
      <data key="n_label">Spare transport links</data>
      <data key="n_domain">Geography &amp; Regional Studies</data>
      <data key="n_mechanism">redundancy</data>
      <data key="n_categories">Transport Planning; Transport Geography; Regional Development</data>
      <data key="n_question">Why does a region maintain a road almost nobody uses until the day the main one closes?</data>
      <data key="n_words">1299</data>
    </node>
    <node id="speaking-in-noise">
      <data key="n_label">Speaking in noise</data>
      <data key="n_domain">Language, Media &amp; Communication</data>
      <data key="n_mechanism">adaptation</data>
      <data key="n_categories">Phonetics; Speech Science; Acoustics</data>
      <data key="n_question">Why does a speaker in a noisy room reshape vowels rather than merely getting louder?</data>
      <data key="n_words">1336</data>
    </node>
    <node id="specialised-cleaning-agents">
      <data key="n_label">Specialised cleaning agents</data>
      <data key="n_domain">Home, Consumer &amp; Everyday Life</data>
      <data key="n_mechanism">specialization</data>
      <data key="n_categories">Surface Chemistry</data>
      <data key="n_question">Why does one bottle that claims to clean everything struggle with both limescale and grease?</data>
      <data key="n_words">1435</data>
    </node>
    <node id="specialized-courts">
      <data key="n_label">Specialized courts</data>
      <data key="n_domain">Government, Law &amp; Civics</data>
      <data key="n_mechanism">specialization</data>
      <data key="n_categories">Judicial Studies; Civil Procedure</data>
      <data key="n_question">Why do some disputes get their own court instead of going to the ordinary one?</data>
      <data key="n_words">1270</data>
    </node>
    <node id="speculative-decoding">
      <data key="n_label">Speculative decoding</data>
      <data key="n_domain">Computing, Data &amp; AI</data>
      <data key="n_mechanism">specialization</data>
      <data key="n_categories">Machine Learning Systems; Formal Verification</data>
      <data key="n_question">Why can a large model produce its text faster when a smaller, less capable model writes the first draft?</data>
      <data key="n_words">1415</data>
    </node>
    <node id="speed-accuracy-tradeoff">
      <data key="n_label">Speed-accuracy tradeoff</data>
      <data key="n_domain">Mind &amp; Behavior</data>
      <data key="n_mechanism">tradeoffs</data>
      <data key="n_categories">Experimental Psychology; Motor Control</data>
      <data key="n_question">Why does answering faster make you reliably more wrong, no matter how skilled you are?</data>
      <data key="n_words">1338</data>
    </node>
    <node id="spelling-reform">
      <data key="n_label">Spelling reform</data>
      <data key="n_domain">Language, Media &amp; Communication</data>
      <data key="n_mechanism">coordination</data>
      <data key="n_categories">Writing Systems; Sociolinguistics; Historical Linguistics</data>
      <data key="n_question">Why does English spelling stay irregular when almost everyone agrees it is a burden?</data>
      <data key="n_words">1359</data>
    </node>
    <node id="spinning-coin-last-rattle">
      <data key="n_label">A spinning coin's last rattle</data>
      <data key="n_domain">Physics</data>
      <data key="n_mechanism">exponential-growth</data>
      <data key="n_categories">Complex Systems; Classical Mechanics</data>
      <data key="n_question">Why does a spinning coin rattle faster and faster just before it abruptly falls silent?</data>
      <data key="n_words">1369</data>
    </node>
    <node id="spiral-arms">
      <data key="n_label">Spiral arms</data>
      <data key="n_domain">Astronomy &amp; Space</data>
      <data key="n_mechanism">emergence</data>
      <data key="n_categories">Galactic Astronomy; Astrophysics</data>
      <data key="n_question">Why do a galaxy's spiral arms not wind themselves into a blur after a few rotations?</data>
      <data key="n_words">1371</data>
    </node>
    <node id="split-attention">
      <data key="n_label">Split attention in materials</data>
      <data key="n_domain">Education &amp; Learning</data>
      <data key="n_mechanism">constraints</data>
      <data key="n_categories">Educational Technology; Instructional Design; Attention Research</data>
      <data key="n_question">Why does a diagram with its labels in a separate key teach less than the same diagram labelled in place?</data>
      <data key="n_words">1381</data>
    </node>
    <node id="split-brain">
      <data key="n_label">Split-brain</data>
      <data key="n_domain">Computing, Data &amp; AI</data>
      <data key="n_mechanism">coordination</data>
      <data key="n_categories">Consistency Models; Concurrency</data>
      <data key="n_question">What happens when a system that must have exactly one leader briefly has two?</data>
      <data key="n_words">1393</data>
    </node>
    <node id="splitting-a-person-in-two">
      <data key="n_label">Splitting a person in two</data>
      <data key="n_domain">Philosophy, Ethics &amp; Religion</data>
      <data key="n_mechanism">constraints</data>
      <data key="n_categories">Personal Identity; Metaphysics</data>
      <data key="n_question">If your brain were divided and each half woke up with your memories in a different body, which one is you -- and why can no answer satisfy?</data>
      <data key="n_words">1398</data>
    </node>
    <node id="splitting-a-system-into-services">
      <data key="n_label">Splitting a system into services</data>
      <data key="n_domain">Computing, Data &amp; AI</data>
      <data key="n_mechanism">tradeoffs</data>
      <data key="n_categories">Software Architecture; Organizational Design</data>
      <data key="n_question">Why does breaking one program into thirty make it slower, more fragile, and easier to run?</data>
      <data key="n_words">1452</data>
    </node>
    <node id="stadium-wave">
      <data key="n_label">Stadium wave</data>
      <data key="n_domain">Sports, Exercise &amp; Recreation</data>
      <data key="n_mechanism">emergence</data>
      <data key="n_categories">Complex Systems; Recreation Studies</data>
      <data key="n_question">Why does a stadium wave travel smoothly around the ring when nobody is leading it?</data>
      <data key="n_words">1225</data>
    </node>
    <node id="stage-lighting-angle">
      <data key="n_label">Stage lighting angle</data>
      <data key="n_domain">Arts, Design &amp; Culture</data>
      <data key="n_mechanism">proxy-evidence</data>
      <data key="n_categories">Theatre Production; Visual Arts</data>
      <data key="n_question">Why does lighting an actor squarely from the front make them look flatter than lighting from two oblique sides?</data>
      <data key="n_words">1411</data>
    </node>
    <node id="standard-stud-spacing">
      <data key="n_label">Standard stud spacing</data>
      <data key="n_domain">Work, Careers &amp; Skilled Trades</data>
      <data key="n_mechanism">coordination</data>
      <data key="n_categories">Building Envelope; Joinery</data>
      <data key="n_question">Why do boards from one supplier land exactly on framing built by another?</data>
      <data key="n_words">1172</data>
    </node>
    <node id="standards-of-proof">
      <data key="n_label">Standards of proof</data>
      <data key="n_domain">Government, Law &amp; Civics</data>
      <data key="n_mechanism">inference-under-uncertainty</data>
      <data key="n_categories">Evidence Law; Civil Procedure; Law and Economics</data>
      <data key="n_question">Why can the same disputed act count as proven in a civil court and unproven in a criminal one?</data>
      <data key="n_words">1422</data>
    </node>
    <node id="standing-to-sue">
      <data key="n_label">Standing to sue</data>
      <data key="n_domain">Government, Law &amp; Civics</data>
      <data key="n_mechanism">incentives</data>
      <data key="n_categories">Civil Procedure; Judicial Studies; Constitutional Law</data>
      <data key="n_question">Why can a court refuse to rule on a plain injustice because the person raising it was not the one harmed?</data>
      <data key="n_words">1402</data>
    </node>
    <node id="star-formation">
      <data key="n_label">Star formation</data>
      <data key="n_domain">Astronomy &amp; Space</data>
      <data key="n_mechanism">thresholds</data>
      <data key="n_categories">Galactic Astronomy; Stellar Structure</data>
      <data key="n_question">Why must a cloud of gas get colder before it can collapse into something as hot as a star?</data>
      <data key="n_words">1433</data>
    </node>
    <node id="statutes-of-limitation">
      <data key="n_label">Statutes of limitation</data>
      <data key="n_domain">Government, Law &amp; Civics</data>
      <data key="n_mechanism">information-limits</data>
      <data key="n_categories">Criminal Law; Administrative Law; Legal History</data>
      <data key="n_question">Why does the law stop prosecuting a serious wrong merely because enough years have gone by?</data>
      <data key="n_words">1288</data>
    </node>
    <node id="statutory-interpretation-canons">
      <data key="n_label">Statutory interpretation canons</data>
      <data key="n_domain">Government, Law &amp; Civics</data>
      <data key="n_mechanism">coordination</data>
      <data key="n_categories">Jurisprudence; Legislative Drafting</data>
      <data key="n_question">Why do judges settle an ambiguous statute with shared rules of thumb rather than by asking what the legislature meant?</data>
      <data key="n_words">1442</data>
    </node>
    <node id="steady-state-dosing">
      <data key="n_label">Steady-state dosing</data>
      <data key="n_domain">Health &amp; Medicine</data>
      <data key="n_mechanism">equilibrium</data>
      <data key="n_categories">Pharmacokinetics</data>
      <data key="n_question">Why does a drug that acts within an hour still take days to reach its full effect?</data>
      <data key="n_words">1408</data>
    </node>
    <node id="stealth-tradeoff">
      <data key="n_label">Stealth tradeoff</data>
      <data key="n_domain">Military, Conflict &amp; Strategic Studies</data>
      <data key="n_mechanism">tradeoffs</data>
      <data key="n_categories">Defence Technology; Aerospace Engineering; Electromagnetism</data>
      <data key="n_question">Why does making an aircraft hard for radar to see make it worse at nearly everything else?</data>
      <data key="n_words">1268</data>
    </node>
    <node id="stellar-balance">
      <data key="n_label">Stellar hydrostatic balance</data>
      <data key="n_domain">Astronomy &amp; Space</data>
      <data key="n_mechanism">equilibrium</data>
      <data key="n_categories">Solar Interior Physics; Astrophysics; Stellar Structure</data>
      <data key="n_question">Why has a sphere of gas releasing nuclear energy neither blown itself apart nor collapsed in billions of years?</data>
      <data key="n_words">1368</data>
    </node>
    <node id="step-climb">
      <data key="n_label">Step climb</data>
      <data key="n_domain">Travel, Tourism &amp; Hospitality</data>
      <data key="n_mechanism">equilibrium</data>
      <data key="n_categories">Airline Operations; Aerospace Engineering; Transport Economics</data>
      <data key="n_question">Why does an airliner climb higher partway through a long flight instead of settling at its best altitude from the start?</data>
      <data key="n_words">1268</data>
    </node>
    <node id="stepparent-acceptance">
      <data key="n_label">Stepparent acceptance</data>
      <data key="n_domain">Family, Relationships &amp; Human Development</data>
      <data key="n_mechanism">path-dependence</data>
      <data key="n_categories">Family Studies; Household Formation</data>
      <data key="n_question">Why can a stepparent who does everything right still take years to be accepted by a child?</data>
      <data key="n_words">1257</data>
    </node>
    <node id="sterile-worker-castes">
      <data key="n_label">Sterile worker castes</data>
      <data key="n_domain">Biology &amp; Ecology</data>
      <data key="n_mechanism">selection</data>
      <data key="n_categories">Zoology; Behavioral Ecology</data>
      <data key="n_question">Why do worker bees raise a queen's offspring instead of having their own?</data>
      <data key="n_words">1442</data>
    </node>
    <node id="stockout-demand-censoring">
      <data key="n_label">Stockout demand censoring</data>
      <data key="n_domain">Economics &amp; Business</data>
      <data key="n_mechanism">information-limits</data>
      <data key="n_categories">Consumer Studies; Demand Forecasting; Inventory Control</data>
      <data key="n_question">Why can a shop's sales records never tell it how much it could have sold?</data>
      <data key="n_words">1383</data>
    </node>
    <node id="story-shape">
      <data key="n_label">Story shape</data>
      <data key="n_domain">Arts, Design &amp; Culture</data>
      <data key="n_mechanism">selection</data>
      <data key="n_categories">Narratology; Comparative Literature; Film Studies</data>
      <data key="n_question">Why do stories from unconnected cultures fall into such similar shapes?</data>
      <data key="n_words">1298</data>
    </node>
    <node id="strategic-deception">
      <data key="n_label">Strategic deception</data>
      <data key="n_domain">Military, Conflict &amp; Strategic Studies</data>
      <data key="n_mechanism">feedback-loops</data>
      <data key="n_categories">Intelligence Studies; Counterintelligence</data>
      <data key="n_question">Why can gathering more independent confirmations of an enemy's plan leave you more certain of a lie?</data>
      <data key="n_words">1388</data>
    </node>
    <node id="stratified-sampling">
      <data key="n_label">Stratified sampling</data>
      <data key="n_domain">Mathematics &amp; Statistics</data>
      <data key="n_mechanism">specialization</data>
      <data key="n_categories">Survey Sampling; Estimation Theory</data>
      <data key="n_question">Why can splitting a population into groups before sampling beat sampling the whole at random?</data>
      <data key="n_words">1269</data>
    </node>
    <node id="streaks-in-random-sequences">
      <data key="n_label">Streaks in random sequences</data>
      <data key="n_domain">Mind &amp; Behavior</data>
      <data key="n_mechanism">randomness</data>
      <data key="n_categories">Decision Psychology; Psychology</data>
      <data key="n_question">Why does a genuinely random sequence look far streakier than people expect it to?</data>
      <data key="n_words">1324</data>
    </node>
    <node id="street-network-topology">
      <data key="n_label">Street network topology</data>
      <data key="n_domain">Geography &amp; Regional Studies</data>
      <data key="n_mechanism">structure-and-function</data>
      <data key="n_categories">Urban Morphology; Urban Mobility; Transport Geography</data>
      <data key="n_question">Why can two neighbourhoods with the same length of road move traffic so differently?</data>
      <data key="n_words">1374</data>
    </node>
    <node id="stress-concentration">
      <data key="n_label">Stress concentration</data>
      <data key="n_domain">Engineering &amp; Technology</data>
      <data key="n_mechanism">structure-and-function</data>
      <data key="n_categories">Fracture Mechanics; Structural Engineering; Machine Design</data>
      <data key="n_question">Why does a scratch far too small to weigh anything cut a steel plate's strength so sharply?</data>
      <data key="n_words">1392</data>
    </node>
    <node id="stress-spillover-at-home">
      <data key="n_label">Stress spillover at home</data>
      <data key="n_domain">Family, Relationships &amp; Human Development</data>
      <data key="n_mechanism">gradients-and-flows</data>
      <data key="n_categories">Relational Communication; Behavioral Science</data>
      <data key="n_question">Why does a hard day at work so often end up landing on the youngest person at home?</data>
      <data key="n_words">1322</data>
    </node>
    <node id="subject-specialists-in-primary-school">
      <data key="n_label">Subject specialists in primary school</data>
      <data key="n_domain">Education &amp; Learning</data>
      <data key="n_mechanism">specialization</data>
      <data key="n_categories">School Administration; Pedagogy</data>
      <data key="n_question">Why can four teachers who each know one subject outteach one who knows the child all day?</data>
      <data key="n_words">1406</data>
    </node>
    <node id="subscription-inertia">
      <data key="n_label">Subscription inertia</data>
      <data key="n_domain">Home, Consumer &amp; Everyday Life</data>
      <data key="n_mechanism">thresholds</data>
      <data key="n_categories">Consumer Economics; Choice Architecture</data>
      <data key="n_question">Why do people keep paying every month for a service they know they no longer use?</data>
      <data key="n_words">1166</data>
    </node>
    <node id="substitute-teacher-cover">
      <data key="n_label">Substitute teacher cover</data>
      <data key="n_domain">Education &amp; Learning</data>
      <data key="n_mechanism">redundancy</data>
      <data key="n_categories">School Administration</data>
      <data key="n_question">Why must a school pay to keep teachers it hopes never to need?</data>
      <data key="n_words">1399</data>
    </node>
    <node id="substitutionary-sacrifice">
      <data key="n_label">Substitutionary sacrifice</data>
      <data key="n_domain">Philosophy, Ethics &amp; Religion</data>
      <data key="n_mechanism">representation</data>
      <data key="n_categories">Ritual Studies; Theology</data>
      <data key="n_question">How can an offering that owes nothing discharge a debt that someone else has incurred?</data>
      <data key="n_words">1281</data>
    </node>
    <node id="summer-learning-loss">
      <data key="n_label">Summer learning loss</data>
      <data key="n_domain">Education &amp; Learning</data>
      <data key="n_mechanism">rhythms-and-cycles</data>
      <data key="n_categories">School Administration; Educational Inequality; Educational Sociology</data>
      <data key="n_question">Why do identical school holidays leave some children further ahead and others further behind?</data>
      <data key="n_words">1401</data>
    </node>
    <node id="sunk-cost">
      <data key="n_label">Sunk cost</data>
      <data key="n_domain">Economics &amp; Business</data>
      <data key="n_mechanism">perception-vs-reality</data>
      <data key="n_categories">Behavioral Economics; Microeconomics; Decision Psychology</data>
      <data key="n_question">Why do people keep pouring money into a project they already believe will fail?</data>
      <data key="n_words">1178</data>
    </node>
    <node id="superconducting-levitation">
      <data key="n_label">Superconducting levitation</data>
      <data key="n_domain">Physics</data>
      <data key="n_mechanism">constraints</data>
      <data key="n_categories">Condensed Matter Physics; Electromagnetism; Low-Temperature Physics</data>
      <data key="n_question">Why can a magnet hover motionless above a chilled superconductor when no arrangement of ordinary magnets can hold anything stably in mid-air?</data>
      <data key="n_words">1383</data>
    </node>
    <node id="supercooled-water">
      <data key="n_label">Supercooled water</data>
      <data key="n_domain">Physics</data>
      <data key="n_mechanism">thresholds</data>
      <data key="n_categories">Phase Behavior</data>
      <data key="n_question">Why can water sit below freezing as a liquid for hours and then turn solid the instant it is knocked?</data>
      <data key="n_words">1460</data>
    </node>
    <node id="supercooling">
      <data key="n_label">Supercooling</data>
      <data key="n_domain">Chemistry &amp; Materials</data>
      <data key="n_mechanism">randomness</data>
      <data key="n_categories">Phase Behavior; Physical Chemistry; Thermodynamics</data>
      <data key="n_question">Why can very pure water sit well below freezing as a liquid, and then turn to ice the instant you tap the bottle?</data>
      <data key="n_words">1386</data>
    </node>
    <node id="supererogation">
      <data key="n_label">Supererogation</data>
      <data key="n_domain">Philosophy, Ethics &amp; Religion</data>
      <data key="n_mechanism">tradeoffs</data>
      <data key="n_categories">Normative Ethics; Virtue Theory</data>
      <data key="n_question">Why is the heroic act merely praised rather than required, if more good is always better?</data>
      <data key="n_words">1375</data>
    </node>
    <node id="supernormal-stimuli">
      <data key="n_label">Supernormal stimuli</data>
      <data key="n_domain">Biology &amp; Ecology</data>
      <data key="n_mechanism">perception-vs-reality</data>
      <data key="n_categories">Animal Behavior; Behavioral Ecology</data>
      <data key="n_question">Why will a bird abandon its own egg to sit on an absurd oversized fake?</data>
      <data key="n_words">1262</data>
    </node>
    <node id="surgical-volume-outcome-relationship">
      <data key="n_label">Surgical volume-outcome relationship</data>
      <data key="n_domain">Health &amp; Medicine</data>
      <data key="n_mechanism">specialization</data>
      <data key="n_categories">Surgery; Health Policy</data>
      <data key="n_question">Why does the same operation carry less risk in a hospital that does little else?</data>
      <data key="n_words">1400</data>
    </node>
    <node id="surrogate-keys">
      <data key="n_label">Surrogate keys</data>
      <data key="n_domain">Computing, Data &amp; AI</data>
      <data key="n_mechanism">representation</data>
      <data key="n_categories">Data Modeling; Information Systems</data>
      <data key="n_question">Why does a sales record point at a number that means nothing rather than at the customer's own identifier?</data>
      <data key="n_words">1412</data>
    </node>
    <node id="survey-and-follow-up-telescopes">
      <data key="n_label">Survey and follow-up telescopes</data>
      <data key="n_domain">Astronomy &amp; Space</data>
      <data key="n_mechanism">specialization</data>
      <data key="n_categories">Telescope Engineering; Observational Astronomy</data>
      <data key="n_question">Why build one telescope that cannot study anything deeply and another that cannot find anything?</data>
      <data key="n_words">1398</data>
    </node>
    <node id="survivorship-bias">
      <data key="n_label">Survivorship bias</data>
      <data key="n_domain">Mathematics &amp; Statistics</data>
      <data key="n_mechanism">selection</data>
      <data key="n_categories">Statistical Bias; Operations Research; Data Analysis</data>
      <data key="n_question">Why did reinforcing the bullet holes on returning bombers armour exactly the wrong part of the plane?</data>
      <data key="n_words">1444</data>
    </node>
    <node id="suspension-bridge-cables">
      <data key="n_label">Suspension bridge cables</data>
      <data key="n_domain">Engineering &amp; Technology</data>
      <data key="n_mechanism">structure-and-function</data>
      <data key="n_categories">Civil Engineering; Structural Engineering; Mechanics</data>
      <data key="n_question">What lets a suspension bridge span far more than a solid beam of the same material could?</data>
      <data key="n_words">925</data>
    </node>
    <node id="swarm-robotics">
      <data key="n_label">Swarm robotics</data>
      <data key="n_domain">Engineering &amp; Technology</data>
      <data key="n_mechanism">emergence</data>
      <data key="n_categories">Control Engineering; Complex Systems</data>
      <data key="n_question">How can a hundred simple robots assemble a shape that none of them holds a plan for?</data>
      <data key="n_words">1355</data>
    </node>
    <node id="sweet-fruit-guarded-seed">
      <data key="n_label">Sweet fruit, guarded seed</data>
      <data key="n_domain">Biology &amp; Ecology</data>
      <data key="n_mechanism">incentives</data>
      <data key="n_categories">Seed Biology; Pollination Ecology</data>
      <data key="n_question">Why does a plant make its fruit delicious and the seed inside it bitter or poisonous?</data>
      <data key="n_words">1279</data>
    </node>
    <node id="symbiosis">
      <data key="n_label">Symbiosis</data>
      <data key="n_domain">Biology &amp; Ecology</data>
      <data key="n_mechanism">specialization</data>
      <data key="n_categories">Microbiology; Evolutionary Biology; Community Ecology</data>
      <data key="n_question">How can two unrelated species come to depend on each other for survival?</data>
      <data key="n_words">1071</data>
    </node>
    <node id="synaptic-pruning">
      <data key="n_label">Synaptic pruning</data>
      <data key="n_domain">Mind &amp; Behavior</data>
      <data key="n_mechanism">selection</data>
      <data key="n_categories">Neuroscience; Developmental Psychology</data>
      <data key="n_question">Why does a developing brain build far more connections than it intends to keep?</data>
      <data key="n_words">1224</data>
    </node>
    <node id="synchronised-planting-windows">
      <data key="n_label">Synchronised planting windows</data>
      <data key="n_domain">Environment, Agriculture &amp; Food</data>
      <data key="n_mechanism">coordination</data>
      <data key="n_categories">Crop Protection; Agroecology</data>
      <data key="n_question">Why must every neighbouring farmer sow in the same week for any one of them to escape the pest?</data>
      <data key="n_words">1324</data>
    </node>
    <node id="synchronized-applause">
      <data key="n_label">Synchronized applause</data>
      <data key="n_domain">Mind &amp; Behavior</data>
      <data key="n_mechanism">emergence</data>
      <data key="n_categories">Group Behavior; Social Psychology</data>
      <data key="n_question">Why does an audience's clapping sometimes fall into unison when nobody is leading it?</data>
      <data key="n_words">1329</data>
    </node>
    <node id="synthetic-versus-real-users">
      <data key="n_label">Synthetic versus real users</data>
      <data key="n_domain">Computing, Data &amp; AI</data>
      <data key="n_mechanism">proxy-evidence</data>
      <data key="n_categories">Observability; Software Testing</data>
      <data key="n_question">Why does a test that runs perfectly every minute miss the failure your users are living through?</data>
      <data key="n_words">1429</data>
    </node>
    <node id="system-prompt-priority">
      <data key="n_label">System prompt priority</data>
      <data key="n_domain">Computing, Data &amp; AI</data>
      <data key="n_mechanism">commitment</data>
      <data key="n_categories">Language Models; AI Safety</data>
      <data key="n_question">Why can instructions the user never sees outrank the ones they type, and why is that still not security?</data>
      <data key="n_words">1379</data>
    </node>
    <node id="tags-versus-digests">
      <data key="n_label">Tags versus digests</data>
      <data key="n_domain">Computing, Data &amp; AI</data>
      <data key="n_mechanism">representation</data>
      <data key="n_categories">Container Technology; Version Control</data>
      <data key="n_question">Why can the same name fetch two different things a week apart?</data>
      <data key="n_words">1358</data>
    </node>
    <node id="tail-latency">
      <data key="n_label">Tail latency</data>
      <data key="n_domain">Computing, Data &amp; AI</data>
      <data key="n_mechanism">scale-effects</data>
      <data key="n_categories">Distributed Systems; Performance Engineering; Fault Tolerance</data>
      <data key="n_question">Why does a service that answers almost every request instantly still feel slow to use?</data>
      <data key="n_words">1431</data>
    </node>
    <node id="talked-out-of-its-own-rules">
      <data key="n_label">Talked out of its own rules</data>
      <data key="n_domain">Computing, Data &amp; AI</data>
      <data key="n_mechanism">constraints</data>
      <data key="n_categories">Web Security; Security</data>
      <data key="n_question">Why can a system trained to refuse be persuaded to agree?</data>
      <data key="n_words">1411</data>
    </node>
    <node id="tax-competition">
      <data key="n_label">Tax competition</data>
      <data key="n_domain">Economics &amp; Business</data>
      <data key="n_mechanism">collective-action</data>
      <data key="n_categories">Public Finance; Institutional Economics; International Trade</data>
      <data key="n_question">Why do countries keep cutting the same tax when none of them ends up ahead?</data>
      <data key="n_words">1409</data>
    </node>
    <node id="tax-incidence">
      <data key="n_label">Tax incidence</data>
      <data key="n_domain">Government, Law &amp; Civics</data>
      <data key="n_mechanism">incentives</data>
      <data key="n_categories">Public Finance; Tax Law</data>
      <data key="n_question">Why does the person who writes the tax cheque often not bear its cost?</data>
      <data key="n_words">1227</data>
    </node>
    <node id="teacher-attrition-in-hard-schools">
      <data key="n_label">Teacher attrition in hard schools</data>
      <data key="n_domain">Education &amp; Learning</data>
      <data key="n_mechanism">feedback-loops</data>
      <data key="n_categories">School Administration; Labor Economics</data>
      <data key="n_question">Why do the schools that most need experienced teachers keep losing them fastest?</data>
      <data key="n_words">1386</data>
    </node>
    <node id="teacher-expectations">
      <data key="n_label">Teacher expectations</data>
      <data key="n_domain">Education &amp; Learning</data>
      <data key="n_mechanism">feedback-loops</data>
      <data key="n_categories">Educational Psychology; Classroom Management; Social Cognition</data>
      <data key="n_question">Why can a teacher's private guess about a pupil end up matching that pupil's later results?</data>
      <data key="n_words">1455</data>
    </node>
    <node id="teaching-to-the-test">
      <data key="n_label">Teaching to the test</data>
      <data key="n_domain">Education &amp; Learning</data>
      <data key="n_mechanism">incentives</data>
      <data key="n_categories">Educational Accountability; Performance Measurement</data>
      <data key="n_question">Why does a school measure stop meaning what it once did as soon as everyone is judged by it?</data>
      <data key="n_words">1359</data>
    </node>
    <node id="tears-of-wine">
      <data key="n_label">Tears of wine</data>
      <data key="n_domain">Physics</data>
      <data key="n_mechanism">gradients-and-flows</data>
      <data key="n_categories">Fluid Mechanics; Soft Matter Physics</data>
      <data key="n_question">Why does a ring of droplets climb the inside of a wine glass and run back down with nobody disturbing it?</data>
      <data key="n_words">1338</data>
    </node>
    <node id="technical-debt">
      <data key="n_label">Technical debt</data>
      <data key="n_domain">Computing, Data &amp; AI</data>
      <data key="n_mechanism">accumulation</data>
      <data key="n_categories">Cost Engineering; Operations Management</data>
      <data key="n_question">Why does a shortcut that saves a day cost more every week it survives?</data>
      <data key="n_words">1280</data>
    </node>
    <node id="technical-standards">
      <data key="n_label">Technical standards</data>
      <data key="n_domain">Engineering &amp; Technology</data>
      <data key="n_mechanism">coordination</data>
      <data key="n_categories">Quality Control; Systems Engineering; Public Policy</data>
      <data key="n_question">Why does a plug made by one company fit a socket made by another that never consulted it?</data>
      <data key="n_words">1393</data>
    </node>
    <node id="technology-loss">
      <data key="n_label">Technology loss</data>
      <data key="n_domain">History, Society &amp; Anthropology</data>
      <data key="n_mechanism">scale-effects</data>
      <data key="n_categories">Cultural Evolution; Human Prehistory; Archaeology</data>
      <data key="n_question">Why have societies forgotten skills their ancestors clearly possessed, with no disaster to explain it?</data>
      <data key="n_words">1205</data>
    </node>
    <node id="teenage-sleep-phase">
      <data key="n_label">Teenage sleep phase</data>
      <data key="n_domain">Family, Relationships &amp; Human Development</data>
      <data key="n_mechanism">rhythms-and-cycles</data>
      <data key="n_categories">Adolescent Development; Sleep Timing Research</data>
      <data key="n_question">Why does a teenager who cannot fall asleep at ten find it just as hard to wake at seven?</data>
      <data key="n_words">1378</data>
    </node>
    <node id="telephone-bandwidth">
      <data key="n_label">Telephone bandwidth</data>
      <data key="n_domain">Language, Media &amp; Communication</data>
      <data key="n_mechanism">structure-and-function</data>
      <data key="n_categories">Broadcast Engineering; Speech Science; Phonetics</data>
      <data key="n_question">Why does a voice stay intelligible on a line that removes the very pitch you hear it at?</data>
      <data key="n_words">1393</data>
    </node>
    <node id="tell-mounds">
      <data key="n_label">Tell mounds</data>
      <data key="n_domain">History, Society &amp; Anthropology</data>
      <data key="n_mechanism">accumulation</data>
      <data key="n_categories">Human Prehistory; Historical Geography</data>
      <data key="n_question">Why do ancient Near Eastern towns sit on hills that no geological process ever built?</data>
      <data key="n_words">1369</data>
    </node>
    <node id="temperature">
      <data key="n_label">Temperature</data>
      <data key="n_domain">Computing, Data &amp; AI</data>
      <data key="n_mechanism">tradeoffs</data>
      <data key="n_categories">Natural Language Processing; Statistical Learning</data>
      <data key="n_question">Why does making a model's word choice more random make it more useful for some jobs?</data>
      <data key="n_words">1385</data>
    </node>
    <node id="tempered-glass">
      <data key="n_label">Tempered glass</data>
      <data key="n_domain">Chemistry &amp; Materials</data>
      <data key="n_mechanism">structure-and-function</data>
      <data key="n_categories">Glass Science; Fracture Mechanics; Materials Engineering</data>
      <data key="n_question">Why does glass locked in permanent internal stress break less easily than unstressed glass?</data>
      <data key="n_words">1406</data>
    </node>
    <node id="tendon-rehabilitation-loading">
      <data key="n_label">Tendon rehabilitation loading</data>
      <data key="n_domain">Sports, Exercise &amp; Recreation</data>
      <data key="n_mechanism">adaptation</data>
      <data key="n_categories">Sports Medicine; Strength and Conditioning</data>
      <data key="n_question">Why does resting a damaged tendon completely leave it weaker than carefully loading it while it still hurts?</data>
      <data key="n_words">1381</data>
    </node>
    <node id="term-limits">
      <data key="n_label">Term limits</data>
      <data key="n_domain">Government, Law &amp; Civics</data>
      <data key="n_mechanism">specialization</data>
      <data key="n_categories">Legislative Studies; Public Policy; Political Science</data>
      <data key="n_question">Why can forcing legislators out after a fixed term hand more power to lobbyists and permanent staff?</data>
      <data key="n_words">1356</data>
    </node>
    <node id="test-validity">
      <data key="n_label">Test validity</data>
      <data key="n_domain">Education &amp; Learning</data>
      <data key="n_mechanism">proxy-evidence</data>
      <data key="n_categories">Assessment; Psychometrics; Education Policy</data>
      <data key="n_question">Why can a scrupulously fair test still misjudge what a student knows?</data>
      <data key="n_words">1315</data>
    </node>
    <node id="testability-as-a-design-property">
      <data key="n_label">Testability as a design property</data>
      <data key="n_domain">Computing, Data &amp; AI</data>
      <data key="n_mechanism">proxy-evidence</data>
      <data key="n_categories">Software Testing; Formal Verification</data>
      <data key="n_question">Why is code that is hard to test usually badly designed rather than just hard to test?</data>
      <data key="n_words">1393</data>
    </node>
    <node id="testing-many-questions-at-once">
      <data key="n_label">Testing many questions at once</data>
      <data key="n_domain">Mathematics &amp; Statistics</data>
      <data key="n_mechanism">randomness</data>
      <data key="n_categories">Statistical Inference</data>
      <data key="n_question">Why does a careful study asking twenty harmless questions usually turn up one striking result?</data>
      <data key="n_words">1400</data>
    </node>
    <node id="text-message-tone">
      <data key="n_label">Text message tone</data>
      <data key="n_domain">Language, Media &amp; Communication</data>
      <data key="n_mechanism">inference-under-uncertainty</data>
      <data key="n_categories">Media Studies; Pragmatics; Nonverbal Communication</data>
      <data key="n_question">Why does a plain text message so often read as colder than the same words spoken aloud?</data>
      <data key="n_words">1377</data>
    </node>
    <node id="textual-criticism">
      <data key="n_label">Textual criticism</data>
      <data key="n_domain">History, Society &amp; Anthropology</data>
      <data key="n_mechanism">inference-under-uncertainty</data>
      <data key="n_categories">Palaeography; Historiography</data>
      <data key="n_question">How can scholars reconstruct a lost original from surviving copies that all disagree with each other?</data>
      <data key="n_words">1323</data>
    </node>
    <node id="the-agent-loop">
      <data key="n_label">The agent loop</data>
      <data key="n_domain">Computing, Data &amp; AI</data>
      <data key="n_mechanism">feedback-loops</data>
      <data key="n_categories">Autonomous Systems; Machine Learning Operations</data>
      <data key="n_question">Why can a system that only writes text end up changing things in the world?</data>
      <data key="n_words">1352</data>
    </node>
    <node id="the-audit-record-as-the-product">
      <data key="n_label">The audit record as the product</data>
      <data key="n_domain">Computing, Data &amp; AI</data>
      <data key="n_mechanism">proxy-evidence</data>
      <data key="n_categories">Auditability; Access Control</data>
      <data key="n_question">When an automated system acts on your behalf, why is the log of what it did worth more than the result?</data>
      <data key="n_words">1438</data>
    </node>
    <node id="the-backwards-magnitude-scale">
      <data key="n_label">The backwards magnitude scale</data>
      <data key="n_domain">Astronomy &amp; Space</data>
      <data key="n_mechanism">path-dependence</data>
      <data key="n_categories">Observational Astronomy; Visual Perception</data>
      <data key="n_question">Why do astronomers still call the brightest stars first magnitude and faint ones sixth?</data>
      <data key="n_words">1410</data>
    </node>
    <node id="the-blocking-commit">
      <data key="n_label">The blocking commit</data>
      <data key="n_domain">Computing, Data &amp; AI</data>
      <data key="n_mechanism">constraints</data>
      <data key="n_categories">Transaction Processing; Consistency Models</data>
      <data key="n_question">Why can one coordinator crashing leave every other participant waiting indefinitely?</data>
      <data key="n_words">1417</data>
    </node>
    <node id="the-cap-theorem">
      <data key="n_label">The CAP theorem</data>
      <data key="n_domain">Computing, Data &amp; AI</data>
      <data key="n_mechanism">constraints</data>
      <data key="n_categories">Consistency Models; Formal Verification</data>
      <data key="n_question">Why must a system spanning several machines give something up the moment the network between them breaks?</data>
      <data key="n_words">1466</data>
    </node>
    <node id="the-distributed-monolith">
      <data key="n_label">The distributed monolith</data>
      <data key="n_domain">Computing, Data &amp; AI</data>
      <data key="n_mechanism">coordination</data>
      <data key="n_categories">Software Architecture; Release Engineering</data>
      <data key="n_question">Why can a system split into services still have to be deployed all at once?</data>
      <data key="n_words">1436</data>
    </node>
    <node id="the-error-threshold-on-genome-length">
      <data key="n_label">The error threshold on genome length</data>
      <data key="n_domain">Biology &amp; Ecology</data>
      <data key="n_mechanism">information-limits</data>
      <data key="n_categories">Molecular Biology; Microbiology</data>
      <data key="n_question">Why can a genome never grow longer than its own copying accuracy permits?</data>
      <data key="n_words">1374</data>
    </node>
    <node id="the-first-process">
      <data key="n_label">The first process</data>
      <data key="n_domain">Computing, Data &amp; AI</data>
      <data key="n_mechanism">constraints</data>
      <data key="n_categories">Container Technology; Operations Management</data>
      <data key="n_question">Why does a program that stops cleanly on your laptop refuse to stop inside a container?</data>
      <data key="n_words">1392</data>
    </node>
    <node id="the-fourth-grade-slump">
      <data key="n_label">The fourth-grade slump</data>
      <data key="n_domain">Education &amp; Learning</data>
      <data key="n_mechanism">constraints</data>
      <data key="n_categories">Reading Research; Learning Science</data>
      <data key="n_question">Why do children who read fluently at seven begin to fail at reading by twelve?</data>
      <data key="n_words">1397</data>
    </node>
    <node id="the-informal-org-chart">
      <data key="n_label">The informal org chart</data>
      <data key="n_domain">Work, Careers &amp; Skilled Trades</data>
      <data key="n_mechanism">emergence</data>
      <data key="n_categories">Complex Systems; Industrial Relations</data>
      <data key="n_question">Why is the person everyone asks for help rarely near the top of the chart?</data>
      <data key="n_words">1367</data>
    </node>
    <node id="the-liturgical-calendar">
      <data key="n_label">The liturgical calendar</data>
      <data key="n_domain">Philosophy, Ethics &amp; Religion</data>
      <data key="n_mechanism">rhythms-and-cycles</data>
      <data key="n_categories">Ritual Studies; Cultural Anthropology</data>
      <data key="n_question">Why retell the same sacred story on a fixed date every year rather than once and for all?</data>
      <data key="n_words">1441</data>
    </node>
    <node id="the-loudness-war">
      <data key="n_label">The loudness war</data>
      <data key="n_domain">Arts, Design &amp; Culture</data>
      <data key="n_mechanism">collective-action</data>
      <data key="n_categories">Audio Engineering; Popular Music Studies</data>
      <data key="n_question">Why did every record label mastering louder leave listeners with music nobody enjoyed more?</data>
      <data key="n_words">1355</data>
    </node>
    <node id="the-middleman-that-reduces-connections">
      <data key="n_label">The middleman that reduces connections</data>
      <data key="n_domain">Computing, Data &amp; AI</data>
      <data key="n_mechanism">scale-effects</data>
      <data key="n_categories">Object-Oriented Design; Information Systems</data>
      <data key="n_question">Why does adding something in the middle leave fewer links than before, not more?</data>
      <data key="n_words">1332</data>
    </node>
    <node id="the-noisy-neighbour">
      <data key="n_label">The noisy neighbour</data>
      <data key="n_domain">Computing, Data &amp; AI</data>
      <data key="n_mechanism">collective-action</data>
      <data key="n_categories">Cost Engineering; Information Systems</data>
      <data key="n_question">Why does every tenant using no more than their fair share still degrade the service for all of them?</data>
      <data key="n_words">1402</data>
    </node>
    <node id="the-nuclear-triad">
      <data key="n_label">The nuclear triad</data>
      <data key="n_domain">Military, Conflict &amp; Strategic Studies</data>
      <data key="n_mechanism">redundancy</data>
      <data key="n_categories">Strategic Stability; Arms Control; Force Planning</data>
      <data key="n_question">Why field three separate delivery systems when one could carry the same warheads?</data>
      <data key="n_words">1287</data>
    </node>
    <node id="the-occasionally-expensive-operation">
      <data key="n_label">The occasionally expensive operation</data>
      <data key="n_domain">Computing, Data &amp; AI</data>
      <data key="n_mechanism">accumulation</data>
      <data key="n_categories">Data Structures; Algorithm Analysis</data>
      <data key="n_question">Why is an operation that sometimes has to copy everything still cheap on average?</data>
      <data key="n_words">1353</data>
    </node>
    <node id="the-outbox">
      <data key="n_label">The outbox</data>
      <data key="n_domain">Computing, Data &amp; AI</data>
      <data key="n_mechanism">coordination</data>
      <data key="n_categories">Software Design Patterns; Transaction Processing</data>
      <data key="n_question">How do you save a record and send a message about it without either happening alone?</data>
      <data key="n_words">1427</data>
    </node>
    <node id="the-paved-road">
      <data key="n_label">The paved road</data>
      <data key="n_domain">Computing, Data &amp; AI</data>
      <data key="n_mechanism">incentives</data>
      <data key="n_categories">Organizational Design; Operations Management</data>
      <data key="n_question">Why does making one route easy work better than forbidding all the others?</data>
      <data key="n_words">1426</data>
    </node>
    <node id="the-price-of-being-able-to-leave">
      <data key="n_label">The price of being able to leave</data>
      <data key="n_domain">Computing, Data &amp; AI</data>
      <data key="n_mechanism">tradeoffs</data>
      <data key="n_categories">Virtualization; Business Intelligence</data>
      <data key="n_question">Why does keeping the freedom to change supplier often cost more than being tied to one?</data>
      <data key="n_words">1338</data>
    </node>
    <node id="the-problem-of-other-minds">
      <data key="n_label">The problem of other minds</data>
      <data key="n_domain">Philosophy, Ethics &amp; Religion</data>
      <data key="n_mechanism">proxy-evidence</data>
      <data key="n_categories">Philosophy of Mind; Epistemology</data>
      <data key="n_question">What entitles you to believe that anyone besides yourself has an inner life at all?</data>
      <data key="n_words">1363</data>
    </node>
    <node id="the-publisher-that-knows-no-subscribers">
      <data key="n_label">The publisher that knows no subscribers</data>
      <data key="n_domain">Computing, Data &amp; AI</data>
      <data key="n_mechanism">structure-and-function</data>
      <data key="n_categories">Software Architecture; Stream Processing</data>
      <data key="n_question">How does a system stay extendable by making the sender ignorant of who is listening?</data>
      <data key="n_words">1457</data>
    </node>
    <node id="the-semantic-layer">
      <data key="n_label">The semantic layer</data>
      <data key="n_domain">Computing, Data &amp; AI</data>
      <data key="n_mechanism">coordination</data>
      <data key="n_categories">Business Intelligence; Data Architecture</data>
      <data key="n_question">Why do two dashboards built from the same warehouse disagree about revenue?</data>
      <data key="n_words">1402</data>
    </node>
    <node id="the-singleton-regret">
      <data key="n_label">The singleton regret</data>
      <data key="n_domain">Computing, Data &amp; AI</data>
      <data key="n_mechanism">tradeoffs</data>
      <data key="n_categories">Object-Oriented Design; Software Design Patterns</data>
      <data key="n_question">Why is the design pattern people learn first the one they later work hardest to remove?</data>
      <data key="n_words">1384</data>
    </node>
    <node id="the-small-files-problem">
      <data key="n_label">The small files problem</data>
      <data key="n_domain">Computing, Data &amp; AI</data>
      <data key="n_mechanism">accumulation</data>
      <data key="n_categories">Storage Engineering; Cost Engineering</data>
      <data key="n_question">Why does a query slow to a crawl when the data it reads is split into too many pieces?</data>
      <data key="n_words">1450</data>
    </node>
    <node id="the-soil-seed-bank">
      <data key="n_label">The soil seed bank</data>
      <data key="n_domain">Biology &amp; Ecology</data>
      <data key="n_mechanism">redundancy</data>
      <data key="n_categories">Seed Biology; Community Ecology</data>
      <data key="n_question">Why does a burned hillside green up with plants nobody has seen there for decades?</data>
      <data key="n_words">1222</data>
    </node>
    <node id="the-sorting-floor">
      <data key="n_label">The sorting floor</data>
      <data key="n_domain">Computing, Data &amp; AI</data>
      <data key="n_mechanism">information-limits</data>
      <data key="n_categories">Computational Complexity; Information Theory</data>
      <data key="n_question">Why can no method that works by comparing pairs ever sort faster than a certain speed?</data>
      <data key="n_words">1350</data>
    </node>
    <node id="the-state-of-nature">
      <data key="n_label">The state of nature</data>
      <data key="n_domain">Philosophy, Ethics &amp; Religion</data>
      <data key="n_mechanism">collective-action</data>
      <data key="n_categories">Political Theory; Moral Philosophy</data>
      <data key="n_question">Why would people who all sincerely want peace still rationally arm themselves against each other?</data>
      <data key="n_words">1316</data>
    </node>
    <node id="the-test-pyramid">
      <data key="n_label">The test pyramid</data>
      <data key="n_domain">Computing, Data &amp; AI</data>
      <data key="n_mechanism">tradeoffs</data>
      <data key="n_categories">Software Testing; Formal Verification</data>
      <data key="n_question">Why do the tests that most resemble real use catch the fewest problems worth catching?</data>
      <data key="n_words">1412</data>
    </node>
    <node id="the-two-witness-rule">
      <data key="n_label">The two-witness rule</data>
      <data key="n_domain">Philosophy, Ethics &amp; Religion</data>
      <data key="n_mechanism">redundancy</data>
      <data key="n_categories">Religious Law; Jurisprudence</data>
      <data key="n_question">Why refuse to convict on one truthful witness when a second one adds nothing new?</data>
      <data key="n_words">1232</data>
    </node>
    <node id="the-untidy-shape-that-answers-faster">
      <data key="n_label">The untidy shape that answers faster</data>
      <data key="n_domain">Computing, Data &amp; AI</data>
      <data key="n_mechanism">tradeoffs</data>
      <data key="n_categories">Schema Design; Query Processing</data>
      <data key="n_question">Why does the arrangement that looks less orderly return answers more quickly?</data>
      <data key="n_words">1286</data>
    </node>
    <node id="the-wire-that-carries-nothing">
      <data key="n_label">The wire that carries nothing</data>
      <data key="n_domain">Work, Careers &amp; Skilled Trades</data>
      <data key="n_mechanism">redundancy</data>
      <data key="n_categories">Electrical Installation</data>
      <data key="n_question">Why is the wire that carries no current in normal use the one an electrician takes most care over?</data>
      <data key="n_words">1488</data>
    </node>
    <node id="the-workshops-many-hands">
      <data key="n_label">The workshop's many hands</data>
      <data key="n_domain">Arts, Design &amp; Culture</data>
      <data key="n_mechanism">specialization</data>
      <data key="n_categories">Art History; Craft Knowledge</data>
      <data key="n_question">Why did a master painter's finest works pass through half a dozen other hands?</data>
      <data key="n_words">1284</data>
    </node>
    <node id="the-zero-sum-timetable">
      <data key="n_label">The zero-sum timetable</data>
      <data key="n_domain">Education &amp; Learning</data>
      <data key="n_mechanism">conservation-laws</data>
      <data key="n_categories">Curriculum Studies; School Administration</data>
      <data key="n_question">Why does every extra hour of reading instruction quietly cost some other subject an hour?</data>
      <data key="n_words">1282</data>
    </node>
    <node id="thermal-conductivity-of-touch">
      <data key="n_label">Thermal conductivity of touch</data>
      <data key="n_domain">Physics</data>
      <data key="n_mechanism">gradients-and-flows</data>
      <data key="n_categories">Thermodynamics; Heat Transfer; Perception</data>
      <data key="n_question">Why does a metal handle feel colder than a wooden one in the same room?</data>
      <data key="n_words">1363</data>
    </node>
    <node id="thermal-noise-floor">
      <data key="n_label">Thermal noise floor</data>
      <data key="n_domain">Engineering &amp; Technology</data>
      <data key="n_mechanism">information-limits</data>
      <data key="n_categories">Signal Processing; Electrical Engineering</data>
      <data key="n_question">Why can no amplifier ever reveal a signal quieter than its own warmth?</data>
      <data key="n_words">1365</data>
    </node>
    <node id="thermal-throttling">
      <data key="n_label">Thermal throttling</data>
      <data key="n_domain">Engineering &amp; Technology</data>
      <data key="n_mechanism">feedback-loops</data>
      <data key="n_categories">Thermal Management; Electrical Engineering; Consumer Electronics</data>
      <data key="n_question">Why does a laptop slow itself down at exactly the moment you are asking most of it?</data>
      <data key="n_words">1462</data>
    </node>
    <node id="thermostat-overshoot">
      <data key="n_label">Thermostat overshoot</data>
      <data key="n_domain">Home, Consumer &amp; Everyday Life</data>
      <data key="n_mechanism">feedback-loops</data>
      <data key="n_categories">Control Engineering</data>
      <data key="n_question">Why does turning the thermostat far above the temperature you want not heat the room any faster?</data>
      <data key="n_words">1392</data>
    </node>
    <node id="thinking-budget">
      <data key="n_label">Thinking budget</data>
      <data key="n_domain">Computing, Data &amp; AI</data>
      <data key="n_mechanism">scale-effects</data>
      <data key="n_categories">Machine Learning Systems; Performance Engineering</data>
      <data key="n_question">Why can a model get a hard problem right by being given more time rather than more knowledge?</data>
      <data key="n_words">1320</data>
    </node>
    <node id="three-bladed-turbines">
      <data key="n_label">Three-bladed turbines</data>
      <data key="n_domain">Engineering &amp; Technology</data>
      <data key="n_mechanism">tradeoffs</data>
      <data key="n_categories">Wind Energy; Power Systems</data>
      <data key="n_question">Why do wind turbines almost all have exactly three blades when more blades would catch more wind?</data>
      <data key="n_words">1425</data>
    </node>
    <node id="three-kinds-of-responsible-person">
      <data key="n_label">Three kinds of responsible person</data>
      <data key="n_domain">Computing, Data &amp; AI</data>
      <data key="n_mechanism">specialization</data>
      <data key="n_categories">Data Governance; Records Management</data>
      <data key="n_question">Why does one dataset need someone who owns it, someone who tends it, and someone who merely holds it?</data>
      <data key="n_words">1234</data>
    </node>
    <node id="three-questions-people-treat-as-one">
      <data key="n_label">Three questions people treat as one</data>
      <data key="n_domain">Computing, Data &amp; AI</data>
      <data key="n_mechanism">specialization</data>
      <data key="n_categories">Identity Management; Access Control</data>
      <data key="n_question">Why are 'who are you', 'prove it', and 'may you' three separate problems?</data>
      <data key="n_words">1344</data>
    </node>
    <node id="three-way-catalytic-converter">
      <data key="n_label">Three-way catalytic converter</data>
      <data key="n_domain">Chemistry &amp; Materials</data>
      <data key="n_mechanism">specialization</data>
      <data key="n_categories">Inorganic Chemistry; Chemical Engineering; Atmospheric Chemistry</data>
      <data key="n_question">Why does one exhaust brick need three different precious metals doing three different jobs?</data>
      <data key="n_words">1376</data>
    </node>
    <node id="time-average-versus-ensemble-average">
      <data key="n_label">Time average versus ensemble average</data>
      <data key="n_domain">Mathematics &amp; Statistics</data>
      <data key="n_mechanism">path-dependence</data>
      <data key="n_categories">Stochastic Processes; Probability</data>
      <data key="n_question">Why can a bet with a favourable average outcome still ruin nearly everyone who keeps taking it?</data>
      <data key="n_words">1430</data>
    </node>
    <node id="time-of-day-performance-peak">
      <data key="n_label">Time-of-day performance peak</data>
      <data key="n_domain">Sports, Exercise &amp; Recreation</data>
      <data key="n_mechanism">rhythms-and-cycles</data>
      <data key="n_categories">Chronobiology; Sports Science</data>
      <data key="n_question">Why are so many records set in the early evening rather than in the morning?</data>
      <data key="n_words">1214</data>
    </node>
    <node id="time-to-first-token">
      <data key="n_label">Time to first token</data>
      <data key="n_domain">Computing, Data &amp; AI</data>
      <data key="n_mechanism">perception-vs-reality</data>
      <data key="n_categories">Performance Engineering; Machine Learning Operations</data>
      <data key="n_question">Why do two answers that take exactly the same time feel instant and broken?</data>
      <data key="n_words">1410</data>
    </node>
    <node id="time-zones">
      <data key="n_label">Time zones</data>
      <data key="n_domain">Geography &amp; Regional Studies</data>
      <data key="n_mechanism">coordination</data>
      <data key="n_categories">Political Geography; Cartography; Transport Geography</data>
      <data key="n_question">Why does the world keep clocks that deliberately disagree by whole hours?</data>
      <data key="n_words">1361</data>
    </node>
    <node id="timing-resolution-in-racing">
      <data key="n_label">Timing resolution in racing</data>
      <data key="n_domain">Sports, Exercise &amp; Recreation</data>
      <data key="n_mechanism">information-limits</data>
      <data key="n_categories">Sports Officiating; Sports Governance</data>
      <data key="n_question">Why do swimming records stop at hundredths when the clock can read thousandths?</data>
      <data key="n_words">1210</data>
    </node>
    <node id="tipping-customs">
      <data key="n_label">Tipping customs</data>
      <data key="n_domain">Travel, Tourism &amp; Hospitality</data>
      <data key="n_mechanism">coordination</data>
      <data key="n_categories">Hospitality Management; Labor Economics; Cultural Economics</data>
      <data key="n_question">Why does paying extra for service that nobody can require of you persist in some countries and vanish in others?</data>
      <data key="n_words">1225</data>
    </node>
    <node id="toddler-tantrums">
      <data key="n_label">Toddler tantrums</data>
      <data key="n_domain">Family, Relationships &amp; Human Development</data>
      <data key="n_mechanism">constraints</data>
      <data key="n_categories">Early Childhood Development; Developmental Psychology; Child Behaviour Research</data>
      <data key="n_question">Why do tantrums peak in the third year and then fade without anyone teaching a child to stop?</data>
      <data key="n_words">1317</data>
    </node>
    <node id="tokenization">
      <data key="n_label">Tokenization</data>
      <data key="n_domain">Computing, Data &amp; AI</data>
      <data key="n_mechanism">representation</data>
      <data key="n_categories">Natural Language Processing; Language Models</data>
      <data key="n_question">Why can a model that writes flawless prose fail to count the letters in a single word?</data>
      <data key="n_words">1428</data>
    </node>
    <node id="tolerance-stack-up">
      <data key="n_label">Tolerance stack-up</data>
      <data key="n_domain">Engineering &amp; Technology</data>
      <data key="n_mechanism">accumulation</data>
      <data key="n_categories">Manufacturing Engineering; Instrumentation; Quality Control</data>
      <data key="n_question">Why can a machine assembled entirely from parts that passed inspection still refuse to fit together?</data>
      <data key="n_words">1432</data>
    </node>
    <node id="tomato-flavour">
      <data key="n_label">Supermarket tomato flavour</data>
      <data key="n_domain">Environment, Agriculture &amp; Food</data>
      <data key="n_mechanism">incentives</data>
      <data key="n_categories">Postharvest Physiology; Plant Breeding; Supply Chain Management</data>
      <data key="n_question">Why does a tomato bred by experts and grown at scale taste of so much less than one from a garden?</data>
      <data key="n_words">1166</data>
    </node>
    <node id="tool-calling-boundary">
      <data key="n_label">Tool calling boundary</data>
      <data key="n_domain">Computing, Data &amp; AI</data>
      <data key="n_mechanism">constraints</data>
      <data key="n_categories">Autonomous Systems; AI Safety</data>
      <data key="n_question">Why does a model that calls a tool never actually run it?</data>
      <data key="n_words">1359</data>
    </node>
    <node id="tool-granularity">
      <data key="n_label">Tool granularity</data>
      <data key="n_domain">Computing, Data &amp; AI</data>
      <data key="n_mechanism">tradeoffs</data>
      <data key="n_categories">Interface Design; Autonomous Systems</data>
      <data key="n_question">Why does giving an assistant fewer, broader actions often beat giving it many precise ones?</data>
      <data key="n_words">1508</data>
    </node>
    <node id="tourism-seasonality">
      <data key="n_label">Tourism seasonality</data>
      <data key="n_domain">Travel, Tourism &amp; Hospitality</data>
      <data key="n_mechanism">rhythms-and-cycles</data>
      <data key="n_categories">Tourism Studies; Regional Development</data>
      <data key="n_question">Why does a resort town's population multiply and then collapse every year?</data>
      <data key="n_words">1303</data>
    </node>
    <node id="town-spacing">
      <data key="n_label">Town spacing</data>
      <data key="n_domain">Geography &amp; Regional Studies</data>
      <data key="n_mechanism">emergence</data>
      <data key="n_categories">Settlement Geography; Spatial Economics</data>
      <data key="n_question">Why do towns on an open plain space themselves out at surprisingly regular distances?</data>
      <data key="n_words">1350</data>
    </node>
    <node id="tracing-a-leak">
      <data key="n_label">Tracing a leak</data>
      <data key="n_domain">Home, Consumer &amp; Everyday Life</data>
      <data key="n_mechanism">inference-under-uncertainty</data>
      <data key="n_categories">Plumbing Engineering; Building Science</data>
      <data key="n_question">Why does the wet patch on a ceiling so rarely sit under the actual hole?</data>
      <data key="n_words">1398</data>
    </node>
    <node id="trade-credit">
      <data key="n_label">Trade credit</data>
      <data key="n_domain">Economics &amp; Business</data>
      <data key="n_mechanism">specialization</data>
      <data key="n_categories">Supply Chain Management; Contract Theory; Finance</data>
      <data key="n_question">Why does a supplier short of cash itself agree to let its customers pay ninety days late?</data>
      <data key="n_words">1408</data>
    </node>
    <node id="trade-demarcation">
      <data key="n_label">Trade demarcation</data>
      <data key="n_domain">Work, Careers &amp; Skilled Trades</data>
      <data key="n_mechanism">specialization</data>
      <data key="n_categories">Construction Management; Labor Economics; Industrial Relations</data>
      <data key="n_question">Why does a building site split the work among a dozen trades that each stand idle waiting for the others?</data>
      <data key="n_words">1297</data>
    </node>
    <node id="trade-diasporas">
      <data key="n_label">Trade diasporas</data>
      <data key="n_domain">History, Society &amp; Anthropology</data>
      <data key="n_mechanism">specialization</data>
      <data key="n_categories">Economic History</data>
      <data key="n_question">Why did long-distance trade so often pass through settled communities of resident foreigners?</data>
      <data key="n_words">1313</data>
    </node>
    <node id="trade-jargon">
      <data key="n_label">Trade jargon</data>
      <data key="n_domain">Language, Media &amp; Communication</data>
      <data key="n_mechanism">tradeoffs</data>
      <data key="n_categories">Sociolinguistics; Discourse Analysis; Lexicography</data>
      <data key="n_question">Why does every occupation grow a private vocabulary that plain words could seemingly replace?</data>
      <data key="n_words">1339</data>
    </node>
    <node id="trail-braiding">
      <data key="n_label">Trail braiding</data>
      <data key="n_domain">Sports, Exercise &amp; Recreation</data>
      <data key="n_mechanism">feedback-loops</data>
      <data key="n_categories">Recreation Studies</data>
      <data key="n_question">Why does a footpath across a wet meadow end up ten times wider than the line anyone actually walked?</data>
      <data key="n_words">1377</data>
    </node>
    <node id="train-the-trainer-cascades">
      <data key="n_label">Train-the-trainer cascades</data>
      <data key="n_domain">Education &amp; Learning</data>
      <data key="n_mechanism">exponential-growth</data>
      <data key="n_categories">Instructional Design</data>
      <data key="n_question">Why can training ten teachers reach a whole country faster than training a thousand?</data>
      <data key="n_words">1313</data>
    </node>
    <node id="training-cadre-bottleneck">
      <data key="n_label">Training cadre bottleneck</data>
      <data key="n_domain">Military, Conflict &amp; Strategic Studies</data>
      <data key="n_mechanism">exponential-growth</data>
      <data key="n_categories">Force Planning</data>
      <data key="n_question">Why does doubling an army's size take far longer than doubling its equipment?</data>
      <data key="n_words">1414</data>
    </node>
    <node id="training-taper">
      <data key="n_label">Training taper</data>
      <data key="n_domain">Sports, Exercise &amp; Recreation</data>
      <data key="n_mechanism">adaptation</data>
      <data key="n_categories">Exercise Physiology; Sports Medicine; Human Movement</data>
      <data key="n_question">Why does resting before a competition make an athlete stronger than training through it?</data>
      <data key="n_words">1318</data>
    </node>
    <node id="transactions-on-immutable-storage">
      <data key="n_label">Transactions on immutable storage</data>
      <data key="n_domain">Computing, Data &amp; AI</data>
      <data key="n_mechanism">representation</data>
      <data key="n_categories">Storage Engineering; Databases</data>
      <data key="n_question">How can a store that only ever writes whole files support a transaction that can be rolled back?</data>
      <data key="n_words">1380</data>
    </node>
    <node id="transcribed-speech">
      <data key="n_label">Transcribed speech</data>
      <data key="n_domain">Language, Media &amp; Communication</data>
      <data key="n_mechanism">representation</data>
      <data key="n_categories">Speech Science; Discourse Analysis; Phonetics</data>
      <data key="n_question">Why does an ordinary conversation look ungrammatical the moment it is written down word for word?</data>
      <data key="n_words">1376</data>
    </node>
    <node id="transfer-of-learning">
      <data key="n_label">Transfer of learning</data>
      <data key="n_domain">Education &amp; Learning</data>
      <data key="n_mechanism">representation</data>
      <data key="n_categories">Educational Effectiveness Research; Cognitive Load Research; Curriculum Studies</data>
      <data key="n_question">Why does something learned thoroughly in one setting so often fail to help in another?</data>
      <data key="n_words">1331</data>
    </node>
    <node id="transformer-inrush">
      <data key="n_label">Transformer inrush</data>
      <data key="n_domain">Engineering &amp; Technology</data>
      <data key="n_mechanism">path-dependence</data>
      <data key="n_categories">Power Systems; Electrical Engineering</data>
      <data key="n_question">Why can switching on an idle transformer trip a breaker that its full running load never comes close to troubling?</data>
      <data key="n_words">1444</data>
    </node>
    <node id="transformer-parallelism">
      <data key="n_label">Transformer parallelism</data>
      <data key="n_domain">Computing, Data &amp; AI</data>
      <data key="n_mechanism">scale-effects</data>
      <data key="n_categories">Machine Learning; Computer Architecture</data>
      <data key="n_question">Why did reading every word of a sentence at once beat reading them in order?</data>
      <data key="n_words">1376</data>
    </node>
    <node id="transhumance">
      <data key="n_label">Transhumance</data>
      <data key="n_domain">Geography &amp; Regional Studies</data>
      <data key="n_mechanism">rhythms-and-cycles</data>
      <data key="n_categories">Mountain Geography; Altitudinal Zonation; Cultural Geography</data>
      <data key="n_question">Why do herders climb the mountain on a schedule set by snowmelt rather than the calendar?</data>
      <data key="n_words">1399</data>
    </node>
    <node id="translation-equivalence">
      <data key="n_label">Translation equivalence</data>
      <data key="n_domain">Language, Media &amp; Communication</data>
      <data key="n_mechanism">representation</data>
      <data key="n_categories">Translation Studies; Linguistics; Comparative Literature</data>
      <data key="n_question">Why can a faithful translation differ greatly from the wording of its source?</data>
      <data key="n_words">1050</data>
    </node>
    <node id="transplant-rejection">
      <data key="n_label">Transplant rejection</data>
      <data key="n_domain">Health &amp; Medicine</data>
      <data key="n_mechanism">tradeoffs</data>
      <data key="n_categories">Transplant Medicine; Immunology; Surgery</data>
      <data key="n_question">Why must a person given a life-saving organ stay deliberately vulnerable to infection?</data>
      <data key="n_words">1364</data>
    </node>
    <node id="traveler-herding">
      <data key="n_label">Traveler herding</data>
      <data key="n_domain">Travel, Tourism &amp; Hospitality</data>
      <data key="n_mechanism">emergence</data>
      <data key="n_categories">Tourism Studies; Information Economics; Consumer Studies</data>
      <data key="n_question">Why do travellers crowd into the same few places while equally good ones stay empty?</data>
      <data key="n_words">1185</data>
    </node>
    <node id="travelers-stomach">
      <data key="n_label">Traveler's stomach</data>
      <data key="n_domain">Travel, Tourism &amp; Hospitality</data>
      <data key="n_mechanism">adaptation</data>
      <data key="n_categories">Travel Medicine; Food Microbiology</data>
      <data key="n_question">Why does the same tap water sicken a visitor while the residents drink it happily?</data>
      <data key="n_words">1183</data>
    </node>
    <node id="trophic-cost-of-meat">
      <data key="n_label">Trophic cost of meat</data>
      <data key="n_domain">Environment, Agriculture &amp; Food</data>
      <data key="n_mechanism">conservation-laws</data>
      <data key="n_categories">Livestock Science; Agroecology; Land Use Studies</data>
      <data key="n_question">Why does a field feeding cattle support so many fewer people than the same field sown with grain?</data>
      <data key="n_words">1367</data>
    </node>
    <node id="trust-asymmetry">
      <data key="n_label">Trust asymmetry</data>
      <data key="n_domain">Family, Relationships &amp; Human Development</data>
      <data key="n_mechanism">inference-under-uncertainty</data>
      <data key="n_categories">Relationship Satisfaction; Relational Communication</data>
      <data key="n_question">Why does one broken promise cost more than many kept ones earn?</data>
      <data key="n_words">1349</data>
    </node>
    <node id="tsunami-shoaling">
      <data key="n_label">Tsunami shoaling</data>
      <data key="n_domain">Earth, Climate &amp; Oceans</data>
      <data key="n_mechanism">conservation-laws</data>
      <data key="n_categories">Natural Hazards; Wave Physics; Physical Oceanography</data>
      <data key="n_question">Why does a wave that a ship at sea never notices rise into a wall of water at the shore?</data>
      <data key="n_words">1410</data>
    </node>
    <node id="tuning-to-the-test-cycle">
      <data key="n_label">Tuning to the test cycle</data>
      <data key="n_domain">Engineering &amp; Technology</data>
      <data key="n_mechanism">incentives</data>
      <data key="n_categories">Automotive Engineering; Public Policy</data>
      <data key="n_question">Why do engines that pass every certification test still pollute heavily on real roads?</data>
      <data key="n_words">1305</data>
    </node>
    <node id="turbidity-currents">
      <data key="n_label">Turbidity currents</data>
      <data key="n_domain">Earth, Climate &amp; Oceans</data>
      <data key="n_mechanism">feedback-loops</data>
      <data key="n_categories">Geology; Marine Engineering</data>
      <data key="n_question">Why do seafloor cables snap hundreds of kilometres from an earthquake, hours after the shaking has stopped?</data>
      <data key="n_words">1431</data>
    </node>
    <node id="tutoring-versus-class-size">
      <data key="n_label">Tutoring versus class size</data>
      <data key="n_domain">Education &amp; Learning</data>
      <data key="n_mechanism">scale-effects</data>
      <data key="n_categories">Educational Effectiveness Research</data>
      <data key="n_question">Why does one-to-one tutoring transform results when cutting a class from thirty to twenty-five barely helps?</data>
      <data key="n_words">1319</data>
    </node>
    <node id="twenty-five-acronyms-nine-pieces">
      <data key="n_label">Twenty-five acronyms, nine pieces</data>
      <data key="n_domain">Computing, Data &amp; AI</data>
      <data key="n_mechanism">representation</data>
      <data key="n_categories">Knowledge Organization; Information Systems</data>
      <data key="n_question">Why do dozens of competing frameworks for the same task turn out to be rearrangements of one short list?</data>
      <data key="n_words">1386</data>
    </node>
    <node id="twice-daily-tides">
      <data key="n_label">Twice-daily tides</data>
      <data key="n_domain">Earth, Climate &amp; Oceans</data>
      <data key="n_mechanism">gradients-and-flows</data>
      <data key="n_categories">Physical Oceanography; Geophysical Fluid Dynamics; Coastal Geomorphology</data>
      <data key="n_question">Why does the sea rise twice a day when there is only one Moon pulling on it?</data>
      <data key="n_words">1382</data>
    </node>
    <node id="twin-language-delay">
      <data key="n_label">Twin language delay</data>
      <data key="n_domain">Family, Relationships &amp; Human Development</data>
      <data key="n_mechanism">constraints</data>
      <data key="n_categories">Sibling Research; Language Acquisition; Parenting</data>
      <data key="n_question">Why do twins begin talking later than single-born children despite growing up amid more speech?</data>
      <data key="n_words">1423</data>
    </node>
    <node id="two-gravitational-wave-detectors">
      <data key="n_label">Two gravitational-wave detectors</data>
      <data key="n_domain">Astronomy &amp; Space</data>
      <data key="n_mechanism">redundancy</data>
      <data key="n_categories">Astrophysics; Signal Processing</data>
      <data key="n_question">Why is a perfectly clear signal in one detector treated as no detection at all?</data>
      <data key="n_words">1333</data>
    </node>
    <node id="two-sided-market-launch">
      <data key="n_label">Two-sided market launch</data>
      <data key="n_domain">Economics &amp; Business</data>
      <data key="n_mechanism">coordination</data>
      <data key="n_categories">Platform Economics; Market Design; Pricing Strategy</data>
      <data key="n_question">Why does a new marketplace often have to pay one side of the market to show up at all?</data>
      <data key="n_words">1289</data>
    </node>
    <node id="two-stage-retrieval">
      <data key="n_label">Two-stage retrieval</data>
      <data key="n_domain">Computing, Data &amp; AI</data>
      <data key="n_mechanism">tradeoffs</data>
      <data key="n_categories">Information Retrieval; Performance Engineering</data>
      <data key="n_question">Why fetch fifty candidates only to throw away forty-five of them with a slower method?</data>
      <data key="n_words">1406</data>
    </node>
    <node id="two-stores-for-one-truth">
      <data key="n_label">Two stores for one truth</data>
      <data key="n_domain">Computing, Data &amp; AI</data>
      <data key="n_mechanism">specialization</data>
      <data key="n_categories">Transaction Processing; Query Processing</data>
      <data key="n_question">Why does the same data need one database to record it and a different one to answer questions about it?</data>
      <data key="n_words">1272</data>
    </node>
    <node id="two-systems-one-record">
      <data key="n_label">Two systems, one record</data>
      <data key="n_domain">Computing, Data &amp; AI</data>
      <data key="n_mechanism">coordination</data>
      <data key="n_categories">Legacy Modernization; Data Architecture</data>
      <data key="n_question">How can two systems both own the same record for a year without drifting apart?</data>
      <data key="n_words">1416</data>
    </node>
    <node id="two-way-ratings">
      <data key="n_label">Two-way ratings</data>
      <data key="n_domain">Travel, Tourism &amp; Hospitality</data>
      <data key="n_mechanism">feedback-loops</data>
      <data key="n_categories">Reputation Mechanisms</data>
      <data key="n_question">Why do guest and host ratings both drift up to near-perfect once each side can rate the other?</data>
      <data key="n_words">1465</data>
    </node>
    <node id="typeface-voice">
      <data key="n_label">Typeface voice</data>
      <data key="n_domain">Arts, Design &amp; Culture</data>
      <data key="n_mechanism">path-dependence</data>
      <data key="n_categories">Type Design; Graphic Design; Art History</data>
      <data key="n_question">Why can the same sentence read as trustworthy or cheap depending only on the shape of its letters?</data>
      <data key="n_words">1399</data>
    </node>
    <node id="ubiquity-of-the-bell-curve">
      <data key="n_label">Ubiquity of the bell curve</data>
      <data key="n_domain">Mathematics &amp; Statistics</data>
      <data key="n_mechanism">accumulation</data>
      <data key="n_categories">Probability; Distribution Theory; Measurement Theory</data>
      <data key="n_question">Why do measurements of completely unrelated things pile up into the same bell-shaped curve?</data>
      <data key="n_words">1465</data>
    </node>
    <node id="unavoidable-ambiguity">
      <data key="n_label">Unavoidable ambiguity</data>
      <data key="n_domain">Language, Media &amp; Communication</data>
      <data key="n_mechanism">constraints</data>
      <data key="n_categories">Semantics; Lexicography</data>
      <data key="n_question">Why can no language avoid words that carry more than one meaning?</data>
      <data key="n_words">1325</data>
    </node>
    <node id="undefined-behaviour">
      <data key="n_label">Undefined behaviour</data>
      <data key="n_domain">Computing, Data &amp; AI</data>
      <data key="n_mechanism">constraints</data>
      <data key="n_categories">Programming Languages; Software Engineering</data>
      <data key="n_question">Why can a program that ran correctly for years break the moment the compiler is asked to optimise it?</data>
      <data key="n_words">1439</data>
    </node>
    <node id="underdetermination">
      <data key="n_label">Underdetermination of theory</data>
      <data key="n_domain">Philosophy, Ethics &amp; Religion</data>
      <data key="n_mechanism">inference-under-uncertainty</data>
      <data key="n_categories">Philosophy of Science; Epistemology</data>
      <data key="n_question">Why can two incompatible theories fit every observation ever recorded, and how does a science choose between them anyway?</data>
      <data key="n_words">1528</data>
    </node>
    <node id="understudies">
      <data key="n_label">Understudies</data>
      <data key="n_domain">Arts, Design &amp; Culture</data>
      <data key="n_mechanism">redundancy</data>
      <data key="n_categories">Theatre Production</data>
      <data key="n_question">Why does a production pay actors who may never once appear on stage?</data>
      <data key="n_words">1288</data>
    </node>
    <node id="undifferentiated-infant-cry">
      <data key="n_label">Undifferentiated infant cry</data>
      <data key="n_domain">Family, Relationships &amp; Human Development</data>
      <data key="n_mechanism">information-limits</data>
      <data key="n_categories">Early Childhood Development; Attachment Research; Relational Communication</data>
      <data key="n_question">Why can a newborn's cry not tell a parent which of its many needs is unmet?</data>
      <data key="n_words">1411</data>
    </node>
    <node id="unfinished-tasks">
      <data key="n_label">Unfinished tasks</data>
      <data key="n_domain">Mind &amp; Behavior</data>
      <data key="n_mechanism">thresholds</data>
      <data key="n_categories">Motivation Research; Working Memory; Attention Research</data>
      <data key="n_question">Why does a task you were interrupted in the middle of keep returning to mind when a finished one is gone by evening?</data>
      <data key="n_words">1158</data>
    </node>
    <node id="uninformative-advertising">
      <data key="n_label">Uninformative advertising</data>
      <data key="n_domain">Language, Media &amp; Communication</data>
      <data key="n_mechanism">proxy-evidence</data>
      <data key="n_categories">Advertising Studies; Competitive Positioning; Persuasion Research</data>
      <data key="n_question">Why does an advertisement that tells you nothing about a product still make it more believable?</data>
      <data key="n_words">1253</data>
    </node>
    <node id="unit-combat-learning-curve">
      <data key="n_label">Unit combat learning curve</data>
      <data key="n_domain">Military, Conflict &amp; Strategic Studies</data>
      <data key="n_mechanism">adaptation</data>
      <data key="n_categories">Military Sociology; Military Tactics; Organizational Behavior</data>
      <data key="n_question">Why is a unit's first battle far deadlier for it than its fifth?</data>
      <data key="n_words">1298</data>
    </node>
    <node id="unit-price-inversion">
      <data key="n_label">Unit-price inversion</data>
      <data key="n_domain">Home, Consumer &amp; Everyday Life</data>
      <data key="n_mechanism">incentives</data>
      <data key="n_categories">Consumer Economics; Consumer Studies</data>
      <data key="n_question">Why does the larger pack on the shelf sometimes cost more per unit than the small one?</data>
      <data key="n_words">1407</data>
    </node>
    <node id="unknown-unknowns">
      <data key="n_label">Unknown unknowns</data>
      <data key="n_domain">Computing, Data &amp; AI</data>
      <data key="n_mechanism">information-limits</data>
      <data key="n_categories">Observability; Systems Engineering</data>
      <data key="n_question">Why can a system with every dashboard green still be failing in a way nobody thought to chart?</data>
      <data key="n_words">1446</data>
    </node>
    <node id="unnamed-sources">
      <data key="n_label">Unnamed sources</data>
      <data key="n_domain">Language, Media &amp; Communication</data>
      <data key="n_mechanism">commitment</data>
      <data key="n_categories">Journalism; Media Studies</data>
      <data key="n_question">Why does a reporter's promise never to name a source yield more truth rather than less?</data>
      <data key="n_words">1347</data>
    </node>
    <node id="unplanned-settlement-form">
      <data key="n_label">Unplanned settlement form</data>
      <data key="n_domain">History, Society &amp; Anthropology</data>
      <data key="n_mechanism">emergence</data>
      <data key="n_categories">Urban History; Material Culture; Historical Geography</data>
      <data key="n_question">Why do old towns on different continents share street patterns that nobody ever designed?</data>
      <data key="n_words">1400</data>
    </node>
    <node id="unstable-averages">
      <data key="n_label">Unstable averages</data>
      <data key="n_domain">Mathematics &amp; Statistics</data>
      <data key="n_mechanism">information-limits</data>
      <data key="n_categories">Distribution Theory; Risk Management</data>
      <data key="n_question">Why can the average income in a room change completely when one more person walks in?</data>
      <data key="n_words">1410</data>
    </node>
    <node id="unusable-intelligence">
      <data key="n_label">Unusable intelligence</data>
      <data key="n_domain">Military, Conflict &amp; Strategic Studies</data>
      <data key="n_mechanism">tradeoffs</data>
      <data key="n_categories">Intelligence Studies; Counterintelligence</data>
      <data key="n_question">Why would a commander deliberately not act on information they know to be correct?</data>
      <data key="n_words">1476</data>
    </node>
    <node id="unused-curriculum">
      <data key="n_label">Unused curriculum</data>
      <data key="n_domain">Education &amp; Learning</data>
      <data key="n_mechanism">redundancy</data>
      <data key="n_categories">Curriculum Studies; Educational Sociology; Labor Economics</data>
      <data key="n_question">Why does a curriculum keep teaching material almost no student will ever use?</data>
      <data key="n_words">1354</data>
    </node>
    <node id="unwritten-household-rules">
      <data key="n_label">Unwritten household rules</data>
      <data key="n_domain">Family, Relationships &amp; Human Development</data>
      <data key="n_mechanism">emergence</data>
      <data key="n_categories">Relational Communication; Behavioral Science</data>
      <data key="n_question">Why does every household end up with rules nobody ever agreed to?</data>
      <data key="n_words">1328</data>
    </node>
    <node id="unwritten-vowels-in-abjads">
      <data key="n_label">Unwritten vowels in abjads</data>
      <data key="n_domain">Language, Media &amp; Communication</data>
      <data key="n_mechanism">redundancy</data>
      <data key="n_categories">Writing Systems; Historical Linguistics; Reading Research</data>
      <data key="n_question">Why can a script leave most of its vowels unwritten without leaving fluent readers lost?</data>
      <data key="n_words">1418</data>
    </node>
    <node id="urban-growth-boundaries">
      <data key="n_label">Urban growth boundaries</data>
      <data key="n_domain">Geography &amp; Regional Studies</data>
      <data key="n_mechanism">commitment</data>
      <data key="n_categories">Urban Geography; Land Use Studies; Environmental Policy</data>
      <data key="n_question">Why does drawing a line to stop a city sprawling sometimes push building even further out?</data>
      <data key="n_words">1411</data>
    </node>
    <node id="urban-heat-islands">
      <data key="n_label">Urban heat islands</data>
      <data key="n_domain">Geography &amp; Regional Studies</data>
      <data key="n_mechanism">gradients-and-flows</data>
      <data key="n_categories">Climatology; Urban Geography; Environmental Policy</data>
      <data key="n_question">Why is a city several degrees warmer than the countryside surrounding it?</data>
      <data key="n_words">1352</data>
    </node>
    <node id="urban-mortality">
      <data key="n_label">Urban mortality</data>
      <data key="n_domain">History, Society &amp; Anthropology</data>
      <data key="n_mechanism">scale-effects</data>
      <data key="n_categories">Urban History; Historical Demography; Public Health</data>
      <data key="n_question">Why did cities kill more people than they birthed for most of recorded history?</data>
      <data key="n_words">1420</data>
    </node>
    <node id="vacancies-alongside-unemployment">
      <data key="n_label">Vacancies alongside unemployment</data>
      <data key="n_domain">Economics &amp; Business</data>
      <data key="n_mechanism">equilibrium</data>
      <data key="n_categories">Labor Economics; Market Design; Macroeconomics</data>
      <data key="n_question">Why do unfilled jobs and jobless workers persist side by side instead of clearing each other away?</data>
      <data key="n_words">1429</data>
    </node>
    <node id="vagueness">
      <data key="n_label">Vagueness</data>
      <data key="n_domain">Philosophy, Ethics &amp; Religion</data>
      <data key="n_mechanism">thresholds</data>
      <data key="n_categories">Logic; Philosophy of Language; Semantics</data>
      <data key="n_question">How many grains must you take away before a heap stops being a heap?</data>
      <data key="n_words">1384</data>
    </node>
    <node id="value-added-ranking-instability">
      <data key="n_label">Value-added ranking instability</data>
      <data key="n_domain">Education &amp; Learning</data>
      <data key="n_mechanism">randomness</data>
      <data key="n_categories">Educational Accountability; Performance Measurement</data>
      <data key="n_question">Why can the same teacher rank near the top one year and near the bottom the next?</data>
      <data key="n_words">1389</data>
    </node>
    <node id="value-of-the-original">
      <data key="n_label">Value of the original</data>
      <data key="n_domain">Arts, Design &amp; Culture</data>
      <data key="n_mechanism">path-dependence</data>
      <data key="n_categories">Art Markets; Aesthetics</data>
      <data key="n_question">Why does a perfect copy of a painting feel worthless when no one can tell it from the original?</data>
      <data key="n_words">1296</data>
    </node>
    <node id="varnish-removal">
      <data key="n_label">Varnish removal</data>
      <data key="n_domain">Arts, Design &amp; Culture</data>
      <data key="n_mechanism">constraints</data>
      <data key="n_categories">Conservation Science</data>
      <data key="n_question">Why can stripping a painting's yellowed varnish take the artist's own final glazes with it?</data>
      <data key="n_words">1409</data>
    </node>
    <node id="venus-superrotation">
      <data key="n_label">Venus superrotation</data>
      <data key="n_domain">Astronomy &amp; Space</data>
      <data key="n_mechanism">feedback-loops</data>
      <data key="n_categories">Planetary Atmospheres; Atmospheric Dynamics; Comparative Planetology</data>
      <data key="n_question">Why does Venus's atmosphere circle the planet in four days when the planet itself takes 243?</data>
      <data key="n_words">1460</data>
    </node>
    <node id="verified-disarmament">
      <data key="n_label">Verified disarmament</data>
      <data key="n_domain">Military, Conflict &amp; Strategic Studies</data>
      <data key="n_mechanism">proxy-evidence</data>
      <data key="n_categories">Arms Control</data>
      <data key="n_question">Why can a weapons treaty be enforced by counting things that are not the weapons themselves?</data>
      <data key="n_words">1457</data>
    </node>
    <node id="vernacular-house-form">
      <data key="n_label">Vernacular house form</data>
      <data key="n_domain">Geography &amp; Regional Studies</data>
      <data key="n_mechanism">adaptation</data>
      <data key="n_categories">Cultural Geography; Regional Climatology; Settlement Geography</data>
      <data key="n_question">Why do houses built before air conditioning suit their climates better than newer ones do?</data>
      <data key="n_words">1461</data>
    </node>
    <node id="vernalization">
      <data key="n_label">Vernalization</data>
      <data key="n_domain">Biology &amp; Ecology</data>
      <data key="n_mechanism">proxy-evidence</data>
      <data key="n_categories">Plant Physiology; Environmental Physiology</data>
      <data key="n_question">Why must some plants sit through weeks of cold before they will flower, when the warmth of spring is what they are waiting for?</data>
      <data key="n_words">1371</data>
    </node>
    <node id="vertical-and-horizontal-scaling">
      <data key="n_label">Vertical and horizontal scaling</data>
      <data key="n_domain">Computing, Data &amp; AI</data>
      <data key="n_mechanism">thresholds</data>
      <data key="n_categories">Capacity Planning; Computer Architecture</data>
      <data key="n_question">Why does a point arrive where buying a bigger machine stops being an option at any price?</data>
      <data key="n_words">1398</data>
    </node>
    <node id="vibration-isolator-resonance">
      <data key="n_label">Vibration isolator resonance</data>
      <data key="n_domain">Engineering &amp; Technology</data>
      <data key="n_mechanism">rhythms-and-cycles</data>
      <data key="n_categories">Vibration Damping; Acoustics</data>
      <data key="n_question">Why can putting a machine on soft rubber mounts make it shake the floor harder than bolting it down did?</data>
      <data key="n_words">1441</data>
    </node>
    <node id="video-review-boundaries">
      <data key="n_label">Video review boundaries</data>
      <data key="n_domain">Sports, Exercise &amp; Recreation</data>
      <data key="n_mechanism">thresholds</data>
      <data key="n_categories">Sports Officiating</data>
      <data key="n_question">Why did adding video review, which settles exactly what happened, make offside decisions feel more arbitrary than the linesman's guess ever did?</data>
      <data key="n_words">1413</data>
    </node>
    <node id="village-pasture-stinting">
      <data key="n_label">Village pasture stinting</data>
      <data key="n_domain">History, Society &amp; Anthropology</data>
      <data key="n_mechanism">collective-action</data>
      <data key="n_categories">Institutional Economics; Agricultural History</data>
      <data key="n_question">Why did shared village grazing survive for centuries when each family gained by adding one more animal?</data>
      <data key="n_words">1379</data>
    </node>
    <node id="vinegar-syndrome">
      <data key="n_label">Vinegar syndrome</data>
      <data key="n_domain">Arts, Design &amp; Culture</data>
      <data key="n_mechanism">exponential-growth</data>
      <data key="n_categories">Conservation Science</data>
      <data key="n_question">Why does a decaying reel of film destroy itself faster the longer it has already been decaying?</data>
      <data key="n_words">1394</data>
    </node>
    <node id="viral-load-kinetics">
      <data key="n_label">Viral load kinetics</data>
      <data key="n_domain">Health &amp; Medicine</data>
      <data key="n_mechanism">exponential-growth</data>
      <data key="n_categories">Infectious Disease</data>
      <data key="n_question">Why can someone feel perfectly well for days after catching a virus and then fall ill within hours?</data>
      <data key="n_words">1347</data>
    </node>
    <node id="virulence-and-transmission">
      <data key="n_label">Virulence and transmission</data>
      <data key="n_domain">Biology &amp; Ecology</data>
      <data key="n_mechanism">selection</data>
      <data key="n_categories">Epidemiology; Parasitology</data>
      <data key="n_question">Why are diseases we catch by touch usually milder than those carried to us by mosquitoes?</data>
      <data key="n_words">1250</data>
    </node>
    <node id="visa-reciprocity">
      <data key="n_label">Visa reciprocity</data>
      <data key="n_domain">Travel, Tourism &amp; Hospitality</data>
      <data key="n_mechanism">commitment</data>
      <data key="n_categories">Border Studies</data>
      <data key="n_question">Why does a country make visitors from one place wait months for a visa while waving through visitors who spend exactly the same money?</data>
      <data key="n_words">1468</data>
    </node>
    <node id="viscoelastic-putty">
      <data key="n_label">Viscoelastic putty</data>
      <data key="n_domain">Chemistry &amp; Materials</data>
      <data key="n_mechanism">scale-effects</data>
      <data key="n_categories">Soft Matter Physics; Materials Engineering; Polymer Chemistry</data>
      <data key="n_question">Why does the same lump of putty bounce like rubber off the floor yet spread into a puddle if left out overnight?</data>
      <data key="n_words">1406</data>
    </node>
    <node id="visual-grouping">
      <data key="n_label">Visual grouping</data>
      <data key="n_domain">Arts, Design &amp; Culture</data>
      <data key="n_mechanism">emergence</data>
      <data key="n_categories">Graphic Design; Visual Cognition; Information Layout</data>
      <data key="n_question">Why do two items on a page read as a pair simply because they sit closer together than anything else?</data>
      <data key="n_words">1214</data>
    </node>
    <node id="vocabulary-gap-widening">
      <data key="n_label">Vocabulary gap widening</data>
      <data key="n_domain">Education &amp; Learning</data>
      <data key="n_mechanism">exponential-growth</data>
      <data key="n_categories">Language Acquisition; Educational Inequality; Research Methods</data>
      <data key="n_question">Why does a small early gap in vocabulary widen every year instead of closing?</data>
      <data key="n_words">1395</data>
    </node>
    <node id="vortex-shedding">
      <data key="n_label">Vortex shedding</data>
      <data key="n_domain">Physics</data>
      <data key="n_mechanism">rhythms-and-cycles</data>
      <data key="n_categories">Aerodynamics; Fluid Mechanics; Structural Engineering</data>
      <data key="n_question">Why does a steady, tuneless wind make a wire or a mast sing at one definite pitch?</data>
      <data key="n_words">1419</data>
    </node>
    <node id="voting-rules">
      <data key="n_label">Voting rules</data>
      <data key="n_domain">Government, Law &amp; Civics</data>
      <data key="n_mechanism">coordination</data>
      <data key="n_categories">Political Science; Social Choice Theory; Electoral Systems</data>
      <data key="n_question">How can the same set of votes elect different winners under different counting rules?</data>
      <data key="n_words">1179</data>
    </node>
    <node id="vowel-chain-shifts">
      <data key="n_label">Vowel chain shifts</data>
      <data key="n_domain">Language, Media &amp; Communication</data>
      <data key="n_mechanism">equilibrium</data>
      <data key="n_categories">Phonology; Sociolinguistics</data>
      <data key="n_question">Why does one vowel drifting out of place drag a whole set of unrelated vowels along with it?</data>
      <data key="n_words">1426</data>
    </node>
    <node id="wage-stickiness">
      <data key="n_label">Wage stickiness</data>
      <data key="n_domain">Economics &amp; Business</data>
      <data key="n_mechanism">commitment</data>
      <data key="n_categories">Labor Economics; Macroeconomics; Personnel Economics</data>
      <data key="n_question">Why do firms lay off a tenth of their staff in a slump rather than cut everyone's pay a tenth?</data>
      <data key="n_words">1363</data>
    </node>
    <node id="wargaming">
      <data key="n_label">Wargaming</data>
      <data key="n_domain">Military, Conflict &amp; Strategic Studies</data>
      <data key="n_mechanism">representation</data>
      <data key="n_categories">Operations Research; Military Innovation Studies; Force Planning</data>
      <data key="n_question">How can a war fought on a map teach real lessons while quietly hiding others?</data>
      <data key="n_words">1271</data>
    </node>
    <node id="warm-reuse-leaks">
      <data key="n_label">Warm reuse leaks</data>
      <data key="n_domain">Computing, Data &amp; AI</data>
      <data key="n_mechanism">path-dependence</data>
      <data key="n_categories">Concurrency; Data Privacy</data>
      <data key="n_question">Why does a system that reuses its own leftovers to go faster start returning one user's data to another?</data>
      <data key="n_words">1443</data>
    </node>
    <node id="warming-hiatus">
      <data key="n_label">Warming hiatus</data>
      <data key="n_domain">Earth, Climate &amp; Oceans</data>
      <data key="n_mechanism">perception-vs-reality</data>
      <data key="n_categories">Atmospheric Science; Statistical Bias</data>
      <data key="n_question">Why did a decade of flat temperatures not mean the planet had stopped warming?</data>
      <data key="n_words">1231</data>
    </node>
    <node id="warranty-timing">
      <data key="n_label">Warranty timing</data>
      <data key="n_domain">Home, Consumer &amp; Everyday Life</data>
      <data key="n_mechanism">randomness</data>
      <data key="n_categories">Reliability Engineering; Risk Management; Consumer Studies</data>
      <data key="n_question">Why do appliances seem to fail just after the warranty runs out?</data>
      <data key="n_words">1367</data>
    </node>
    <node id="wartime-turnover-of-commanders">
      <data key="n_label">Wartime turnover of commanders</data>
      <data key="n_domain">Military, Conflict &amp; Strategic Studies</data>
      <data key="n_mechanism">selection</data>
      <data key="n_categories">Military Sociology; Organizational Behavior; Military History</data>
      <data key="n_question">Why do the generals who begin a war so rarely finish it?</data>
      <data key="n_words">1246</data>
    </node>
    <node id="washing-machine-odour">
      <data key="n_label">Washing machine odour</data>
      <data key="n_domain">Home, Consumer &amp; Everyday Life</data>
      <data key="n_mechanism">selection</data>
      <data key="n_categories">Household Appliances; Food Microbiology; Surface Chemistry</data>
      <data key="n_question">Why does a washing machine used only on cool cycles begin to smell?</data>
      <data key="n_words">1421</data>
    </node>
    <node id="water-hammer">
      <data key="n_label">Water hammer</data>
      <data key="n_domain">Engineering &amp; Technology</data>
      <data key="n_mechanism">conservation-laws</data>
      <data key="n_categories">Fluid Mechanics; Chemical Engineering</data>
      <data key="n_question">Why can closing a valve slowly protect a pipe that closing it quickly would burst?</data>
      <data key="n_words">1462</data>
    </node>
    <node id="wayfinding">
      <data key="n_label">Wayfinding</data>
      <data key="n_domain">Mind &amp; Behavior</data>
      <data key="n_mechanism">representation</data>
      <data key="n_categories">Navigation; Environmental Psychology</data>
      <data key="n_question">How do people build a mental map of an unfamiliar place?</data>
      <data key="n_words">1098</data>
    </node>
    <node id="weakness-of-will">
      <data key="n_label">Weakness of will</data>
      <data key="n_domain">Philosophy, Ethics &amp; Religion</data>
      <data key="n_mechanism">incentives</data>
      <data key="n_categories">Philosophy of Action; Moral Psychology</data>
      <data key="n_question">Why do people knowingly do the very thing they have already judged to be worse for them?</data>
      <data key="n_words">1367</data>
    </node>
    <node id="weather-observing-network">
      <data key="n_label">Weather observing network</data>
      <data key="n_domain">Earth, Climate &amp; Oceans</data>
      <data key="n_mechanism">specialization</data>
      <data key="n_categories">Meteorology; Instrumentation; Oceanography</data>
      <data key="n_question">Why can no single instrument replace the mix of balloons, buoys and satellites behind a forecast?</data>
      <data key="n_words">1249</data>
    </node>
    <node id="weed-seed-banks">
      <data key="n_label">Weed seed banks</data>
      <data key="n_domain">Environment, Agriculture &amp; Food</data>
      <data key="n_mechanism">randomness</data>
      <data key="n_categories">Crop Protection; Seed Biology; Agroecology</data>
      <data key="n_question">Why does a thoroughly weeded field sprout the same weeds again the next year, and the next?</data>
      <data key="n_words">1354</data>
    </node>
    <node id="weight-cutting">
      <data key="n_label">Weight cutting</data>
      <data key="n_domain">Sports, Exercise &amp; Recreation</data>
      <data key="n_mechanism">incentives</data>
      <data key="n_categories">Combat Sports; Environmental Physiology</data>
      <data key="n_question">Why do fighters starve and dehydrate to reach a weight limit and then put the weight straight back on before the bout?</data>
      <data key="n_words">1462</data>
    </node>
    <node id="welding-distortion">
      <data key="n_label">Welding distortion</data>
      <data key="n_domain">Work, Careers &amp; Skilled Trades</data>
      <data key="n_mechanism">gradients-and-flows</data>
      <data key="n_categories">Metal Fabrication; Materials Engineering</data>
      <data key="n_question">Why does a welder deliberately set two plates out of line before joining them straight?</data>
      <data key="n_words">1422</data>
    </node>
    <node id="what-a-list-of-numbers-remembers">
      <data key="n_label">What a list of numbers remembers</data>
      <data key="n_domain">Computing, Data &amp; AI</data>
      <data key="n_mechanism">representation</data>
      <data key="n_categories">Data Privacy; Metadata Management</data>
      <data key="n_question">Why can a row of numbers made from a sentence be turned back into the sentence?</data>
      <data key="n_words">1377</data>
    </node>
    <node id="what-an-assistant-should-forget">
      <data key="n_label">What an assistant should forget</data>
      <data key="n_domain">Computing, Data &amp; AI</data>
      <data key="n_mechanism">tradeoffs</data>
      <data key="n_categories">Autonomous Systems; Knowledge Organization</data>
      <data key="n_question">How does a system remember you usefully without accumulating everything you ever said?</data>
      <data key="n_words">1396</data>
    </node>
    <node id="what-is-a-black-hole">
      <data key="n_label">What is a black hole?</data>
      <data key="n_domain">Astronomy &amp; Space</data>
      <data key="n_mechanism">thresholds</data>
      <data key="n_categories">Astrophysics; Physics; Cosmology</data>
      <data key="n_question">What is a black hole?</data>
      <data key="n_words">1433</data>
    </node>
    <node id="what-is-inflation">
      <data key="n_label">What is inflation?</data>
      <data key="n_domain">Economics &amp; Business</data>
      <data key="n_mechanism">equilibrium</data>
      <data key="n_categories">Macroeconomics; Finance; Public Policy</data>
      <data key="n_question">What is inflation?</data>
      <data key="n_words">1469</data>
    </node>
    <node id="what-keeps-ocean-currents-moving">
      <data key="n_label">Ocean circulation</data>
      <data key="n_domain">Earth, Climate &amp; Oceans</data>
      <data key="n_mechanism">gradients-and-flows</data>
      <data key="n_categories">Oceanography; Fluid Mechanics; Climatology</data>
      <data key="n_question">What keeps the ocean's great currents moving instead of settling into stillness?</data>
      <data key="n_words">1186</data>
    </node>
    <node id="what-makes-an-argument-logically-valid">
      <data key="n_label">What makes an argument logically valid?</data>
      <data key="n_domain">Philosophy, Ethics &amp; Religion</data>
      <data key="n_mechanism">constraints</data>
      <data key="n_categories">Logic; Critical Thinking</data>
      <data key="n_question">What makes an argument logically valid?</data>
      <data key="n_words">1379</data>
    </node>
    <node id="what-makes-bread-rise">
      <data key="n_label">What makes bread rise?</data>
      <data key="n_domain">Environment, Agriculture &amp; Food</data>
      <data key="n_mechanism">structure-and-function</data>
      <data key="n_categories">Chemistry; Culinary Science; Biology</data>
      <data key="n_question">What makes bread rise?</data>
      <data key="n_words">1487</data>
    </node>
    <node id="what-meteorite-collections-over-represent">
      <data key="n_label">What meteorite collections over-represent</data>
      <data key="n_domain">Astronomy &amp; Space</data>
      <data key="n_mechanism">selection</data>
      <data key="n_categories">Meteoritics; Small Body Astronomy</data>
      <data key="n_question">Why do the rocks in museum drawers misrepresent what actually falls out of the sky?</data>
      <data key="n_words">1348</data>
    </node>
    <node id="what-notation-cannot-record">
      <data key="n_label">What notation cannot record</data>
      <data key="n_domain">Arts, Design &amp; Culture</data>
      <data key="n_mechanism">information-limits</data>
      <data key="n_categories">Musicology; Performance Practice</data>
      <data key="n_question">Why can no amount of scholarship recover exactly how a 1600s piece was played?</data>
      <data key="n_words">1303</data>
    </node>
    <node id="what-one-row-stands-for">
      <data key="n_label">What one row stands for</data>
      <data key="n_domain">Computing, Data &amp; AI</data>
      <data key="n_mechanism">constraints</data>
      <data key="n_categories">Business Intelligence; Requirements Engineering</data>
      <data key="n_question">Why is the first question to ask about a table what a single row of it actually represents?</data>
      <data key="n_words">1368</data>
    </node>
    <node id="what-survived-from-antiquity">
      <data key="n_label">What survived from antiquity</data>
      <data key="n_domain">Arts, Design &amp; Culture</data>
      <data key="n_mechanism">selection</data>
      <data key="n_categories">Art History; Material Culture; Conservation Science</data>
      <data key="n_question">Why does ancient sculpture look like an art of marble when its makers prized bronze?</data>
      <data key="n_words">1283</data>
    </node>
    <node id="wheat-yield-and-protein">
      <data key="n_label">Yield and protein in wheat</data>
      <data key="n_domain">Environment, Agriculture &amp; Food</data>
      <data key="n_mechanism">tradeoffs</data>
      <data key="n_categories">Cereal Science; Plant Physiology</data>
      <data key="n_question">Why does the same wheat variety make fine bread on one farm and only biscuits on the next?</data>
      <data key="n_words">1415</data>
    </node>
    <node id="when-removing-duplication-hurts">
      <data key="n_label">When removing duplication hurts</data>
      <data key="n_domain">Computing, Data &amp; AI</data>
      <data key="n_mechanism">tradeoffs</data>
      <data key="n_categories">Interface Design; Knowledge Organization</data>
      <data key="n_question">Why does merging two identical pieces of code sometimes make a system harder to change?</data>
      <data key="n_words">1405</data>
    </node>
    <node id="when-responsibility-transfers">
      <data key="n_label">When responsibility transfers</data>
      <data key="n_domain">Computing, Data &amp; AI</data>
      <data key="n_mechanism">commitment</data>
      <data key="n_categories">Message Systems; Workflow Orchestration</data>
      <data key="n_question">At what exact moment does a message stop being the sender's problem?</data>
      <data key="n_words">1291</data>
    </node>
    <node id="when-the-best-step-now-is-safe">
      <data key="n_label">When the best step now is safe</data>
      <data key="n_domain">Computing, Data &amp; AI</data>
      <data key="n_mechanism">constraints</data>
      <data key="n_categories">Algorithms; Discrete Mathematics</data>
      <data key="n_question">When is taking whatever looks best at this moment guaranteed to end up best overall?</data>
      <data key="n_words">1397</data>
    </node>
    <node id="where-a-fact-lives-in-a-model">
      <data key="n_label">Where a fact lives in a model</data>
      <data key="n_domain">Computing, Data &amp; AI</data>
      <data key="n_mechanism">representation</data>
      <data key="n_categories">Language Models; Statistical Learning</data>
      <data key="n_question">If a model holds no table of facts, where is anything it knows actually stored?</data>
      <data key="n_words">1382</data>
    </node>
    <node id="where-a-river-begins">
      <data key="n_label">Where a river begins</data>
      <data key="n_domain">Geography &amp; Regional Studies</data>
      <data key="n_mechanism">information-limits</data>
      <data key="n_categories">Fluvial Geomorphology; Cartography</data>
      <data key="n_question">Why can two atlases disagree about where a river begins without either being wrong?</data>
      <data key="n_words">1269</data>
    </node>
    <node id="where-parks-end-up">
      <data key="n_label">Where parks end up</data>
      <data key="n_domain">Geography &amp; Regional Studies</data>
      <data key="n_mechanism">selection</data>
      <data key="n_categories">Conservation Biology; Land Use Studies; Environmental Policy</data>
      <data key="n_question">Why do a country's protected wildernesses sit almost entirely on land nobody wanted to farm?</data>
      <data key="n_words">1329</data>
    </node>
    <node id="where-the-time-actually-goes">
      <data key="n_label">Where the time actually goes</data>
      <data key="n_domain">Computing, Data &amp; AI</data>
      <data key="n_mechanism">equilibrium</data>
      <data key="n_categories">Statistics; Organizational Design</data>
      <data key="n_question">Why is most of the time a piece of work takes not spent working on it?</data>
      <data key="n_words">1381</data>
    </node>
    <node id="where-the-transform-sits">
      <data key="n_label">Where the transform sits</data>
      <data key="n_domain">Computing, Data &amp; AI</data>
      <data key="n_mechanism">path-dependence</data>
      <data key="n_categories">Data Architecture; Data Engineering</data>
      <data key="n_question">Why did loading raw data first and cleaning it later become the better order?</data>
      <data key="n_words">1391</data>
    </node>
    <node id="which-disputes-reach-trial">
      <data key="n_label">Which disputes reach trial</data>
      <data key="n_domain">Government, Law &amp; Civics</data>
      <data key="n_mechanism">selection</data>
      <data key="n_categories">Law and Economics; Judicial Studies</data>
      <data key="n_question">Why do the cases that reach trial look nothing like the disputes people actually have?</data>
      <data key="n_words">1214</data>
    </node>
    <node id="which-record-is-the-real-one">
      <data key="n_label">Which record is the real one</data>
      <data key="n_domain">Computing, Data &amp; AI</data>
      <data key="n_mechanism">inference-under-uncertainty</data>
      <data key="n_categories">Data Governance; Data Modeling</data>
      <data key="n_question">When four systems each hold a different address for the same person, how do you decide which is true?</data>
      <data key="n_words">1421</data>
    </node>
    <node id="whip-crack">
      <data key="n_label">Whip crack</data>
      <data key="n_domain">Physics</data>
      <data key="n_mechanism">conservation-laws</data>
      <data key="n_categories">Classical Mechanics; Shock Waves; Wave Physics</data>
      <data key="n_question">Why does the crack of a whip come from its tip rather than from the hand that swung it?</data>
      <data key="n_words">1437</data>
    </node>
    <node id="whistleblower-protection">
      <data key="n_label">Whistleblower protection</data>
      <data key="n_domain">Government, Law &amp; Civics</data>
      <data key="n_mechanism">collective-action</data>
      <data key="n_categories">Employment Law; Government Accountability; Organizational Behavior</data>
      <data key="n_question">Why does wrongdoing stay hidden until the law shields the person who reports it?</data>
      <data key="n_words">1411</data>
    </node>
    <node id="whistled-languages">
      <data key="n_label">Whistled languages</data>
      <data key="n_domain">Language, Media &amp; Communication</data>
      <data key="n_mechanism">redundancy</data>
      <data key="n_categories">Phonetics; Acoustics; Phonology</data>
      <data key="n_question">Why can a whistled message carry a full sentence across a valley without a single consonant in it?</data>
      <data key="n_words">1397</data>
    </node>
    <node id="who-leaves-first">
      <data key="n_label">Who leaves first</data>
      <data key="n_domain">Work, Careers &amp; Skilled Trades</data>
      <data key="n_mechanism">selection</data>
      <data key="n_categories">Personnel Economics; Labor Economics; Organizational Behavior</data>
      <data key="n_question">Why are the first people to leave a struggling organisation the ones it can least afford to lose?</data>
      <data key="n_words">1439</data>
    </node>
    <node id="why-0-1-plus-0-2-is-not-0-3">
      <data key="n_label">Floating-point error</data>
      <data key="n_domain">Computing, Data &amp; AI</data>
      <data key="n_mechanism">representation</data>
      <data key="n_categories">Computer Science; Numerical Analysis; Software Engineering</data>
      <data key="n_question">Why can a computer calculate 0.1 + 0.2 without obtaining exactly 0.3?</data>
      <data key="n_words">898</data>
    </node>
    <node id="why-a-code-sent-to-your-phone-does-not-stop-phishing">
      <data key="n_label">Why a code sent to your phone does not stop phishing</data>
      <data key="n_domain">Computing, Data &amp; AI</data>
      <data key="n_mechanism">constraints</data>
      <data key="n_categories">Identity Management; Web Security</data>
      <data key="n_question">Why does a second factor still let an attacker who built a convincing fake page straight in?</data>
      <data key="n_words">1434</data>
    </node>
    <node id="why-adding-a-worker-stops-the-others">
      <data key="n_label">Why adding a worker stops the others</data>
      <data key="n_domain">Computing, Data &amp; AI</data>
      <data key="n_mechanism">coordination</data>
      <data key="n_categories">Stream Processing; Configuration Management</data>
      <data key="n_question">Why does bringing another consumer online briefly halt every consumer already running?</data>
      <data key="n_words">1299</data>
    </node>
    <node id="why-cities-grow-at-crossings">
      <data key="n_label">City location</data>
      <data key="n_domain">Geography &amp; Regional Studies</data>
      <data key="n_mechanism">path-dependence</data>
      <data key="n_categories">Cultural Geography; Urban Geography; Economic Geography</data>
      <data key="n_question">Why do cities often grow around river crossings, harbors, or crossroads?</data>
      <data key="n_words">1127</data>
    </node>
    <node id="why-do-democracies-separate-powers">
      <data key="n_label">Why do democracies separate powers?</data>
      <data key="n_domain">Government, Law &amp; Civics</data>
      <data key="n_mechanism">commitment</data>
      <data key="n_categories">Political Science; Jurisprudence</data>
      <data key="n_question">Why do democracies separate powers?</data>
      <data key="n_words">1320</data>
    </node>
    <node id="why-do-earthquakes-happen">
      <data key="n_label">Why do earthquakes happen?</data>
      <data key="n_domain">Earth, Climate &amp; Oceans</data>
      <data key="n_mechanism">accumulation</data>
      <data key="n_categories">Geology; Geophysics; Natural Hazards</data>
      <data key="n_question">Why do earthquakes happen?</data>
      <data key="n_words">1384</data>
    </node>
    <node id="why-do-languages-change-over-time">
      <data key="n_label">Why do languages change over time?</data>
      <data key="n_domain">Language, Media &amp; Communication</data>
      <data key="n_mechanism">selection</data>
      <data key="n_categories">Linguistics; Sociology; Historical Linguistics</data>
      <data key="n_question">Why do languages change over time?</data>
      <data key="n_words">1459</data>
    </node>
    <node id="why-do-leaves-change-color">
      <data key="n_label">Why do leaves change color?</data>
      <data key="n_domain">Biology &amp; Ecology</data>
      <data key="n_mechanism">rhythms-and-cycles</data>
      <data key="n_categories">Botany; Chemistry</data>
      <data key="n_question">Why do leaves change color?</data>
      <data key="n_words">1378</data>
    </node>
    <node id="why-do-we-procrastinate">
      <data key="n_label">Why do we procrastinate?</data>
      <data key="n_domain">Mind &amp; Behavior</data>
      <data key="n_mechanism">perception-vs-reality</data>
      <data key="n_categories">Psychology; Applied Psychology; Behavioral Science</data>
      <data key="n_question">Why do we procrastinate?</data>
      <data key="n_words">1491</data>
    </node>
    <node id="why-does-static-make-hair-stand-up">
      <data key="n_label">Static electricity</data>
      <data key="n_domain">Physics</data>
      <data key="n_mechanism">gradients-and-flows</data>
      <data key="n_categories">Electromagnetism; Materials Science</data>
      <data key="n_question">Why can removing a sweater make your hair stand up?</data>
      <data key="n_words">790</data>
    </node>
    <node id="why-earth-has-seasons">
      <data key="n_label">Seasons</data>
      <data key="n_domain">Astronomy &amp; Space</data>
      <data key="n_mechanism">rhythms-and-cycles</data>
      <data key="n_categories">Planetary Science; Celestial Mechanics; Climatology</data>
      <data key="n_question">Why does Earth have seasons when its distance from the Sun barely changes?</data>
      <data key="n_words">1023</data>
    </node>
    <node id="why-ice-is-slippery">
      <data key="n_label">Slippery ice</data>
      <data key="n_domain">Physics</data>
      <data key="n_mechanism">structure-and-function</data>
      <data key="n_categories">Condensed Matter Physics; Tribology; Materials Science</data>
      <data key="n_question">Why is ice slippery when most other cold solids are not?</data>
      <data key="n_words">1186</data>
    </node>
    <node id="why-iron-rusts">
      <data key="n_label">Corrosion</data>
      <data key="n_domain">Chemistry &amp; Materials</data>
      <data key="n_mechanism">gradients-and-flows</data>
      <data key="n_categories">Electrochemistry; Corrosion Science; Metallurgy</data>
      <data key="n_question">Why does iron rust while gold left in the same damp air does not?</data>
      <data key="n_words">1181</data>
    </node>
    <node id="why-is-glass-transparent">
      <data key="n_label">Glass transparency</data>
      <data key="n_domain">Physics</data>
      <data key="n_mechanism">thresholds</data>
      <data key="n_categories">Optics; Materials Science; Condensed Matter Physics</data>
      <data key="n_question">Why is ordinary glass transparent to visible light but not to every kind of radiation?</data>
      <data key="n_words">759</data>
    </node>
    <node id="why-is-the-sky-blue">
      <data key="n_label">Why is the sky blue?</data>
      <data key="n_domain">Physics</data>
      <data key="n_mechanism">scale-effects</data>
      <data key="n_categories">Atmospheric Physics; Optics</data>
      <data key="n_question">Why is the sky blue?</data>
      <data key="n_words">1425</data>
    </node>
    <node id="why-negotiations-fail-into-war">
      <data key="n_label">Peace negotiation</data>
      <data key="n_domain">Military, Conflict &amp; Strategic Studies</data>
      <data key="n_mechanism">commitment</data>
      <data key="n_categories">Conflict Studies; Game Theory; International Relations</data>
      <data key="n_question">Why can two sides prefer a costly conflict even when both would benefit from peace?</data>
      <data key="n_words">1135</data>
    </node>
    <node id="why-rivers-meander">
      <data key="n_label">River meanders</data>
      <data key="n_domain">Earth, Climate &amp; Oceans</data>
      <data key="n_mechanism">feedback-loops</data>
      <data key="n_categories">Geomorphology; Hydrology; Geology</data>
      <data key="n_question">Why do rivers develop looping bends instead of flowing in straight lines?</data>
      <data key="n_words">901</data>
    </node>
    <node id="why-stars-have-different-colors">
      <data key="n_label">Star colors</data>
      <data key="n_domain">Astronomy &amp; Space</data>
      <data key="n_mechanism">proxy-evidence</data>
      <data key="n_categories">Stellar Structure; Astrophysics; Spectroscopy</data>
      <data key="n_question">Why do stars have different colors?</data>
      <data key="n_words">758</data>
    </node>
    <node id="why-the-average-recovery-time-lies">
      <data key="n_label">Why the average recovery time lies</data>
      <data key="n_domain">Computing, Data &amp; AI</data>
      <data key="n_mechanism">randomness</data>
      <data key="n_categories">Statistics; Reliability Engineering</data>
      <data key="n_question">Why is the mean time to recover almost never the time it takes to recover?</data>
      <data key="n_words">1403</data>
    </node>
    <node id="why-the-body-runs-a-fever">
      <data key="n_label">Fever</data>
      <data key="n_domain">Health &amp; Medicine</data>
      <data key="n_mechanism">tradeoffs</data>
      <data key="n_categories">Infectious Disease; Immunology; Human Physiology</data>
      <data key="n_question">Why does the body raise its temperature during an infection?</data>
      <data key="n_words">763</data>
    </node>
    <node id="why-the-moon-shows-one-face">
      <data key="n_label">Tidal locking</data>
      <data key="n_domain">Astronomy &amp; Space</data>
      <data key="n_mechanism">equilibrium</data>
      <data key="n_categories">Orbital Mechanics; Planetary Science; Gravitation</data>
      <data key="n_question">Why does the Moon keep nearly the same face turned toward Earth?</data>
      <data key="n_words">683</data>
    </node>
    <node id="why-the-night-sky-is-dark">
      <data key="n_label">Dark night sky</data>
      <data key="n_domain">Astronomy &amp; Space</data>
      <data key="n_mechanism">constraints</data>
      <data key="n_categories">Cosmology; Astrophysics; Optics</data>
      <data key="n_question">If the universe is full of stars, why is the night sky dark?</data>
      <data key="n_words">1109</data>
    </node>
    <node id="why-time-feels-fast-or-slow">
      <data key="n_label">Sense of time</data>
      <data key="n_domain">Mind &amp; Behavior</data>
      <data key="n_mechanism">perception-vs-reality</data>
      <data key="n_categories">Psychology; Neuroscience; Time Perception</data>
      <data key="n_question">Why can the same amount of clock time feel short in one situation and long in another?</data>
      <data key="n_words">679</data>
    </node>
    <node id="wi-fi-channel-congestion">
      <data key="n_label">Wi-Fi channel congestion</data>
      <data key="n_domain">Engineering &amp; Technology</data>
      <data key="n_mechanism">collective-action</data>
      <data key="n_categories">Computer Networking; Electrical Engineering</data>
      <data key="n_question">Why does every router shouting a little louder leave every network in the building slower?</data>
      <data key="n_words">1393</data>
    </node>
    <node id="widmanstatten-pattern">
      <data key="n_label">Widmanstatten pattern</data>
      <data key="n_domain">Astronomy &amp; Space</data>
      <data key="n_mechanism">proxy-evidence</data>
      <data key="n_categories">Meteoritics</data>
      <data key="n_question">How can the crystal figure inside an iron meteorite reveal how slowly its parent body cooled?</data>
      <data key="n_words">1432</data>
    </node>
    <node id="widowhood-and-health">
      <data key="n_label">Widowhood and health</data>
      <data key="n_domain">Family, Relationships &amp; Human Development</data>
      <data key="n_mechanism">feedback-loops</data>
      <data key="n_categories">Gerontology; Bereavement Studies</data>
      <data key="n_question">Why does losing a spouse damage a survivor's health more than losing almost anyone else does?</data>
      <data key="n_words">1376</data>
    </node>
    <node id="wind-farm-wake-losses">
      <data key="n_label">Wind farm wake losses</data>
      <data key="n_domain">Engineering &amp; Technology</data>
      <data key="n_mechanism">conservation-laws</data>
      <data key="n_categories">Wind Energy</data>
      <data key="n_question">Why does the second row of a wind farm earn far less than the first from exactly the same wind?</data>
      <data key="n_words">1398</data>
    </node>
    <node id="wind-hardened-tree-form">
      <data key="n_label">Wind-hardened tree form</data>
      <data key="n_domain">Biology &amp; Ecology</data>
      <data key="n_mechanism">adaptation</data>
      <data key="n_categories">Plant Physiology; Forest Ecology</data>
      <data key="n_question">Why does a sheltered sapling snap in its first storm while its exposed neighbor bends?</data>
      <data key="n_words">1359</data>
    </node>
    <node id="windward-wealth-divide">
      <data key="n_label">Windward wealth divide</data>
      <data key="n_domain">Geography &amp; Regional Studies</data>
      <data key="n_mechanism">path-dependence</data>
      <data key="n_categories">Urban Morphology; Urban History</data>
      <data key="n_question">Why is the poorer half of so many old industrial cities the eastern half?</data>
      <data key="n_words">1367</data>
    </node>
    <node id="winners-curse">
      <data key="n_label">Winner's curse</data>
      <data key="n_domain">Economics &amp; Business</data>
      <data key="n_mechanism">inference-under-uncertainty</data>
      <data key="n_categories">Market Design; Game Theory; Information Economics</data>
      <data key="n_question">Why does the bidder who wins a hard-fought auction so often wish they had lost it?</data>
      <data key="n_words">1314</data>
    </node>
    <node id="witch-hunt-cascades">
      <data key="n_label">Witch-hunt cascades</data>
      <data key="n_domain">History, Society &amp; Anthropology</data>
      <data key="n_mechanism">feedback-loops</data>
      <data key="n_categories">Social History; Sociology</data>
      <data key="n_question">Why did accusations of witchcraft multiply fastest in the years a community was already suffering?</data>
      <data key="n_words">1293</data>
    </node>
    <node id="wobbly-table">
      <data key="n_label">Wobbly table</data>
      <data key="n_domain">Home, Consumer &amp; Everyday Life</data>
      <data key="n_mechanism">constraints</data>
      <data key="n_categories">Furniture Design; Structural Engineering</data>
      <data key="n_question">Why does a four-legged table rock on an uneven floor when a three-legged stool never does?</data>
      <data key="n_words">1371</data>
    </node>
    <node id="word-length">
      <data key="n_label">Word length</data>
      <data key="n_domain">Language, Media &amp; Communication</data>
      <data key="n_mechanism">tradeoffs</data>
      <data key="n_categories">Quantitative Linguistics; Lexicography; Information Theory</data>
      <data key="n_question">Why are the words people use most often the shortest ones in every language?</data>
      <data key="n_words">1076</data>
    </node>
    <node id="word-of-mouth-trade-pipeline">
      <data key="n_label">Word-of-mouth trade pipeline</data>
      <data key="n_domain">Work, Careers &amp; Skilled Trades</data>
      <data key="n_mechanism">exponential-growth</data>
      <data key="n_categories">Reputation Mechanisms; Service Pricing</data>
      <data key="n_question">Why can a tradesman's diary go from empty to booked for years without any advertising?</data>
      <data key="n_words">1415</data>
    </node>
    <node id="word-order">
      <data key="n_label">Word order</data>
      <data key="n_domain">Language, Media &amp; Communication</data>
      <data key="n_mechanism">tradeoffs</data>
      <data key="n_categories">Syntax; Linguistic Typology; Historical Linguistics</data>
      <data key="n_question">Why does word order carry the meaning in some languages and barely matter in others?</data>
      <data key="n_words">1281</data>
    </node>
    <node id="word-spacing-in-writing">
      <data key="n_label">Word spacing in writing</data>
      <data key="n_domain">Language, Media &amp; Communication</data>
      <data key="n_mechanism">path-dependence</data>
      <data key="n_categories">Palaeography; Reading Research</data>
      <data key="n_question">Why did scribes write for centuries without spaces between words if spaces make reading so much easier?</data>
      <data key="n_words">1462</data>
    </node>
    <node id="wordless-instructions">
      <data key="n_label">Wordless instructions</data>
      <data key="n_domain">Language, Media &amp; Communication</data>
      <data key="n_mechanism">tradeoffs</data>
      <data key="n_categories">Information Layout; Instructional Design; Translation Studies</data>
      <data key="n_question">Why do assembly instructions drop words entirely when a written sentence could explain the step faster?</data>
      <data key="n_words">1423</data>
    </node>
    <node id="words-stored-by-their-beginnings">
      <data key="n_label">Words stored by their beginnings</data>
      <data key="n_domain">Computing, Data &amp; AI</data>
      <data key="n_mechanism">scale-effects</data>
      <data key="n_categories">Algorithms; Discrete Mathematics</data>
      <data key="n_question">How can looking up a word take the same time whether the dictionary holds a thousand entries or a billion?</data>
      <data key="n_words">1364</data>
    </node>
    <node id="work-hardening">
      <data key="n_label">Work hardening</data>
      <data key="n_domain">Chemistry &amp; Materials</data>
      <data key="n_mechanism">adaptation</data>
      <data key="n_categories">Metallurgy; Materials Engineering; Metal Forming</data>
      <data key="n_question">Why does bending a paperclip make it stiffer exactly where you bent it, right up until the moment it breaks there?</data>
      <data key="n_words">1383</data>
    </node>
    <node id="working-to-rule">
      <data key="n_label">Working to rule</data>
      <data key="n_domain">Work, Careers &amp; Skilled Trades</data>
      <data key="n_mechanism">constraints</data>
      <data key="n_categories">Craft Knowledge; Organizational Behavior; Industrial Relations</data>
      <data key="n_question">Why does a workplace grind to a halt when everyone follows the written rules exactly?</data>
      <data key="n_words">1366</data>
    </node>
    <node id="worst-behaviour-at-home">
      <data key="n_label">Worst behaviour at home</data>
      <data key="n_domain">Family, Relationships &amp; Human Development</data>
      <data key="n_mechanism">commitment</data>
      <data key="n_categories">Attachment Research; Parenting; Child Behaviour Research</data>
      <data key="n_question">Why does a child who is impeccably behaved at school save the tantrums for the parent who cares for them most?</data>
      <data key="n_words">1401</data>
    </node>
    <node id="wound-healing">
      <data key="n_label">Wound healing</data>
      <data key="n_domain">Health &amp; Medicine</data>
      <data key="n_mechanism">adaptation</data>
      <data key="n_categories">Molecular Biology; Neurology</data>
      <data key="n_question">Why does a wound itch as it heals rather than while it is fresh?</data>
      <data key="n_words">1257</data>
    </node>
    <node id="wrapping-without-changing">
      <data key="n_label">Wrapping without changing</data>
      <data key="n_domain">Computing, Data &amp; AI</data>
      <data key="n_mechanism">structure-and-function</data>
      <data key="n_categories">Object-Oriented Design; Software Design Patterns</data>
      <data key="n_question">How do you add behaviour to something without altering it or anything that calls it?</data>
      <data key="n_words">1378</data>
    </node>
    <node id="write-amplification">
      <data key="n_label">Write amplification</data>
      <data key="n_domain">Computing, Data &amp; AI</data>
      <data key="n_mechanism">accumulation</data>
      <data key="n_categories">Storage Engineering; Operating Systems</data>
      <data key="n_question">Why does saving a few kilobytes to a solid-state drive sometimes force it to rewrite far more than that?</data>
      <data key="n_words">1368</data>
    </node>
    <node id="writing-down-what-you-could-not-determine">
      <data key="n_label">Writing down what you could not determine</data>
      <data key="n_domain">Computing, Data &amp; AI</data>
      <data key="n_mechanism">information-limits</data>
      <data key="n_categories">Technical Documentation; Metadata Management</data>
      <data key="n_question">Why is a record of the questions you failed to answer worth as much as the answers?</data>
      <data key="n_words">1304</data>
    </node>
    <node id="writing-the-test-first">
      <data key="n_label">Writing the test first</data>
      <data key="n_domain">Computing, Data &amp; AI</data>
      <data key="n_mechanism">commitment</data>
      <data key="n_categories">Software Testing; Programming Languages</data>
      <data key="n_question">Why write a test for code that does not exist yet?</data>
      <data key="n_words">1426</data>
    </node>
    <node id="wrong-with-nothing-missing">
      <data key="n_label">Wrong with nothing missing</data>
      <data key="n_domain">Computing, Data &amp; AI</data>
      <data key="n_mechanism">proxy-evidence</data>
      <data key="n_categories">Data Governance; Metadata Management</data>
      <data key="n_question">What does it mean for data to be wrong when every field is filled in and every rule passes?</data>
      <data key="n_words">1304</data>
    </node>
    <node id="yarkovsky-effect">
      <data key="n_label">Yarkovsky effect</data>
      <data key="n_domain">Astronomy &amp; Space</data>
      <data key="n_mechanism">gradients-and-flows</data>
      <data key="n_categories">Small Body Astronomy; Orbital Mechanics</data>
      <data key="n_question">Why can an asteroid's own afternoon warmth shift its orbit more than any collision it has suffered?</data>
      <data key="n_words">1429</data>
    </node>
    <node id="you-cannot-un-issue-a-signature">
      <data key="n_label">You cannot un-issue a signature</data>
      <data key="n_domain">Computing, Data &amp; AI</data>
      <data key="n_mechanism">constraints</data>
      <data key="n_categories">Cryptography; Auditability</data>
      <data key="n_question">Why is it so hard to withdraw permission you have already granted in writing?</data>
      <data key="n_words">1285</data>
    </node>
    <node id="zodiacal-dust-replenishment">
      <data key="n_label">Zodiacal dust replenishment</data>
      <data key="n_domain">Astronomy &amp; Space</data>
      <data key="n_mechanism">equilibrium</data>
      <data key="n_categories">Small Body Astronomy</data>
      <data key="n_question">Why must the dust glowing between the planets be far younger than the solar system holding it?</data>
      <data key="n_words">1390</data>
    </node>
    <node id="zone-of-proximal-development">
      <data key="n_label">Zone of proximal development</data>
      <data key="n_domain">Education &amp; Learning</data>
      <data key="n_mechanism">gradients-and-flows</data>
      <data key="n_categories">Learning Science; Educational Psychology</data>
      <data key="n_question">Why do a task that is too easy and a task that is too hard both leave a learner unchanged?</data>
      <data key="n_words">1375</data>
    </node>
    <node id="zoning-envelope-architecture">
      <data key="n_label">Zoning envelope architecture</data>
      <data key="n_domain">Geography &amp; Regional Studies</data>
      <data key="n_mechanism">incentives</data>
      <data key="n_categories">Urban Morphology; Land Use Studies; Urban Geography</data>
      <data key="n_question">Why do so many buildings in one city taper in the same peculiar way?</data>
      <data key="n_words">1391</data>
    </node>
    <edge id="e0" source="a-calibrated-role" target="a-schema-read-by-two-audiences">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e1" source="a-calibrated-role" target="blood-compatibility">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2" source="a-calibrated-role" target="box-score-representation">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e3" source="a-calibrated-role" target="caching-an-answer-nobody-asked-for-exactly">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e4" source="a-calibrated-role" target="circuit-schematics-versus-layout">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e5" source="a-calibrated-role" target="climate-model-parameterization">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e6" source="a-calibrated-role" target="clothing-size-labels">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e7" source="a-calibrated-role" target="color-mixing">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e8" source="a-calibrated-role" target="comfort-objects">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e9" source="a-calibrated-role" target="commands-and-events">
      <data key="e_weight">7</data>
    </edge>
    <edge id="e10" source="a-calibrated-role" target="consumer-price-index-construction">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e11" source="a-calibrated-role" target="continuity-over-a-protocol-with-no-memory">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e12" source="a-calibrated-role" target="contour-lines">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e13" source="a-calibrated-role" target="counting-steps-instead-of-timing">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e14" source="a-calibrated-role" target="datum-lines-on-site">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e15" source="a-calibrated-role" target="declaring-the-destination-not-the-route">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e16" source="a-calibrated-role" target="delegation-without-the-password">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e17" source="a-calibrated-role" target="distributed-tracing">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e18" source="a-calibrated-role" target="district-boundaries">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e19" source="a-calibrated-role" target="drawing-the-same-model-three-times">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e20" source="a-calibrated-role" target="false-color-astronomical-images">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e21" source="a-calibrated-role" target="few-shot-prompting">
      <data key="e_weight">7</data>
    </edge>
    <edge id="e22" source="a-calibrated-role" target="feynman-diagrams">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e23" source="a-calibrated-role" target="finding-without-searching">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e24" source="a-calibrated-role" target="generating-functions">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e25" source="a-calibrated-role" target="honeybee-waggle-dance">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e26" source="a-calibrated-role" target="how-the-brain-recognizes-faces">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e27" source="a-calibrated-role" target="how-writing-was-invented">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e28" source="a-calibrated-role" target="keeping-the-history-and-the-snapshot-in-one-file">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e29" source="a-calibrated-role" target="labelling-before-deciding">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e30" source="a-calibrated-role" target="linear-perspective">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e31" source="a-calibrated-role" target="metaphor">
      <data key="e_weight">6</data>
    </edge>
    <edge id="e32" source="a-calibrated-role" target="output-as-untrusted-input">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e33" source="a-calibrated-role" target="photographic-evidence">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e34" source="a-calibrated-role" target="point-in-time-joins">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e35" source="a-calibrated-role" target="protocol-errors-versus-execution-errors">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e36" source="a-calibrated-role" target="reading-acquisition">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e37" source="a-calibrated-role" target="remembered-holidays">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e38" source="a-calibrated-role" target="search-indexing">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e39" source="a-calibrated-role" target="self-tickling">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e40" source="a-calibrated-role" target="shift-handover">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e41" source="a-calibrated-role" target="sign-language">
      <data key="e_weight">6</data>
    </edge>
    <edge id="e42" source="a-calibrated-role" target="smell-coding">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e43" source="a-calibrated-role" target="soil-test-extractants">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e44" source="a-calibrated-role" target="substitutionary-sacrifice">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e45" source="a-calibrated-role" target="surrogate-keys">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e46" source="a-calibrated-role" target="tags-versus-digests">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e47" source="a-calibrated-role" target="transactions-on-immutable-storage">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e48" source="a-calibrated-role" target="transfer-of-learning">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e49" source="a-calibrated-role" target="twenty-five-acronyms-nine-pieces">
      <data key="e_weight">7</data>
    </edge>
    <edge id="e50" source="a-calibrated-role" target="wargaming">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e51" source="a-calibrated-role" target="wayfinding">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e52" source="a-calibrated-role" target="what-a-list-of-numbers-remembers">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e53" source="a-calibrated-role" target="where-a-fact-lives-in-a-model">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e54" source="a-calibrated-role" target="why-0-1-plus-0-2-is-not-0-3">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e55" source="a-fine-that-became-a-price" target="adolescent-risk">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e56" source="a-fine-that-became-a-price" target="aftermarket-pricing">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e57" source="a-fine-that-became-a-price" target="airport-layout">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e58" source="a-fine-that-became-a-price" target="anonymous-giving">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e59" source="a-fine-that-became-a-price" target="anonymous-telescope-time-proposals">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e60" source="a-fine-that-became-a-price" target="baggage-reconciliation">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e61" source="a-fine-that-became-a-price" target="bridewealth-and-dowry">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e62" source="a-fine-that-became-a-price" target="broadcast-loudness">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e63" source="a-fine-that-became-a-price" target="carbon-offset-additionality">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e64" source="a-fine-that-became-a-price" target="clickbait-headlines">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e65" source="a-fine-that-became-a-price" target="conformity">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e66" source="a-fine-that-became-a-price" target="costly-religious-demands">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e67" source="a-fine-that-became-a-price" target="drift-in-accepted-values-of-constants">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e68" source="a-fine-that-became-a-price" target="envy-free-division">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e69" source="a-fine-that-became-a-price" target="fee-for-service-payment">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e70" source="a-fine-that-became-a-price" target="hotel-price-discrimination">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e71" source="a-fine-that-became-a-price" target="landmark-restaurants">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e72" source="a-fine-that-became-a-price" target="origin-of-the-state">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e73" source="a-fine-that-became-a-price" target="parasite-host-manipulation">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e74" source="a-fine-that-became-a-price" target="paying-pupils-to-read">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e75" source="a-fine-that-became-a-price" target="peacekeeping-mandates">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e76" source="a-fine-that-became-a-price" target="protein-assay-adulteration">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e77" source="a-fine-that-became-a-price" target="race-to-fish-under-quota">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e78" source="a-fine-that-became-a-price" target="song-intros-and-streaming-payouts">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e79" source="a-fine-that-became-a-price" target="sweet-fruit-guarded-seed">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e80" source="a-fine-that-became-a-price" target="teaching-to-the-test">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e81" source="a-fine-that-became-a-price" target="tomato-flavour">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e82" source="a-fine-that-became-a-price" target="tuning-to-the-test-cycle">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e83" source="a-fine-that-became-a-price" target="unit-price-inversion">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e84" source="a-fine-that-became-a-price" target="weakness-of-will">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e85" source="a-fine-that-became-a-price" target="weight-cutting">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e86" source="a-fine-that-became-a-price" target="zoning-envelope-architecture">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e87" source="a-notification-you-did-not-ask-for" target="accent-and-perceived-competence">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e88" source="a-notification-you-did-not-ask-for" target="appliance-signatures-in-meter-data">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e89" source="a-notification-you-did-not-ask-for" target="brand-advertising">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e90" source="a-notification-you-did-not-ask-for" target="breathing-urge">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e91" source="a-notification-you-did-not-ask-for" target="census-undercount">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e92" source="a-notification-you-did-not-ask-for" target="change-data-capture">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e93" source="a-notification-you-did-not-ask-for" target="chemotherapy-selectivity">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e94" source="a-notification-you-did-not-ask-for" target="choosing-an-indicator">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e95" source="a-notification-you-did-not-ask-for" target="choosing-what-to-forget">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e96" source="a-notification-you-did-not-ask-for" target="citation-without-verification">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e97" source="a-notification-you-did-not-ask-for" target="compositeness-without-factors">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e98" source="a-notification-you-did-not-ask-for" target="conspicuous-display">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e99" source="a-notification-you-did-not-ask-for" target="copying-something-you-can-only-question">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e100" source="a-notification-you-did-not-ask-for" target="cosmetic-produce-standards">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e101" source="a-notification-you-did-not-ask-for" target="cosmic-distance-ladder">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e102" source="a-notification-you-did-not-ask-for" target="detecting-a-theft-you-cannot-see">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e103" source="a-notification-you-did-not-ask-for" target="diagnostic-distractors">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e104" source="a-notification-you-did-not-ask-for" target="documentation-that-points-at-its-evidence">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e105" source="a-notification-you-did-not-ask-for" target="exoplanet-detection">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e106" source="a-notification-you-did-not-ask-for" target="fluency-illusion">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e107" source="a-notification-you-did-not-ask-for" target="general-anaesthesia">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e108" source="a-notification-you-did-not-ask-for" target="grade-earned-not-declared">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e109" source="a-notification-you-did-not-ask-for" target="historical-silence">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e110" source="a-notification-you-did-not-ask-for" target="how-birds-know-where-to-migrate">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e111" source="a-notification-you-did-not-ask-for" target="how-does-gps-find-your-location">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e112" source="a-notification-you-did-not-ask-for" target="how-tree-rings-record-the-past">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e113" source="a-notification-you-did-not-ask-for" target="ice-core-records">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e114" source="a-notification-you-did-not-ask-for" target="interoception">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e115" source="a-notification-you-did-not-ask-for" target="isotopic-provenance">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e116" source="a-notification-you-did-not-ask-for" target="judicial-recusal">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e117" source="a-notification-you-did-not-ask-for" target="junior-champions">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e118" source="a-notification-you-did-not-ask-for" target="leak-before-break">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e119" source="a-notification-you-did-not-ask-for" target="marine-reservoir-age">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e120" source="a-notification-you-did-not-ask-for" target="misleading-fault-codes">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e121" source="a-notification-you-did-not-ask-for" target="occupational-licensing">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e122" source="a-notification-you-did-not-ask-for" target="optical-pyrometry">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e123" source="a-notification-you-did-not-ask-for" target="overdiagnosis">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e124" source="a-notification-you-did-not-ask-for" target="place-names">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e125" source="a-notification-you-did-not-ask-for" target="profit-versus-cash">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e126" source="a-notification-you-did-not-ask-for" target="progress-bar-estimates">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e127" source="a-notification-you-did-not-ask-for" target="provenance-of-what-you-deploy">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e128" source="a-notification-you-did-not-ask-for" target="proxy-arguments">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e129" source="a-notification-you-did-not-ask-for" target="query-plan-estimation">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e130" source="a-notification-you-did-not-ask-for" target="re-identification">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e131" source="a-notification-you-did-not-ask-for" target="recovering-a-schedule-nobody-wrote-down">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e132" source="a-notification-you-did-not-ask-for" target="releasing-to-a-few-first">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e133" source="a-notification-you-did-not-ask-for" target="running-both-and-comparing">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e134" source="a-notification-you-did-not-ask-for" target="seating-by-the-window">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e135" source="a-notification-you-did-not-ask-for" target="seed-vigour-versus-germination">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e136" source="a-notification-you-did-not-ask-for" target="stage-lighting-angle">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e137" source="a-notification-you-did-not-ask-for" target="synthetic-versus-real-users">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e138" source="a-notification-you-did-not-ask-for" target="test-validity">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e139" source="a-notification-you-did-not-ask-for" target="testability-as-a-design-property">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e140" source="a-notification-you-did-not-ask-for" target="the-audit-record-as-the-product">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e141" source="a-notification-you-did-not-ask-for" target="the-problem-of-other-minds">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e142" source="a-notification-you-did-not-ask-for" target="uninformative-advertising">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e143" source="a-notification-you-did-not-ask-for" target="verified-disarmament">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e144" source="a-notification-you-did-not-ask-for" target="vernalization">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e145" source="a-notification-you-did-not-ask-for" target="widmanstatten-pattern">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e146" source="a-notification-you-did-not-ask-for" target="wrong-with-nothing-missing">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e147" source="a-schema-read-by-two-audiences" target="blood-compatibility">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e148" source="a-schema-read-by-two-audiences" target="box-score-representation">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e149" source="a-schema-read-by-two-audiences" target="caching-an-answer-nobody-asked-for-exactly">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e150" source="a-schema-read-by-two-audiences" target="capability-negotiation">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e151" source="a-schema-read-by-two-audiences" target="circuit-schematics-versus-layout">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e152" source="a-schema-read-by-two-audiences" target="climate-model-parameterization">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e153" source="a-schema-read-by-two-audiences" target="clothing-size-labels">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e154" source="a-schema-read-by-two-audiences" target="color-mixing">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e155" source="a-schema-read-by-two-audiences" target="comfort-objects">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e156" source="a-schema-read-by-two-audiences" target="commands-and-events">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e157" source="a-schema-read-by-two-audiences" target="consumer-price-index-construction">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e158" source="a-schema-read-by-two-audiences" target="continuity-over-a-protocol-with-no-memory">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e159" source="a-schema-read-by-two-audiences" target="contour-lines">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e160" source="a-schema-read-by-two-audiences" target="counting-steps-instead-of-timing">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e161" source="a-schema-read-by-two-audiences" target="datum-lines-on-site">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e162" source="a-schema-read-by-two-audiences" target="declaring-the-destination-not-the-route">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e163" source="a-schema-read-by-two-audiences" target="delegation-without-the-password">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e164" source="a-schema-read-by-two-audiences" target="distributed-tracing">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e165" source="a-schema-read-by-two-audiences" target="district-boundaries">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e166" source="a-schema-read-by-two-audiences" target="drawing-the-same-model-three-times">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e167" source="a-schema-read-by-two-audiences" target="false-color-astronomical-images">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e168" source="a-schema-read-by-two-audiences" target="feynman-diagrams">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e169" source="a-schema-read-by-two-audiences" target="finding-without-searching">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e170" source="a-schema-read-by-two-audiences" target="generating-functions">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e171" source="a-schema-read-by-two-audiences" target="honeybee-waggle-dance">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e172" source="a-schema-read-by-two-audiences" target="how-writing-was-invented">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e173" source="a-schema-read-by-two-audiences" target="keeping-the-history-and-the-snapshot-in-one-file">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e174" source="a-schema-read-by-two-audiences" target="labelling-before-deciding">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e175" source="a-schema-read-by-two-audiences" target="output-as-untrusted-input">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e176" source="a-schema-read-by-two-audiences" target="photographic-evidence">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e177" source="a-schema-read-by-two-audiences" target="point-in-time-joins">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e178" source="a-schema-read-by-two-audiences" target="protocol-errors-versus-execution-errors">
      <data key="e_weight">7</data>
    </edge>
    <edge id="e179" source="a-schema-read-by-two-audiences" target="reading-acquisition">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e180" source="a-schema-read-by-two-audiences" target="remembered-holidays">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e181" source="a-schema-read-by-two-audiences" target="search-indexing">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e182" source="a-schema-read-by-two-audiences" target="shift-handover">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e183" source="a-schema-read-by-two-audiences" target="smell-coding">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e184" source="a-schema-read-by-two-audiences" target="soil-test-extractants">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e185" source="a-schema-read-by-two-audiences" target="substitutionary-sacrifice">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e186" source="a-schema-read-by-two-audiences" target="tags-versus-digests">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e187" source="a-schema-read-by-two-audiences" target="transactions-on-immutable-storage">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e188" source="a-schema-read-by-two-audiences" target="transfer-of-learning">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e189" source="a-schema-read-by-two-audiences" target="wargaming">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e190" source="a-schema-read-by-two-audiences" target="wayfinding">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e191" source="a-schema-read-by-two-audiences" target="what-a-list-of-numbers-remembers">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e192" source="a-schema-read-by-two-audiences" target="where-a-fact-lives-in-a-model">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e193" source="a-schema-read-by-two-audiences" target="why-0-1-plus-0-2-is-not-0-3">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e194" source="a-secret-you-never-send" target="a-valid-token-in-the-wrong-place">
      <data key="e_weight">7</data>
    </edge>
    <edge id="e195" source="a-secret-you-never-send" target="adding-a-machine-without-moving-the-data">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e196" source="a-secret-you-never-send" target="asymmetric-warfare">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e197" source="a-secret-you-never-send" target="azeotropes">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e198" source="a-secret-you-never-send" target="bass-through-walls">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e199" source="a-secret-you-never-send" target="brewster-angle-glare">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e200" source="a-secret-you-never-send" target="chain-of-thought">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e201" source="a-secret-you-never-send" target="cohesion-tension-sap-ascent">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e202" source="a-secret-you-never-send" target="conditional-spending-grants">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e203" source="a-secret-you-never-send" target="context-window">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e204" source="a-secret-you-never-send" target="dairy-cow-energy-balance">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e205" source="a-secret-you-never-send" target="death-and-art-prices">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e206" source="a-secret-you-never-send" target="delimiters-as-a-boundary">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e207" source="a-secret-you-never-send" target="diminishing-fertiliser-returns">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e208" source="a-secret-you-never-send" target="east-west-diffusion">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e209" source="a-secret-you-never-send" target="emergency-triage">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e210" source="a-secret-you-never-send" target="exactly-once-is-a-property-of-the-pipeline">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e211" source="a-secret-you-never-send" target="fall-line-cities">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e212" source="a-secret-you-never-send" target="flame-emission-colours">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e213" source="a-secret-you-never-send" target="forearm-pump">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e214" source="a-secret-you-never-send" target="formulaic-oral-composition">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e215" source="a-secret-you-never-send" target="halting-problem">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e216" source="a-secret-you-never-send" target="holding-conquered-ground">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e217" source="a-secret-you-never-send" target="how-encryption-keeps-messages-secret">
      <data key="e_weight">7</data>
    </edge>
    <edge id="e218" source="a-secret-you-never-send" target="idempotent-operations">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e219" source="a-secret-you-never-send" target="immutability">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e220" source="a-secret-you-never-send" target="impossible-trinity">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e221" source="a-secret-you-never-send" target="involute-gear-teeth">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e222" source="a-secret-you-never-send" target="jazz-improvisation">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e223" source="a-secret-you-never-send" target="killed-with-memory-to-spare">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e224" source="a-secret-you-never-send" target="mixed-speed-rail-capacity">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e225" source="a-secret-you-never-send" target="mountain-language-diversity">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e226" source="a-secret-you-never-send" target="note-taking-by-hand">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e227" source="a-secret-you-never-send" target="order-from-pairwise-rules">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e228" source="a-secret-you-never-send" target="order-within-a-slice">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e229" source="a-secret-you-never-send" target="permission-aware-retrieval">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e230" source="a-secret-you-never-send" target="poison-messages">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e231" source="a-secret-you-never-send" target="prefill-and-decode">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e232" source="a-secret-you-never-send" target="prospective-memory">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e233" source="a-secret-you-never-send" target="replay-determinism">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e234" source="a-secret-you-never-send" target="room-turnover-window">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e235" source="a-secret-you-never-send" target="seismic-shadow-zone">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e236" source="a-secret-you-never-send" target="setting-blocks">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e237" source="a-secret-you-never-send" target="signing-out-everywhere">
      <data key="e_weight">7</data>
    </edge>
    <edge id="e238" source="a-secret-you-never-send" target="similar-partners">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e239" source="a-secret-you-never-send" target="sorting-more-than-fits">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e240" source="a-secret-you-never-send" target="split-attention">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e241" source="a-secret-you-never-send" target="superconducting-levitation">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e242" source="a-secret-you-never-send" target="the-blocking-commit">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e243" source="a-secret-you-never-send" target="the-cap-theorem">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e244" source="a-secret-you-never-send" target="the-first-process">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e245" source="a-secret-you-never-send" target="the-fourth-grade-slump">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e246" source="a-secret-you-never-send" target="toddler-tantrums">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e247" source="a-secret-you-never-send" target="tool-calling-boundary">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e248" source="a-secret-you-never-send" target="unavoidable-ambiguity">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e249" source="a-secret-you-never-send" target="undefined-behaviour">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e250" source="a-secret-you-never-send" target="varnish-removal">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e251" source="a-secret-you-never-send" target="what-one-row-stands-for">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e252" source="a-secret-you-never-send" target="when-the-best-step-now-is-safe">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e253" source="a-secret-you-never-send" target="why-a-code-sent-to-your-phone-does-not-stop-phishing">
      <data key="e_weight">7</data>
    </edge>
    <edge id="e254" source="a-secret-you-never-send" target="wobbly-table">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e255" source="a-secret-you-never-send" target="working-to-rule">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e256" source="a-secret-you-never-send" target="you-cannot-un-issue-a-signature">
      <data key="e_weight">7</data>
    </edge>
    <edge id="e257" source="a-tree-in-a-table-of-rows" target="aurora">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e258" source="a-tree-in-a-table-of-rows" target="bias-cut-cloth">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e259" source="a-tree-in-a-table-of-rows" target="boarding-order">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e260" source="a-tree-in-a-table-of-rows" target="bread-staling">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e261" source="a-tree-in-a-table-of-rows" target="committee-gatekeeping">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e262" source="a-tree-in-a-table-of-rows" target="composition-over-inheritance">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e263" source="a-tree-in-a-table-of-rows" target="control-plane-and-data-plane">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e264" source="a-tree-in-a-table-of-rows" target="corner-solutions">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e265" source="a-tree-in-a-table-of-rows" target="coupling">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e266" source="a-tree-in-a-table-of-rows" target="cross-cousin-marriage">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e267" source="a-tree-in-a-table-of-rows" target="cross-docking">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e268" source="a-tree-in-a-table-of-rows" target="data-leakage-paths">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e269" source="a-tree-in-a-table-of-rows" target="deep-sound-channel">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e270" source="a-tree-in-a-table-of-rows" target="false-sharing">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e271" source="a-tree-in-a-table-of-rows" target="feigned-retreat">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e272" source="a-tree-in-a-table-of-rows" target="fewer-operations-slower-program">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e273" source="a-tree-in-a-table-of-rows" target="first-pass-metabolism">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e274" source="a-tree-in-a-table-of-rows" target="golf-ball-dimples">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e275" source="a-tree-in-a-table-of-rows" target="half-sorted-is-enough">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e276" source="a-tree-in-a-table-of-rows" target="hollow-section-stiffness">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e277" source="a-tree-in-a-table-of-rows" target="isolation-without-a-machine">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e278" source="a-tree-in-a-table-of-rows" target="legibility">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e279" source="a-tree-in-a-table-of-rows" target="maritime-chokepoints">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e280" source="a-tree-in-a-table-of-rows" target="merged-kinship-terms">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e281" source="a-tree-in-a-table-of-rows" target="multiple-realizability-of-mind">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e282" source="a-tree-in-a-table-of-rows" target="natural-bed-in-stone">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e283" source="a-tree-in-a-table-of-rows" target="normalization">
      <data key="e_weight">7</data>
    </edge>
    <edge id="e284" source="a-tree-in-a-table-of-rows" target="objects-that-do-not-know-they-are-stored">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e285" source="a-tree-in-a-table-of-rows" target="orchestration">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e286" source="a-tree-in-a-table-of-rows" target="partition-pruning">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e287" source="a-tree-in-a-table-of-rows" target="pit-viper-infrared-sensing">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e288" source="a-tree-in-a-table-of-rows" target="pregnancy-immune-tolerance">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e289" source="a-tree-in-a-table-of-rows" target="radio-interferometry">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e290" source="a-tree-in-a-table-of-rows" target="sailing-upwind">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e291" source="a-tree-in-a-table-of-rows" target="screws-in-end-grain">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e292" source="a-tree-in-a-table-of-rows" target="seating-arrangement-and-discussion">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e293" source="a-tree-in-a-table-of-rows" target="smell-and-memory">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e294" source="a-tree-in-a-table-of-rows" target="street-network-topology">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e295" source="a-tree-in-a-table-of-rows" target="telephone-bandwidth">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e296" source="a-tree-in-a-table-of-rows" target="the-publisher-that-knows-no-subscribers">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e297" source="a-tree-in-a-table-of-rows" target="what-makes-bread-rise">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e298" source="a-tree-in-a-table-of-rows" target="wrapping-without-changing">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e299" source="a-tree-that-rearranges-itself" target="airport-access-road-widening">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e300" source="a-tree-that-rearranges-itself" target="balanced-sex-ratios">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e301" source="a-tree-that-rearranges-itself" target="balanced-veneer">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e302" source="a-tree-that-rearranges-itself" target="batching-and-the-throughput-trade">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e303" source="a-tree-that-rearranges-itself" target="buoyancy">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e304" source="a-tree-that-rearranges-itself" target="canvas-tension-and-humidity">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e305" source="a-tree-that-rearranges-itself" target="chelate-effect">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e306" source="a-tree-that-rearranges-itself" target="closeness-distance-balance">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e307" source="a-tree-that-rearranges-itself" target="cognitive-dissonance">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e308" source="a-tree-that-rearranges-itself" target="culminating-point-of-an-offensive">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e309" source="a-tree-that-rearranges-itself" target="endorheic-basins">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e310" source="a-tree-that-rearranges-itself" target="eventual-consistency">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e311" source="a-tree-that-rearranges-itself" target="exercise-hyponatremia">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e312" source="a-tree-that-rearranges-itself" target="experienced-worker-injuries">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e313" source="a-tree-that-rearranges-itself" target="faraday-cage">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e314" source="a-tree-that-rearranges-itself" target="geostrophic-wind">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e315" source="a-tree-that-rearranges-itself" target="grazing-and-grassland-richness">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e316" source="a-tree-that-rearranges-itself" target="grid-balancing">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e317" source="a-tree-that-rearranges-itself" target="handicapping">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e318" source="a-tree-that-rearranges-itself" target="heat-exchanger-fouling">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e319" source="a-tree-that-rearranges-itself" target="hedonic-adaptation">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e320" source="a-tree-that-rearranges-itself" target="induced-traffic">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e321" source="a-tree-that-rearranges-itself" target="lagrange-points">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e322" source="a-tree-that-rearranges-itself" target="lime-induced-nutrient-lockup">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e323" source="a-tree-that-rearranges-itself" target="limiting-work-in-progress">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e324" source="a-tree-that-rearranges-itself" target="long-run-chain-behaviour">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e325" source="a-tree-that-rearranges-itself" target="media-sameness">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e326" source="a-tree-that-rearranges-itself" target="paradox-of-value">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e327" source="a-tree-that-rearranges-itself" target="penalty-aiming">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e328" source="a-tree-that-rearranges-itself" target="plea-bargaining">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e329" source="a-tree-that-rearranges-itself" target="post-plague-wages">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e330" source="a-tree-that-rearranges-itself" target="raindrop-terminal-velocity">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e331" source="a-tree-that-rearranges-itself" target="rate-limiting">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e332" source="a-tree-that-rearranges-itself" target="reflective-equilibrium">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e333" source="a-tree-that-rearranges-itself" target="rolling-boil-versus-simmer">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e334" source="a-tree-that-rearranges-itself" target="school-catchment-price-premium">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e335" source="a-tree-that-rearranges-itself" target="silicate-weathering-thermostat">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e336" source="a-tree-that-rearranges-itself" target="steady-state-dosing">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e337" source="a-tree-that-rearranges-itself" target="vowel-chain-shifts">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e338" source="a-tree-that-rearranges-itself" target="what-is-inflation">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e339" source="a-tree-that-rearranges-itself" target="where-the-time-actually-goes">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e340" source="a-tree-that-rearranges-itself" target="why-the-moon-shows-one-face">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e341" source="a-tree-that-rearranges-itself" target="zodiacal-dust-replenishment">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e342" source="a-valid-token-in-the-wrong-place" target="azeotropes">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e343" source="a-valid-token-in-the-wrong-place" target="bass-through-walls">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e344" source="a-valid-token-in-the-wrong-place" target="blast-radius">
      <data key="e_weight">7</data>
    </edge>
    <edge id="e345" source="a-valid-token-in-the-wrong-place" target="brewster-angle-glare">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e346" source="a-valid-token-in-the-wrong-place" target="chain-of-thought">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e347" source="a-valid-token-in-the-wrong-place" target="cohesion-tension-sap-ascent">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e348" source="a-valid-token-in-the-wrong-place" target="conditional-spending-grants">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e349" source="a-valid-token-in-the-wrong-place" target="context-window">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e350" source="a-valid-token-in-the-wrong-place" target="dairy-cow-energy-balance">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e351" source="a-valid-token-in-the-wrong-place" target="diminishing-fertiliser-returns">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e352" source="a-valid-token-in-the-wrong-place" target="east-west-diffusion">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e353" source="a-valid-token-in-the-wrong-place" target="emergency-triage">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e354" source="a-valid-token-in-the-wrong-place" target="exactly-once-is-a-property-of-the-pipeline">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e355" source="a-valid-token-in-the-wrong-place" target="fall-line-cities">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e356" source="a-valid-token-in-the-wrong-place" target="flame-emission-colours">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e357" source="a-valid-token-in-the-wrong-place" target="forearm-pump">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e358" source="a-valid-token-in-the-wrong-place" target="formulaic-oral-composition">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e359" source="a-valid-token-in-the-wrong-place" target="halting-problem">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e360" source="a-valid-token-in-the-wrong-place" target="how-encryption-keeps-messages-secret">
      <data key="e_weight">7</data>
    </edge>
    <edge id="e361" source="a-valid-token-in-the-wrong-place" target="idempotent-operations">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e362" source="a-valid-token-in-the-wrong-place" target="immutability">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e363" source="a-valid-token-in-the-wrong-place" target="involute-gear-teeth">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e364" source="a-valid-token-in-the-wrong-place" target="killed-with-memory-to-spare">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e365" source="a-valid-token-in-the-wrong-place" target="mixed-speed-rail-capacity">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e366" source="a-valid-token-in-the-wrong-place" target="mountain-language-diversity">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e367" source="a-valid-token-in-the-wrong-place" target="note-taking-by-hand">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e368" source="a-valid-token-in-the-wrong-place" target="order-from-pairwise-rules">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e369" source="a-valid-token-in-the-wrong-place" target="order-within-a-slice">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e370" source="a-valid-token-in-the-wrong-place" target="permission-aware-retrieval">
      <data key="e_weight">7</data>
    </edge>
    <edge id="e371" source="a-valid-token-in-the-wrong-place" target="poison-messages">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e372" source="a-valid-token-in-the-wrong-place" target="prefill-and-decode">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e373" source="a-valid-token-in-the-wrong-place" target="prospective-memory">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e374" source="a-valid-token-in-the-wrong-place" target="replay-determinism">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e375" source="a-valid-token-in-the-wrong-place" target="requests-you-did-not-make">
      <data key="e_weight">7</data>
    </edge>
    <edge id="e376" source="a-valid-token-in-the-wrong-place" target="room-turnover-window">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e377" source="a-valid-token-in-the-wrong-place" target="seismic-shadow-zone">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e378" source="a-valid-token-in-the-wrong-place" target="setting-blocks">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e379" source="a-valid-token-in-the-wrong-place" target="signing-out-everywhere">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e380" source="a-valid-token-in-the-wrong-place" target="similar-partners">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e381" source="a-valid-token-in-the-wrong-place" target="sorting-more-than-fits">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e382" source="a-valid-token-in-the-wrong-place" target="split-attention">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e383" source="a-valid-token-in-the-wrong-place" target="superconducting-levitation">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e384" source="a-valid-token-in-the-wrong-place" target="the-blocking-commit">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e385" source="a-valid-token-in-the-wrong-place" target="the-first-process">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e386" source="a-valid-token-in-the-wrong-place" target="unavoidable-ambiguity">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e387" source="a-valid-token-in-the-wrong-place" target="undefined-behaviour">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e388" source="a-valid-token-in-the-wrong-place" target="what-one-row-stands-for">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e389" source="a-valid-token-in-the-wrong-place" target="wobbly-table">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e390" source="a-valid-token-in-the-wrong-place" target="working-to-rule">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e391" source="a-valid-token-in-the-wrong-place" target="you-cannot-un-issue-a-signature">
      <data key="e_weight">7</data>
    </edge>
    <edge id="e392" source="ability-grouping" target="attachment">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e393" source="ability-grouping" target="binocular-rivalry">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e394" source="ability-grouping" target="blockade-and-resolve">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e395" source="ability-grouping" target="bone-remodelling">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e396" source="ability-grouping" target="crevice-corrosion">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e397" source="ability-grouping" target="delayed-auditory-feedback">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e398" source="ability-grouping" target="ecological-succession">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e399" source="ability-grouping" target="escalation">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e400" source="ability-grouping" target="ethylene-ripening">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e401" source="ability-grouping" target="feedback-timing">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e402" source="ability-grouping" target="gas-discharge-ballast">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e403" source="ability-grouping" target="grain-bin-hot-spots">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e404" source="ability-grouping" target="habit-formation">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e405" source="ability-grouping" target="instant-glue">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e406" source="ability-grouping" target="irrigation-efficiency-paradox">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e407" source="ability-grouping" target="janzen-connell-seedling-mortality">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e408" source="ability-grouping" target="keystone-species">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e409" source="ability-grouping" target="laser-cooling">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e410" source="ability-grouping" target="late-marriage-and-population-restraint">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e411" source="ability-grouping" target="learning-by-explaining">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e412" source="ability-grouping" target="network-effects">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e413" source="ability-grouping" target="newtons-method">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e414" source="ability-grouping" target="open-government-records">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e415" source="ability-grouping" target="orbital-debris-cascade">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e416" source="ability-grouping" target="paradox-of-tolerance">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e417" source="ability-grouping" target="passivation">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e418" source="ability-grouping" target="pest-resurgence">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e419" source="ability-grouping" target="practice-feedback">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e420" source="ability-grouping" target="prohibition-of-images">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e421" source="ability-grouping" target="self-defeating-aims">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e422" source="ability-grouping" target="strategic-deception">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e423" source="ability-grouping" target="teacher-attrition-in-hard-schools">
      <data key="e_weight">7</data>
    </edge>
    <edge id="e424" source="ability-grouping" target="teacher-expectations">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e425" source="ability-grouping" target="thermal-throttling">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e426" source="ability-grouping" target="thermostat-overshoot">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e427" source="ability-grouping" target="trail-braiding">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e428" source="ability-grouping" target="two-way-ratings">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e429" source="ability-grouping" target="venus-superrotation">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e430" source="ability-grouping" target="widowhood-and-health">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e431" source="accent-and-perceived-competence" target="appliance-signatures-in-meter-data">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e432" source="accent-and-perceived-competence" target="brand-advertising">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e433" source="accent-and-perceived-competence" target="breathing-urge">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e434" source="accent-and-perceived-competence" target="census-undercount">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e435" source="accent-and-perceived-competence" target="chemotherapy-selectivity">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e436" source="accent-and-perceived-competence" target="compositeness-without-factors">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e437" source="accent-and-perceived-competence" target="cosmetic-produce-standards">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e438" source="accent-and-perceived-competence" target="diagnostic-distractors">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e439" source="accent-and-perceived-competence" target="filler-words">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e440" source="accent-and-perceived-competence" target="fluency-illusion">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e441" source="accent-and-perceived-competence" target="historical-silence">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e442" source="accent-and-perceived-competence" target="how-birds-know-where-to-migrate">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e443" source="accent-and-perceived-competence" target="how-tree-rings-record-the-past">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e444" source="accent-and-perceived-competence" target="ice-core-records">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e445" source="accent-and-perceived-competence" target="interoception">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e446" source="accent-and-perceived-competence" target="isotopic-provenance">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e447" source="accent-and-perceived-competence" target="judicial-recusal">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e448" source="accent-and-perceived-competence" target="junior-champions">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e449" source="accent-and-perceived-competence" target="misleading-fault-codes">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e450" source="accent-and-perceived-competence" target="occupational-licensing">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e451" source="accent-and-perceived-competence" target="optical-pyrometry">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e452" source="accent-and-perceived-competence" target="place-names">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e453" source="accent-and-perceived-competence" target="profit-versus-cash">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e454" source="accent-and-perceived-competence" target="proxy-arguments">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e455" source="accent-and-perceived-competence" target="seating-by-the-window">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e456" source="accent-and-perceived-competence" target="seed-vigour-versus-germination">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e457" source="accent-and-perceived-competence" target="stage-lighting-angle">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e458" source="accent-and-perceived-competence" target="the-problem-of-other-minds">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e459" source="accent-and-perceived-competence" target="uninformative-advertising">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e460" source="accent-and-perceived-competence" target="verified-disarmament">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e461" source="accent-and-perceived-competence" target="vernalization">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e462" source="acceptance-sampling" target="age-heaping">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e463" source="acceptance-sampling" target="allergy">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e464" source="acceptance-sampling" target="autoimmunity">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e465" source="acceptance-sampling" target="biological-passport">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e466" source="acceptance-sampling" target="censored-follow-up">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e467" source="acceptance-sampling" target="child-word-learning">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e468" source="acceptance-sampling" target="continuity-editing">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e469" source="acceptance-sampling" target="detection-limits">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e470" source="acceptance-sampling" target="exam-equating">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e471" source="acceptance-sampling" target="extreme-event-attribution">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e472" source="acceptance-sampling" target="faith-and-evidence">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e473" source="acceptance-sampling" target="fog-of-war">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e474" source="acceptance-sampling" target="forecasting-tonights-covers">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e475" source="acceptance-sampling" target="galaxy-rotation-curves">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e476" source="acceptance-sampling" target="grammatical-evidentiality">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e477" source="acceptance-sampling" target="grandparent-asymmetry">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e478" source="acceptance-sampling" target="knowledge-and-comprehension">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e479" source="acceptance-sampling" target="mapping-an-outbreaks-source">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e480" source="acceptance-sampling" target="mark-recapture-estimates">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e481" source="acceptance-sampling" target="mid-season-yield-forecasting">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e482" source="acceptance-sampling" target="mine-warfare">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e483" source="acceptance-sampling" target="motion-sickness">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e484" source="acceptance-sampling" target="neutrino-detection">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e485" source="acceptance-sampling" target="number-needed-to-treat">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e486" source="acceptance-sampling" target="quoting-a-job">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e487" source="acceptance-sampling" target="return-to-play-decision">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e488" source="acceptance-sampling" target="simultaneous-interpreting">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e489" source="acceptance-sampling" target="skilled-diagnosis">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e490" source="acceptance-sampling" target="text-message-tone">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e491" source="acceptance-sampling" target="textual-criticism">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e492" source="acceptance-sampling" target="tolerance-stack-up">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e493" source="acceptance-sampling" target="tracing-a-leak">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e494" source="acceptance-sampling" target="trust-asymmetry">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e495" source="acceptance-sampling" target="winners-curse">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e496" source="adaptive-step-size" target="altitude-training">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e497" source="adaptive-step-size" target="arranged-and-chosen-marriages">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e498" source="adaptive-step-size" target="autofrettage-of-pressure-vessels">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e499" source="adaptive-step-size" target="ballast-shakedown-under-repeated-loading">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e500" source="adaptive-step-size" target="chaos-engineering">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e501" source="adaptive-step-size" target="dark-adaptation">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e502" source="adaptive-step-size" target="deconditioning-in-weightlessness">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e503" source="adaptive-step-size" target="disaster-driven-building-codes">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e504" source="adaptive-step-size" target="effortless-virtue">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e505" source="adaptive-step-size" target="engine-run-in">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e506" source="adaptive-step-size" target="fading-advantage-of-a-new-weapon">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e507" source="adaptive-step-size" target="fasting">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e508" source="adaptive-step-size" target="habituation-and-sensitization">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e509" source="adaptive-step-size" target="irrigation-scheduling-depth">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e510" source="adaptive-step-size" target="j-curve-after-devaluation">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e511" source="adaptive-step-size" target="nose-blindness">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e512" source="adaptive-step-size" target="played-in-instruments">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e513" source="adaptive-step-size" target="productive-failure">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e514" source="adaptive-step-size" target="quarantine-institutions">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e515" source="adaptive-step-size" target="retrieval-practice">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e516" source="adaptive-step-size" target="running-in-wear">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e517" source="adaptive-step-size" target="salt-marsh-accretion">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e518" source="adaptive-step-size" target="semantic-satiation">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e519" source="adaptive-step-size" target="travelers-stomach">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e520" source="adaptive-step-size" target="unit-combat-learning-curve">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e521" source="adaptive-step-size" target="vernacular-house-form">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e522" source="adaptive-step-size" target="wind-hardened-tree-form">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e523" source="adaptive-step-size" target="work-hardening">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e524" source="adding-a-machine-without-moving-the-data" target="bass-through-walls">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e525" source="adding-a-machine-without-moving-the-data" target="chain-of-thought">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e526" source="adding-a-machine-without-moving-the-data" target="conditional-spending-grants">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e527" source="adding-a-machine-without-moving-the-data" target="context-window">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e528" source="adding-a-machine-without-moving-the-data" target="dairy-cow-energy-balance">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e529" source="adding-a-machine-without-moving-the-data" target="emergency-triage">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e530" source="adding-a-machine-without-moving-the-data" target="exactly-once-is-a-property-of-the-pipeline">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e531" source="adding-a-machine-without-moving-the-data" target="fall-line-cities">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e532" source="adding-a-machine-without-moving-the-data" target="flame-emission-colours">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e533" source="adding-a-machine-without-moving-the-data" target="forearm-pump">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e534" source="adding-a-machine-without-moving-the-data" target="formulaic-oral-composition">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e535" source="adding-a-machine-without-moving-the-data" target="idempotent-operations">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e536" source="adding-a-machine-without-moving-the-data" target="involute-gear-teeth">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e537" source="adding-a-machine-without-moving-the-data" target="killed-with-memory-to-spare">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e538" source="adding-a-machine-without-moving-the-data" target="order-from-pairwise-rules">
      <data key="e_weight">7</data>
    </edge>
    <edge id="e539" source="adding-a-machine-without-moving-the-data" target="order-within-a-slice">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e540" source="adding-a-machine-without-moving-the-data" target="poison-messages">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e541" source="adding-a-machine-without-moving-the-data" target="prefill-and-decode">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e542" source="adding-a-machine-without-moving-the-data" target="prospective-memory">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e543" source="adding-a-machine-without-moving-the-data" target="seismic-shadow-zone">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e544" source="adding-a-machine-without-moving-the-data" target="setting-blocks">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e545" source="adding-a-machine-without-moving-the-data" target="sorting-more-than-fits">
      <data key="e_weight">7</data>
    </edge>
    <edge id="e546" source="adding-a-machine-without-moving-the-data" target="the-blocking-commit">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e547" source="adding-a-machine-without-moving-the-data" target="the-first-process">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e548" source="adding-a-machine-without-moving-the-data" target="unavoidable-ambiguity">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e549" source="adding-a-machine-without-moving-the-data" target="what-one-row-stands-for">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e550" source="adding-a-machine-without-moving-the-data" target="when-the-best-step-now-is-safe">
      <data key="e_weight">9</data>
    </edge>
    <edge id="e551" source="adding-a-machine-without-moving-the-data" target="words-stored-by-their-beginnings">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e552" source="adhesion" target="alloy-strength">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e553" source="adhesion" target="aurora">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e554" source="adhesion" target="boarding-order">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e555" source="adhesion" target="bread-staling">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e556" source="adhesion" target="carbon-allotropes">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e557" source="adhesion" target="cast-iron-seasoning">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e558" source="adhesion" target="committee-gatekeeping">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e559" source="adhesion" target="corner-solutions">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e560" source="adhesion" target="cross-cousin-marriage">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e561" source="adhesion" target="deep-sound-channel">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e562" source="adhesion" target="feigned-retreat">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e563" source="adhesion" target="golf-ball-dimples">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e564" source="adhesion" target="how-enzymes-pick-their-target">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e565" source="adhesion" target="how-soap-cleans">
      <data key="e_weight">7</data>
    </edge>
    <edge id="e566" source="adhesion" target="instant-glue">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e567" source="adhesion" target="legibility">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e568" source="adhesion" target="maritime-chokepoints">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e569" source="adhesion" target="merged-kinship-terms">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e570" source="adhesion" target="molecular-handedness">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e571" source="adhesion" target="natural-bed-in-stone">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e572" source="adhesion" target="pit-viper-infrared-sensing">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e573" source="adhesion" target="radio-interferometry">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e574" source="adhesion" target="sailing-upwind">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e575" source="adhesion" target="screws-in-end-grain">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e576" source="adhesion" target="seating-arrangement-and-discussion">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e577" source="adhesion" target="smell-and-memory">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e578" source="adhesion" target="street-network-topology">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e579" source="adolescent-parent-conflict" target="bank-runs">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e580" source="adolescent-parent-conflict" target="caregiving-load">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e581" source="adolescent-parent-conflict" target="charging-connector-standards">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e582" source="adolescent-parent-conflict" target="climbing-grade-drift">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e583" source="adolescent-parent-conflict" target="coalition-friction">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e584" source="adolescent-parent-conflict" target="combatant-identification">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e585" source="adolescent-parent-conflict" target="common-vertical-datum">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e586" source="adolescent-parent-conflict" target="compromise-capitals">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e587" source="adolescent-parent-conflict" target="concert-pitch-standard">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e588" source="adolescent-parent-conflict" target="contagious-yawning">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e589" source="adolescent-parent-conflict" target="crane-signalling">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e590" source="adolescent-parent-conflict" target="credit-transfer-between-institutions">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e591" source="adolescent-parent-conflict" target="early-strength-gains">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e592" source="adolescent-parent-conflict" target="empty-names">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e593" source="adolescent-parent-conflict" target="equilibrium-selection">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e594" source="adolescent-parent-conflict" target="exposure-problem-in-package-bidding">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e595" source="adolescent-parent-conflict" target="firefly-synchrony">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e596" source="adolescent-parent-conflict" target="fragmented-prescribing">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e597" source="adolescent-parent-conflict" target="gamelan-tuning">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e598" source="adolescent-parent-conflict" target="ground-delay-programs">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e599" source="adolescent-parent-conflict" target="heritage-language-loss">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e600" source="adolescent-parent-conflict" target="indirect-requests">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e601" source="adolescent-parent-conflict" target="leap-seconds">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e602" source="adolescent-parent-conflict" target="market-day-rotation">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e603" source="adolescent-parent-conflict" target="measurement-standardization">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e604" source="adolescent-parent-conflict" target="origin-of-money">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e605" source="adolescent-parent-conflict" target="overheard-speech-and-vocabulary">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e606" source="adolescent-parent-conflict" target="redefining-the-kilogram">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e607" source="adolescent-parent-conflict" target="refrigerant-changeover">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e608" source="adolescent-parent-conflict" target="ritual-meaning">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e609" source="adolescent-parent-conflict" target="second-serfdom">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e610" source="adolescent-parent-conflict" target="standard-stud-spacing">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e611" source="adolescent-parent-conflict" target="statutory-interpretation-canons">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e612" source="adolescent-parent-conflict" target="synchronised-planting-windows">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e613" source="adolescent-parent-conflict" target="technical-standards">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e614" source="adolescent-parent-conflict" target="tipping-customs">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e615" source="adolescent-parent-conflict" target="two-sided-market-launch">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e616" source="adolescent-risk" target="anonymous-telescope-time-proposals">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e617" source="adolescent-risk" target="bridewealth-and-dowry">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e618" source="adolescent-risk" target="broadcast-loudness">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e619" source="adolescent-risk" target="carbon-offset-additionality">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e620" source="adolescent-risk" target="clickbait-headlines">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e621" source="adolescent-risk" target="conformity">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e622" source="adolescent-risk" target="divorce-contagion">
      <data key="e_weight">7</data>
    </edge>
    <edge id="e623" source="adolescent-risk" target="drift-in-accepted-values-of-constants">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e624" source="adolescent-risk" target="envy-free-division">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e625" source="adolescent-risk" target="fee-for-service-payment">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e626" source="adolescent-risk" target="grandmother-proximity-and-fertility">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e627" source="adolescent-risk" target="infant-night-waking">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e628" source="adolescent-risk" target="origin-of-the-state">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e629" source="adolescent-risk" target="parasite-host-manipulation">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e630" source="adolescent-risk" target="paying-pupils-to-read">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e631" source="adolescent-risk" target="peacekeeping-mandates">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e632" source="adolescent-risk" target="protein-assay-adulteration">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e633" source="adolescent-risk" target="race-to-fish-under-quota">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e634" source="adolescent-risk" target="sibling-deidentification">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e635" source="adolescent-risk" target="sibling-differences">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e636" source="adolescent-risk" target="sibling-regression">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e637" source="adolescent-risk" target="song-intros-and-streaming-payouts">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e638" source="adolescent-risk" target="sweet-fruit-guarded-seed">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e639" source="adolescent-risk" target="teaching-to-the-test">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e640" source="adolescent-risk" target="tomato-flavour">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e641" source="adolescent-risk" target="tuning-to-the-test-cycle">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e642" source="adolescent-risk" target="unit-price-inversion">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e643" source="adolescent-risk" target="weight-cutting">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e644" source="adolescent-risk" target="zoning-envelope-architecture">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e645" source="adoption-search" target="adverse-selection">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e646" source="adoption-search" target="aircraft-separation-minima">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e647" source="adoption-search" target="aliasing">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e648" source="adoption-search" target="ancient-population-estimates">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e649" source="adoption-search" target="apophatic-speech">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e650" source="adoption-search" target="appellate-deference">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e651" source="adoption-search" target="burden-of-proof">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e652" source="adoption-search" target="ceiling-on-admissions-prediction">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e653" source="adoption-search" target="forecast-horizon">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e654" source="adoption-search" target="grain-and-taxation">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e655" source="adoption-search" target="how-much-charge-is-left">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e656" source="adoption-search" target="incompleteness">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e657" source="adoption-search" target="individual-treatment-effect">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e658" source="adoption-search" target="isomer-blindness-in-mass-spectrometry">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e659" source="adoption-search" target="learning-by-standing-there">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e660" source="adoption-search" target="limits-of-introspection">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e661" source="adoption-search" target="marker-disagreement">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e662" source="adoption-search" target="mission-command">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e663" source="adoption-search" target="pathogen-testing-limits">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e664" source="adoption-search" target="radiocarbon-calibration-plateaus">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e665" source="adoption-search" target="redundancy-of-written-text">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e666" source="adoption-search" target="rough-in-inspection">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e667" source="adoption-search" target="secret-ballot">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e668" source="adoption-search" target="self-refuting-claims">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e669" source="adoption-search" target="sizes-of-infinity">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e670" source="adoption-search" target="sky-background-limit">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e671" source="adoption-search" target="statutes-of-limitation">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e672" source="adoption-search" target="the-error-threshold-on-genome-length">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e673" source="adoption-search" target="thermal-noise-floor">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e674" source="adoption-search" target="timing-resolution-in-racing">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e675" source="adoption-search" target="undifferentiated-infant-cry">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e676" source="adoption-search" target="unstable-averages">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e677" source="adoption-search" target="what-notation-cannot-record">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e678" source="adoption-search" target="where-a-river-begins">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e679" source="adult-attachment-patterns" target="airport-slot-grandfathering">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e680" source="adult-attachment-patterns" target="backfilling-a-pipeline">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e681" source="adult-attachment-patterns" target="backlash">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e682" source="adult-attachment-patterns" target="ceremony-as-a-smell">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e683" source="adult-attachment-patterns" target="digital-preservation-churn">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e684" source="adult-attachment-patterns" target="disappearing-polymorphs">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e685" source="adult-attachment-patterns" target="doctrine-lag">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e686" source="adult-attachment-patterns" target="fetal-programming">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e687" source="adult-attachment-patterns" target="grade-retention">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e688" source="adult-attachment-patterns" target="gut-colonization-order">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e689" source="adult-attachment-patterns" target="isostatic-rebound">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e690" source="adult-attachment-patterns" target="judging-order-effects">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e691" source="adult-attachment-patterns" target="learned-helplessness">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e692" source="adult-attachment-patterns" target="led-dimmer-incompatibility">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e693" source="adult-attachment-patterns" target="magnetic-hysteresis">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e694" source="adult-attachment-patterns" target="negative-edge-weights">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e695" source="adult-attachment-patterns" target="original-antigenic-sin">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e696" source="adult-attachment-patterns" target="pallet-size-lock-in">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e697" source="adult-attachment-patterns" target="pasteurised-mushroom-substrate">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e698" source="adult-attachment-patterns" target="prerequisite-chains">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e699" source="adult-attachment-patterns" target="relative-age-effect">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e700" source="adult-attachment-patterns" target="relic-proved-false">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e701" source="adult-attachment-patterns" target="reminiscence-bump">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e702" source="adult-attachment-patterns" target="scribal-abbreviation">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e703" source="adult-attachment-patterns" target="stepparent-acceptance">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e704" source="adult-attachment-patterns" target="the-backwards-magnitude-scale">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e705" source="adult-attachment-patterns" target="time-average-versus-ensemble-average">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e706" source="adult-attachment-patterns" target="transformer-inrush">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e707" source="adult-attachment-patterns" target="typeface-voice">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e708" source="adult-attachment-patterns" target="value-of-the-original">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e709" source="advance-directives" target="agreeing-the-shape-before-the-substance">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e710" source="advance-directives" target="anger-as-a-commitment-device">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e711" source="advance-directives" target="apology-and-repair">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e712" source="advance-directives" target="apprenticeship-indentures">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e713" source="advance-directives" target="blind-analysis">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e714" source="advance-directives" target="blushing">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e715" source="advance-directives" target="cancelled-printing-plates">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e716" source="advance-directives" target="committed-warming">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e717" source="advance-directives" target="conservation-easements">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e718" source="advance-directives" target="conspicuous-signals">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e719" source="advance-directives" target="equipment-bans-in-sport">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e720" source="advance-directives" target="gift-obligation">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e721" source="advance-directives" target="guaranteed-secrecy">
      <data key="e_weight">6</data>
    </edge>
    <edge id="e722" source="advance-directives" target="household-money-pots">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e723" source="advance-directives" target="irreversible-enzyme-inhibition">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e724" source="advance-directives" target="nobody-may-own-the-moon">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e725" source="advance-directives" target="non-bypassable-safety-interlocks">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e726" source="advance-directives" target="non-negotiable-deadlines">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e727" source="advance-directives" target="notice-and-comment-rulemaking">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e728" source="advance-directives" target="package-tour-pricing">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e729" source="advance-directives" target="plasmid-addiction-systems">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e730" source="advance-directives" target="pre-registered-analysis">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e731" source="advance-directives" target="promising">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e732" source="advance-directives" target="retention-money">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e733" source="advance-directives" target="salary-cap">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e734" source="advance-directives" target="savings-commitment-devices">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e735" source="advance-directives" target="unnamed-sources">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e736" source="advance-directives" target="visa-reciprocity">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e737" source="advance-directives" target="worst-behaviour-at-home">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e738" source="adverse-selection" target="aircraft-separation-minima">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e739" source="adverse-selection" target="aliasing">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e740" source="adverse-selection" target="ceiling-on-admissions-prediction">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e741" source="adverse-selection" target="forecast-horizon">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e742" source="adverse-selection" target="grain-and-taxation">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e743" source="adverse-selection" target="how-much-charge-is-left">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e744" source="adverse-selection" target="individual-treatment-effect">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e745" source="adverse-selection" target="limits-of-introspection">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e746" source="adverse-selection" target="marker-disagreement">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e747" source="adverse-selection" target="mission-command">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e748" source="adverse-selection" target="pathogen-testing-limits">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e749" source="adverse-selection" target="radiocarbon-calibration-plateaus">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e750" source="adverse-selection" target="rough-in-inspection">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e751" source="adverse-selection" target="secret-ballot">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e752" source="adverse-selection" target="sky-background-limit">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e753" source="adverse-selection" target="statutes-of-limitation">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e754" source="adverse-selection" target="stockout-demand-censoring">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e755" source="adverse-selection" target="the-error-threshold-on-genome-length">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e756" source="adverse-selection" target="thermal-noise-floor">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e757" source="adverse-selection" target="timing-resolution-in-racing">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e758" source="adverse-selection" target="undifferentiated-infant-cry">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e759" source="adverse-selection" target="what-notation-cannot-record">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e760" source="adverse-selection" target="where-a-river-begins">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e761" source="advice-from-top-students" target="affinity-maturation">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e762" source="advice-from-top-students" target="antibiotic-course-length">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e763" source="advice-from-top-students" target="bathtub-failure-curve">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e764" source="advice-from-top-students" target="benchmark-saturation">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e765" source="advice-from-top-students" target="board-independence">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e766" source="advice-from-top-students" target="cleansing-effect-of-recessions">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e767" source="advice-from-top-students" target="convergent-moral-prohibitions">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e768" source="advice-from-top-students" target="directed-evolution-of-enzymes">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e769" source="advice-from-top-students" target="dropping-incomplete-records">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e770" source="advice-from-top-students" target="escape-of-light-gases-from-an-atmosphere">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e771" source="advice-from-top-students" target="falling-records">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e772" source="advice-from-top-students" target="generative-design-shapes">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e773" source="advice-from-top-students" target="irregular-verb-survival">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e774" source="advice-from-top-students" target="landfill-methane">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e775" source="advice-from-top-students" target="left-hander-advantage">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e776" source="advice-from-top-students" target="loser-pays-cost-rules">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e777" source="advice-from-top-students" target="marrying-outside-the-group">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e778" source="advice-from-top-students" target="planting-the-source-it-will-cite">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e779" source="advice-from-top-students" target="post-reproductive-life">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e780" source="advice-from-top-students" target="promotion-mismatch">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e781" source="advice-from-top-students" target="rainfall-isotope-distillation">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e782" source="advice-from-top-students" target="review-polarization">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e783" source="advice-from-top-students" target="river-name-survival">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e784" source="advice-from-top-students" target="route-survival-after-downturns">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e785" source="advice-from-top-students" target="rumour-sharpening">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e786" source="advice-from-top-students" target="sourdough-stability">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e787" source="advice-from-top-students" target="souvenir-craft-convergence">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e788" source="advice-from-top-students" target="story-shape">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e789" source="advice-from-top-students" target="survivorship-bias">
      <data key="e_weight">8</data>
    </edge>
    <edge id="e790" source="advice-from-top-students" target="synaptic-pruning">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e791" source="advice-from-top-students" target="washing-machine-odour">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e792" source="advice-from-top-students" target="what-meteorite-collections-over-represent">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e793" source="advice-from-top-students" target="where-parks-end-up">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e794" source="advice-from-top-students" target="which-disputes-reach-trial">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e795" source="advice-from-top-students" target="why-do-languages-change-over-time">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e796" source="affinity-maturation" target="board-independence">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e797" source="affinity-maturation" target="convergent-evolution">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e798" source="affinity-maturation" target="convergent-moral-prohibitions">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e799" source="affinity-maturation" target="cost-of-sex">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e800" source="affinity-maturation" target="directed-evolution-of-enzymes">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e801" source="affinity-maturation" target="escape-of-light-gases-from-an-atmosphere">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e802" source="affinity-maturation" target="falling-records">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e803" source="affinity-maturation" target="generative-design-shapes">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e804" source="affinity-maturation" target="left-hander-advantage">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e805" source="affinity-maturation" target="loser-pays-cost-rules">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e806" source="affinity-maturation" target="pollination-specificity">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e807" source="affinity-maturation" target="rainfall-isotope-distillation">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e808" source="affinity-maturation" target="review-polarization">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e809" source="affinity-maturation" target="river-name-survival">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e810" source="affinity-maturation" target="senescence">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e811" source="affinity-maturation" target="souvenir-craft-convergence">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e812" source="affinity-maturation" target="sterile-worker-castes">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e813" source="affinity-maturation" target="survivorship-bias">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e814" source="affinity-maturation" target="synaptic-pruning">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e815" source="affinity-maturation" target="virulence-and-transmission">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e816" source="affinity-maturation" target="washing-machine-odour">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e817" source="affinity-maturation" target="what-meteorite-collections-over-represent">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e818" source="affinity-maturation" target="which-disputes-reach-trial">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e819" source="aftermarket-pricing" target="anonymous-telescope-time-proposals">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e820" source="aftermarket-pricing" target="bridewealth-and-dowry">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e821" source="aftermarket-pricing" target="broadcast-loudness">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e822" source="aftermarket-pricing" target="carbon-offset-additionality">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e823" source="aftermarket-pricing" target="cost-disease">
      <data key="e_weight">7</data>
    </edge>
    <edge id="e824" source="aftermarket-pricing" target="drift-in-accepted-values-of-constants">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e825" source="aftermarket-pricing" target="envy-free-division">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e826" source="aftermarket-pricing" target="experience-rating">
      <data key="e_weight">7</data>
    </edge>
    <edge id="e827" source="aftermarket-pricing" target="fee-for-service-payment">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e828" source="aftermarket-pricing" target="how-auction-rules-set-prices">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e829" source="aftermarket-pricing" target="incumbent-disruption">
      <data key="e_weight">9</data>
    </edge>
    <edge id="e830" source="aftermarket-pricing" target="origin-of-the-state">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e831" source="aftermarket-pricing" target="parasite-host-manipulation">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e832" source="aftermarket-pricing" target="peacekeeping-mandates">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e833" source="aftermarket-pricing" target="protein-assay-adulteration">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e834" source="aftermarket-pricing" target="race-to-fish-under-quota">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e835" source="aftermarket-pricing" target="retail-clustering">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e836" source="aftermarket-pricing" target="song-intros-and-streaming-payouts">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e837" source="aftermarket-pricing" target="sweet-fruit-guarded-seed">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e838" source="aftermarket-pricing" target="tomato-flavour">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e839" source="aftermarket-pricing" target="tuning-to-the-test-cycle">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e840" source="aftermarket-pricing" target="unit-price-inversion">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e841" source="aftermarket-pricing" target="weight-cutting">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e842" source="aftermarket-pricing" target="zoning-envelope-architecture">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e843" source="age-heaping" target="allergy">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e844" source="age-heaping" target="ancient-population-estimates">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e845" source="age-heaping" target="biological-passport">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e846" source="age-heaping" target="censored-follow-up">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e847" source="age-heaping" target="child-word-learning">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e848" source="age-heaping" target="continuity-editing">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e849" source="age-heaping" target="exam-equating">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e850" source="age-heaping" target="extreme-event-attribution">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e851" source="age-heaping" target="faith-and-evidence">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e852" source="age-heaping" target="forecasting-tonights-covers">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e853" source="age-heaping" target="galaxy-rotation-curves">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e854" source="age-heaping" target="grammatical-evidentiality">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e855" source="age-heaping" target="grandparent-asymmetry">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e856" source="age-heaping" target="knowledge-and-comprehension">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e857" source="age-heaping" target="mapping-an-outbreaks-source">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e858" source="age-heaping" target="mark-recapture-estimates">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e859" source="age-heaping" target="mid-season-yield-forecasting">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e860" source="age-heaping" target="mine-warfare">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e861" source="age-heaping" target="motion-sickness">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e862" source="age-heaping" target="neutrino-detection">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e863" source="age-heaping" target="return-to-play-decision">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e864" source="age-heaping" target="skilled-diagnosis">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e865" source="age-heaping" target="text-message-tone">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e866" source="age-heaping" target="textual-criticism">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e867" source="age-heaping" target="tracing-a-leak">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e868" source="age-heaping" target="winners-curse">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e869" source="agreeing-the-shape-before-the-substance" target="anger-as-a-commitment-device">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e870" source="agreeing-the-shape-before-the-substance" target="apprenticeship-indentures">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e871" source="agreeing-the-shape-before-the-substance" target="backward-compatibility">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e872" source="agreeing-the-shape-before-the-substance" target="blind-analysis">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e873" source="agreeing-the-shape-before-the-substance" target="blushing">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e874" source="agreeing-the-shape-before-the-substance" target="cancelled-printing-plates">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e875" source="agreeing-the-shape-before-the-substance" target="committed-warming">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e876" source="agreeing-the-shape-before-the-substance" target="compatibility-has-a-direction">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e877" source="agreeing-the-shape-before-the-substance" target="conservation-easements">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e878" source="agreeing-the-shape-before-the-substance" target="conspicuous-signals">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e879" source="agreeing-the-shape-before-the-substance" target="data-contracts">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e880" source="agreeing-the-shape-before-the-substance" target="design-by-contract">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e881" source="agreeing-the-shape-before-the-substance" target="equipment-bans-in-sport">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e882" source="agreeing-the-shape-before-the-substance" target="feature-flags">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e883" source="agreeing-the-shape-before-the-substance" target="gift-obligation">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e884" source="agreeing-the-shape-before-the-substance" target="irreversible-enzyme-inhibition">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e885" source="agreeing-the-shape-before-the-substance" target="nobody-may-own-the-moon">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e886" source="agreeing-the-shape-before-the-substance" target="non-bypassable-safety-interlocks">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e887" source="agreeing-the-shape-before-the-substance" target="non-negotiable-deadlines">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e888" source="agreeing-the-shape-before-the-substance" target="package-tour-pricing">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e889" source="agreeing-the-shape-before-the-substance" target="plasmid-addiction-systems">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e890" source="agreeing-the-shape-before-the-substance" target="proving-you-started-the-exchange-you-are-finishing">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e891" source="agreeing-the-shape-before-the-substance" target="savings-commitment-devices">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e892" source="agreeing-the-shape-before-the-substance" target="system-prompt-priority">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e893" source="agreeing-the-shape-before-the-substance" target="unnamed-sources">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e894" source="agreeing-the-shape-before-the-substance" target="visa-reciprocity">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e895" source="agreeing-the-shape-before-the-substance" target="when-responsibility-transfers">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e896" source="agreeing-the-shape-before-the-substance" target="worst-behaviour-at-home">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e897" source="agreeing-the-shape-before-the-substance" target="writing-the-test-first">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e898" source="agroforestry-overyielding" target="bounded-contexts">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e899" source="agroforestry-overyielding" target="brain-lateralization">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e900" source="agroforestry-overyielding" target="bullpen-specialization">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e901" source="agroforestry-overyielding" target="casualty-evacuation">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e902" source="agroforestry-overyielding" target="choking-under-attention">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e903" source="agroforestry-overyielding" target="combined-arms">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e904" source="agroforestry-overyielding" target="comparative-advantage">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e905" source="agroforestry-overyielding" target="dedicated-machine-tools">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e906" source="agroforestry-overyielding" target="deja-vu">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e907" source="agroforestry-overyielding" target="diglossia">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e908" source="agroforestry-overyielding" target="hub-and-feeder-ports">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e909" source="agroforestry-overyielding" target="kitchen-brigade-stations">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e910" source="agroforestry-overyielding" target="knowledge-from-testimony">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e911" source="agroforestry-overyielding" target="layered-particle-detectors">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e912" source="agroforestry-overyielding" target="loanword-doublets">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e913" source="agroforestry-overyielding" target="managed-hives-and-wild-pollinators">
      <data key="e_weight">7</data>
    </edge>
    <edge id="e914" source="agroforestry-overyielding" target="monoculture-fragility">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e915" source="agroforestry-overyielding" target="moral-testimony">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e916" source="agroforestry-overyielding" target="mycorrhizal-carbon-trade">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e917" source="agroforestry-overyielding" target="one-task-subcontractor">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e918" source="agroforestry-overyielding" target="putting-out-system">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e919" source="agroforestry-overyielding" target="shared-memory-in-couples">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e920" source="agroforestry-overyielding" target="sibling-deidentification">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e921" source="agroforestry-overyielding" target="specialised-cleaning-agents">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e922" source="agroforestry-overyielding" target="specialized-courts">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e923" source="agroforestry-overyielding" target="stratified-sampling">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e924" source="agroforestry-overyielding" target="subject-specialists-in-primary-school">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e925" source="agroforestry-overyielding" target="surgical-volume-outcome-relationship">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e926" source="agroforestry-overyielding" target="survey-and-follow-up-telescopes">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e927" source="agroforestry-overyielding" target="symbiosis">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e928" source="agroforestry-overyielding" target="term-limits">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e929" source="agroforestry-overyielding" target="the-workshops-many-hands">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e930" source="agroforestry-overyielding" target="three-way-catalytic-converter">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e931" source="agroforestry-overyielding" target="trade-credit">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e932" source="agroforestry-overyielding" target="trade-demarcation">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e933" source="agroforestry-overyielding" target="trade-diasporas">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e934" source="agroforestry-overyielding" target="weather-observing-network">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e935" source="air-balancing" target="asymmetric-flight-times">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e936" source="air-balancing" target="candle-wick">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e937" source="air-balancing" target="carry-trade">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e938" source="air-balancing" target="cartilage-healing">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e939" source="air-balancing" target="city-to-city-spread-of-speech-forms">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e940" source="air-balancing" target="comet-tails">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e941" source="air-balancing" target="compost-heat">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e942" source="air-balancing" target="content-delivery-networks">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e943" source="air-balancing" target="cross-border-shopping-trips">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e944" source="air-balancing" target="curiosity-as-an-information-gap">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e945" source="air-balancing" target="delayed-weld-cracking">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e946" source="air-balancing" target="famine-amid-plenty">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e947" source="air-balancing" target="heat-acclimatization">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e948" source="air-balancing" target="jurisdictional-forum-shopping">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e949" source="air-balancing" target="local-anaesthetic-failure">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e950" source="air-balancing" target="maximum-flow-and-minimum-cut">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e951" source="air-balancing" target="microphone-proximity-effect">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e952" source="air-balancing" target="ocean-productivity">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e953" source="air-balancing" target="replication-lag">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e954" source="air-balancing" target="ritual-purity-and-contagion">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e955" source="air-balancing" target="sacrificial-anodes">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e956" source="air-balancing" target="salt-trade-routes">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e957" source="air-balancing" target="smuggling-under-sanctions">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e958" source="air-balancing" target="stress-spillover-at-home">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e959" source="air-balancing" target="welding-distortion">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e960" source="air-balancing" target="why-does-static-make-hair-stand-up">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e961" source="air-balancing" target="yarkovsky-effect">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e962" source="air-balancing" target="zone-of-proximal-development">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e963" source="airborne-drop-dispersion" target="bacterial-dormancy">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e964" source="airborne-drop-dispersion" target="brazil-nut-effect">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e965" source="airborne-drop-dispersion" target="catastrophe-reinsurance">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e966" source="airborne-drop-dispersion" target="chance-in-the-wood-fired-kiln">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e967" source="airborne-drop-dispersion" target="chance-word-resemblances">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e968" source="airborne-drop-dispersion" target="chip-yield-and-die-size">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e969" source="airborne-drop-dispersion" target="clustered-breakdowns">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e970" source="airborne-drop-dispersion" target="combined-arms">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e971" source="airborne-drop-dispersion" target="common-high-pasture">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e972" source="airborne-drop-dispersion" target="genetic-drift">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e973" source="airborne-drop-dispersion" target="hash-table-clustering">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e974" source="airborne-drop-dispersion" target="hybrid-seed-decline">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e975" source="airborne-drop-dispersion" target="knockout-upsets">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e976" source="airborne-drop-dispersion" target="massed-string-sound">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e977" source="airborne-drop-dispersion" target="overbooking">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e978" source="airborne-drop-dispersion" target="photon-escape-time">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e979" source="airborne-drop-dispersion" target="playoff-series-length">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e980" source="airborne-drop-dispersion" target="radioactive-half-life">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e981" source="airborne-drop-dispersion" target="random-audits">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e982" source="airborne-drop-dispersion" target="randomized-screening">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e983" source="airborne-drop-dispersion" target="randomized-trials">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e984" source="airborne-drop-dispersion" target="rogue-waves">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e985" source="airborne-drop-dispersion" target="selection-by-lot">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e986" source="airborne-drop-dispersion" target="shuffling-before-sorting">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e987" source="airborne-drop-dispersion" target="sibling-differences">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e988" source="airborne-drop-dispersion" target="streaks-in-random-sequences">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e989" source="airborne-drop-dispersion" target="supercooling">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e990" source="airborne-drop-dispersion" target="value-added-ranking-instability">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e991" source="aircraft-separation-minima" target="aliasing">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e992" source="aircraft-separation-minima" target="ancient-population-estimates">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e993" source="aircraft-separation-minima" target="forecast-horizon">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e994" source="aircraft-separation-minima" target="how-much-charge-is-left">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e995" source="aircraft-separation-minima" target="individual-treatment-effect">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e996" source="aircraft-separation-minima" target="limits-of-introspection">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e997" source="aircraft-separation-minima" target="mission-command">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e998" source="aircraft-separation-minima" target="pathogen-testing-limits">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e999" source="aircraft-separation-minima" target="rough-in-inspection">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1000" source="aircraft-separation-minima" target="sky-background-limit">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1001" source="aircraft-separation-minima" target="the-error-threshold-on-genome-length">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1002" source="aircraft-separation-minima" target="thermal-noise-floor">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1003" source="aircraft-separation-minima" target="timing-resolution-in-racing">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1004" source="aircraft-separation-minima" target="undifferentiated-infant-cry">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1005" source="aircraft-separation-minima" target="where-a-river-begins">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1006" source="airplane-cabin-pressure" target="airport-access-road-widening">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1007" source="airplane-cabin-pressure" target="balanced-sex-ratios">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1008" source="airplane-cabin-pressure" target="balanced-veneer">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1009" source="airplane-cabin-pressure" target="buoyancy">
      <data key="e_weight">6</data>
    </edge>
    <edge id="e1010" source="airplane-cabin-pressure" target="canvas-tension-and-humidity">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1011" source="airplane-cabin-pressure" target="chelate-effect">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1012" source="airplane-cabin-pressure" target="closeness-distance-balance">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1013" source="airplane-cabin-pressure" target="cognitive-dissonance">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1014" source="airplane-cabin-pressure" target="culminating-point-of-an-offensive">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1015" source="airplane-cabin-pressure" target="experienced-worker-injuries">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1016" source="airplane-cabin-pressure" target="geostrophic-wind">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1017" source="airplane-cabin-pressure" target="grazing-and-grassland-richness">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1018" source="airplane-cabin-pressure" target="grid-balancing">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e1019" source="airplane-cabin-pressure" target="handicapping">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1020" source="airplane-cabin-pressure" target="heat-exchanger-fouling">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e1021" source="airplane-cabin-pressure" target="hedonic-adaptation">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1022" source="airplane-cabin-pressure" target="inflight-taste">
      <data key="e_weight">6</data>
    </edge>
    <edge id="e1023" source="airplane-cabin-pressure" target="lime-induced-nutrient-lockup">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1024" source="airplane-cabin-pressure" target="long-run-chain-behaviour">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1025" source="airplane-cabin-pressure" target="media-sameness">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1026" source="airplane-cabin-pressure" target="penalty-aiming">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1027" source="airplane-cabin-pressure" target="plea-bargaining">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1028" source="airplane-cabin-pressure" target="post-plague-wages">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1029" source="airplane-cabin-pressure" target="raindrop-terminal-velocity">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1030" source="airplane-cabin-pressure" target="reflective-equilibrium">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1031" source="airplane-cabin-pressure" target="rolling-boil-versus-simmer">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1032" source="airplane-cabin-pressure" target="school-catchment-price-premium">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1033" source="airplane-cabin-pressure" target="silicate-weathering-thermostat">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1034" source="airplane-cabin-pressure" target="steady-state-dosing">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1035" source="airplane-cabin-pressure" target="step-climb">
      <data key="e_weight">6</data>
    </edge>
    <edge id="e1036" source="airplane-cabin-pressure" target="vowel-chain-shifts">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1037" source="airport-access-road-widening" target="balanced-sex-ratios">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1038" source="airport-access-road-widening" target="canvas-tension-and-humidity">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1039" source="airport-access-road-widening" target="closeness-distance-balance">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1040" source="airport-access-road-widening" target="cognitive-dissonance">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1041" source="airport-access-road-widening" target="culminating-point-of-an-offensive">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1042" source="airport-access-road-widening" target="grazing-and-grassland-richness">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1043" source="airport-access-road-widening" target="grid-balancing">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1044" source="airport-access-road-widening" target="hedonic-adaptation">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1045" source="airport-access-road-widening" target="induced-traffic">
      <data key="e_weight">10</data>
    </edge>
    <edge id="e1046" source="airport-access-road-widening" target="lime-induced-nutrient-lockup">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1047" source="airport-access-road-widening" target="long-run-chain-behaviour">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1048" source="airport-access-road-widening" target="plea-bargaining">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1049" source="airport-access-road-widening" target="post-plague-wages">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1050" source="airport-access-road-widening" target="reflective-equilibrium">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1051" source="airport-access-road-widening" target="rolling-boil-versus-simmer">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1052" source="airport-access-road-widening" target="school-catchment-price-premium">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1053" source="airport-access-road-widening" target="steady-state-dosing">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1054" source="airport-access-road-widening" target="step-climb">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e1055" source="airport-access-road-widening" target="vowel-chain-shifts">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1056" source="airport-layout" target="baggage-reconciliation">
      <data key="e_weight">7</data>
    </edge>
    <edge id="e1057" source="airport-layout" target="fee-for-service-payment">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1058" source="airport-layout" target="hotel-price-discrimination">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e1059" source="airport-layout" target="landmark-restaurants">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e1060" source="airport-layout" target="peacekeeping-mandates">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1061" source="airport-layout" target="protein-assay-adulteration">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1062" source="airport-layout" target="song-intros-and-streaming-payouts">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1063" source="airport-layout" target="tuning-to-the-test-cycle">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1064" source="airport-layout" target="unit-price-inversion">
      <data key="e_weight">6</data>
    </edge>
    <edge id="e1065" source="airport-layout" target="weight-cutting">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1066" source="airport-slot-grandfathering" target="backfilling-a-pipeline">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1067" source="airport-slot-grandfathering" target="backlash">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1068" source="airport-slot-grandfathering" target="ceremony-as-a-smell">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1069" source="airport-slot-grandfathering" target="disappearing-polymorphs">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1070" source="airport-slot-grandfathering" target="doctrine-lag">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1071" source="airport-slot-grandfathering" target="fetal-programming">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1072" source="airport-slot-grandfathering" target="grade-retention">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1073" source="airport-slot-grandfathering" target="gut-colonization-order">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1074" source="airport-slot-grandfathering" target="isostatic-rebound">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1075" source="airport-slot-grandfathering" target="judging-order-effects">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1076" source="airport-slot-grandfathering" target="learned-helplessness">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1077" source="airport-slot-grandfathering" target="led-dimmer-incompatibility">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1078" source="airport-slot-grandfathering" target="magnetic-hysteresis">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1079" source="airport-slot-grandfathering" target="negative-edge-weights">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1080" source="airport-slot-grandfathering" target="original-antigenic-sin">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1081" source="airport-slot-grandfathering" target="pasteurised-mushroom-substrate">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1082" source="airport-slot-grandfathering" target="prerequisite-chains">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1083" source="airport-slot-grandfathering" target="relative-age-effect">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1084" source="airport-slot-grandfathering" target="relic-proved-false">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1085" source="airport-slot-grandfathering" target="scribal-abbreviation">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1086" source="airport-slot-grandfathering" target="stepparent-acceptance">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1087" source="airport-slot-grandfathering" target="the-backwards-magnitude-scale">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1088" source="airport-slot-grandfathering" target="time-average-versus-ensemble-average">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1089" source="airport-slot-grandfathering" target="transformer-inrush">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1090" source="airport-slot-grandfathering" target="value-of-the-original">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1091" source="alert-fatigue" target="apparent-motion">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1092" source="alert-fatigue" target="architectural-atmosphere">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1093" source="alert-fatigue" target="best-before-versus-use-by">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1094" source="alert-fatigue" target="charm-pricing">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1095" source="alert-fatigue" target="classroom-misconceptions">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1096" source="alert-fatigue" target="combat-overclaiming">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1097" source="alert-fatigue" target="curse-of-knowledge">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1098" source="alert-fatigue" target="disgust-as-a-moral-guide">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1099" source="alert-fatigue" target="distorted-mental-geography">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1100" source="alert-fatigue" target="doing-versus-allowing">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1101" source="alert-fatigue" target="five-minute-fix">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e1102" source="alert-fatigue" target="framing">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1103" source="alert-fatigue" target="inflight-taste">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1104" source="alert-fatigue" target="inspection-paradox">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1105" source="alert-fatigue" target="invented-tradition">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1106" source="alert-fatigue" target="mental-accounting">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1107" source="alert-fatigue" target="menu-decoy">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1108" source="alert-fatigue" target="moon-illusion">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1109" source="alert-fatigue" target="night-window-reflections">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1110" source="alert-fatigue" target="overclaimed-housework">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1111" source="alert-fatigue" target="perceived-coldness-of-metals">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1112" source="alert-fatigue" target="perceived-crime-trends">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1113" source="alert-fatigue" target="perceived-exertion">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1114" source="alert-fatigue" target="perceived-lift-waiting-time">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1115" source="alert-fatigue" target="persistence-of-misinformation">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1116" source="alert-fatigue" target="placebo-effect">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1117" source="alert-fatigue" target="planning-fallacy">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e1118" source="alert-fatigue" target="revolution-timing">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1119" source="alert-fatigue" target="simpsons-paradox">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1120" source="alert-fatigue" target="sky-background-limit">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1121" source="alert-fatigue" target="sunk-cost">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1122" source="alert-fatigue" target="supernormal-stimuli">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1123" source="alert-fatigue" target="time-to-first-token">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1124" source="alert-fatigue" target="warming-hiatus">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1125" source="aliasing" target="isomer-blindness-in-mass-spectrometry">
      <data key="e_weight">6</data>
    </edge>
    <edge id="e1126" source="aliasing" target="limits-of-introspection">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1127" source="aliasing" target="mission-command">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1128" source="aliasing" target="thermal-noise-floor">
      <data key="e_weight">7</data>
    </edge>
    <edge id="e1129" source="aliasing" target="timing-resolution-in-racing">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1130" source="aliasing" target="where-a-river-begins">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1131" source="allergy" target="autoimmunity">
      <data key="e_weight">9</data>
    </edge>
    <edge id="e1132" source="allergy" target="biological-passport">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1133" source="allergy" target="censored-follow-up">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1134" source="allergy" target="exam-equating">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1135" source="allergy" target="galaxy-rotation-curves">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1136" source="allergy" target="mapping-an-outbreaks-source">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1137" source="allergy" target="mark-recapture-estimates">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1138" source="allergy" target="mid-season-yield-forecasting">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1139" source="allergy" target="mine-warfare">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1140" source="allergy" target="number-needed-to-treat">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e1141" source="allergy" target="return-to-play-decision">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1142" source="allergy" target="screening-false-positives">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e1143" source="allergy" target="textual-criticism">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1144" source="allergy" target="winners-curse">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1145" source="alliance-free-riding" target="blood-donation-supply">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1146" source="alliance-free-riding" target="braesss-paradox">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1147" source="alliance-free-riding" target="bystander-effect">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1148" source="alliance-free-riding" target="caregiver-of-last-resort">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1149" source="alliance-free-riding" target="cells-that-defect-on-the-body">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1150" source="alliance-free-riding" target="compulsory-taxation">
      <data key="e_weight">8</data>
    </edge>
    <edge id="e1151" source="alliance-free-riding" target="congestion-collapse">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1152" source="alliance-free-riding" target="credential-inflation">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1153" source="alliance-free-riding" target="crowd-crush">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1154" source="alliance-free-riding" target="deterrence">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e1155" source="alliance-free-riding" target="doping-arms-race">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1156" source="alliance-free-riding" target="forest-height-race">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1157" source="alliance-free-riding" target="gift-exchange-escalation">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1158" source="alliance-free-riding" target="grade-inflation">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1159" source="alliance-free-riding" target="group-projects">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1160" source="alliance-free-riding" target="hand-hygiene-compliance">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1161" source="alliance-free-riding" target="language-abandonment">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1162" source="alliance-free-riding" target="long-hours-arms-race">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1163" source="alliance-free-riding" target="peloton-drafting">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1164" source="alliance-free-riding" target="poolside-sunbed-race">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1165" source="alliance-free-riding" target="radio-spectrum-crowding-of-the-sky">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1166" source="alliance-free-riding" target="recycling-contamination">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1167" source="alliance-free-riding" target="regional-incentive-bidding">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1168" source="alliance-free-riding" target="security-dilemma">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e1169" source="alliance-free-riding" target="skyglow">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1170" source="alliance-free-riding" target="social-loafing">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1171" source="alliance-free-riding" target="tax-competition">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1172" source="alliance-free-riding" target="the-loudness-war">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1173" source="alliance-free-riding" target="the-noisy-neighbour">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1174" source="alliance-free-riding" target="the-state-of-nature">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1175" source="alliance-free-riding" target="village-pasture-stinting">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1176" source="alliance-free-riding" target="whistleblower-protection">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1177" source="alliance-free-riding" target="why-negotiations-fail-into-war">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e1178" source="alliance-free-riding" target="wi-fi-channel-congestion">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1179" source="alloy-strength" target="aurora">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1180" source="alloy-strength" target="boarding-order">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1181" source="alloy-strength" target="carbon-allotropes">
      <data key="e_weight">7</data>
    </edge>
    <edge id="e1182" source="alloy-strength" target="cement-hardening">
      <data key="e_weight">7</data>
    </edge>
    <edge id="e1183" source="alloy-strength" target="corner-solutions">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1184" source="alloy-strength" target="cross-cousin-marriage">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1185" source="alloy-strength" target="deep-sound-channel">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1186" source="alloy-strength" target="glass-transition">
      <data key="e_weight">7</data>
    </edge>
    <edge id="e1187" source="alloy-strength" target="how-enzymes-pick-their-target">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e1188" source="alloy-strength" target="how-soap-cleans">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e1189" source="alloy-strength" target="merged-kinship-terms">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1190" source="alloy-strength" target="molecular-handedness">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e1191" source="alloy-strength" target="natural-bed-in-stone">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1192" source="alloy-strength" target="radio-interferometry">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1193" source="alloy-strength" target="reinforced-concrete">
      <data key="e_weight">6</data>
    </edge>
    <edge id="e1194" source="alloy-strength" target="seating-arrangement-and-discussion">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1195" source="alloy-strength" target="shape-memory-alloys">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e1196" source="alloy-strength" target="sharpness">
      <data key="e_weight">6</data>
    </edge>
    <edge id="e1197" source="alloy-strength" target="street-network-topology">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1198" source="alloy-strength" target="tempered-glass">
      <data key="e_weight">7</data>
    </edge>
    <edge id="e1199" source="alloy-strength" target="work-hardening">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e1200" source="altitude-training" target="arranged-and-chosen-marriages">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1201" source="altitude-training" target="ballast-shakedown-under-repeated-loading">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1202" source="altitude-training" target="chaos-engineering">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1203" source="altitude-training" target="deconditioning-in-weightlessness">
      <data key="e_weight">6</data>
    </edge>
    <edge id="e1204" source="altitude-training" target="delayed-muscle-soreness">
      <data key="e_weight">9</data>
    </edge>
    <edge id="e1205" source="altitude-training" target="disaster-driven-building-codes">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1206" source="altitude-training" target="effortless-virtue">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1207" source="altitude-training" target="engine-run-in">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1208" source="altitude-training" target="exercise-hyponatremia">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e1209" source="altitude-training" target="fading-advantage-of-a-new-weapon">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1210" source="altitude-training" target="fasting">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1211" source="altitude-training" target="interval-training">
      <data key="e_weight">7</data>
    </edge>
    <edge id="e1212" source="altitude-training" target="irrigation-scheduling-depth">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1213" source="altitude-training" target="nose-blindness">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1214" source="altitude-training" target="overtraining">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e1215" source="altitude-training" target="played-in-instruments">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1216" source="altitude-training" target="productive-failure">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1217" source="altitude-training" target="quarantine-institutions">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1218" source="altitude-training" target="running-in-wear">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1219" source="altitude-training" target="salt-marsh-accretion">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1220" source="altitude-training" target="tendon-rehabilitation-loading">
      <data key="e_weight">7</data>
    </edge>
    <edge id="e1221" source="altitude-training" target="training-taper">
      <data key="e_weight">9</data>
    </edge>
    <edge id="e1222" source="altitude-training" target="travelers-stomach">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1223" source="altitude-training" target="unit-combat-learning-curve">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1224" source="altitude-training" target="vernacular-house-form">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1225" source="altitude-training" target="wind-hardened-tree-form">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1226" source="ammonia-synthesis" target="canvas-tension-and-humidity">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1227" source="ammonia-synthesis" target="catalysis">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e1228" source="ammonia-synthesis" target="chelate-effect">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e1229" source="ammonia-synthesis" target="heat-exchanger-fouling">
      <data key="e_weight">6</data>
    </edge>
    <edge id="e1230" source="ammonia-synthesis" target="long-run-chain-behaviour">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1231" source="ammonia-synthesis" target="paper-chromatography">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e1232" source="ammonia-synthesis" target="plea-bargaining">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1233" source="ammonia-synthesis" target="reflective-equilibrium">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1234" source="ammonia-synthesis" target="rolling-boil-versus-simmer">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1235" source="ammonia-synthesis" target="school-catchment-price-premium">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1236" source="ammonia-synthesis" target="steady-state-dosing">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1237" source="amphibious-buildup" target="asymmetric-warfare">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e1238" source="amphibious-buildup" target="conditional-spending-grants">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1239" source="amphibious-buildup" target="economy-of-force">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e1240" source="amphibious-buildup" target="emergency-triage">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1241" source="amphibious-buildup" target="forearm-pump">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1242" source="amphibious-buildup" target="holding-a-reserve">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e1243" source="amphibious-buildup" target="holding-conquered-ground">
      <data key="e_weight">7</data>
    </edge>
    <edge id="e1244" source="amphibious-buildup" target="involute-gear-teeth">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1245" source="amphibious-buildup" target="military-logistics">
      <data key="e_weight">7</data>
    </edge>
    <edge id="e1246" source="amphibious-buildup" target="prospective-memory">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1247" source="amphibious-buildup" target="seismic-shadow-zone">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1248" source="amphibious-buildup" target="unavoidable-ambiguity">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1249" source="amphidromic-points" target="averaging-times-of-day">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1250" source="amphidromic-points" target="calendar-drift">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1251" source="amphidromic-points" target="cruise-call-clustering">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1252" source="amphidromic-points" target="decision-cycle-tempo">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1253" source="amphidromic-points" target="el-nino-oscillation">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e1254" source="amphidromic-points" target="election-timed-spending">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1255" source="amphidromic-points" target="event-time-versus-arrival-time">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1256" source="amphidromic-points" target="festival-calendars">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1257" source="amphidromic-points" target="floating-panels">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1258" source="amphidromic-points" target="grazing-rest-period">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1259" source="amphidromic-points" target="green-wave-signal-timing">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1260" source="amphidromic-points" target="groove-and-microtiming">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1261" source="amphidromic-points" target="mast-seeding">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1262" source="amphidromic-points" target="monsoon">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e1263" source="amphidromic-points" target="nighttime-radio-reach">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1264" source="amphidromic-points" target="oscillating-chemical-reactions">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1265" source="amphidromic-points" target="pantry-moth-persistence">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1266" source="amphidromic-points" target="retail-seasonality">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1267" source="amphidromic-points" target="sandwich-generation-overlap">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1268" source="amphidromic-points" target="sea-breeze-reversal">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e1269" source="amphidromic-points" target="summer-learning-loss">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1270" source="amphidromic-points" target="the-liturgical-calendar">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1271" source="amphidromic-points" target="tourism-seasonality">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1272" source="amphidromic-points" target="transhumance">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1273" source="amphidromic-points" target="why-do-leaves-change-color">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1274" source="ancient-population-estimates" target="grain-and-taxation">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e1275" source="ancient-population-estimates" target="radiocarbon-calibration-plateaus">
      <data key="e_weight">7</data>
    </edge>
    <edge id="e1276" source="anger-as-a-commitment-device" target="blind-analysis">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1277" source="anger-as-a-commitment-device" target="blushing">
      <data key="e_weight">9</data>
    </edge>
    <edge id="e1278" source="anger-as-a-commitment-device" target="cancelled-printing-plates">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1279" source="anger-as-a-commitment-device" target="committed-warming">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1280" source="anger-as-a-commitment-device" target="conservation-easements">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1281" source="anger-as-a-commitment-device" target="equipment-bans-in-sport">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1282" source="anger-as-a-commitment-device" target="gift-obligation">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1283" source="anger-as-a-commitment-device" target="irreversible-enzyme-inhibition">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1284" source="anger-as-a-commitment-device" target="non-bypassable-safety-interlocks">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1285" source="anger-as-a-commitment-device" target="non-negotiable-deadlines">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1286" source="anger-as-a-commitment-device" target="package-tour-pricing">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1287" source="anger-as-a-commitment-device" target="savings-commitment-devices">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1288" source="anger-as-a-commitment-device" target="unnamed-sources">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1289" source="anger-as-a-commitment-device" target="visa-reciprocity">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1290" source="anger-as-a-commitment-device" target="why-negotiations-fail-into-war">
      <data key="e_weight">8</data>
    </edge>
    <edge id="e1291" source="anonymous-giving" target="costly-religious-demands">
      <data key="e_weight">9</data>
    </edge>
    <edge id="e1292" source="anonymous-giving" target="pricing-the-sacred">
      <data key="e_weight">7</data>
    </edge>
    <edge id="e1293" source="anonymous-giving" target="weakness-of-will">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e1294" source="anonymous-telescope-time-proposals" target="drift-in-accepted-values-of-constants">
      <data key="e_weight">6</data>
    </edge>
    <edge id="e1295" source="antarctic-meteorite-concentration" target="battery-ageing">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1296" source="antarctic-meteorite-concentration" target="cast-iron-seasoning">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1297" source="antarctic-meteorite-concentration" target="cave-formation">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1298" source="antarctic-meteorite-concentration" target="clutter">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1299" source="antarctic-meteorite-concentration" target="concert-hall-reverberation">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1300" source="antarctic-meteorite-concentration" target="decision-fatigue">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1301" source="antarctic-meteorite-concentration" target="diabetic-complications">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1302" source="antarctic-meteorite-concentration" target="dialect-continuum">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1303" source="antarctic-meteorite-concentration" target="emerging-pentimenti">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1304" source="antarctic-meteorite-concentration" target="experience-curve-pricing">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1305" source="antarctic-meteorite-concentration" target="footfall-wear-on-monuments">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1306" source="antarctic-meteorite-concentration" target="frequent-flyer-currency">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1307" source="antarctic-meteorite-concentration" target="grief-timing">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1308" source="antarctic-meteorite-concentration" target="home-advantage">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1309" source="antarctic-meteorite-concentration" target="imperceptible-harms">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1310" source="antarctic-meteorite-concentration" target="integrator-windup">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1311" source="antarctic-meteorite-concentration" target="last-straw">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1312" source="antarctic-meteorite-concentration" target="lead-in-short-lengths">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1313" source="antarctic-meteorite-concentration" target="movement-joints-in-tiling">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1314" source="antarctic-meteorite-concentration" target="near-misses">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1315" source="antarctic-meteorite-concentration" target="peat-accumulation">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1316" source="antarctic-meteorite-concentration" target="regulatory-ossification">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1317" source="antarctic-meteorite-concentration" target="road-cracking">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1318" source="antarctic-meteorite-concentration" target="siege-camp-attrition">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1319" source="antarctic-meteorite-concentration" target="silted-harbours">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1320" source="antarctic-meteorite-concentration" target="small-disruptions-in-a-classroom">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1321" source="antarctic-meteorite-concentration" target="solar-sail-propulsion">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1322" source="antarctic-meteorite-concentration" target="spacing-effect">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1323" source="antarctic-meteorite-concentration" target="tell-mounds">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1324" source="antarctic-meteorite-concentration" target="tolerance-stack-up">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1325" source="antarctic-meteorite-concentration" target="ubiquity-of-the-bell-curve">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1326" source="antarctic-ozone-hole" target="autonomy-as-a-dial">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1327" source="antarctic-ozone-hole" target="bolt-preload">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1328" source="antarctic-ozone-hole" target="border-queue-surges">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1329" source="antarctic-ozone-hole" target="class-size-cutoff-rules">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1330" source="antarctic-ozone-hole" target="compensated-shock">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1331" source="antarctic-ozone-hole" target="coral-bleaching">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e1332" source="antarctic-ozone-hole" target="credit-ratings-cliff">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1333" source="antarctic-ozone-hole" target="cut-scores-on-licensing-exams">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1334" source="antarctic-ozone-hole" target="divorce-contagion">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1335" source="antarctic-ozone-hole" target="electoral-thresholds">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1336" source="antarctic-ozone-hole" target="even-pacing">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1337" source="antarctic-ozone-hole" target="guided-light-in-fibre">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1338" source="antarctic-ozone-hole" target="honeypot-sites">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1339" source="antarctic-ozone-hole" target="inherited-parenting-scripts">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1340" source="antarctic-ozone-hole" target="lake-turnover">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e1341" source="antarctic-ozone-hole" target="learning-plateaus">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1342" source="antarctic-ozone-hole" target="light-load-diesel-running">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1343" source="antarctic-ozone-hole" target="liminality-in-initiation">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1344" source="antarctic-ozone-hole" target="low-frequency-radio-cutoff">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1345" source="antarctic-ozone-hole" target="missed-connections">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1346" source="antarctic-ozone-hole" target="morphogen-gradients">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1347" source="antarctic-ozone-hole" target="muscle-cramp">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1348" source="antarctic-ozone-hole" target="nap-length">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1349" source="antarctic-ozone-hole" target="obsolete-fortifications">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1350" source="antarctic-ozone-hole" target="oil-film-bearings">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1351" source="antarctic-ozone-hole" target="percolation-threshold">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1352" source="antarctic-ozone-hole" target="rain-shadow">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e1353" source="antarctic-ozone-hole" target="reciprocity-failure">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1354" source="antarctic-ozone-hole" target="river-boundaries-that-shift">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1355" source="antarctic-ozone-hole" target="rout">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1356" source="antarctic-ozone-hole" target="sepsis">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1357" source="antarctic-ozone-hole" target="shoot-and-scoot-artillery">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1358" source="antarctic-ozone-hole" target="societal-collapse">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1359" source="antarctic-ozone-hole" target="star-formation">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1360" source="antarctic-ozone-hole" target="unfinished-tasks">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1361" source="antarctic-ozone-hole" target="vagueness">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1362" source="antarctic-ozone-hole" target="video-review-boundaries">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1363" source="antarctic-ozone-hole" target="what-is-a-black-hole">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1364" source="antenna-ground-plane" target="boarding-order">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1365" source="antenna-ground-plane" target="fail-safe-braking">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e1366" source="antenna-ground-plane" target="reinforced-concrete">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e1367" source="antenna-ground-plane" target="stress-concentration">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e1368" source="antenna-ground-plane" target="suspension-bridge-cables">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e1369" source="anti-reflective-coating" target="bloom-filters">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1370" source="anti-reflective-coating" target="boundaries-of-the-firm">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1371" source="anti-reflective-coating" target="bright-line-rules">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1372" source="anti-reflective-coating" target="building-sway">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1373" source="anti-reflective-coating" target="cadastral-survey-patterns">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1374" source="anti-reflective-coating" target="chemical-protective-posture">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1375" source="anti-reflective-coating" target="civil-service-tenure">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1376" source="anti-reflective-coating" target="confounded-factorial-effects">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1377" source="anti-reflective-coating" target="design-restraint">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1378" source="anti-reflective-coating" target="drain-fall">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1379" source="anti-reflective-coating" target="drypoint-burr">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1380" source="anti-reflective-coating" target="early-sport-specialization">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1381" source="anti-reflective-coating" target="emissions-control">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1382" source="anti-reflective-coating" target="expertise-reversal">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1383" source="anti-reflective-coating" target="fabric-softener-and-absorbency">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1384" source="anti-reflective-coating" target="fast-charging-and-battery-life">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1385" source="anti-reflective-coating" target="food-miles">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1386" source="anti-reflective-coating" target="gentrification">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1387" source="anti-reflective-coating" target="group-stage-tiebreaks">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1388" source="anti-reflective-coating" target="hanging-still-versus-racing-around">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1389" source="anti-reflective-coating" target="hereditary-succession">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1390" source="anti-reflective-coating" target="interleaved-practice">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1391" source="anti-reflective-coating" target="internal-transfer-pricing">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1392" source="anti-reflective-coating" target="length-of-stay-controls">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1393" source="anti-reflective-coating" target="map-projection-distortion">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1394" source="anti-reflective-coating" target="master-keying">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1395" source="anti-reflective-coating" target="optimal-stopping">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1396" source="anti-reflective-coating" target="presumption-of-innocence">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1397" source="anti-reflective-coating" target="problem-of-evil">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1398" source="anti-reflective-coating" target="remittances-and-children-left-behind">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1399" source="anti-reflective-coating" target="repair-economics">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1400" source="anti-reflective-coating" target="reservoir-operating-dilemma">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1401" source="anti-reflective-coating" target="rule-against-the-case">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1402" source="anti-reflective-coating" target="rules-of-thumb-on-site">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1403" source="anti-reflective-coating" target="shrinking-social-circles">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1404" source="anti-reflective-coating" target="soap-film-colours">
      <data key="e_weight">9</data>
    </edge>
    <edge id="e1405" source="anti-reflective-coating" target="speed-accuracy-tradeoff">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1406" source="anti-reflective-coating" target="stealth-tradeoff">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1407" source="anti-reflective-coating" target="supererogation">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1408" source="anti-reflective-coating" target="three-bladed-turbines">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1409" source="anti-reflective-coating" target="wheat-yield-and-protein">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1410" source="anti-reflective-coating" target="why-is-glass-transparent">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e1411" source="antibiotic-course-length" target="antiviral-difficulty">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e1412" source="antibiotic-course-length" target="bathtub-failure-curve">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1413" source="antibiotic-course-length" target="benchmark-saturation">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1414" source="antibiotic-course-length" target="board-independence">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1415" source="antibiotic-course-length" target="cleansing-effect-of-recessions">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1416" source="antibiotic-course-length" target="convergent-moral-prohibitions">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1417" source="antibiotic-course-length" target="directed-evolution-of-enzymes">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1418" source="antibiotic-course-length" target="domestication">
      <data key="e_weight">6</data>
    </edge>
    <edge id="e1419" source="antibiotic-course-length" target="dropping-incomplete-records">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1420" source="antibiotic-course-length" target="escape-of-light-gases-from-an-atmosphere">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1421" source="antibiotic-course-length" target="falling-records">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1422" source="antibiotic-course-length" target="generative-design-shapes">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1423" source="antibiotic-course-length" target="how-does-antibiotic-resistance-develop">
      <data key="e_weight">7</data>
    </edge>
    <edge id="e1424" source="antibiotic-course-length" target="left-hander-advantage">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1425" source="antibiotic-course-length" target="loser-pays-cost-rules">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1426" source="antibiotic-course-length" target="planting-the-source-it-will-cite">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1427" source="antibiotic-course-length" target="pollination-specificity">
      <data key="e_weight">6</data>
    </edge>
    <edge id="e1428" source="antibiotic-course-length" target="post-reproductive-life">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1429" source="antibiotic-course-length" target="promotion-mismatch">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1430" source="antibiotic-course-length" target="rainfall-isotope-distillation">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1431" source="antibiotic-course-length" target="review-polarization">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1432" source="antibiotic-course-length" target="river-name-survival">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1433" source="antibiotic-course-length" target="rumour-sharpening">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1434" source="antibiotic-course-length" target="souvenir-craft-convergence">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1435" source="antibiotic-course-length" target="story-shape">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1436" source="antibiotic-course-length" target="survivorship-bias">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1437" source="antibiotic-course-length" target="synaptic-pruning">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1438" source="antibiotic-course-length" target="washing-machine-odour">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1439" source="antibiotic-course-length" target="what-meteorite-collections-over-represent">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1440" source="antibiotic-course-length" target="which-disputes-reach-trial">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1441" source="antiviral-difficulty" target="first-pass-metabolism">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e1442" source="antiviral-difficulty" target="pins-and-needles">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e1443" source="antiviral-difficulty" target="pregnancy-immune-tolerance">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e1444" source="apology-and-repair" target="blushing">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1445" source="apology-and-repair" target="cancelled-printing-plates">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1446" source="apology-and-repair" target="collective-responsibility">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e1447" source="apology-and-repair" target="guaranteed-secrecy">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e1448" source="apology-and-repair" target="irreversible-enzyme-inhibition">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1449" source="apology-and-repair" target="legal-fictions">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e1450" source="apology-and-repair" target="non-bypassable-safety-interlocks">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1451" source="apology-and-repair" target="non-negotiable-deadlines">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1452" source="apology-and-repair" target="promising">
      <data key="e_weight">7</data>
    </edge>
    <edge id="e1453" source="apophatic-speech" target="burden-of-proof">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e1454" source="apophatic-speech" target="problem-of-induction">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e1455" source="apophatic-speech" target="self-refuting-claims">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e1456" source="apparent-motion" target="architectural-atmosphere">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e1457" source="apparent-motion" target="best-before-versus-use-by">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1458" source="apparent-motion" target="charm-pricing">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1459" source="apparent-motion" target="classroom-misconceptions">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1460" source="apparent-motion" target="combat-overclaiming">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1461" source="apparent-motion" target="curse-of-knowledge">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1462" source="apparent-motion" target="disgust-as-a-moral-guide">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1463" source="apparent-motion" target="distorted-mental-geography">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1464" source="apparent-motion" target="explained-jokes">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e1465" source="apparent-motion" target="five-minute-fix">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1466" source="apparent-motion" target="framing">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1467" source="apparent-motion" target="how-can-music-create-emotion">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e1468" source="apparent-motion" target="invented-tradition">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1469" source="apparent-motion" target="mental-accounting">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1470" source="apparent-motion" target="menu-decoy">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1471" source="apparent-motion" target="moon-illusion">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1472" source="apparent-motion" target="night-window-reflections">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1473" source="apparent-motion" target="overclaimed-housework">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1474" source="apparent-motion" target="perceived-coldness-of-metals">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1475" source="apparent-motion" target="perceived-crime-trends">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1476" source="apparent-motion" target="perceived-exertion">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1477" source="apparent-motion" target="perceived-lift-waiting-time">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1478" source="apparent-motion" target="placebo-effect">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1479" source="apparent-motion" target="planning-fallacy">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1480" source="apparent-motion" target="recorded-voice">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e1481" source="apparent-motion" target="revolution-timing">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1482" source="apparent-motion" target="simpsons-paradox">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1483" source="apparent-motion" target="sunk-cost">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1484" source="apparent-motion" target="supernormal-stimuli">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1485" source="apparent-motion" target="warming-hiatus">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1486" source="appellate-deference" target="secret-ballot">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e1487" source="appellate-deference" target="standards-of-proof">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e1488" source="appellate-deference" target="statutes-of-limitation">
      <data key="e_weight">7</data>
    </edge>
    <edge id="e1489" source="appliance-signatures-in-meter-data" target="brand-advertising">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1490" source="appliance-signatures-in-meter-data" target="compositeness-without-factors">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1491" source="appliance-signatures-in-meter-data" target="full-freezer-efficiency">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e1492" source="appliance-signatures-in-meter-data" target="how-birds-know-where-to-migrate">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1493" source="appliance-signatures-in-meter-data" target="interoception">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1494" source="appliance-signatures-in-meter-data" target="isotopic-provenance">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1495" source="appliance-signatures-in-meter-data" target="judicial-recusal">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1496" source="appliance-signatures-in-meter-data" target="junior-champions">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1497" source="appliance-signatures-in-meter-data" target="misleading-fault-codes">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1498" source="appliance-signatures-in-meter-data" target="occupational-licensing">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1499" source="appliance-signatures-in-meter-data" target="optical-pyrometry">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1500" source="appliance-signatures-in-meter-data" target="proxy-arguments">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1501" source="appliance-signatures-in-meter-data" target="seating-by-the-window">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1502" source="appliance-signatures-in-meter-data" target="seed-vigour-versus-germination">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1503" source="appliance-signatures-in-meter-data" target="stage-lighting-angle">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1504" source="appliance-signatures-in-meter-data" target="the-problem-of-other-minds">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1505" source="appliance-signatures-in-meter-data" target="uninformative-advertising">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1506" source="appliance-signatures-in-meter-data" target="verified-disarmament">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1507" source="apprenticeship-indentures" target="credit">
      <data key="e_weight">6</data>
    </edge>
    <edge id="e1508" source="apprenticeship-indentures" target="gift-obligation">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e1509" source="approximate-nearest-neighbour-search" target="choice-overload">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1510" source="approximate-nearest-neighbour-search" target="climbing-versus-descending-weight">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1511" source="approximate-nearest-neighbour-search" target="coiled-extension-lead">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1512" source="approximate-nearest-neighbour-search" target="connection-exhaustion-before-cpu">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e1513" source="approximate-nearest-neighbour-search" target="convoy-protection">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1514" source="approximate-nearest-neighbour-search" target="coordination-cost">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1515" source="approximate-nearest-neighbour-search" target="delay-discounting">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1516" source="approximate-nearest-neighbour-search" target="devolved-authority">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1517" source="approximate-nearest-neighbour-search" target="double-descent">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e1518" source="approximate-nearest-neighbour-search" target="fibre-strength">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1519" source="approximate-nearest-neighbour-search" target="foundation-model-economics">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e1520" source="approximate-nearest-neighbour-search" target="ghost-glow-in-led-bulbs">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1521" source="approximate-nearest-neighbour-search" target="heat-diffusion-time">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1522" source="approximate-nearest-neighbour-search" target="high-voltage-transmission">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1523" source="approximate-nearest-neighbour-search" target="hot-partitions">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e1524" source="approximate-nearest-neighbour-search" target="hub-and-spoke-routing">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1525" source="approximate-nearest-neighbour-search" target="industry-concentration">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1526" source="approximate-nearest-neighbour-search" target="just-noticeable-difference">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1527" source="approximate-nearest-neighbour-search" target="land-size-limits">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1528" source="approximate-nearest-neighbour-search" target="large-family-parenting-shift">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1529" source="approximate-nearest-neighbour-search" target="large-mirror-flexure">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1530" source="approximate-nearest-neighbour-search" target="lost-in-the-middle">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e1531" source="approximate-nearest-neighbour-search" target="martian-atmosphere-loss">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1532" source="approximate-nearest-neighbour-search" target="mass-elevation-effect">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1533" source="approximate-nearest-neighbour-search" target="metabolic-scaling">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1534" source="approximate-nearest-neighbour-search" target="meteor-streaks">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1535" source="approximate-nearest-neighbour-search" target="modifiable-areal-units">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1536" source="approximate-nearest-neighbour-search" target="munitions-stockpiles">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1537" source="approximate-nearest-neighbour-search" target="optical-sizes-in-type">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1538" source="approximate-nearest-neighbour-search" target="paediatric-dosing">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1539" source="approximate-nearest-neighbour-search" target="pilot-to-scale-failure">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1540" source="approximate-nearest-neighbour-search" target="radio-diffraction">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1541" source="approximate-nearest-neighbour-search" target="rapidly-changing-attributes">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e1542" source="approximate-nearest-neighbour-search" target="rare-words-in-corpora">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1543" source="approximate-nearest-neighbour-search" target="rotation-and-storm-size">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1544" source="approximate-nearest-neighbour-search" target="routinization-of-charisma">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1545" source="approximate-nearest-neighbour-search" target="scaffold-ties">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1546" source="approximate-nearest-neighbour-search" target="scaling-a-recipe-up">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1547" source="approximate-nearest-neighbour-search" target="tail-latency">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e1548" source="approximate-nearest-neighbour-search" target="technology-loss">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1549" source="approximate-nearest-neighbour-search" target="the-middleman-that-reduces-connections">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e1550" source="approximate-nearest-neighbour-search" target="thinking-budget">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e1551" source="approximate-nearest-neighbour-search" target="transformer-parallelism">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e1552" source="approximate-nearest-neighbour-search" target="tutoring-versus-class-size">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1553" source="approximate-nearest-neighbour-search" target="urban-mortality">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1554" source="approximate-nearest-neighbour-search" target="why-is-the-sky-blue">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1555" source="approximate-nearest-neighbour-search" target="words-stored-by-their-beginnings">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e1556" source="aquifer-depletion" target="blood-donation-supply">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1557" source="aquifer-depletion" target="braesss-paradox">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1558" source="aquifer-depletion" target="caregiver-of-last-resort">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1559" source="aquifer-depletion" target="cells-that-defect-on-the-body">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1560" source="aquifer-depletion" target="compulsory-taxation">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1561" source="aquifer-depletion" target="congestion-collapse">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1562" source="aquifer-depletion" target="doping-arms-race">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1563" source="aquifer-depletion" target="fishery-collapse">
      <data key="e_weight">6</data>
    </edge>
    <edge id="e1564" source="aquifer-depletion" target="forest-height-race">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1565" source="aquifer-depletion" target="helium-depletion">
      <data key="e_weight">6</data>
    </edge>
    <edge id="e1566" source="aquifer-depletion" target="language-abandonment">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1567" source="aquifer-depletion" target="long-hours-arms-race">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1568" source="aquifer-depletion" target="overtourism">
      <data key="e_weight">6</data>
    </edge>
    <edge id="e1569" source="aquifer-depletion" target="peloton-drafting">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1570" source="aquifer-depletion" target="radio-spectrum-crowding-of-the-sky">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1571" source="aquifer-depletion" target="recycling-contamination">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1572" source="aquifer-depletion" target="regional-incentive-bidding">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1573" source="aquifer-depletion" target="security-dilemma">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1574" source="aquifer-depletion" target="shared-pesticide-susceptibility">
      <data key="e_weight">6</data>
    </edge>
    <edge id="e1575" source="aquifer-depletion" target="skyglow">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1576" source="aquifer-depletion" target="tax-competition">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1577" source="aquifer-depletion" target="the-loudness-war">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1578" source="aquifer-depletion" target="the-noisy-neighbour">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1579" source="aquifer-depletion" target="the-state-of-nature">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1580" source="aquifer-depletion" target="village-pasture-stinting">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1581" source="aquifer-depletion" target="whistleblower-protection">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1582" source="aquifer-depletion" target="wi-fi-channel-congestion">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1583" source="architectural-atmosphere" target="best-before-versus-use-by">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1584" source="architectural-atmosphere" target="combat-overclaiming">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1585" source="architectural-atmosphere" target="curse-of-knowledge">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1586" source="architectural-atmosphere" target="disgust-as-a-moral-guide">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1587" source="architectural-atmosphere" target="distorted-mental-geography">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1588" source="architectural-atmosphere" target="explained-jokes">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e1589" source="architectural-atmosphere" target="five-minute-fix">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1590" source="architectural-atmosphere" target="how-can-music-create-emotion">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e1591" source="architectural-atmosphere" target="overclaimed-housework">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1592" source="architectural-atmosphere" target="perceived-coldness-of-metals">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1593" source="architectural-atmosphere" target="perceived-crime-trends">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1594" source="architectural-atmosphere" target="perceived-exertion">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1595" source="architectural-atmosphere" target="perceived-lift-waiting-time">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1596" source="architectural-atmosphere" target="recorded-voice">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e1597" source="architectural-atmosphere" target="return-trip-effect">
      <data key="e_weight">6</data>
    </edge>
    <edge id="e1598" source="architectural-atmosphere" target="revolution-timing">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1599" source="architectural-atmosphere" target="simpsons-paradox">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1600" source="architectural-atmosphere" target="supernormal-stimuli">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1601" source="architectural-atmosphere" target="warming-hiatus">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1602" source="arranged-and-chosen-marriages" target="ballast-shakedown-under-repeated-loading">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1603" source="arranged-and-chosen-marriages" target="chaos-engineering">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1604" source="arranged-and-chosen-marriages" target="childrens-play">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e1605" source="arranged-and-chosen-marriages" target="deconditioning-in-weightlessness">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1606" source="arranged-and-chosen-marriages" target="effortless-virtue">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1607" source="arranged-and-chosen-marriages" target="engine-run-in">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1608" source="arranged-and-chosen-marriages" target="fading-advantage-of-a-new-weapon">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1609" source="arranged-and-chosen-marriages" target="fading-attraction">
      <data key="e_weight">7</data>
    </edge>
    <edge id="e1610" source="arranged-and-chosen-marriages" target="fasting">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1611" source="arranged-and-chosen-marriages" target="irrigation-scheduling-depth">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1612" source="arranged-and-chosen-marriages" target="nose-blindness">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1613" source="arranged-and-chosen-marriages" target="productive-failure">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1614" source="arranged-and-chosen-marriages" target="quarantine-institutions">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1615" source="arranged-and-chosen-marriages" target="running-in-wear">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1616" source="arranged-and-chosen-marriages" target="salt-marsh-accretion">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1617" source="arranged-and-chosen-marriages" target="travelers-stomach">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1618" source="arranged-and-chosen-marriages" target="vernacular-house-form">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1619" source="arranged-and-chosen-marriages" target="wind-hardened-tree-form">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1620" source="asymmetric-flight-times" target="carry-trade">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1621" source="asymmetric-flight-times" target="cartilage-healing">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1622" source="asymmetric-flight-times" target="city-to-city-spread-of-speech-forms">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1623" source="asymmetric-flight-times" target="comet-tails">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1624" source="asymmetric-flight-times" target="compost-heat">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1625" source="asymmetric-flight-times" target="content-delivery-networks">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1626" source="asymmetric-flight-times" target="cross-border-shopping-trips">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e1627" source="asymmetric-flight-times" target="curiosity-as-an-information-gap">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1628" source="asymmetric-flight-times" target="famine-amid-plenty">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1629" source="asymmetric-flight-times" target="heat-acclimatization">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1630" source="asymmetric-flight-times" target="jurisdictional-forum-shopping">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1631" source="asymmetric-flight-times" target="local-anaesthetic-failure">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1632" source="asymmetric-flight-times" target="maximum-flow-and-minimum-cut">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1633" source="asymmetric-flight-times" target="microphone-proximity-effect">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1634" source="asymmetric-flight-times" target="radiation-frost">
      <data key="e_weight">6</data>
    </edge>
    <edge id="e1635" source="asymmetric-flight-times" target="replication-lag">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1636" source="asymmetric-flight-times" target="ritual-purity-and-contagion">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1637" source="asymmetric-flight-times" target="sacrificial-anodes">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1638" source="asymmetric-flight-times" target="salt-trade-routes">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1639" source="asymmetric-flight-times" target="smuggling-under-sanctions">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1640" source="asymmetric-flight-times" target="step-climb">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e1641" source="asymmetric-flight-times" target="stress-spillover-at-home">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1642" source="asymmetric-flight-times" target="welding-distortion">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1643" source="asymmetric-flight-times" target="why-does-static-make-hair-stand-up">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1644" source="asymmetric-flight-times" target="yarkovsky-effect">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1645" source="asymmetric-flight-times" target="zone-of-proximal-development">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1646" source="asymmetric-warfare" target="holding-conquered-ground">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e1647" source="asymmetric-warfare" target="military-logistics">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e1648" source="atmospheric-scale-height" target="buffet-holding-time">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1649" source="atmospheric-scale-height" target="coastal-dead-zones">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e1650" source="atmospheric-scale-height" target="compound-interest">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1651" source="atmospheric-scale-height" target="compounding-debt-service">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1652" source="atmospheric-scale-height" target="critical-mass">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1653" source="atmospheric-scale-height" target="cumulative-advantage-in-popularity">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1654" source="atmospheric-scale-height" target="debt-jubilees">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1655" source="atmospheric-scale-height" target="explosion-limits">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1656" source="atmospheric-scale-height" target="factorial-explosion">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1657" source="atmospheric-scale-height" target="feedback-howl-in-live-sound">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1658" source="atmospheric-scale-height" target="halving-the-haystack">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1659" source="atmospheric-scale-height" target="how-banks-create-money">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1660" source="atmospheric-scale-height" target="locust-upsurge">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1661" source="atmospheric-scale-height" target="metric-cardinality-explosion">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1662" source="atmospheric-scale-height" target="minimum-payment-trap">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1663" source="atmospheric-scale-height" target="new-crops-and-population">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1664" source="atmospheric-scale-height" target="paper-folding-limit">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1665" source="atmospheric-scale-height" target="parkrun-spread">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1666" source="atmospheric-scale-height" target="pascals-mugging">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1667" source="atmospheric-scale-height" target="pedigree-collapse">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1668" source="atmospheric-scale-height" target="runaway-planetesimal-growth">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1669" source="atmospheric-scale-height" target="serial-dilution-limit">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1670" source="atmospheric-scale-height" target="series-reliability-of-many-parts">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1671" source="atmospheric-scale-height" target="sharing-cascades">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1672" source="atmospheric-scale-height" target="shipboard-outbreak">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1673" source="atmospheric-scale-height" target="spinning-coin-last-rattle">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1674" source="atmospheric-scale-height" target="train-the-trainer-cascades">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1675" source="atmospheric-scale-height" target="training-cadre-bottleneck">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1676" source="atmospheric-scale-height" target="vinegar-syndrome">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1677" source="atmospheric-scale-height" target="viral-load-kinetics">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1678" source="atmospheric-scale-height" target="vocabulary-gap-widening">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1679" source="atmospheric-scale-height" target="word-of-mouth-trade-pipeline">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1680" source="atmospheric-seeing-limit" target="planetary-rings">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e1681" source="atmospheric-seeing-limit" target="rocket-staging">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e1682" source="atmospheric-seeing-limit" target="spacecraft-cooling">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e1683" source="atmospheric-seeing-limit" target="survey-and-follow-up-telescopes">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e1684" source="atmospheric-seeing-limit" target="why-the-night-sky-is-dark">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e1685" source="attachment" target="blockade-and-resolve">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1686" source="attachment" target="bone-remodelling">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1687" source="attachment" target="delayed-auditory-feedback">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1688" source="attachment" target="ecological-succession">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1689" source="attachment" target="habit-formation">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1690" source="attachment" target="inherited-parenting-scripts">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e1691" source="attachment" target="keystone-species">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1692" source="attachment" target="late-marriage-and-population-restraint">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1693" source="attachment" target="network-effects">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1694" source="attachment" target="newtons-method">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1695" source="attachment" target="open-government-records">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1696" source="attachment" target="orbital-debris-cascade">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1697" source="attachment" target="paradox-of-tolerance">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1698" source="attachment" target="practice-feedback">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1699" source="attachment" target="prohibition-of-images">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1700" source="attachment" target="thermal-throttling">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1701" source="attachment" target="trail-braiding">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1702" source="attachment" target="two-way-ratings">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1703" source="attachment" target="venus-superrotation">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1704" source="attachment" target="widowhood-and-health">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e1705" source="attachment" target="worst-behaviour-at-home">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e1706" source="attention-as-a-budget" target="balance-of-payments-identity">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1707" source="attention-as-a-budget" target="bend-allowance">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1708" source="attention-as-a-budget" target="causal-closure-of-the-physical">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1709" source="attention-as-a-budget" target="compensatory-lengthening">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1710" source="attention-as-a-budget" target="crumple-zones">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1711" source="attention-as-a-budget" target="degrees-of-freedom">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1712" source="attention-as-a-budget" target="downdrift-beach-loss">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1713" source="attention-as-a-budget" target="dust-fed-rainforests">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1714" source="attention-as-a-budget" target="economy-of-force">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1715" source="attention-as-a-budget" target="empty-container-repositioning">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1716" source="attention-as-a-budget" target="farm-nitrogen-balance">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1717" source="attention-as-a-budget" target="figure-skating-spin">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1718" source="attention-as-a-budget" target="fixed-size-legislature">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1719" source="attention-as-a-budget" target="free-upgrade-cost">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1720" source="attention-as-a-budget" target="fridge-door-open">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1721" source="attention-as-a-budget" target="hairy-ball-theorem">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1722" source="attention-as-a-budget" target="hesss-law">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1723" source="attention-as-a-budget" target="holiday-time-between-two-families">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1724" source="attention-as-a-budget" target="intracranial-pressure">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1725" source="attention-as-a-budget" target="metabolic-water-in-desert-rodents">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1726" source="attention-as-a-budget" target="nuclear-binding-energy">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1727" source="attention-as-a-budget" target="perceptual-load-and-distraction">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1728" source="attention-as-a-budget" target="photosynthesis">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1729" source="attention-as-a-budget" target="pole-vault-energy-transfer">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1730" source="attention-as-a-budget" target="prompt-sensitivity">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e1731" source="attention-as-a-budget" target="rubatos-borrowed-time">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1732" source="attention-as-a-budget" target="sea-level-fingerprints">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1733" source="attention-as-a-budget" target="seasonal-labour-budget">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1734" source="attention-as-a-budget" target="shared-schedule-float">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1735" source="attention-as-a-budget" target="shared-water-supply-flow">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1736" source="attention-as-a-budget" target="the-zero-sum-timetable">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1737" source="attention-as-a-budget" target="tokenization">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e1738" source="attention-as-a-budget" target="trophic-cost-of-meat">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1739" source="attention-as-a-budget" target="wind-farm-wake-losses">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1740" source="attribution-asymmetry" target="distorted-mental-geography">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1741" source="attribution-asymmetry" target="inattentional-blindness">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e1742" source="attribution-asymmetry" target="memory-reconstruction">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e1743" source="attribution-asymmetry" target="perceived-coldness-of-metals">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1744" source="attribution-asymmetry" target="perceived-crime-trends">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1745" source="attribution-asymmetry" target="perceived-lift-waiting-time">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1746" source="attribution-asymmetry" target="persistence-of-misinformation">
      <data key="e_weight">6</data>
    </edge>
    <edge id="e1747" source="attribution-asymmetry" target="supernormal-stimuli">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1748" source="attribution-asymmetry" target="why-time-feels-fast-or-slow">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e1749" source="aurora" target="radio-interferometry">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e1750" source="authenticity" target="bone-remodelling">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1751" source="authenticity" target="canon-formation">
      <data key="e_weight">6</data>
    </edge>
    <edge id="e1752" source="authenticity" target="fashion-churn">
      <data key="e_weight">6</data>
    </edge>
    <edge id="e1753" source="authenticity" target="guest-right">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e1754" source="authenticity" target="late-marriage-and-population-restraint">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1755" source="authenticity" target="newtons-method">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1756" source="authenticity" target="open-government-records">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1757" source="authenticity" target="orbital-debris-cascade">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1758" source="authenticity" target="ritual-meaning">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1759" source="authenticity" target="trail-braiding">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1760" source="authenticity" target="two-way-ratings">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e1761" source="authenticity" target="widowhood-and-health">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1762" source="authenticity" target="witch-hunt-cascades">
      <data key="e_weight">6</data>
    </edge>
    <edge id="e1763" source="autofrettage-of-pressure-vessels" target="ballast-shakedown-under-repeated-loading">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1764" source="autofrettage-of-pressure-vessels" target="chaos-engineering">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1765" source="autofrettage-of-pressure-vessels" target="deconditioning-in-weightlessness">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1766" source="autofrettage-of-pressure-vessels" target="engine-run-in">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e1767" source="autofrettage-of-pressure-vessels" target="quarantine-institutions">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1768" source="autofrettage-of-pressure-vessels" target="running-in-wear">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1769" source="autofrettage-of-pressure-vessels" target="salt-marsh-accretion">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1770" source="autofrettage-of-pressure-vessels" target="tempered-glass">
      <data key="e_weight">6</data>
    </edge>
    <edge id="e1771" source="autofrettage-of-pressure-vessels" target="vernacular-house-form">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1772" source="autofrettage-of-pressure-vessels" target="wind-hardened-tree-form">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1773" source="autofrettage-of-pressure-vessels" target="work-hardening">
      <data key="e_weight">6</data>
    </edge>
    <edge id="e1774" source="autoimmunity" target="number-needed-to-treat">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e1775" source="autoimmunity" target="screening-false-positives">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e1776" source="autonomy-as-a-dial" target="bolt-preload">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1777" source="autonomy-as-a-dial" target="class-size-cutoff-rules">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1778" source="autonomy-as-a-dial" target="cold-starts">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e1779" source="autonomy-as-a-dial" target="coral-bleaching">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1780" source="autonomy-as-a-dial" target="credit-ratings-cliff">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1781" source="autonomy-as-a-dial" target="electoral-thresholds">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1782" source="autonomy-as-a-dial" target="even-pacing">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1783" source="autonomy-as-a-dial" target="failing-fast">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e1784" source="autonomy-as-a-dial" target="grokking-in-training">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e1785" source="autonomy-as-a-dial" target="lake-turnover">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1786" source="autonomy-as-a-dial" target="light-load-diesel-running">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1787" source="autonomy-as-a-dial" target="liminality-in-initiation">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1788" source="autonomy-as-a-dial" target="low-frequency-radio-cutoff">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1789" source="autonomy-as-a-dial" target="memory-thrashing">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e1790" source="autonomy-as-a-dial" target="morphogen-gradients">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1791" source="autonomy-as-a-dial" target="muscle-cramp">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1792" source="autonomy-as-a-dial" target="nearest-first">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e1793" source="autonomy-as-a-dial" target="obsolete-fortifications">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1794" source="autonomy-as-a-dial" target="percolation-threshold">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1795" source="autonomy-as-a-dial" target="quorums">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e1796" source="autonomy-as-a-dial" target="rain-shadow">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1797" source="autonomy-as-a-dial" target="reciprocity-failure">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1798" source="autonomy-as-a-dial" target="river-boundaries-that-shift">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1799" source="autonomy-as-a-dial" target="rout">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1800" source="autonomy-as-a-dial" target="shoot-and-scoot-artillery">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1801" source="autonomy-as-a-dial" target="societal-collapse">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1802" source="autonomy-as-a-dial" target="star-formation">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1803" source="autonomy-as-a-dial" target="vagueness">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1804" source="autonomy-as-a-dial" target="vertical-and-horizontal-scaling">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e1805" source="autonomy-as-a-dial" target="video-review-boundaries">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1806" source="averaging-times-of-day" target="calendar-drift">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1807" source="averaging-times-of-day" target="chronotherapy">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1808" source="averaging-times-of-day" target="crop-rotation">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1809" source="averaging-times-of-day" target="cruise-call-clustering">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1810" source="averaging-times-of-day" target="decision-cycle-tempo">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1811" source="averaging-times-of-day" target="election-timed-spending">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1812" source="averaging-times-of-day" target="event-time-versus-arrival-time">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1813" source="averaging-times-of-day" target="floating-panels">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1814" source="averaging-times-of-day" target="grazing-rest-period">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1815" source="averaging-times-of-day" target="green-wave-signal-timing">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1816" source="averaging-times-of-day" target="groove-and-microtiming">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1817" source="averaging-times-of-day" target="mast-seeding">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1818" source="averaging-times-of-day" target="nighttime-radio-reach">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1819" source="averaging-times-of-day" target="oscillating-chemical-reactions">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1820" source="averaging-times-of-day" target="pantry-moth-persistence">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1821" source="averaging-times-of-day" target="retail-seasonality">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1822" source="averaging-times-of-day" target="sandwich-generation-overlap">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1823" source="averaging-times-of-day" target="sea-breeze-reversal">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1824" source="averaging-times-of-day" target="summer-learning-loss">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1825" source="averaging-times-of-day" target="tourism-seasonality">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1826" source="averaging-times-of-day" target="transhumance">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1827" source="averaging-times-of-day" target="why-do-leaves-change-color">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1828" source="azeotropes" target="flame-emission-colours">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e1829" source="azeotropes" target="hesss-law">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e1830" source="backfilling-a-pipeline" target="build-cache-geometry">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e1831" source="backfilling-a-pipeline" target="built-never-to-be-rebuilt">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e1832" source="backfilling-a-pipeline" target="delivered-versus-retained">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e1833" source="backfilling-a-pipeline" target="disappearing-polymorphs">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1834" source="backfilling-a-pipeline" target="event-sourcing">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e1835" source="backfilling-a-pipeline" target="fetal-programming">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1836" source="backfilling-a-pipeline" target="isostatic-rebound">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1837" source="backfilling-a-pipeline" target="late-arriving-data">
      <data key="e_weight">7</data>
    </edge>
    <edge id="e1838" source="backfilling-a-pipeline" target="learned-helplessness">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1839" source="backfilling-a-pipeline" target="led-dimmer-incompatibility">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1840" source="backfilling-a-pipeline" target="lineage">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e1841" source="backfilling-a-pipeline" target="memory-fragmentation">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e1842" source="backfilling-a-pipeline" target="model-drift">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e1843" source="backfilling-a-pipeline" target="pasteurised-mushroom-substrate">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1844" source="backfilling-a-pipeline" target="poisoning-the-well">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e1845" source="backfilling-a-pipeline" target="recording-a-change-without-losing-the-present">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e1846" source="backfilling-a-pipeline" target="replacing-a-system-you-cannot-turn-off">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e1847" source="backfilling-a-pipeline" target="six-names-for-one-field">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e1848" source="backfilling-a-pipeline" target="warm-reuse-leaks">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e1849" source="backfilling-a-pipeline" target="where-the-transform-sits">
      <data key="e_weight">7</data>
    </edge>
    <edge id="e1850" source="backlash" target="ceremony-as-a-smell">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e1851" source="backlash" target="relic-proved-false">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1852" source="backpressure" target="batching-and-the-throughput-trade">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e1853" source="backpressure" target="circuit-breakers">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e1854" source="backpressure" target="deploying-more-to-break-less">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e1855" source="backpressure" target="how-does-a-neural-network-learn">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e1856" source="backpressure" target="internet-packet-routing">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e1857" source="backpressure" target="model-collapse">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e1858" source="backpressure" target="newtons-method">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1859" source="backpressure" target="one-improbable-word">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e1860" source="backpressure" target="open-government-records">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1861" source="backpressure" target="recommendation-narrowing">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e1862" source="backpressure" target="scaling-that-overshoots">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e1863" source="backpressure" target="tail-latency">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e1864" source="backpressure" target="the-agent-loop">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e1865" source="backpressure" target="trail-braiding">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1866" source="backpressure" target="two-way-ratings">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1867" source="backpressure" target="widowhood-and-health">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1868" source="backward-compatibility" target="compatibility-has-a-direction">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e1869" source="backward-compatibility" target="data-contracts">
      <data key="e_weight">7</data>
    </edge>
    <edge id="e1870" source="backward-compatibility" target="design-by-contract">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e1871" source="backward-compatibility" target="feature-flags">
      <data key="e_weight">7</data>
    </edge>
    <edge id="e1872" source="backward-compatibility" target="proving-you-started-the-exchange-you-are-finishing">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e1873" source="backward-compatibility" target="system-prompt-priority">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e1874" source="backward-compatibility" target="when-responsibility-transfers">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e1875" source="backward-compatibility" target="writing-the-test-first">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e1876" source="bacterial-dormancy" target="chance-in-the-wood-fired-kiln">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1877" source="bacterial-dormancy" target="chance-word-resemblances">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1878" source="bacterial-dormancy" target="chip-yield-and-die-size">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1879" source="bacterial-dormancy" target="common-high-pasture">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1880" source="bacterial-dormancy" target="genetic-drift">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e1881" source="bacterial-dormancy" target="hybrid-seed-decline">
      <data key="e_weight">6</data>
    </edge>
    <edge id="e1882" source="bacterial-dormancy" target="knockout-upsets">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1883" source="bacterial-dormancy" target="massed-string-sound">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1884" source="bacterial-dormancy" target="overbooking">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1885" source="bacterial-dormancy" target="photon-escape-time">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1886" source="bacterial-dormancy" target="plasmid-addiction-systems">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e1887" source="bacterial-dormancy" target="playoff-series-length">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1888" source="bacterial-dormancy" target="radioactive-half-life">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1889" source="bacterial-dormancy" target="random-audits">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1890" source="bacterial-dormancy" target="randomized-screening">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1891" source="bacterial-dormancy" target="randomized-trials">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1892" source="bacterial-dormancy" target="rogue-waves">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1893" source="bacterial-dormancy" target="selection-by-lot">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1894" source="bacterial-dormancy" target="sibling-differences">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1895" source="bacterial-dormancy" target="streaks-in-random-sequences">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1896" source="bacterial-dormancy" target="value-added-ranking-instability">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1897" source="bacterial-dormancy" target="weed-seed-banks">
      <data key="e_weight">6</data>
    </edge>
    <edge id="e1898" source="baggage-reconciliation" target="hotel-price-discrimination">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e1899" source="baggage-reconciliation" target="landmark-restaurants">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e1900" source="balance-of-payments-identity" target="bend-allowance">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1901" source="balance-of-payments-identity" target="causal-closure-of-the-physical">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1902" source="balance-of-payments-identity" target="compensatory-lengthening">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1903" source="balance-of-payments-identity" target="degrees-of-freedom">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1904" source="balance-of-payments-identity" target="downdrift-beach-loss">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1905" source="balance-of-payments-identity" target="empty-container-repositioning">
      <data key="e_weight">7</data>
    </edge>
    <edge id="e1906" source="balance-of-payments-identity" target="farm-nitrogen-balance">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1907" source="balance-of-payments-identity" target="fixed-size-legislature">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1908" source="balance-of-payments-identity" target="free-upgrade-cost">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1909" source="balance-of-payments-identity" target="fridge-door-open">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1910" source="balance-of-payments-identity" target="hairy-ball-theorem">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1911" source="balance-of-payments-identity" target="holiday-time-between-two-families">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1912" source="balance-of-payments-identity" target="intracranial-pressure">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1913" source="balance-of-payments-identity" target="metabolic-water-in-desert-rodents">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1914" source="balance-of-payments-identity" target="perceptual-load-and-distraction">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1915" source="balance-of-payments-identity" target="photosynthesis">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1916" source="balance-of-payments-identity" target="pole-vault-energy-transfer">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1917" source="balance-of-payments-identity" target="rubatos-borrowed-time">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1918" source="balance-of-payments-identity" target="sea-level-fingerprints">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1919" source="balance-of-payments-identity" target="seasonal-labour-budget">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1920" source="balance-of-payments-identity" target="shared-schedule-float">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1921" source="balance-of-payments-identity" target="the-zero-sum-timetable">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1922" source="balance-of-payments-identity" target="trophic-cost-of-meat">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1923" source="balanced-sex-ratios" target="pollination-specificity">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e1924" source="balanced-veneer" target="experienced-worker-injuries">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e1925" source="balanced-veneer" target="limiting-work-in-progress">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e1926" source="banded-vegetation-in-drylands" target="cardiac-fibrillation">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1927" source="banded-vegetation-in-drylands" target="cellular-automata">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1928" source="banded-vegetation-in-drylands" target="collective-responsibility">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1929" source="banded-vegetation-in-drylands" target="creole-genesis">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1930" source="banded-vegetation-in-drylands" target="customary-international-law">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1931" source="banded-vegetation-in-drylands" target="dispersed-knowledge-in-production">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1932" source="banded-vegetation-in-drylands" target="emergence-of-temperature">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1933" source="banded-vegetation-in-drylands" target="emergent-classroom-sign-language">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1934" source="banded-vegetation-in-drylands" target="ethnic-boundary-formation">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1935" source="banded-vegetation-in-drylands" target="everyday-legal-compliance">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1936" source="banded-vegetation-in-drylands" target="folk-craft-regionalism">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1937" source="banded-vegetation-in-drylands" target="given-name-fashions">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1938" source="banded-vegetation-in-drylands" target="how-ant-colonies-decide">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1939" source="banded-vegetation-in-drylands" target="internet-packet-routing">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1940" source="banded-vegetation-in-drylands" target="lateral-inhibition-in-tissue">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1941" source="banded-vegetation-in-drylands" target="liquid-crystals">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1942" source="banded-vegetation-in-drylands" target="live-and-let-live-truces">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1943" source="banded-vegetation-in-drylands" target="living-interpretation">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1944" source="banded-vegetation-in-drylands" target="next-token-prediction">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1945" source="banded-vegetation-in-drylands" target="patterned-ground">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1946" source="banded-vegetation-in-drylands" target="price-signals">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1947" source="banded-vegetation-in-drylands" target="restaurant-districts">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1948" source="banded-vegetation-in-drylands" target="second-hand-going-rate">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1949" source="banded-vegetation-in-drylands" target="spiral-arms">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1950" source="banded-vegetation-in-drylands" target="synchronized-applause">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1951" source="banded-vegetation-in-drylands" target="town-spacing">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1952" source="banded-vegetation-in-drylands" target="traveler-herding">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1953" source="banded-vegetation-in-drylands" target="trophic-cost-of-meat">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e1954" source="banded-vegetation-in-drylands" target="unplanned-settlement-form">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1955" source="banded-vegetation-in-drylands" target="unwritten-household-rules">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1956" source="banded-vegetation-in-drylands" target="visual-grouping">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1957" source="bank-capital-buffers" target="bank-runs">
      <data key="e_weight">7</data>
    </edge>
    <edge id="e1958" source="bank-capital-buffers" target="bulkheads">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1959" source="bank-capital-buffers" target="child-fostering">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1960" source="bank-capital-buffers" target="cognitive-reserve">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1961" source="bank-capital-buffers" target="collateral-circulation">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1962" source="bank-capital-buffers" target="credit-ratings-cliff">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e1963" source="bank-capital-buffers" target="crop-gene-banks">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1964" source="bank-capital-buffers" target="engineered-redundancy">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1965" source="bank-capital-buffers" target="floodplain-storage">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1966" source="bank-capital-buffers" target="full-freezer-efficiency">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1967" source="bank-capital-buffers" target="grid-inertia-loss">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1968" source="bank-capital-buffers" target="headlinese">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1969" source="bank-capital-buffers" target="just-in-time-fragility">
      <data key="e_weight">7</data>
    </edge>
    <edge id="e1970" source="bank-capital-buffers" target="layered-electrical-protection">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1971" source="bank-capital-buffers" target="line-of-succession">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1972" source="bank-capital-buffers" target="metrical-verse">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1973" source="bank-capital-buffers" target="multiple-lock-isolation">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1974" source="bank-capital-buffers" target="physiological-reserve">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1975" source="bank-capital-buffers" target="quantum-error-correction">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1976" source="bank-capital-buffers" target="radiation-hardened-spacecraft-computers">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1977" source="bank-capital-buffers" target="redundant-climbing-anchors">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1978" source="bank-capital-buffers" target="scattered-strip-farming">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1979" source="bank-capital-buffers" target="schedule-padding">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1980" source="bank-capital-buffers" target="second-earner-insurance">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1981" source="bank-capital-buffers" target="self-healing-coatings">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1982" source="bank-capital-buffers" target="spare-transport-links">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1983" source="bank-capital-buffers" target="substitute-teacher-cover">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1984" source="bank-capital-buffers" target="the-nuclear-triad">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1985" source="bank-capital-buffers" target="the-soil-seed-bank">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1986" source="bank-capital-buffers" target="the-two-witness-rule">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1987" source="bank-capital-buffers" target="the-wire-that-carries-nothing">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1988" source="bank-capital-buffers" target="two-gravitational-wave-detectors">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1989" source="bank-capital-buffers" target="understudies">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1990" source="bank-capital-buffers" target="unused-curriculum">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1991" source="bank-capital-buffers" target="unwritten-vowels-in-abjads">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1992" source="bank-capital-buffers" target="whistled-languages">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1993" source="bank-runs" target="charging-connector-standards">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1994" source="bank-runs" target="climbing-grade-drift">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1995" source="bank-runs" target="combatant-identification">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1996" source="bank-runs" target="common-vertical-datum">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1997" source="bank-runs" target="contagious-yawning">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1998" source="bank-runs" target="crane-signalling">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e1999" source="bank-runs" target="credit-ratings-cliff">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e2000" source="bank-runs" target="credit-transfer-between-institutions">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2001" source="bank-runs" target="empty-names">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2002" source="bank-runs" target="equilibrium-selection">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2003" source="bank-runs" target="exposure-problem-in-package-bidding">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e2004" source="bank-runs" target="firefly-synchrony">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2005" source="bank-runs" target="fragmented-prescribing">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2006" source="bank-runs" target="ground-delay-programs">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2007" source="bank-runs" target="heritage-language-loss">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2008" source="bank-runs" target="leap-seconds">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2009" source="bank-runs" target="measurement-standardization">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2010" source="bank-runs" target="overheard-speech-and-vocabulary">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2011" source="bank-runs" target="redefining-the-kilogram">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2012" source="bank-runs" target="refrigerant-changeover">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2013" source="bank-runs" target="ritual-meaning">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2014" source="bank-runs" target="standard-stud-spacing">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2015" source="bank-runs" target="statutory-interpretation-canons">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2016" source="bank-runs" target="synchronised-planting-windows">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2017" source="bank-runs" target="tipping-customs">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2018" source="bank-runs" target="two-sided-market-launch">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e2019" source="bass-through-walls" target="wobbly-table">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e2020" source="batching-and-the-throughput-trade" target="eventual-consistency">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e2021" source="batching-and-the-throughput-trade" target="rate-limiting">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e2022" source="batching-and-the-throughput-trade" target="tail-latency">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e2023" source="batching-and-the-throughput-trade" target="where-the-time-actually-goes">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e2024" source="bathtub-failure-curve" target="convergent-moral-prohibitions">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2025" source="bathtub-failure-curve" target="escape-of-light-gases-from-an-atmosphere">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2026" source="bathtub-failure-curve" target="generative-design-shapes">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e2027" source="bathtub-failure-curve" target="rainfall-isotope-distillation">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2028" source="bathtub-failure-curve" target="synaptic-pruning">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2029" source="bathtub-failure-curve" target="warranty-timing">
      <data key="e_weight">6</data>
    </edge>
    <edge id="e2030" source="bathtub-failure-curve" target="what-meteorite-collections-over-represent">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2031" source="battery-ageing" target="clutter">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e2032" source="battery-ageing" target="concert-hall-reverberation">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2033" source="battery-ageing" target="decision-fatigue">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2034" source="battery-ageing" target="diabetic-complications">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2035" source="battery-ageing" target="dialect-continuum">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2036" source="battery-ageing" target="dry-drain-trap">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e2037" source="battery-ageing" target="emerging-pentimenti">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2038" source="battery-ageing" target="experience-curve-pricing">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2039" source="battery-ageing" target="fast-charging-and-battery-life">
      <data key="e_weight">6</data>
    </edge>
    <edge id="e2040" source="battery-ageing" target="footfall-wear-on-monuments">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2041" source="battery-ageing" target="freezer-burn">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e2042" source="battery-ageing" target="frequent-flyer-currency">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2043" source="battery-ageing" target="grief-timing">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2044" source="battery-ageing" target="home-advantage">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2045" source="battery-ageing" target="house-dust">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e2046" source="battery-ageing" target="how-much-charge-is-left">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e2047" source="battery-ageing" target="imperceptible-harms">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2048" source="battery-ageing" target="integrator-windup">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2049" source="battery-ageing" target="movement-joints-in-tiling">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2050" source="battery-ageing" target="near-misses">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2051" source="battery-ageing" target="peat-accumulation">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2052" source="battery-ageing" target="regulatory-ossification">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2053" source="battery-ageing" target="siege-camp-attrition">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2054" source="battery-ageing" target="silted-harbours">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2055" source="battery-ageing" target="small-disruptions-in-a-classroom">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2056" source="battery-ageing" target="solar-sail-propulsion">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2057" source="battery-ageing" target="spacing-effect">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2058" source="battery-ageing" target="tell-mounds">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2059" source="battery-ageing" target="ubiquity-of-the-bell-curve">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2060" source="bayesian-updating" target="birthday-problem">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e2061" source="bayesian-updating" target="censored-follow-up">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e2062" source="bayesian-updating" target="faith-and-evidence">
      <data key="e_weight">6</data>
    </edge>
    <edge id="e2063" source="bayesian-updating" target="underdetermination">
      <data key="e_weight">6</data>
    </edge>
    <edge id="e2064" source="bed-rest-harm" target="drug-tolerance">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e2065" source="bed-rest-harm" target="how-vaccines-work">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e2066" source="bed-rest-harm" target="opioid-induced-hyperalgesia">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e2067" source="bed-rest-harm" target="wound-healing">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e2068" source="believing-at-will" target="free-will">
      <data key="e_weight">7</data>
    </edge>
    <edge id="e2069" source="believing-at-will" target="non-identity-problem">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e2070" source="believing-at-will" target="scientific-testability">
      <data key="e_weight">7</data>
    </edge>
    <edge id="e2071" source="believing-at-will" target="splitting-a-person-in-two">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e2072" source="believing-at-will" target="the-problem-of-other-minds">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e2073" source="believing-at-will" target="what-makes-an-argument-logically-valid">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e2074" source="benchmark-saturation" target="overfitting">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e2075" source="benchmark-saturation" target="planting-the-source-it-will-cite">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e2076" source="bend-allowance" target="causal-closure-of-the-physical">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2077" source="bend-allowance" target="compensatory-lengthening">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2078" source="bend-allowance" target="degrees-of-freedom">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2079" source="bend-allowance" target="farm-nitrogen-balance">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2080" source="bend-allowance" target="fixed-size-legislature">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2081" source="bend-allowance" target="free-upgrade-cost">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2082" source="bend-allowance" target="hairy-ball-theorem">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2083" source="bend-allowance" target="holiday-time-between-two-families">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2084" source="bend-allowance" target="intracranial-pressure">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2085" source="bend-allowance" target="perceptual-load-and-distraction">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2086" source="bend-allowance" target="photosynthesis">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2087" source="bend-allowance" target="rubatos-borrowed-time">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2088" source="bend-allowance" target="seasonal-labour-budget">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2089" source="bend-allowance" target="shared-schedule-float">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e2090" source="bend-allowance" target="the-zero-sum-timetable">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2091" source="benfords-law" target="birthday-problem">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e2092" source="benfords-law" target="choice-overload">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2093" source="benfords-law" target="climbing-versus-descending-weight">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2094" source="benfords-law" target="coastline-paradox">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e2095" source="benfords-law" target="coiled-extension-lead">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2096" source="benfords-law" target="convoy-protection">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2097" source="benfords-law" target="curse-of-dimensionality">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e2098" source="benfords-law" target="delay-discounting">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2099" source="benfords-law" target="devolved-authority">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2100" source="benfords-law" target="ghost-glow-in-led-bulbs">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2101" source="benfords-law" target="heat-diffusion-time">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2102" source="benfords-law" target="high-voltage-transmission">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2103" source="benfords-law" target="hub-and-spoke-routing">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2104" source="benfords-law" target="industry-concentration">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2105" source="benfords-law" target="just-noticeable-difference">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2106" source="benfords-law" target="land-size-limits">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2107" source="benfords-law" target="large-family-parenting-shift">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2108" source="benfords-law" target="large-mirror-flexure">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2109" source="benfords-law" target="mass-elevation-effect">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2110" source="benfords-law" target="metabolic-scaling">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2111" source="benfords-law" target="meteor-streaks">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2112" source="benfords-law" target="modifiable-areal-units">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2113" source="benfords-law" target="munitions-stockpiles">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2114" source="benfords-law" target="optical-sizes-in-type">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2115" source="benfords-law" target="paediatric-dosing">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2116" source="benfords-law" target="pilot-to-scale-failure">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2117" source="benfords-law" target="radio-diffraction">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2118" source="benfords-law" target="rare-words-in-corpora">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2119" source="benfords-law" target="routinization-of-charisma">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2120" source="benfords-law" target="scaffold-ties">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2121" source="benfords-law" target="scaling-a-recipe-up">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2122" source="benfords-law" target="small-world-networks">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e2123" source="benfords-law" target="technology-loss">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2124" source="benfords-law" target="tutoring-versus-class-size">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2125" source="benfords-law" target="urban-mortality">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2126" source="benfords-law" target="why-is-the-sky-blue">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2127" source="best-before-versus-use-by" target="cosmetic-produce-standards">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e2128" source="bias-cut-cloth" target="cracked-bell-tone">
      <data key="e_weight">6</data>
    </edge>
    <edge id="e2129" source="bias-cut-cloth" target="legibility">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e2130" source="bias-cut-cloth" target="why-ice-is-slippery">
      <data key="e_weight">6</data>
    </edge>
    <edge id="e2131" source="bicycle-stability" target="feedback-control">
      <data key="e_weight">6</data>
    </edge>
    <edge id="e2132" source="bicycle-stability" target="gas-discharge-ballast">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e2133" source="bicycle-stability" target="laser-coherence">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e2134" source="bicycle-stability" target="laser-cooling">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e2135" source="bicycle-stability" target="measurement-dead-time">
      <data key="e_weight">6</data>
    </edge>
    <edge id="e2136" source="bicycle-stability" target="thermostat-overshoot">
      <data key="e_weight">6</data>
    </edge>
    <edge id="e2137" source="binocular-rivalry" target="central-sensitization">
      <data key="e_weight">6</data>
    </edge>
    <edge id="e2138" source="binocular-rivalry" target="habit-formation">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e2139" source="binocular-rivalry" target="practice-feedback">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e2140" source="biological-passport" target="galaxy-rotation-curves">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2141" source="biological-passport" target="mid-season-yield-forecasting">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2142" source="biological-passport" target="return-to-play-decision">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e2143" source="biological-passport" target="textual-criticism">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2144" source="birthday-problem" target="coastline-paradox">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e2145" source="birthday-problem" target="coiled-extension-lead">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2146" source="birthday-problem" target="convoy-protection">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2147" source="birthday-problem" target="curse-of-dimensionality">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e2148" source="birthday-problem" target="devolved-authority">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2149" source="birthday-problem" target="ghost-glow-in-led-bulbs">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2150" source="birthday-problem" target="hub-and-spoke-routing">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2151" source="birthday-problem" target="industry-concentration">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2152" source="birthday-problem" target="mass-elevation-effect">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2153" source="birthday-problem" target="metabolic-scaling">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2154" source="birthday-problem" target="munitions-stockpiles">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2155" source="birthday-problem" target="optical-sizes-in-type">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2156" source="birthday-problem" target="paediatric-dosing">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2157" source="birthday-problem" target="pilot-to-scale-failure">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2158" source="birthday-problem" target="radio-diffraction">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2159" source="birthday-problem" target="rare-words-in-corpora">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2160" source="birthday-problem" target="routinization-of-charisma">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2161" source="birthday-problem" target="scaling-a-recipe-up">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2162" source="birthday-problem" target="small-world-networks">
      <data key="e_weight">7</data>
    </edge>
    <edge id="e2163" source="birthday-problem" target="technology-loss">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2164" source="birthday-problem" target="tutoring-versus-class-size">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2165" source="birthday-problem" target="urban-mortality">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2166" source="blameless-review" target="efficiency-wages">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e2167" source="blameless-review" target="error-budgets">
      <data key="e_weight">6</data>
    </edge>
    <edge id="e2168" source="blameless-review" target="federated-data-ownership">
      <data key="e_weight">6</data>
    </edge>
    <edge id="e2169" source="blameless-review" target="pay-rises-by-leaving">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e2170" source="blameless-review" target="the-paved-road">
      <data key="e_weight">6</data>
    </edge>
    <edge id="e2171" source="blast-radius" target="chain-of-thought">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e2172" source="blast-radius" target="delimiters-as-a-boundary">
      <data key="e_weight">7</data>
    </edge>
    <edge id="e2173" source="blast-radius" target="permission-aware-retrieval">
      <data key="e_weight">7</data>
    </edge>
    <edge id="e2174" source="blast-radius" target="poison-messages">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e2175" source="blast-radius" target="prompt-injection">
      <data key="e_weight">7</data>
    </edge>
    <edge id="e2176" source="blast-radius" target="requests-you-did-not-make">
      <data key="e_weight">7</data>
    </edge>
    <edge id="e2177" source="blast-radius" target="tool-calling-boundary">
      <data key="e_weight">7</data>
    </edge>
    <edge id="e2178" source="blast-radius" target="what-one-row-stands-for">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e2179" source="blind-analysis" target="pre-registered-analysis">
      <data key="e_weight">6</data>
    </edge>
    <edge id="e2180" source="block-design-existence" target="cyclic-majorities">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e2181" source="block-design-existence" target="fair-lottery-over-the-integers">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e2182" source="block-design-existence" target="infinitude-of-primes">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e2183" source="block-design-existence" target="pigeonhole-principle">
      <data key="e_weight">7</data>
    </edge>
    <edge id="e2184" source="blockade-and-resolve" target="escalation">
      <data key="e_weight">7</data>
    </edge>
    <edge id="e2185" source="blockade-and-resolve" target="strategic-deception">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e2186" source="blood-compatibility" target="box-score-representation">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2187" source="blood-compatibility" target="circuit-schematics-versus-layout">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2188" source="blood-compatibility" target="climate-model-parameterization">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2189" source="blood-compatibility" target="clothing-size-labels">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2190" source="blood-compatibility" target="comfort-objects">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2191" source="blood-compatibility" target="consumer-price-index-construction">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2192" source="blood-compatibility" target="contour-lines">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2193" source="blood-compatibility" target="datum-lines-on-site">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2194" source="blood-compatibility" target="district-boundaries">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2195" source="blood-compatibility" target="false-color-astronomical-images">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2196" source="blood-compatibility" target="feynman-diagrams">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2197" source="blood-compatibility" target="generating-functions">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2198" source="blood-compatibility" target="honeybee-waggle-dance">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2199" source="blood-compatibility" target="reading-acquisition">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2200" source="blood-compatibility" target="referred-pain">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e2201" source="blood-compatibility" target="remembered-holidays">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2202" source="blood-compatibility" target="smell-coding">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2203" source="blood-compatibility" target="soil-test-extractants">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2204" source="blood-compatibility" target="substitutionary-sacrifice">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2205" source="blood-compatibility" target="transfer-of-learning">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2206" source="blood-compatibility" target="wargaming">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2207" source="blood-donation-supply" target="braesss-paradox">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2208" source="blood-donation-supply" target="cells-that-defect-on-the-body">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2209" source="blood-donation-supply" target="compulsory-taxation">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2210" source="blood-donation-supply" target="doping-arms-race">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2211" source="blood-donation-supply" target="forest-height-race">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2212" source="blood-donation-supply" target="hand-hygiene-compliance">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e2213" source="blood-donation-supply" target="language-abandonment">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2214" source="blood-donation-supply" target="radio-spectrum-crowding-of-the-sky">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2215" source="blood-donation-supply" target="recycling-contamination">
      <data key="e_weight">6</data>
    </edge>
    <edge id="e2216" source="blood-donation-supply" target="regional-incentive-bidding">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2217" source="blood-donation-supply" target="security-dilemma">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2218" source="blood-donation-supply" target="skyglow">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2219" source="blood-donation-supply" target="the-loudness-war">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2220" source="blood-donation-supply" target="the-noisy-neighbour">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2221" source="blood-donation-supply" target="the-state-of-nature">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2222" source="blood-donation-supply" target="village-pasture-stinting">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2223" source="blood-donation-supply" target="whistleblower-protection">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2224" source="bloom-filters" target="boundaries-of-the-firm">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2225" source="bloom-filters" target="building-sway">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2226" source="bloom-filters" target="caching">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e2227" source="bloom-filters" target="cadastral-survey-patterns">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2228" source="bloom-filters" target="choosing-the-first-piece-to-replace">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e2229" source="bloom-filters" target="chunking">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e2230" source="bloom-filters" target="civil-service-tenure">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2231" source="bloom-filters" target="data-you-keep-is-data-you-can-lose">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e2232" source="bloom-filters" target="denormalization">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e2233" source="bloom-filters" target="design-restraint">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2234" source="bloom-filters" target="drypoint-burr">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2235" source="bloom-filters" target="early-sport-specialization">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2236" source="bloom-filters" target="expertise-reversal">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2237" source="bloom-filters" target="fabric-softener-and-absorbency">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2238" source="bloom-filters" target="fast-charging-and-battery-life">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2239" source="bloom-filters" target="fine-tuning-versus-retrieval">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e2240" source="bloom-filters" target="food-miles">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2241" source="bloom-filters" target="garbage-collection-pauses">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e2242" source="bloom-filters" target="group-stage-tiebreaks">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2243" source="bloom-filters" target="hanging-still-versus-racing-around">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2244" source="bloom-filters" target="hereditary-succession">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2245" source="bloom-filters" target="indexing">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e2246" source="bloom-filters" target="interleaved-practice">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2247" source="bloom-filters" target="isolates-containers-and-startup-cost">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e2248" source="bloom-filters" target="length-of-stay-controls">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2249" source="bloom-filters" target="letting-callers-ask-for-exactly-what-they-want">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e2250" source="bloom-filters" target="losing-it-or-doing-it-twice">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e2251" source="bloom-filters" target="optimal-stopping">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2252" source="bloom-filters" target="overfitting">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e2253" source="bloom-filters" target="problem-of-evil">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2254" source="bloom-filters" target="recovery-objectives">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e2255" source="bloom-filters" target="remittances-and-children-left-behind">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2256" source="bloom-filters" target="repair-economics">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2257" source="bloom-filters" target="reservoir-operating-dilemma">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2258" source="bloom-filters" target="rule-against-the-case">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2259" source="bloom-filters" target="sharding">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e2260" source="bloom-filters" target="shrinking-social-circles">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2261" source="bloom-filters" target="slow-password-checks">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e2262" source="bloom-filters" target="speed-accuracy-tradeoff">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2263" source="bloom-filters" target="splitting-a-system-into-services">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e2264" source="bloom-filters" target="supererogation">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2265" source="bloom-filters" target="temperature">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e2266" source="bloom-filters" target="the-price-of-being-able-to-leave">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e2267" source="bloom-filters" target="the-singleton-regret">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e2268" source="bloom-filters" target="the-test-pyramid">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e2269" source="bloom-filters" target="the-untidy-shape-that-answers-faster">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e2270" source="bloom-filters" target="three-bladed-turbines">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2271" source="bloom-filters" target="tool-granularity">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e2272" source="bloom-filters" target="two-stage-retrieval">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e2273" source="bloom-filters" target="what-an-assistant-should-forget">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e2274" source="bloom-filters" target="when-removing-duplication-hurts">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e2275" source="board-independence" target="cleansing-effect-of-recessions">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e2276" source="bolt-preload" target="electoral-thresholds">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2277" source="bolt-preload" target="guided-light-in-fibre">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e2278" source="bolt-preload" target="light-load-diesel-running">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2279" source="bolt-preload" target="liminality-in-initiation">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2280" source="bolt-preload" target="morphogen-gradients">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2281" source="bolt-preload" target="oil-film-bearings">
      <data key="e_weight">7</data>
    </edge>
    <edge id="e2282" source="bolt-preload" target="reciprocity-failure">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2283" source="bolt-preload" target="river-boundaries-that-shift">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2284" source="bolt-preload" target="societal-collapse">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2285" source="bolt-preload" target="vagueness">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2286" source="bone-remodelling" target="central-sensitization">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e2287" source="border-prosperity-discontinuity" target="borders">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e2288" source="border-prosperity-discontinuity" target="enclaves">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e2289" source="border-prosperity-discontinuity" target="persistent-poor-neighbourhoods">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e2290" source="border-prosperity-discontinuity" target="why-cities-grow-at-crossings">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e2291" source="border-prosperity-discontinuity" target="windward-wealth-divide">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e2292" source="border-queue-surges" target="honeypot-sites">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e2293" source="border-queue-surges" target="light-load-diesel-running">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2294" source="border-queue-surges" target="missed-connections">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e2295" source="border-queue-surges" target="reciprocity-failure">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2296" source="border-queue-surges" target="river-boundaries-that-shift">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2297" source="border-queue-surges" target="shoulder-season-price-cliff">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e2298" source="borders" target="enclaves">
      <data key="e_weight">9</data>
    </edge>
    <edge id="e2299" source="borders" target="persistent-poor-neighbourhoods">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e2300" source="borders" target="time-zones">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e2301" source="borders" target="why-cities-grow-at-crossings">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e2302" source="borders" target="windward-wealth-divide">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e2303" source="boundaries-of-the-firm" target="building-sway">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2304" source="boundaries-of-the-firm" target="early-sport-specialization">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2305" source="boundaries-of-the-firm" target="fabric-softener-and-absorbency">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2306" source="boundaries-of-the-firm" target="fast-charging-and-battery-life">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2307" source="boundaries-of-the-firm" target="food-miles">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2308" source="boundaries-of-the-firm" target="group-stage-tiebreaks">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2309" source="boundaries-of-the-firm" target="hanging-still-versus-racing-around">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2310" source="boundaries-of-the-firm" target="hereditary-succession">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2311" source="boundaries-of-the-firm" target="internal-transfer-pricing">
      <data key="e_weight">7</data>
    </edge>
    <edge id="e2312" source="boundaries-of-the-firm" target="length-of-stay-controls">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2313" source="boundaries-of-the-firm" target="remittances-and-children-left-behind">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2314" source="boundaries-of-the-firm" target="repair-economics">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2315" source="boundaries-of-the-firm" target="reservoir-operating-dilemma">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2316" source="boundaries-of-the-firm" target="safety-stock">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e2317" source="boundaries-of-the-firm" target="speed-accuracy-tradeoff">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2318" source="boundaries-of-the-firm" target="three-bladed-turbines">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2319" source="bounded-contexts" target="brain-lateralization">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2320" source="bounded-contexts" target="building-somewhere-you-do-not-ship-from">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e2321" source="bounded-contexts" target="bullpen-specialization">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2322" source="bounded-contexts" target="casualty-evacuation">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2323" source="bounded-contexts" target="choking-under-attention">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2324" source="bounded-contexts" target="combined-arms">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2325" source="bounded-contexts" target="comparative-advantage">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2326" source="bounded-contexts" target="control-as-a-classification">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e2327" source="bounded-contexts" target="deciding-apart-from-enforcing">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e2328" source="bounded-contexts" target="dedicated-machine-tools">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2329" source="bounded-contexts" target="deja-vu">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2330" source="bounded-contexts" target="diglossia">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2331" source="bounded-contexts" target="hub-and-feeder-ports">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2332" source="bounded-contexts" target="kitchen-brigade-stations">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2333" source="bounded-contexts" target="knowledge-from-testimony">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2334" source="bounded-contexts" target="layered-particle-detectors">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2335" source="bounded-contexts" target="loanword-doublets">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2336" source="bounded-contexts" target="managed-hives-and-wild-pollinators">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2337" source="bounded-contexts" target="model-routing">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e2338" source="bounded-contexts" target="moral-testimony">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2339" source="bounded-contexts" target="moving-failure-handling-out-of-the-program">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e2340" source="bounded-contexts" target="mycorrhizal-carbon-trade">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2341" source="bounded-contexts" target="one-task-subcontractor">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2342" source="bounded-contexts" target="prompt-chaining">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e2343" source="bounded-contexts" target="putting-out-system">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2344" source="bounded-contexts" target="refinement-stages">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e2345" source="bounded-contexts" target="retrieval-augmented-generation">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e2346" source="bounded-contexts" target="separating-the-read-model-from-the-write-model">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e2347" source="bounded-contexts" target="shared-memory-in-couples">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2348" source="bounded-contexts" target="sibling-deidentification">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2349" source="bounded-contexts" target="specialised-cleaning-agents">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2350" source="bounded-contexts" target="specialized-courts">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2351" source="bounded-contexts" target="speculative-decoding">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e2352" source="bounded-contexts" target="stratified-sampling">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2353" source="bounded-contexts" target="subject-specialists-in-primary-school">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2354" source="bounded-contexts" target="surgical-volume-outcome-relationship">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2355" source="bounded-contexts" target="survey-and-follow-up-telescopes">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2356" source="bounded-contexts" target="symbiosis">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2357" source="bounded-contexts" target="the-workshops-many-hands">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2358" source="bounded-contexts" target="three-kinds-of-responsible-person">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e2359" source="bounded-contexts" target="three-questions-people-treat-as-one">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e2360" source="bounded-contexts" target="three-way-catalytic-converter">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2361" source="bounded-contexts" target="trade-demarcation">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2362" source="bounded-contexts" target="trade-diasporas">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2363" source="bounded-contexts" target="two-stores-for-one-truth">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e2364" source="bounded-contexts" target="weather-observing-network">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2365" source="box-score-representation" target="caching-an-answer-nobody-asked-for-exactly">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2366" source="box-score-representation" target="clothing-size-labels">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2367" source="box-score-representation" target="consumer-price-index-construction">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2368" source="box-score-representation" target="district-boundaries">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2369" source="box-score-representation" target="false-color-astronomical-images">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2370" source="box-score-representation" target="feynman-diagrams">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2371" source="box-score-representation" target="generating-functions">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2372" source="box-score-representation" target="remembered-holidays">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2373" source="box-score-representation" target="smell-coding">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2374" source="box-score-representation" target="soil-test-extractants">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2375" source="box-score-representation" target="substitutionary-sacrifice">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2376" source="braesss-paradox" target="bystander-effect">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2377" source="braesss-paradox" target="language-abandonment">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2378" source="braesss-paradox" target="recycling-contamination">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2379" source="braesss-paradox" target="security-dilemma">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2380" source="braesss-paradox" target="skyglow">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2381" source="braesss-paradox" target="the-loudness-war">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2382" source="braesss-paradox" target="the-state-of-nature">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2383" source="brain-lateralization" target="building-somewhere-you-do-not-ship-from">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2384" source="brain-lateralization" target="bullpen-specialization">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2385" source="brain-lateralization" target="casualty-evacuation">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2386" source="brain-lateralization" target="dedicated-machine-tools">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2387" source="brain-lateralization" target="deja-vu">
      <data key="e_weight">7</data>
    </edge>
    <edge id="e2388" source="brain-lateralization" target="diglossia">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2389" source="brain-lateralization" target="hub-and-feeder-ports">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2390" source="brain-lateralization" target="kitchen-brigade-stations">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2391" source="brain-lateralization" target="knowledge-from-testimony">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2392" source="brain-lateralization" target="loanword-doublets">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2393" source="brain-lateralization" target="managed-hives-and-wild-pollinators">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2394" source="brain-lateralization" target="moral-testimony">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2395" source="brain-lateralization" target="one-task-subcontractor">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2396" source="brain-lateralization" target="putting-out-system">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2397" source="brain-lateralization" target="specialised-cleaning-agents">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2398" source="brain-lateralization" target="stratified-sampling">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2399" source="brain-lateralization" target="subject-specialists-in-primary-school">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2400" source="brain-lateralization" target="surgical-volume-outcome-relationship">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2401" source="brain-lateralization" target="survey-and-follow-up-telescopes">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2402" source="brain-lateralization" target="symbiosis">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2403" source="brain-lateralization" target="the-workshops-many-hands">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2404" source="brain-lateralization" target="three-way-catalytic-converter">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2405" source="brain-lateralization" target="trade-demarcation">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2406" source="brain-lateralization" target="trade-diasporas">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2407" source="brain-lateralization" target="weather-observing-network">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2408" source="branch-prediction" target="code-that-never-runs-and-code-that-runs-once-a-year">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e2409" source="branch-prediction" target="confident-model-errors">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e2410" source="branch-prediction" target="evaluating-retrieval-separately">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e2411" source="branch-prediction" target="evaluation-suites">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e2412" source="branch-prediction" target="recovering-what-the-business-meant">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e2413" source="branch-prediction" target="which-record-is-the-real-one">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e2414" source="brand-advertising" target="compositeness-without-factors">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2415" source="brand-advertising" target="profit-versus-cash">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e2416" source="brand-advertising" target="seating-by-the-window">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2417" source="brand-advertising" target="verified-disarmament">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2418" source="brazil-nut-effect" target="chance-in-the-wood-fired-kiln">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2419" source="brazil-nut-effect" target="chance-word-resemblances">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2420" source="brazil-nut-effect" target="chip-yield-and-die-size">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2421" source="brazil-nut-effect" target="genetic-drift">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2422" source="brazil-nut-effect" target="irreversibility">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e2423" source="brazil-nut-effect" target="knockout-upsets">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2424" source="brazil-nut-effect" target="photon-escape-time">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2425" source="brazil-nut-effect" target="playoff-series-length">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2426" source="brazil-nut-effect" target="radioactive-half-life">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e2427" source="brazil-nut-effect" target="random-audits">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2428" source="brazil-nut-effect" target="rogue-waves">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2429" source="brazil-nut-effect" target="rubber-elasticity">
      <data key="e_weight">6</data>
    </edge>
    <edge id="e2430" source="brazil-nut-effect" target="selection-by-lot">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2431" source="brazil-nut-effect" target="sibling-differences">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2432" source="brazil-nut-effect" target="streaks-in-random-sequences">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2433" source="brazil-nut-effect" target="value-added-ranking-instability">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2434" source="bread-staling" target="runoff-from-dry-ground">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e2435" source="bread-staling" target="what-makes-bread-rise">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e2436" source="breathing-urge" target="junior-champions">
      <data key="e_weight">7</data>
    </edge>
    <edge id="e2437" source="breathing-urge" target="vernalization">
      <data key="e_weight">6</data>
    </edge>
    <edge id="e2438" source="brewster-angle-glare" target="superconducting-levitation">
      <data key="e_weight">7</data>
    </edge>
    <edge id="e2439" source="brewster-angle-glare" target="why-the-night-sky-is-dark">
      <data key="e_weight">6</data>
    </edge>
    <edge id="e2440" source="bridewealth-and-dowry" target="origin-of-the-state">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e2441" source="bright-line-rules" target="civil-service-tenure">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e2442" source="bright-line-rules" target="hereditary-succession">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2443" source="bright-line-rules" target="length-of-stay-controls">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2444" source="bright-line-rules" target="presumption-of-innocence">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e2445" source="bright-line-rules" target="reservoir-operating-dilemma">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2446" source="bright-line-rules" target="speed-accuracy-tradeoff">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2447" source="bright-line-rules" target="standards-of-proof">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e2448" source="brine-rejection" target="depth-hoar">
      <data key="e_weight">7</data>
    </edge>
    <edge id="e2449" source="brine-rejection" target="katabatic-winds">
      <data key="e_weight">7</data>
    </edge>
    <edge id="e2450" source="brine-rejection" target="pingo-growth">
      <data key="e_weight">6</data>
    </edge>
    <edge id="e2451" source="brine-rejection" target="polar-amplification">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e2452" source="brine-rejection" target="twice-daily-tides">
      <data key="e_weight">7</data>
    </edge>
    <edge id="e2453" source="broadcast-loudness" target="clickbait-headlines">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e2454" source="budget-scoring-windows" target="eminent-domain-compensation">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e2455" source="budget-scoring-windows" target="exclusionary-rule">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e2456" source="budget-scoring-windows" target="regulatory-capture">
      <data key="e_weight">7</data>
    </edge>
    <edge id="e2457" source="budget-scoring-windows" target="resource-revenue-and-accountability">
      <data key="e_weight">7</data>
    </edge>
    <edge id="e2458" source="budget-scoring-windows" target="standing-to-sue">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e2459" source="budget-scoring-windows" target="tax-incidence">
      <data key="e_weight">7</data>
    </edge>
    <edge id="e2460" source="buffet-holding-time" target="coastal-dead-zones">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2461" source="buffet-holding-time" target="critical-mass">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2462" source="buffet-holding-time" target="how-banks-create-money">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2463" source="buffet-holding-time" target="runaway-planetesimal-growth">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2464" source="buffet-holding-time" target="shipboard-outbreak">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e2465" source="buffet-holding-time" target="spinning-coin-last-rattle">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2466" source="buffet-holding-time" target="viral-load-kinetics">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2467" source="buffet-holding-time" target="word-of-mouth-trade-pipeline">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2468" source="build-cache-geometry" target="building-somewhere-you-do-not-ship-from">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e2469" source="build-cache-geometry" target="built-never-to-be-rebuilt">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e2470" source="build-cache-geometry" target="delivered-versus-retained">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e2471" source="build-cache-geometry" target="event-sourcing">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e2472" source="build-cache-geometry" target="late-arriving-data">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e2473" source="build-cache-geometry" target="layers-are-diffs">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e2474" source="build-cache-geometry" target="lineage">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e2475" source="build-cache-geometry" target="memory-fragmentation">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e2476" source="build-cache-geometry" target="model-drift">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e2477" source="build-cache-geometry" target="poisoning-the-well">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e2478" source="build-cache-geometry" target="recording-a-change-without-losing-the-present">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e2479" source="build-cache-geometry" target="replacing-a-system-you-cannot-turn-off">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e2480" source="build-cache-geometry" target="six-names-for-one-field">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e2481" source="build-cache-geometry" target="warm-reuse-leaks">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e2482" source="building-somewhere-you-do-not-ship-from" target="control-as-a-classification">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e2483" source="building-somewhere-you-do-not-ship-from" target="deciding-apart-from-enforcing">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e2484" source="building-somewhere-you-do-not-ship-from" target="dedicated-machine-tools">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2485" source="building-somewhere-you-do-not-ship-from" target="deja-vu">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2486" source="building-somewhere-you-do-not-ship-from" target="kitchen-brigade-stations">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2487" source="building-somewhere-you-do-not-ship-from" target="layers-are-diffs">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e2488" source="building-somewhere-you-do-not-ship-from" target="managed-hives-and-wild-pollinators">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2489" source="building-somewhere-you-do-not-ship-from" target="model-routing">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e2490" source="building-somewhere-you-do-not-ship-from" target="moving-failure-handling-out-of-the-program">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e2491" source="building-somewhere-you-do-not-ship-from" target="prompt-chaining">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e2492" source="building-somewhere-you-do-not-ship-from" target="refinement-stages">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e2493" source="building-somewhere-you-do-not-ship-from" target="retrieval-augmented-generation">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e2494" source="building-somewhere-you-do-not-ship-from" target="separating-the-read-model-from-the-write-model">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e2495" source="building-somewhere-you-do-not-ship-from" target="specialised-cleaning-agents">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2496" source="building-somewhere-you-do-not-ship-from" target="speculative-decoding">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e2497" source="building-somewhere-you-do-not-ship-from" target="subject-specialists-in-primary-school">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2498" source="building-somewhere-you-do-not-ship-from" target="surgical-volume-outcome-relationship">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2499" source="building-somewhere-you-do-not-ship-from" target="the-workshops-many-hands">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2500" source="building-somewhere-you-do-not-ship-from" target="three-kinds-of-responsible-person">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e2501" source="building-somewhere-you-do-not-ship-from" target="three-questions-people-treat-as-one">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e2502" source="building-somewhere-you-do-not-ship-from" target="two-stores-for-one-truth">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e2503" source="building-sway" target="three-bladed-turbines">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e2504" source="built-never-to-be-rebuilt" target="delivered-versus-retained">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e2505" source="built-never-to-be-rebuilt" target="event-sourcing">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e2506" source="built-never-to-be-rebuilt" target="lineage">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e2507" source="built-never-to-be-rebuilt" target="memory-fragmentation">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e2508" source="built-never-to-be-rebuilt" target="model-drift">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e2509" source="built-never-to-be-rebuilt" target="poisoning-the-well">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e2510" source="built-never-to-be-rebuilt" target="replacing-a-system-you-cannot-turn-off">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e2511" source="built-never-to-be-rebuilt" target="six-names-for-one-field">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e2512" source="built-never-to-be-rebuilt" target="warm-reuse-leaks">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e2513" source="bulkheads" target="child-fostering">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2514" source="bulkheads" target="cognitive-reserve">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2515" source="bulkheads" target="collateral-circulation">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2516" source="bulkheads" target="durable-execution">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e2517" source="bulkheads" target="engineered-redundancy">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2518" source="bulkheads" target="error-correcting-codes">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e2519" source="bulkheads" target="floodplain-storage">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2520" source="bulkheads" target="full-freezer-efficiency">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2521" source="bulkheads" target="grid-inertia-loss">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2522" source="bulkheads" target="guardrails">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e2523" source="bulkheads" target="headlinese">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2524" source="bulkheads" target="hybrid-search">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e2525" source="bulkheads" target="just-in-time-fragility">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2526" source="bulkheads" target="line-of-succession">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2527" source="bulkheads" target="lossless-compression">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e2528" source="bulkheads" target="metrical-verse">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2529" source="bulkheads" target="model-quantization">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e2530" source="bulkheads" target="physiological-reserve">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2531" source="bulkheads" target="radiation-hardened-spacecraft-computers">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2532" source="bulkheads" target="recovery-objectives">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e2533" source="bulkheads" target="redundant-climbing-anchors">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2534" source="bulkheads" target="retry-storms">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e2535" source="bulkheads" target="second-earner-insurance">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2536" source="bulkheads" target="self-healing-coatings">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2537" source="bulkheads" target="silent-data-corruption">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e2538" source="bulkheads" target="spare-transport-links">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2539" source="bulkheads" target="substitute-teacher-cover">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2540" source="bulkheads" target="the-nuclear-triad">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2541" source="bulkheads" target="the-soil-seed-bank">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2542" source="bulkheads" target="the-two-witness-rule">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2543" source="bulkheads" target="the-wire-that-carries-nothing">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2544" source="bulkheads" target="two-gravitational-wave-detectors">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2545" source="bulkheads" target="understudies">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2546" source="bulkheads" target="unused-curriculum">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2547" source="bullpen-specialization" target="choking-under-attention">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e2548" source="bullwhip-effect" target="currency-peg-collapse">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e2549" source="bullwhip-effect" target="network-effects">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e2550" source="bullwhip-effect" target="safety-stock">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e2551" source="bullwhip-effect" target="stockout-demand-censoring">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e2552" source="buoyancy" target="faraday-cage">
      <data key="e_weight">7</data>
    </edge>
    <edge id="e2553" source="buoyancy" target="raindrop-terminal-velocity">
      <data key="e_weight">7</data>
    </edge>
    <edge id="e2554" source="burden-of-proof" target="problem-of-induction">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e2555" source="burden-of-proof" target="self-refuting-claims">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e2556" source="butter-from-cream" target="cassava-processing">
      <data key="e_weight">6</data>
    </edge>
    <edge id="e2557" source="butter-from-cream" target="catalysis">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e2558" source="butter-from-cream" target="colloid-flocculation">
      <data key="e_weight">7</data>
    </edge>
    <edge id="e2559" source="butter-from-cream" target="maillard-browning">
      <data key="e_weight">6</data>
    </edge>
    <edge id="e2560" source="butter-from-cream" target="semiconductor-doping">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e2561" source="butter-from-cream" target="shape-memory-alloys">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e2562" source="bystander-effect" target="crowd-crush">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e2563" source="bystander-effect" target="silent-classroom">
      <data key="e_weight">6</data>
    </edge>
    <edge id="e2564" source="bystander-effect" target="social-loafing">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e2565" source="caching" target="choosing-the-first-piece-to-replace">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e2566" source="caching" target="chunking">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e2567" source="caching" target="data-you-keep-is-data-you-can-lose">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e2568" source="caching" target="fine-tuning-versus-retrieval">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e2569" source="caching" target="garbage-collection-pauses">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e2570" source="caching" target="isolates-containers-and-startup-cost">
      <data key="e_weight">7</data>
    </edge>
    <edge id="e2571" source="caching" target="losing-it-or-doing-it-twice">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e2572" source="caching" target="recovery-objectives">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e2573" source="caching" target="sharding">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e2574" source="caching" target="slow-password-checks">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e2575" source="caching" target="splitting-a-system-into-services">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e2576" source="caching" target="temperature">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e2577" source="caching" target="the-price-of-being-able-to-leave">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e2578" source="caching" target="the-singleton-regret">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e2579" source="caching" target="the-test-pyramid">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e2580" source="caching" target="tool-granularity">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e2581" source="caching" target="two-stage-retrieval">
      <data key="e_weight">7</data>
    </edge>
    <edge id="e2582" source="caching" target="when-removing-duplication-hurts">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e2583" source="caching-an-answer-nobody-asked-for-exactly" target="commands-and-events">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e2584" source="caching-an-answer-nobody-asked-for-exactly" target="counting-steps-instead-of-timing">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e2585" source="caching-an-answer-nobody-asked-for-exactly" target="declaring-the-destination-not-the-route">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e2586" source="caching-an-answer-nobody-asked-for-exactly" target="delegation-without-the-password">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e2587" source="caching-an-answer-nobody-asked-for-exactly" target="distributed-tracing">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e2588" source="caching-an-answer-nobody-asked-for-exactly" target="drawing-the-same-model-three-times">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e2589" source="caching-an-answer-nobody-asked-for-exactly" target="finding-without-searching">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e2590" source="caching-an-answer-nobody-asked-for-exactly" target="keeping-the-history-and-the-snapshot-in-one-file">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e2591" source="caching-an-answer-nobody-asked-for-exactly" target="labelling-before-deciding">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e2592" source="caching-an-answer-nobody-asked-for-exactly" target="output-as-untrusted-input">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e2593" source="caching-an-answer-nobody-asked-for-exactly" target="point-in-time-joins">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e2594" source="caching-an-answer-nobody-asked-for-exactly" target="protocol-errors-versus-execution-errors">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e2595" source="caching-an-answer-nobody-asked-for-exactly" target="surrogate-keys">
      <data key="e_weight">7</data>
    </edge>
    <edge id="e2596" source="caching-an-answer-nobody-asked-for-exactly" target="tags-versus-digests">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e2597" source="caching-an-answer-nobody-asked-for-exactly" target="transactions-on-immutable-storage">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e2598" source="caching-an-answer-nobody-asked-for-exactly" target="twenty-five-acronyms-nine-pieces">
      <data key="e_weight">7</data>
    </edge>
    <edge id="e2599" source="caching-an-answer-nobody-asked-for-exactly" target="what-a-list-of-numbers-remembers">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e2600" source="cadastral-survey-patterns" target="gentrification">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e2601" source="cadastral-survey-patterns" target="map-projection-distortion">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e2602" source="calendar-drift" target="cruise-call-clustering">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2603" source="calendar-drift" target="decision-cycle-tempo">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2604" source="calendar-drift" target="event-time-versus-arrival-time">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2605" source="calendar-drift" target="festival-calendars">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e2606" source="calendar-drift" target="floating-panels">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2607" source="calendar-drift" target="grazing-rest-period">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2608" source="calendar-drift" target="green-wave-signal-timing">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2609" source="calendar-drift" target="how-writing-was-invented">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e2610" source="calendar-drift" target="nighttime-radio-reach">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2611" source="calendar-drift" target="oscillating-chemical-reactions">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2612" source="calendar-drift" target="pantry-moth-persistence">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2613" source="calendar-drift" target="retail-seasonality">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2614" source="calendar-drift" target="summer-learning-loss">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2615" source="calendar-drift" target="tourism-seasonality">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2616" source="calendar-drift" target="transhumance">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2617" source="calendar-drift" target="why-do-leaves-change-color">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2618" source="candle-wick" target="carry-trade">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2619" source="candle-wick" target="cartilage-healing">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2620" source="candle-wick" target="city-to-city-spread-of-speech-forms">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2621" source="candle-wick" target="cloudy-ice-cubes">
      <data key="e_weight">6</data>
    </edge>
    <edge id="e2622" source="candle-wick" target="comet-tails">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2623" source="candle-wick" target="content-delivery-networks">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2624" source="candle-wick" target="cross-border-shopping-trips">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2625" source="candle-wick" target="curiosity-as-an-information-gap">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2626" source="candle-wick" target="dishwasher-drying">
      <data key="e_weight">6</data>
    </edge>
    <edge id="e2627" source="candle-wick" target="famine-amid-plenty">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2628" source="candle-wick" target="jurisdictional-forum-shopping">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2629" source="candle-wick" target="local-anaesthetic-failure">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2630" source="candle-wick" target="maximum-flow-and-minimum-cut">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2631" source="candle-wick" target="microphone-proximity-effect">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2632" source="candle-wick" target="replication-lag">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2633" source="candle-wick" target="sacrificial-anodes">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e2634" source="candle-wick" target="salt-trade-routes">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2635" source="candle-wick" target="smuggling-under-sanctions">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2636" source="candle-wick" target="stress-spillover-at-home">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2637" source="candle-wick" target="welding-distortion">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2638" source="candle-wick" target="why-iron-rusts">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e2639" source="candle-wick" target="zone-of-proximal-development">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2640" source="canon-formation" target="cello-wolf-tone">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e2641" source="canon-formation" target="earworms">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e2642" source="canon-formation" target="fashion-churn">
      <data key="e_weight">7</data>
    </edge>
    <edge id="e2643" source="canon-formation" target="witch-hunt-cascades">
      <data key="e_weight">6</data>
    </edge>
    <edge id="e2644" source="capability-negotiation" target="charging-connector-standards">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2645" source="capability-negotiation" target="choreography-versus-orchestration">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e2646" source="capability-negotiation" target="climbing-grade-drift">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2647" source="capability-negotiation" target="collecting-changes-before-committing-them">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e2648" source="capability-negotiation" target="combatant-identification">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2649" source="capability-negotiation" target="common-vertical-datum">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2650" source="capability-negotiation" target="contagious-yawning">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2651" source="capability-negotiation" target="crane-signalling">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2652" source="capability-negotiation" target="credit-transfer-between-institutions">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2653" source="capability-negotiation" target="database-transactions">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e2654" source="capability-negotiation" target="dependency-conflicts">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e2655" source="capability-negotiation" target="equilibrium-selection">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2656" source="capability-negotiation" target="firefly-synchrony">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2657" source="capability-negotiation" target="fragmented-prescribing">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2658" source="capability-negotiation" target="ground-delay-programs">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2659" source="capability-negotiation" target="leap-seconds">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2660" source="capability-negotiation" target="many-agents-one-task">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e2661" source="capability-negotiation" target="merge-conflicts">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e2662" source="capability-negotiation" target="redefining-the-kilogram">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2663" source="capability-negotiation" target="refrigerant-changeover">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2664" source="capability-negotiation" target="sagas">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e2665" source="capability-negotiation" target="service-discovery">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e2666" source="capability-negotiation" target="split-brain">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e2667" source="capability-negotiation" target="standard-stud-spacing">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2668" source="capability-negotiation" target="the-distributed-monolith">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e2669" source="capability-negotiation" target="the-outbox">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e2670" source="capability-negotiation" target="the-semantic-layer">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e2671" source="capability-negotiation" target="tipping-customs">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2672" source="capability-negotiation" target="two-sided-market-launch">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2673" source="capability-negotiation" target="two-systems-one-record">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e2674" source="capability-negotiation" target="why-adding-a-worker-stops-the-others">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e2675" source="capacitive-sensing" target="how-does-gps-find-your-location">
      <data key="e_weight">7</data>
    </edge>
    <edge id="e2676" source="capacitive-sensing" target="leak-before-break">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e2677" source="capacitive-sensing" target="optical-pyrometry">
      <data key="e_weight">6</data>
    </edge>
    <edge id="e2678" source="capacitive-sensing" target="progress-bar-estimates">
      <data key="e_weight">6</data>
    </edge>
    <edge id="e2679" source="carbon-allotropes" target="cement-hardening">
      <data key="e_weight">7</data>
    </edge>
    <edge id="e2680" source="carbon-allotropes" target="glass-transition">
      <data key="e_weight">7</data>
    </edge>
    <edge id="e2681" source="carbon-allotropes" target="how-enzymes-pick-their-target">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e2682" source="carbon-allotropes" target="how-soap-cleans">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e2683" source="carbon-allotropes" target="molecular-handedness">
      <data key="e_weight">7</data>
    </edge>
    <edge id="e2684" source="carbon-allotropes" target="selective-heating">
      <data key="e_weight">6</data>
    </edge>
    <edge id="e2685" source="carbon-offset-additionality" target="dust-fed-rainforests">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e2686" source="cardiac-fibrillation" target="cellular-automata">
      <data key="e_weight">6</data>
    </edge>
    <edge id="e2687" source="cardiac-fibrillation" target="collective-responsibility">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2688" source="cardiac-fibrillation" target="convection-cells">
      <data key="e_weight">6</data>
    </edge>
    <edge id="e2689" source="cardiac-fibrillation" target="coupled-oscillator-synchronization">
      <data key="e_weight">6</data>
    </edge>
    <edge id="e2690" source="cardiac-fibrillation" target="creole-genesis">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2691" source="cardiac-fibrillation" target="customary-international-law">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2692" source="cardiac-fibrillation" target="dispersed-knowledge-in-production">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2693" source="cardiac-fibrillation" target="emergent-classroom-sign-language">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2694" source="cardiac-fibrillation" target="ethnic-boundary-formation">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2695" source="cardiac-fibrillation" target="everyday-legal-compliance">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2696" source="cardiac-fibrillation" target="folk-craft-regionalism">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2697" source="cardiac-fibrillation" target="given-name-fashions">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2698" source="cardiac-fibrillation" target="how-ant-colonies-decide">
      <data key="e_weight">6</data>
    </edge>
    <edge id="e2699" source="cardiac-fibrillation" target="internet-packet-routing">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2700" source="cardiac-fibrillation" target="lateral-inhibition-in-tissue">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2701" source="cardiac-fibrillation" target="liquid-crystals">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2702" source="cardiac-fibrillation" target="live-and-let-live-truces">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2703" source="cardiac-fibrillation" target="living-interpretation">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2704" source="cardiac-fibrillation" target="next-token-prediction">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2705" source="cardiac-fibrillation" target="patterned-ground">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2706" source="cardiac-fibrillation" target="price-signals">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2707" source="cardiac-fibrillation" target="restaurant-districts">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2708" source="cardiac-fibrillation" target="second-hand-going-rate">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2709" source="cardiac-fibrillation" target="spiral-arms">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2710" source="cardiac-fibrillation" target="stadium-wave">
      <data key="e_weight">6</data>
    </edge>
    <edge id="e2711" source="cardiac-fibrillation" target="swarm-robotics">
      <data key="e_weight">6</data>
    </edge>
    <edge id="e2712" source="cardiac-fibrillation" target="the-informal-org-chart">
      <data key="e_weight">6</data>
    </edge>
    <edge id="e2713" source="cardiac-fibrillation" target="town-spacing">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2714" source="cardiac-fibrillation" target="traveler-herding">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2715" source="cardiac-fibrillation" target="unplanned-settlement-form">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2716" source="cardiac-fibrillation" target="unwritten-household-rules">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2717" source="cardiac-fibrillation" target="visual-grouping">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2718" source="caregiver-of-last-resort" target="caregiving-load">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e2719" source="caregiver-of-last-resort" target="gift-exchange-escalation">
      <data key="e_weight">7</data>
    </edge>
    <edge id="e2720" source="caregiving-load" target="charging-connector-standards">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2721" source="caregiving-load" target="contagious-yawning">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2722" source="caregiving-load" target="credit-transfer-between-institutions">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2723" source="caregiving-load" target="fragmented-prescribing">
      <data key="e_weight">6</data>
    </edge>
    <edge id="e2724" source="caregiving-load" target="heritage-language-loss">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e2725" source="caregiving-load" target="overheard-speech-and-vocabulary">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e2726" source="carry-trade" target="cartilage-healing">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2727" source="carry-trade" target="city-to-city-spread-of-speech-forms">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2728" source="carry-trade" target="cross-border-shopping-trips">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2729" source="carry-trade" target="curiosity-as-an-information-gap">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2730" source="carry-trade" target="jurisdictional-forum-shopping">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2731" source="carry-trade" target="maximum-flow-and-minimum-cut">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2732" source="carry-trade" target="microphone-proximity-effect">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2733" source="carry-trade" target="smuggling-under-sanctions">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2734" source="cartilage-healing" target="local-anaesthetic-failure">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e2735" source="carving-ski-sidecut" target="figure-skating-spin">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e2736" source="carving-ski-sidecut" target="golf-ball-dimples">
      <data key="e_weight">7</data>
    </edge>
    <edge id="e2737" source="carving-ski-sidecut" target="hollow-section-stiffness">
      <data key="e_weight">6</data>
    </edge>
    <edge id="e2738" source="carving-ski-sidecut" target="pole-vault-energy-transfer">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e2739" source="carving-ski-sidecut" target="rowing-crew-scale">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e2740" source="carving-ski-sidecut" target="sailing-upwind">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e2741" source="carving-ski-sidecut" target="suspension-bridge-cables">
      <data key="e_weight">6</data>
    </edge>
    <edge id="e2742" source="cassava-processing" target="chilling-injury">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e2743" source="cassava-processing" target="colloid-flocculation">
      <data key="e_weight">6</data>
    </edge>
    <edge id="e2744" source="cassava-processing" target="food-preservation">
      <data key="e_weight">7</data>
    </edge>
    <edge id="e2745" source="cassava-processing" target="maillard-browning">
      <data key="e_weight">7</data>
    </edge>
    <edge id="e2746" source="cassava-processing" target="milk-spoilage-after-opening">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e2747" source="cassava-processing" target="shear-thickening-food-pastes">
      <data key="e_weight">7</data>
    </edge>
    <edge id="e2748" source="cast-iron-seasoning" target="concert-hall-reverberation">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2749" source="cast-iron-seasoning" target="decision-fatigue">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2750" source="cast-iron-seasoning" target="diabetic-complications">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2751" source="cast-iron-seasoning" target="dialect-continuum">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2752" source="cast-iron-seasoning" target="emerging-pentimenti">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2753" source="cast-iron-seasoning" target="experience-curve-pricing">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2754" source="cast-iron-seasoning" target="footfall-wear-on-monuments">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2755" source="cast-iron-seasoning" target="frequent-flyer-currency">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2756" source="cast-iron-seasoning" target="grief-timing">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2757" source="cast-iron-seasoning" target="home-advantage">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2758" source="cast-iron-seasoning" target="house-dust">
      <data key="e_weight">6</data>
    </edge>
    <edge id="e2759" source="cast-iron-seasoning" target="imperceptible-harms">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2760" source="cast-iron-seasoning" target="physical-ageing-of-plastics">
      <data key="e_weight">7</data>
    </edge>
    <edge id="e2761" source="cast-iron-seasoning" target="plastic-weathering">
      <data key="e_weight">7</data>
    </edge>
    <edge id="e2762" source="cast-iron-seasoning" target="siege-camp-attrition">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2763" source="cast-iron-seasoning" target="solar-sail-propulsion">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2764" source="cast-iron-seasoning" target="tell-mounds">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2765" source="cast-iron-seasoning" target="ubiquity-of-the-bell-curve">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2766" source="casualty-evacuation" target="combined-arms">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e2767" source="catalysis" target="colloid-flocculation">
      <data key="e_weight">7</data>
    </edge>
    <edge id="e2768" source="catalysis" target="freezing-point-depression">
      <data key="e_weight">7</data>
    </edge>
    <edge id="e2769" source="catalysis" target="semiconductor-doping">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e2770" source="catastrophe-reinsurance" target="chance-word-resemblances">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2771" source="catastrophe-reinsurance" target="experience-rating">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e2772" source="catastrophe-reinsurance" target="genetic-drift">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2773" source="catastrophe-reinsurance" target="insurance">
      <data key="e_weight">6</data>
    </edge>
    <edge id="e2774" source="catastrophe-reinsurance" target="insurance-pooling">
      <data key="e_weight">11</data>
    </edge>
    <edge id="e2775" source="catastrophe-reinsurance" target="random-audits">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2776" source="catastrophe-reinsurance" target="selection-by-lot">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2777" source="catastrophe-reinsurance" target="streaks-in-random-sequences">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2778" source="catastrophe-reinsurance" target="warranty-timing">
      <data key="e_weight">6</data>
    </edge>
    <edge id="e2779" source="catastrophic-cancellation" target="incompleteness">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e2780" source="catastrophic-cancellation" target="overdetermined-measurements">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e2781" source="catastrophic-cancellation" target="pseudorandomness">
      <data key="e_weight">6</data>
    </edge>
    <edge id="e2782" source="catastrophic-cancellation" target="sizes-of-infinity">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e2783" source="catastrophic-cancellation" target="unstable-averages">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e2784" source="categorical-perception-of-speech-sounds" target="cocktail-party-effect">
      <data key="e_weight">6</data>
    </edge>
    <edge id="e2785" source="categorical-perception-of-speech-sounds" target="delayed-auditory-feedback">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e2786" source="categorical-perception-of-speech-sounds" target="ear-voice-span">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e2787" source="categorical-perception-of-speech-sounds" target="filler-words">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e2788" source="categorical-perception-of-speech-sounds" target="speaking-in-noise">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e2789" source="categorical-perception-of-speech-sounds" target="telephone-bandwidth">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e2790" source="categorical-perception-of-speech-sounds" target="transcribed-speech">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e2791" source="causal-closure-of-the-physical" target="compensatory-lengthening">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2792" source="causal-closure-of-the-physical" target="free-will">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e2793" source="causal-closure-of-the-physical" target="identity-over-change">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e2794" source="causal-closure-of-the-physical" target="intracranial-pressure">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2795" source="causal-closure-of-the-physical" target="multiple-realizability-of-mind">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e2796" source="causal-closure-of-the-physical" target="perceptual-load-and-distraction">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2797" source="causal-closure-of-the-physical" target="seasonal-labour-budget">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2798" source="causal-closure-of-the-physical" target="shared-schedule-float">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2799" source="causal-closure-of-the-physical" target="the-zero-sum-timetable">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2800" source="cave-formation" target="decision-fatigue">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2801" source="cave-formation" target="diabetic-complications">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2802" source="cave-formation" target="dialect-continuum">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2803" source="cave-formation" target="experience-curve-pricing">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2804" source="cave-formation" target="how-rock-becomes-soil">
      <data key="e_weight">7</data>
    </edge>
    <edge id="e2805" source="cave-formation" target="imperceptible-harms">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2806" source="cave-formation" target="ocean-acidification">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e2807" source="cave-formation" target="sea-saltiness">
      <data key="e_weight">9</data>
    </edge>
    <edge id="e2808" source="cave-formation" target="siege-camp-attrition">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2809" source="cave-formation" target="solar-sail-propulsion">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2810" source="cave-formation" target="tell-mounds">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2811" source="cave-formation" target="ubiquity-of-the-bell-curve">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2812" source="cave-formation" target="why-do-earthquakes-happen">
      <data key="e_weight">7</data>
    </edge>
    <edge id="e2813" source="cave-formation" target="why-rivers-meander">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e2814" source="ceiling-on-admissions-prediction" target="cut-scores-on-licensing-exams">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e2815" source="ceiling-on-admissions-prediction" target="marker-disagreement">
      <data key="e_weight">7</data>
    </edge>
    <edge id="e2816" source="cello-wolf-tone" target="deliberate-practice">
      <data key="e_weight">6</data>
    </edge>
    <edge id="e2817" source="cello-wolf-tone" target="earworms">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e2818" source="cello-wolf-tone" target="fashion-churn">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e2819" source="cello-wolf-tone" target="played-in-instruments">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e2820" source="cells-that-defect-on-the-body" target="forest-height-race">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e2821" source="cellular-automata" target="convection-cells">
      <data key="e_weight">6</data>
    </edge>
    <edge id="e2822" source="cellular-automata" target="coupled-oscillator-synchronization">
      <data key="e_weight">7</data>
    </edge>
    <edge id="e2823" source="cellular-automata" target="creole-genesis">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2824" source="cellular-automata" target="customary-international-law">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2825" source="cellular-automata" target="dispersed-knowledge-in-production">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2826" source="cellular-automata" target="emergent-classroom-sign-language">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2827" source="cellular-automata" target="folk-craft-regionalism">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2828" source="cellular-automata" target="given-name-fashions">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2829" source="cellular-automata" target="how-ant-colonies-decide">
      <data key="e_weight">6</data>
    </edge>
    <edge id="e2830" source="cellular-automata" target="lateral-inhibition-in-tissue">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2831" source="cellular-automata" target="liquid-crystals">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2832" source="cellular-automata" target="live-and-let-live-truces">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2833" source="cellular-automata" target="living-interpretation">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2834" source="cellular-automata" target="patterned-ground">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2835" source="cellular-automata" target="second-hand-going-rate">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2836" source="cellular-automata" target="spiral-arms">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2837" source="cellular-automata" target="stadium-wave">
      <data key="e_weight">6</data>
    </edge>
    <edge id="e2838" source="cellular-automata" target="swarm-robotics">
      <data key="e_weight">6</data>
    </edge>
    <edge id="e2839" source="cellular-automata" target="the-informal-org-chart">
      <data key="e_weight">6</data>
    </edge>
    <edge id="e2840" source="cellular-automata" target="town-spacing">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2841" source="cellular-automata" target="traveler-herding">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2842" source="cellular-automata" target="unplanned-settlement-form">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2843" source="cellular-automata" target="unwritten-household-rules">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2844" source="cellular-automata" target="visual-grouping">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2845" source="cement-hardening" target="how-enzymes-pick-their-target">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e2846" source="cement-hardening" target="how-soap-cleans">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e2847" source="cement-hardening" target="reinforced-concrete">
      <data key="e_weight">6</data>
    </edge>
    <edge id="e2848" source="cement-hardening" target="sharpness">
      <data key="e_weight">6</data>
    </edge>
    <edge id="e2849" source="cement-hardening" target="tempered-glass">
      <data key="e_weight">7</data>
    </edge>
    <edge id="e2850" source="census-undercount" target="fixed-size-legislature">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e2851" source="census-undercount" target="judicial-recusal">
      <data key="e_weight">7</data>
    </edge>
    <edge id="e2852" source="central-sensitization" target="phantom-limb-pain">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e2853" source="central-sensitization" target="referred-pain">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e2854" source="ceramic-seriation" target="conspicuous-display">
      <data key="e_weight">7</data>
    </edge>
    <edge id="e2855" source="ceramic-seriation" target="historical-silence">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e2856" source="ceramic-seriation" target="patina-and-age-value">
      <data key="e_weight">6</data>
    </edge>
    <edge id="e2857" source="ceramic-seriation" target="preservation-bias">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e2858" source="ceremony-as-a-smell" target="relic-proved-false">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2859" source="chance-in-the-wood-fired-kiln" target="massed-string-sound">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e2860" source="change-data-capture" target="choosing-an-indicator">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e2861" source="change-data-capture" target="choosing-what-to-forget">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e2862" source="change-data-capture" target="citation-without-verification">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e2863" source="change-data-capture" target="copying-something-you-can-only-question">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e2864" source="change-data-capture" target="grade-earned-not-declared">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e2865" source="change-data-capture" target="progress-bar-estimates">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e2866" source="change-data-capture" target="query-plan-estimation">
      <data key="e_weight">7</data>
    </edge>
    <edge id="e2867" source="change-data-capture" target="re-identification">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e2868" source="change-data-capture" target="recovering-a-schedule-nobody-wrote-down">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e2869" source="change-data-capture" target="releasing-to-a-few-first">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e2870" source="change-data-capture" target="running-both-and-comparing">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e2871" source="change-data-capture" target="testability-as-a-design-property">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e2872" source="change-data-capture" target="wrong-with-nothing-missing">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e2873" source="charm-pricing" target="mental-accounting">
      <data key="e_weight">8</data>
    </edge>
    <edge id="e2874" source="charm-pricing" target="sunk-cost">
      <data key="e_weight">6</data>
    </edge>
    <edge id="e2875" source="cheese-ripening" target="how-does-antibiotic-resistance-develop">
      <data key="e_weight">6</data>
    </edge>
    <edge id="e2876" source="cheese-ripening" target="landfill-methane">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e2877" source="cheese-ripening" target="milk-spoilage-after-opening">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e2878" source="cheese-ripening" target="sourdough-stability">
      <data key="e_weight">7</data>
    </edge>
    <edge id="e2879" source="chelate-effect" target="paper-chromatography">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e2880" source="chemical-protective-posture" target="emissions-control">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e2881" source="chemical-protective-posture" target="stealth-tradeoff">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e2882" source="chemical-protective-posture" target="unusable-intelligence">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e2883" source="chemotherapy-selectivity" target="general-anaesthesia">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e2884" source="chemotherapy-selectivity" target="overdiagnosis">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e2885" source="child-fostering" target="cognitive-reserve">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2886" source="child-fostering" target="collateral-circulation">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2887" source="child-fostering" target="floodplain-storage">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2888" source="child-fostering" target="grid-inertia-loss">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2889" source="child-fostering" target="metrical-verse">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2890" source="child-fostering" target="pedigree-collapse">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e2891" source="child-fostering" target="physiological-reserve">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2892" source="child-fostering" target="radiation-hardened-spacecraft-computers">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2893" source="child-fostering" target="redundant-climbing-anchors">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2894" source="child-fostering" target="second-earner-insurance">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e2895" source="child-fostering" target="self-healing-coatings">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2896" source="child-fostering" target="spare-transport-links">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2897" source="child-fostering" target="substitute-teacher-cover">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2898" source="child-fostering" target="the-soil-seed-bank">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2899" source="child-fostering" target="the-two-witness-rule">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2900" source="child-fostering" target="two-gravitational-wave-detectors">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2901" source="child-fostering" target="understudies">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2902" source="child-fostering" target="unused-curriculum">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2903" source="child-word-learning" target="grandparent-asymmetry">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e2904" source="child-word-learning" target="trust-asymmetry">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e2905" source="childrens-play" target="fading-attraction">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e2906" source="childrens-play" target="infant-night-waking">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e2907" source="childrens-play" target="toddler-tantrums">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e2908" source="chilling-injury" target="food-preservation">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e2909" source="chilling-injury" target="maillard-browning">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e2910" source="chilling-injury" target="milk-spoilage-after-opening">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e2911" source="chilling-injury" target="shear-thickening-food-pastes">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e2912" source="chip-yield-and-die-size" target="clustered-breakdowns">
      <data key="e_weight">6</data>
    </edge>
    <edge id="e2913" source="choice-overload" target="delay-discounting">
      <data key="e_weight">7</data>
    </edge>
    <edge id="e2914" source="choice-overload" target="devolved-authority">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2915" source="choice-overload" target="hub-and-spoke-routing">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2916" source="choice-overload" target="industry-concentration">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2917" source="choice-overload" target="just-noticeable-difference">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e2918" source="choice-overload" target="optical-sizes-in-type">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2919" source="choice-overload" target="paediatric-dosing">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2920" source="choice-overload" target="routinization-of-charisma">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2921" source="choking-under-attention" target="learning-plateaus">
      <data key="e_weight">6</data>
    </edge>
    <edge id="e2922" source="choosing-an-indicator" target="citation-without-verification">
      <data key="e_weight">7</data>
    </edge>
    <edge id="e2923" source="choosing-an-indicator" target="grade-earned-not-declared">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e2924" source="choosing-an-indicator" target="query-plan-estimation">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e2925" source="choosing-an-indicator" target="re-identification">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e2926" source="choosing-an-indicator" target="recovering-a-schedule-nobody-wrote-down">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e2927" source="choosing-an-indicator" target="synthetic-versus-real-users">
      <data key="e_weight">7</data>
    </edge>
    <edge id="e2928" source="choosing-an-indicator" target="wrong-with-nothing-missing">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e2929" source="choosing-the-first-piece-to-replace" target="chunking">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e2930" source="choosing-the-first-piece-to-replace" target="data-you-keep-is-data-you-can-lose">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e2931" source="choosing-the-first-piece-to-replace" target="garbage-collection-pauses">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e2932" source="choosing-the-first-piece-to-replace" target="isolates-containers-and-startup-cost">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e2933" source="choosing-the-first-piece-to-replace" target="losing-it-or-doing-it-twice">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e2934" source="choosing-the-first-piece-to-replace" target="recovery-objectives">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e2935" source="choosing-the-first-piece-to-replace" target="sharding">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e2936" source="choosing-the-first-piece-to-replace" target="slow-password-checks">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e2937" source="choosing-the-first-piece-to-replace" target="splitting-a-system-into-services">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e2938" source="choosing-the-first-piece-to-replace" target="the-price-of-being-able-to-leave">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e2939" source="choosing-the-first-piece-to-replace" target="the-singleton-regret">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e2940" source="choosing-the-first-piece-to-replace" target="the-test-pyramid">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e2941" source="choosing-the-first-piece-to-replace" target="two-stage-retrieval">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e2942" source="choosing-what-to-forget" target="citation-without-verification">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e2943" source="choosing-what-to-forget" target="copying-something-you-can-only-question">
      <data key="e_weight">7</data>
    </edge>
    <edge id="e2944" source="choosing-what-to-forget" target="grade-earned-not-declared">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e2945" source="choosing-what-to-forget" target="query-plan-estimation">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e2946" source="choosing-what-to-forget" target="re-identification">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e2947" source="choosing-what-to-forget" target="recovering-a-schedule-nobody-wrote-down">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e2948" source="choosing-what-to-forget" target="releasing-to-a-few-first">
      <data key="e_weight">7</data>
    </edge>
    <edge id="e2949" source="choosing-what-to-forget" target="wrong-with-nothing-missing">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e2950" source="choreography-versus-orchestration" target="collecting-changes-before-committing-them">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e2951" source="choreography-versus-orchestration" target="dependency-conflicts">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e2952" source="choreography-versus-orchestration" target="many-agents-one-task">
      <data key="e_weight">7</data>
    </edge>
    <edge id="e2953" source="choreography-versus-orchestration" target="merge-conflicts">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e2954" source="choreography-versus-orchestration" target="sagas">
      <data key="e_weight">7</data>
    </edge>
    <edge id="e2955" source="choreography-versus-orchestration" target="service-discovery">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e2956" source="choreography-versus-orchestration" target="the-distributed-monolith">
      <data key="e_weight">7</data>
    </edge>
    <edge id="e2957" source="choreography-versus-orchestration" target="the-outbox">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e2958" source="choreography-versus-orchestration" target="the-semantic-layer">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e2959" source="choreography-versus-orchestration" target="two-systems-one-record">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e2960" source="choreography-versus-orchestration" target="why-adding-a-worker-stops-the-others">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e2961" source="chronotherapy" target="dawn-light-and-the-body-clock">
      <data key="e_weight">6</data>
    </edge>
    <edge id="e2962" source="chronotherapy" target="event-time-versus-arrival-time">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2963" source="chronotherapy" target="jet-lag">
      <data key="e_weight">7</data>
    </edge>
    <edge id="e2964" source="chronotherapy" target="nighttime-radio-reach">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2965" source="chronotherapy" target="oscillating-chemical-reactions">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2966" source="chronotherapy" target="pantry-moth-persistence">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2967" source="chronotherapy" target="shift-work">
      <data key="e_weight">6</data>
    </edge>
    <edge id="e2968" source="chronotherapy" target="sleeping-on-a-problem">
      <data key="e_weight">6</data>
    </edge>
    <edge id="e2969" source="chronotherapy" target="summer-learning-loss">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e2970" source="chronotherapy" target="time-of-day-performance-peak">
      <data key="e_weight">6</data>
    </edge>
    <edge id="e2971" source="chunking" target="garbage-collection-pauses">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e2972" source="chunking" target="isolates-containers-and-startup-cost">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e2973" source="chunking" target="losing-it-or-doing-it-twice">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e2974" source="chunking" target="sharding">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e2975" source="chunking" target="slow-password-checks">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e2976" source="chunking" target="splitting-a-system-into-services">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e2977" source="chunking" target="the-price-of-being-able-to-leave">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e2978" source="chunking" target="the-singleton-regret">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e2979" source="chunking" target="the-test-pyramid">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e2980" source="chunking" target="two-stage-retrieval">
      <data key="e_weight">7</data>
    </edge>
    <edge id="e2981" source="circuit-breakers" target="deploying-more-to-break-less">
      <data key="e_weight">7</data>
    </edge>
    <edge id="e2982" source="circuit-breakers" target="failing-fast">
      <data key="e_weight">7</data>
    </edge>
    <edge id="e2983" source="circuit-breakers" target="how-does-a-neural-network-learn">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e2984" source="circuit-breakers" target="model-collapse">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e2985" source="circuit-breakers" target="one-improbable-word">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e2986" source="circuit-breakers" target="recommendation-narrowing">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e2987" source="circuit-breakers" target="scaling-that-overshoots">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e2988" source="circuit-breakers" target="the-agent-loop">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e2989" source="circuit-schematics-versus-layout" target="shift-handover">
      <data key="e_weight">6</data>
    </edge>
    <edge id="e2990" source="civil-service-tenure" target="presumption-of-innocence">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e2991" source="civilian-control" target="constitutional-entrenchment">
      <data key="e_weight">6</data>
    </edge>
    <edge id="e2992" source="civilian-control" target="delegated-launch-authority">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e2993" source="civilian-control" target="deterrence">
      <data key="e_weight">7</data>
    </edge>
    <edge id="e2994" source="civilian-control" target="fleet-in-being">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e2995" source="civilian-control" target="judicial-review">
      <data key="e_weight">6</data>
    </edge>
    <edge id="e2996" source="class-size-cutoff-rules" target="cut-scores-on-licensing-exams">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e2997" source="class-size-cutoff-rules" target="learning-plateaus">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e2998" source="classroom-misconceptions" target="curse-of-knowledge">
      <data key="e_weight">7</data>
    </edge>
    <edge id="e2999" source="classroom-misconceptions" target="memory-reconstruction">
      <data key="e_weight">6</data>
    </edge>
    <edge id="e3000" source="cleansing-effect-of-recessions" target="who-leaves-first">
      <data key="e_weight">6</data>
    </edge>
    <edge id="e3001" source="clickbait-headlines" target="media-sameness">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3002" source="climate-model-parameterization" target="why-0-1-plus-0-2-is-not-0-3">
      <data key="e_weight">6</data>
    </edge>
    <edge id="e3003" source="climbing-grade-drift" target="early-strength-gains">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3004" source="climbing-versus-descending-weight" target="peloton-drafting">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3005" source="climbing-versus-descending-weight" target="rowing-crew-scale">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3006" source="clock-synchronization" target="dead-or-just-slow">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3007" source="clock-synchronization" target="distributed-consensus">
      <data key="e_weight">9</data>
    </edge>
    <edge id="e3008" source="clock-synchronization" target="opaque-cursors">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3009" source="clock-synchronization" target="pseudorandomness">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3010" source="clock-synchronization" target="the-sorting-floor">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3011" source="clock-synchronization" target="unknown-unknowns">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3012" source="clock-synchronization" target="writing-down-what-you-could-not-determine">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3013" source="closeness-distance-balance" target="last-straw">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3014" source="cloudy-ice-cubes" target="cold-floors">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3015" source="cloudy-ice-cubes" target="dishwasher-drying">
      <data key="e_weight">7</data>
    </edge>
    <edge id="e3016" source="cloudy-ice-cubes" target="evaporative-drying">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3017" source="cloudy-ice-cubes" target="home-insulation">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3018" source="cloudy-ice-cubes" target="radiant-chill-indoors">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3019" source="cloudy-ice-cubes" target="shower-curtain-drift">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3020" source="clustered-breakdowns" target="failure-after-repair">
      <data key="e_weight">7</data>
    </edge>
    <edge id="e3021" source="clustered-breakdowns" target="preventive-replacement">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3022" source="clutter" target="dry-drain-trap">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3023" source="clutter" target="freezer-burn">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3024" source="clutter" target="house-dust">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3025" source="coalition-formation" target="committee-gatekeeping">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3026" source="coalition-formation" target="statutory-interpretation-canons">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3027" source="coalition-formation" target="term-limits">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3028" source="coalition-formation" target="voting-rules">
      <data key="e_weight">7</data>
    </edge>
    <edge id="e3029" source="coalition-friction" target="combatant-identification">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3030" source="coalition-friction" target="leap-seconds">
      <data key="e_weight">6</data>
    </edge>
    <edge id="e3031" source="coalition-friction" target="technical-standards">
      <data key="e_weight">8</data>
    </edge>
    <edge id="e3032" source="coastal-dead-zones" target="how-banks-create-money">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e3033" source="coastal-dead-zones" target="spinning-coin-last-rattle">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e3034" source="coastal-fog-belts" target="cooling-with-altitude">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3035" source="coastal-fog-belts" target="desert-latitudes">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3036" source="coastal-fog-belts" target="pingo-growth">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3037" source="coastal-fog-belts" target="urban-heat-islands">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3038" source="coastline-paradox" target="curse-of-dimensionality">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3039" source="coastline-paradox" target="small-world-networks">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3040" source="cocktail-party-effect" target="doorway-effect">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3041" source="cocktail-party-effect" target="nap-length">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3042" source="cocktail-party-effect" target="unfinished-tasks">
      <data key="e_weight">7</data>
    </edge>
    <edge id="e3043" source="code-that-never-runs-and-code-that-runs-once-a-year" target="confident-model-errors">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3044" source="code-that-never-runs-and-code-that-runs-once-a-year" target="evaluating-retrieval-separately">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3045" source="code-that-never-runs-and-code-that-runs-once-a-year" target="evaluation-suites">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3046" source="code-that-never-runs-and-code-that-runs-once-a-year" target="recovering-what-the-business-meant">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3047" source="code-that-never-runs-and-code-that-runs-once-a-year" target="which-record-is-the-real-one">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3048" source="cognitive-dissonance" target="hedonic-adaptation">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3049" source="cognitive-reserve" target="collateral-circulation">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e3050" source="cognitive-reserve" target="floodplain-storage">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e3051" source="cognitive-reserve" target="self-healing-coatings">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e3052" source="cognitive-reserve" target="spare-transport-links">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e3053" source="cohesion-tension-sap-ascent" target="diminishing-fertiliser-returns">
      <data key="e_weight">6</data>
    </edge>
    <edge id="e3054" source="cohesion-tension-sap-ascent" target="island-size-rule">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3055" source="coiled-extension-lead" target="ghost-glow-in-led-bulbs">
      <data key="e_weight">7</data>
    </edge>
    <edge id="e3056" source="cold-floors" target="dishwasher-drying">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3057" source="cold-floors" target="home-insulation">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3058" source="cold-floors" target="radiant-chill-indoors">
      <data key="e_weight">7</data>
    </edge>
    <edge id="e3059" source="cold-floors" target="shower-curtain-drift">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3060" source="cold-floors" target="welding-distortion">
      <data key="e_weight">6</data>
    </edge>
    <edge id="e3061" source="cold-spot-condensation" target="leftover-spoilage">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3062" source="cold-spot-condensation" target="limescale">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3063" source="cold-spot-condensation" target="night-time-alarm-chirp">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3064" source="cold-spot-condensation" target="rice-cooker-cutoff">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3065" source="cold-spot-condensation" target="setting-a-stain">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3066" source="cold-spot-condensation" target="subscription-inertia">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3067" source="cold-starts" target="failing-fast">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3068" source="cold-starts" target="grokking-in-training">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3069" source="cold-starts" target="memory-thrashing">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3070" source="cold-starts" target="nearest-first">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3071" source="cold-starts" target="quorums">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3072" source="cold-starts" target="vertical-and-horizontal-scaling">
      <data key="e_weight">7</data>
    </edge>
    <edge id="e3073" source="collateral-circulation" target="physiological-reserve">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3074" source="collecting-changes-before-committing-them" target="dependency-conflicts">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3075" source="collecting-changes-before-committing-them" target="isolation-levels">
      <data key="e_weight">7</data>
    </edge>
    <edge id="e3076" source="collecting-changes-before-committing-them" target="many-agents-one-task">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3077" source="collecting-changes-before-committing-them" target="merge-conflicts">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3078" source="collecting-changes-before-committing-them" target="service-discovery">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3079" source="collecting-changes-before-committing-them" target="the-distributed-monolith">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3080" source="collecting-changes-before-committing-them" target="the-outbox">
      <data key="e_weight">9</data>
    </edge>
    <edge id="e3081" source="collecting-changes-before-committing-them" target="the-semantic-layer">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3082" source="collecting-changes-before-committing-them" target="two-systems-one-record">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3083" source="collecting-changes-before-committing-them" target="why-adding-a-worker-stops-the-others">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3084" source="collective-responsibility" target="living-interpretation">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3085" source="colloid-flocculation" target="food-preservation">
      <data key="e_weight">6</data>
    </edge>
    <edge id="e3086" source="colloid-flocculation" target="freezing-point-depression">
      <data key="e_weight">7</data>
    </edge>
    <edge id="e3087" source="colloid-flocculation" target="semiconductor-doping">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3088" source="colloid-flocculation" target="shear-thickening-food-pastes">
      <data key="e_weight">6</data>
    </edge>
    <edge id="e3089" source="color-mixing" target="linear-perspective">
      <data key="e_weight">7</data>
    </edge>
    <edge id="e3090" source="color-mixing" target="photographic-evidence">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3091" source="combat-overclaiming" target="fog-of-war">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3092" source="comet-tails" target="yarkovsky-effect">
      <data key="e_weight">7</data>
    </edge>
    <edge id="e3093" source="comfort-objects" target="undifferentiated-infant-cry">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3094" source="commands-and-events" target="counting-steps-instead-of-timing">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3095" source="commands-and-events" target="distributed-tracing">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3096" source="commands-and-events" target="drawing-the-same-model-three-times">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3097" source="commands-and-events" target="finding-without-searching">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3098" source="commands-and-events" target="labelling-before-deciding">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3099" source="commands-and-events" target="protocol-errors-versus-execution-errors">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3100" source="commands-and-events" target="twenty-five-acronyms-nine-pieces">
      <data key="e_weight">7</data>
    </edge>
    <edge id="e3101" source="committed-warming" target="plutos-seasonal-atmosphere">
      <data key="e_weight">6</data>
    </edge>
    <edge id="e3102" source="committee-gatekeeping" target="term-limits">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3103" source="common-high-pasture" target="urban-growth-boundaries">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3104" source="common-high-pasture" target="where-parks-end-up">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3105" source="common-vertical-datum" target="redefining-the-kilogram">
      <data key="e_weight">6</data>
    </edge>
    <edge id="e3106" source="comparative-advantage" target="price-signals">
      <data key="e_weight">7</data>
    </edge>
    <edge id="e3107" source="comparative-advantage" target="trade-credit">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3108" source="compatibility-has-a-direction" target="data-contracts">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3109" source="compatibility-has-a-direction" target="design-by-contract">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3110" source="compatibility-has-a-direction" target="feature-flags">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3111" source="compatibility-has-a-direction" target="proving-you-started-the-exchange-you-are-finishing">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3112" source="compatibility-has-a-direction" target="system-prompt-priority">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3113" source="compatibility-has-a-direction" target="when-responsibility-transfers">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3114" source="compatibility-has-a-direction" target="writing-the-test-first">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3115" source="compensated-shock" target="herd-immunity">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3116" source="compensated-shock" target="metastasis">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3117" source="compensated-shock" target="sepsis">
      <data key="e_weight">7</data>
    </edge>
    <edge id="e3118" source="completing-a-collection" target="error-cancellation-in-averages">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3119" source="completing-a-collection" target="monty-hall-problem">
      <data key="e_weight">7</data>
    </edge>
    <edge id="e3120" source="completing-a-collection" target="random-walk-recurrence">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3121" source="completing-a-collection" target="regression-to-the-mean">
      <data key="e_weight">7</data>
    </edge>
    <edge id="e3122" source="completing-a-collection" target="sample-size-versus-population">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3123" source="completing-a-collection" target="single-queue">
      <data key="e_weight">6</data>
    </edge>
    <edge id="e3124" source="completing-a-collection" target="testing-many-questions-at-once">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3125" source="composition-over-inheritance" target="control-plane-and-data-plane">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3126" source="composition-over-inheritance" target="coupling">
      <data key="e_weight">7</data>
    </edge>
    <edge id="e3127" source="composition-over-inheritance" target="data-leakage-paths">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3128" source="composition-over-inheritance" target="dependency-direction">
      <data key="e_weight">7</data>
    </edge>
    <edge id="e3129" source="composition-over-inheritance" target="false-sharing">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3130" source="composition-over-inheritance" target="fewer-operations-slower-program">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3131" source="composition-over-inheritance" target="half-sorted-is-enough">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3132" source="composition-over-inheritance" target="isolation-without-a-machine">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3133" source="composition-over-inheritance" target="normalization">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3134" source="composition-over-inheritance" target="objects-that-do-not-know-they-are-stored">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3135" source="composition-over-inheritance" target="orchestration">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3136" source="composition-over-inheritance" target="partition-pruning">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3137" source="composition-over-inheritance" target="the-publisher-that-knows-no-subscribers">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3138" source="composition-over-inheritance" target="wrapping-without-changing">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3139" source="compost-heat" target="landfill-methane">
      <data key="e_weight">7</data>
    </edge>
    <edge id="e3140" source="compost-heat" target="soil-carbon-under-ploughing">
      <data key="e_weight">7</data>
    </edge>
    <edge id="e3141" source="compound-interest" target="how-banks-create-money">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3142" source="compound-interest" target="minimum-payment-trap">
      <data key="e_weight">6</data>
    </edge>
    <edge id="e3143" source="compound-interest" target="spinning-coin-last-rattle">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e3144" source="compounding-debt-service" target="election-timed-spending">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3145" source="compounding-debt-service" target="resource-revenue-and-accountability">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3146" source="compounding-debt-service" target="spinning-coin-last-rattle">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e3147" source="compromise-capitals" target="landlocked-disadvantage">
      <data key="e_weight">7</data>
    </edge>
    <edge id="e3148" source="compromise-capitals" target="market-day-rotation">
      <data key="e_weight">7</data>
    </edge>
    <edge id="e3149" source="compromise-capitals" target="time-zones">
      <data key="e_weight">7</data>
    </edge>
    <edge id="e3150" source="compulsory-taxation" target="whistleblower-protection">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3151" source="concert-hall-reverberation" target="emerging-pentimenti">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3152" source="concert-pitch-standard" target="gamelan-tuning">
      <data key="e_weight">9</data>
    </edge>
    <edge id="e3153" source="concert-pitch-standard" target="origin-of-money">
      <data key="e_weight">6</data>
    </edge>
    <edge id="e3154" source="concert-pitch-standard" target="what-notation-cannot-record">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3155" source="confident-model-errors" target="evaluating-retrieval-separately">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3156" source="confident-model-errors" target="evaluation-suites">
      <data key="e_weight">7</data>
    </edge>
    <edge id="e3157" source="confident-model-errors" target="next-token-prediction">
      <data key="e_weight">7</data>
    </edge>
    <edge id="e3158" source="confident-model-errors" target="recovering-what-the-business-meant">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3159" source="confident-model-errors" target="which-record-is-the-real-one">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3160" source="configuration-drift" target="layers-are-diffs">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3161" source="configuration-drift" target="merging-often">
      <data key="e_weight">7</data>
    </edge>
    <edge id="e3162" source="configuration-drift" target="metered-cost">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3163" source="configuration-drift" target="remembering-the-sub-answers">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3164" source="configuration-drift" target="roles-as-compression">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3165" source="configuration-drift" target="software-aging">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3166" source="configuration-drift" target="technical-debt">
      <data key="e_weight">7</data>
    </edge>
    <edge id="e3167" source="configuration-drift" target="the-occasionally-expensive-operation">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3168" source="configuration-drift" target="the-small-files-problem">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3169" source="configuration-drift" target="write-amplification">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3170" source="conformity" target="minority-influence">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3171" source="conformity" target="synchronized-applause">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3172" source="confounded-factorial-effects" target="optimal-stopping">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3173" source="confounded-factorial-effects" target="pre-registered-analysis">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3174" source="confounded-factorial-effects" target="regression-to-the-mean">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3175" source="congestion-collapse" target="the-noisy-neighbour">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3176" source="congestion-collapse" target="wi-fi-channel-congestion">
      <data key="e_weight">6</data>
    </edge>
    <edge id="e3177" source="connection-exhaustion-before-cpu" target="double-descent">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3178" source="connection-exhaustion-before-cpu" target="foundation-model-economics">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3179" source="connection-exhaustion-before-cpu" target="hot-partitions">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3180" source="connection-exhaustion-before-cpu" target="lost-in-the-middle">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3181" source="connection-exhaustion-before-cpu" target="rapidly-changing-attributes">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3182" source="connection-exhaustion-before-cpu" target="the-middleman-that-reduces-connections">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3183" source="connection-exhaustion-before-cpu" target="thinking-budget">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3184" source="connection-exhaustion-before-cpu" target="transformer-parallelism">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3185" source="connection-exhaustion-before-cpu" target="words-stored-by-their-beginnings">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3186" source="conservation-easements" target="urban-growth-boundaries">
      <data key="e_weight">6</data>
    </edge>
    <edge id="e3187" source="conspicuous-display" target="historical-silence">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3188" source="conspicuous-display" target="patina-and-age-value">
      <data key="e_weight">6</data>
    </edge>
    <edge id="e3189" source="conspicuous-signals" target="honeybee-waggle-dance">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3190" source="conspicuous-signals" target="plasmid-addiction-systems">
      <data key="e_weight">7</data>
    </edge>
    <edge id="e3191" source="constitutional-entrenchment" target="emergency-powers-ratchet">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3192" source="constitutional-entrenchment" target="judicial-review">
      <data key="e_weight">9</data>
    </edge>
    <edge id="e3193" source="constitutional-entrenchment" target="line-of-succession">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3194" source="constitutional-entrenchment" target="notice-and-comment-rulemaking">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3195" source="constitutional-entrenchment" target="why-do-democracies-separate-powers">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3196" source="content-delivery-networks" target="replication-lag">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3197" source="context-window" target="prefill-and-decode">
      <data key="e_weight">7</data>
    </edge>
    <edge id="e3198" source="contingency-fuel" target="guest-right">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3199" source="contingency-fuel" target="route-survival-after-downturns">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3200" source="contingency-fuel" target="schedule-padding">
      <data key="e_weight">7</data>
    </edge>
    <edge id="e3201" source="contingency-fuel" target="step-climb">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3202" source="continuity-editing" target="pareidolia">
      <data key="e_weight">6</data>
    </edge>
    <edge id="e3203" source="continuity-editing" target="story-shape">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3204" source="continuity-over-a-protocol-with-no-memory" target="delegation-without-the-password">
      <data key="e_weight">7</data>
    </edge>
    <edge id="e3205" source="continuity-over-a-protocol-with-no-memory" target="logged-into-someone-elses-account">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3206" source="continuity-over-a-protocol-with-no-memory" target="output-as-untrusted-input">
      <data key="e_weight">7</data>
    </edge>
    <edge id="e3207" source="contour-lines" target="map-projection-distortion">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3208" source="control-as-a-classification" target="deciding-apart-from-enforcing">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3209" source="control-as-a-classification" target="model-routing">
      <data key="e_weight">7</data>
    </edge>
    <edge id="e3210" source="control-as-a-classification" target="moving-failure-handling-out-of-the-program">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3211" source="control-as-a-classification" target="prompt-chaining">
      <data key="e_weight">7</data>
    </edge>
    <edge id="e3212" source="control-as-a-classification" target="refinement-stages">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3213" source="control-as-a-classification" target="retrieval-augmented-generation">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3214" source="control-as-a-classification" target="speculative-decoding">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3215" source="control-as-a-classification" target="three-kinds-of-responsible-person">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3216" source="control-as-a-classification" target="three-questions-people-treat-as-one">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3217" source="control-as-a-classification" target="two-stores-for-one-truth">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3218" source="control-plane-and-data-plane" target="coupling">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3219" source="control-plane-and-data-plane" target="data-leakage-paths">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3220" source="control-plane-and-data-plane" target="dependency-direction">
      <data key="e_weight">7</data>
    </edge>
    <edge id="e3221" source="control-plane-and-data-plane" target="false-sharing">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3222" source="control-plane-and-data-plane" target="fewer-operations-slower-program">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3223" source="control-plane-and-data-plane" target="half-sorted-is-enough">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3224" source="control-plane-and-data-plane" target="isolation-without-a-machine">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3225" source="control-plane-and-data-plane" target="normalization">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3226" source="control-plane-and-data-plane" target="objects-that-do-not-know-they-are-stored">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3227" source="control-plane-and-data-plane" target="orchestration">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3228" source="control-plane-and-data-plane" target="partition-pruning">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3229" source="control-plane-and-data-plane" target="the-publisher-that-knows-no-subscribers">
      <data key="e_weight">7</data>
    </edge>
    <edge id="e3230" source="control-plane-and-data-plane" target="wrapping-without-changing">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3231" source="convection-cells" target="coupled-oscillator-synchronization">
      <data key="e_weight">6</data>
    </edge>
    <edge id="e3232" source="convection-cells" target="emergence-of-temperature">
      <data key="e_weight">7</data>
    </edge>
    <edge id="e3233" source="convection-cells" target="how-ant-colonies-decide">
      <data key="e_weight">6</data>
    </edge>
    <edge id="e3234" source="convection-cells" target="stadium-wave">
      <data key="e_weight">6</data>
    </edge>
    <edge id="e3235" source="convection-cells" target="swarm-robotics">
      <data key="e_weight">6</data>
    </edge>
    <edge id="e3236" source="convection-cells" target="the-informal-org-chart">
      <data key="e_weight">6</data>
    </edge>
    <edge id="e3237" source="convergent-evolution" target="cost-of-sex">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3238" source="convergent-evolution" target="island-size-rule">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3239" source="convergent-evolution" target="pollination-specificity">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3240" source="convergent-evolution" target="senescence">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3241" source="convergent-evolution" target="sterile-worker-castes">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3242" source="convergent-evolution" target="virulence-and-transmission">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3243" source="conversation-turn-taking" target="euphemism">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3244" source="conversation-turn-taking" target="indirect-requests">
      <data key="e_weight">9</data>
    </edge>
    <edge id="e3245" source="conversation-turn-taking" target="signing-space">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3246" source="conversation-turn-taking" target="spelling-reform">
      <data key="e_weight">7</data>
    </edge>
    <edge id="e3247" source="conversation-turn-taking" target="trade-jargon">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3248" source="convoy-protection" target="munitions-stockpiles">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3249" source="cooling-with-altitude" target="desert-latitudes">
      <data key="e_weight">7</data>
    </edge>
    <edge id="e3250" source="cooling-with-altitude" target="pingo-growth">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3251" source="cooling-with-altitude" target="transhumance">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3252" source="cooling-with-altitude" target="urban-heat-islands">
      <data key="e_weight">7</data>
    </edge>
    <edge id="e3253" source="cooling-with-altitude" target="what-keeps-ocean-currents-moving">
      <data key="e_weight">6</data>
    </edge>
    <edge id="e3254" source="coordination-cost" target="planning-fallacy">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3255" source="coordination-cost" target="plaster-in-thin-coats">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3256" source="coordination-cost" target="scaffold-ties">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3257" source="copying-something-you-can-only-question" target="releasing-to-a-few-first">
      <data key="e_weight">7</data>
    </edge>
    <edge id="e3258" source="coral-bleaching" target="lake-turnover">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3259" source="coral-bleaching" target="rain-shadow">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3260" source="corner-solutions" target="defenders-advantage">
      <data key="e_weight">6</data>
    </edge>
    <edge id="e3261" source="cors-in-the-web" target="how-encryption-keeps-messages-secret">
      <data key="e_weight">7</data>
    </edge>
    <edge id="e3262" source="cors-in-the-web" target="prompt-injection">
      <data key="e_weight">7</data>
    </edge>
    <edge id="e3263" source="cors-in-the-web" target="talked-out-of-its-own-rules">
      <data key="e_weight">7</data>
    </edge>
    <edge id="e3264" source="cors-in-the-web" target="undefined-behaviour">
      <data key="e_weight">7</data>
    </edge>
    <edge id="e3265" source="cosmetic-produce-standards" target="seed-vigour-versus-germination">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3266" source="cosmic-distance-ladder" target="exoplanet-detection">
      <data key="e_weight">7</data>
    </edge>
    <edge id="e3267" source="cosmic-distance-ladder" target="why-stars-have-different-colors">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3268" source="cosmic-distance-ladder" target="widmanstatten-pattern">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3269" source="cost-disease" target="efficiency-wages">
      <data key="e_weight">6</data>
    </edge>
    <edge id="e3270" source="cost-disease" target="experience-rating">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3271" source="cost-disease" target="how-auction-rules-set-prices">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3272" source="cost-disease" target="incumbent-disruption">
      <data key="e_weight">7</data>
    </edge>
    <edge id="e3273" source="cost-disease" target="pay-rises-by-leaving">
      <data key="e_weight">6</data>
    </edge>
    <edge id="e3274" source="cost-of-sex" target="pollination-specificity">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3275" source="cost-of-sex" target="senescence">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3276" source="cost-of-sex" target="sterile-worker-castes">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3277" source="cost-of-sex" target="virulence-and-transmission">
      <data key="e_weight">7</data>
    </edge>
    <edge id="e3278" source="costly-religious-demands" target="pricing-the-sacred">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3279" source="costly-religious-demands" target="weakness-of-will">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3280" source="countercurrent-heat-exchange" target="heat-acclimatization">
      <data key="e_weight">6</data>
    </edge>
    <edge id="e3281" source="countercurrent-heat-exchange" target="land-size-limits">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3282" source="countercurrent-heat-exchange" target="ocean-productivity">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3283" source="countercurrent-heat-exchange" target="redox-banding-in-sediment">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3284" source="counting-steps-instead-of-timing" target="remembering-the-sub-answers">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3285" source="coupled-oscillator-synchronization" target="firefly-synchrony">
      <data key="e_weight">6</data>
    </edge>
    <edge id="e3286" source="coupled-oscillator-synchronization" target="how-ant-colonies-decide">
      <data key="e_weight">6</data>
    </edge>
    <edge id="e3287" source="coupling" target="data-leakage-paths">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3288" source="coupling" target="dependency-direction">
      <data key="e_weight">7</data>
    </edge>
    <edge id="e3289" source="coupling" target="half-sorted-is-enough">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3290" source="coupling" target="isolation-without-a-machine">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3291" source="coupling" target="normalization">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3292" source="coupling" target="orchestration">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3293" source="coupling" target="partition-pruning">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3294" source="cracked-bell-tone" target="deep-sound-channel">
      <data key="e_weight">6</data>
    </edge>
    <edge id="e3295" source="cracked-bell-tone" target="hourglass-flow-rate">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3296" source="cracked-bell-tone" target="selective-heating">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3297" source="cracked-bell-tone" target="why-ice-is-slippery">
      <data key="e_weight">7</data>
    </edge>
    <edge id="e3298" source="crane-signalling" target="standard-stud-spacing">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3299" source="credential-inflation" target="grade-inflation">
      <data key="e_weight">7</data>
    </edge>
    <edge id="e3300" source="credential-inflation" target="group-projects">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3301" source="credential-inflation" target="silent-classroom">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3302" source="credit" target="hostage-capital">
      <data key="e_weight">7</data>
    </edge>
    <edge id="e3303" source="credit" target="overnight-repo-lending">
      <data key="e_weight">9</data>
    </edge>
    <edge id="e3304" source="credit" target="retention-money">
      <data key="e_weight">6</data>
    </edge>
    <edge id="e3305" source="credit" target="wage-stickiness">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3306" source="creole-genesis" target="given-name-fashions">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3307" source="crevice-corrosion" target="instant-glue">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3308" source="crevice-corrosion" target="passivation">
      <data key="e_weight">9</data>
    </edge>
    <edge id="e3309" source="crevice-corrosion" target="why-iron-rusts">
      <data key="e_weight">7</data>
    </edge>
    <edge id="e3310" source="critical-mass" target="how-banks-create-money">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e3311" source="critical-mass" target="spinning-coin-last-rattle">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3312" source="crop-gene-banks" target="hybrid-seed-decline">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3313" source="crop-gene-banks" target="monoculture-fragility">
      <data key="e_weight">9</data>
    </edge>
    <edge id="e3314" source="crop-gene-banks" target="the-soil-seed-bank">
      <data key="e_weight">6</data>
    </edge>
    <edge id="e3315" source="crop-rotation" target="grazing-rest-period">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3316" source="crop-rotation" target="runoff-from-dry-ground">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3317" source="crop-rotation" target="salinization">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3318" source="crop-rotation" target="soil-carbon-under-ploughing">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3319" source="cross-cousin-marriage" target="merged-kinship-terms">
      <data key="e_weight">10</data>
    </edge>
    <edge id="e3320" source="cross-docking" target="empty-container-repositioning">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3321" source="cross-docking" target="just-in-time-fragility">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3322" source="cross-docking" target="pallet-size-lock-in">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3323" source="crowd-crush" target="silent-classroom">
      <data key="e_weight">6</data>
    </edge>
    <edge id="e3324" source="crowd-crush" target="social-loafing">
      <data key="e_weight">7</data>
    </edge>
    <edge id="e3325" source="cruise-call-clustering" target="tourism-seasonality">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3326" source="crumple-zones" target="mechanical-advantage">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3327" source="crumple-zones" target="water-hammer">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3328" source="crumple-zones" target="wind-farm-wake-losses">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3329" source="culminating-point-of-an-offensive" target="economy-of-force">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3330" source="cumulative-advantage-in-popularity" target="how-banks-create-money">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e3331" source="cumulative-advantage-in-popularity" target="sharing-cascades">
      <data key="e_weight">6</data>
    </edge>
    <edge id="e3332" source="cumulative-advantage-in-popularity" target="spinning-coin-last-rattle">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e3333" source="currency-peg-collapse" target="how-banks-create-money">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3334" source="currency-peg-collapse" target="impossible-trinity">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3335" source="currency-peg-collapse" target="j-curve-after-devaluation">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3336" source="currency-peg-collapse" target="network-effects">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3337" source="curse-of-dimensionality" target="small-world-networks">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3338" source="curse-of-dimensionality" target="transformer-parallelism">
      <data key="e_weight">6</data>
    </edge>
    <edge id="e3339" source="customary-international-law" target="everyday-legal-compliance">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3340" source="cut-scores-on-licensing-exams" target="learning-plateaus">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3341" source="cyclic-majorities" target="fair-lottery-over-the-integers">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3342" source="cyclic-majorities" target="infinitude-of-primes">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3343" source="cyclic-majorities" target="pigeonhole-principle">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3344" source="dairy-cow-energy-balance" target="diminishing-fertiliser-returns">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3345" source="dark-adaptation" target="habituation-and-sensitization">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3346" source="dark-adaptation" target="nose-blindness">
      <data key="e_weight">6</data>
    </edge>
    <edge id="e3347" source="dark-adaptation" target="semantic-satiation">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3348" source="data-contracts" target="design-by-contract">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3349" source="data-contracts" target="feature-flags">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3350" source="data-contracts" target="proving-you-started-the-exchange-you-are-finishing">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3351" source="data-contracts" target="system-prompt-priority">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3352" source="data-contracts" target="when-responsibility-transfers">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3353" source="data-contracts" target="writing-the-test-first">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3354" source="data-you-keep-is-data-you-can-lose" target="what-an-assistant-should-forget">
      <data key="e_weight">9</data>
    </edge>
    <edge id="e3355" source="database-transactions" target="dependency-conflicts">
      <data key="e_weight">7</data>
    </edge>
    <edge id="e3356" source="database-transactions" target="isolation-levels">
      <data key="e_weight">7</data>
    </edge>
    <edge id="e3357" source="database-transactions" target="merge-conflicts">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3358" source="database-transactions" target="split-brain">
      <data key="e_weight">7</data>
    </edge>
    <edge id="e3359" source="database-transactions" target="the-distributed-monolith">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3360" source="datum-lines-on-site" target="shift-handover">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3361" source="dawn-light-and-the-body-clock" target="jet-lag">
      <data key="e_weight">6</data>
    </edge>
    <edge id="e3362" source="dawn-light-and-the-body-clock" target="shift-work">
      <data key="e_weight">6</data>
    </edge>
    <edge id="e3363" source="dawn-light-and-the-body-clock" target="sleeping-on-a-problem">
      <data key="e_weight">7</data>
    </edge>
    <edge id="e3364" source="dawn-light-and-the-body-clock" target="teenage-sleep-phase">
      <data key="e_weight">6</data>
    </edge>
    <edge id="e3365" source="dawn-light-and-the-body-clock" target="time-of-day-performance-peak">
      <data key="e_weight">6</data>
    </edge>
    <edge id="e3366" source="dead-or-just-slow" target="distributed-consensus">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3367" source="dead-or-just-slow" target="idempotent-operations">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3368" source="dead-or-just-slow" target="opaque-cursors">
      <data key="e_weight">7</data>
    </edge>
    <edge id="e3369" source="dead-or-just-slow" target="pseudorandomness">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3370" source="dead-or-just-slow" target="the-sorting-floor">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3371" source="dead-or-just-slow" target="unknown-unknowns">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3372" source="dead-or-just-slow" target="writing-down-what-you-could-not-determine">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3373" source="death-and-art-prices" target="jazz-improvisation">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3374" source="death-and-art-prices" target="marble-supports">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3375" source="death-and-art-prices" target="varnish-removal">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3376" source="debt-jubilees" target="how-banks-create-money">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e3377" source="debt-jubilees" target="new-crops-and-population">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3378" source="debt-jubilees" target="spinning-coin-last-rattle">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e3379" source="deciding-apart-from-enforcing" target="moving-failure-handling-out-of-the-program">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3380" source="deciding-apart-from-enforcing" target="refinement-stages">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3381" source="deciding-apart-from-enforcing" target="separating-the-read-model-from-the-write-model">
      <data key="e_weight">7</data>
    </edge>
    <edge id="e3382" source="deciding-apart-from-enforcing" target="three-kinds-of-responsible-person">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3383" source="deciding-apart-from-enforcing" target="three-questions-people-treat-as-one">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3384" source="decision-cycle-tempo" target="holding-a-reserve">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3385" source="declaring-the-destination-not-the-route" target="tags-versus-digests">
      <data key="e_weight">7</data>
    </edge>
    <edge id="e3386" source="defenders-advantage" target="feigned-retreat">
      <data key="e_weight">7</data>
    </edge>
    <edge id="e3387" source="defenders-advantage" target="lanchesters-square-law">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3388" source="defenders-advantage" target="maritime-chokepoints">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3389" source="degrees-of-freedom" target="hairy-ball-theorem">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3390" source="delay-discounting" target="just-noticeable-difference">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3391" source="delayed-auditory-feedback" target="filler-words">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3392" source="delayed-muscle-soreness" target="interval-training">
      <data key="e_weight">7</data>
    </edge>
    <edge id="e3393" source="delayed-muscle-soreness" target="overtraining">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3394" source="delayed-muscle-soreness" target="tendon-rehabilitation-loading">
      <data key="e_weight">7</data>
    </edge>
    <edge id="e3395" source="delayed-muscle-soreness" target="training-taper">
      <data key="e_weight">9</data>
    </edge>
    <edge id="e3396" source="delayed-weld-cracking" target="heat-pipes">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3397" source="delayed-weld-cracking" target="how-does-a-refrigerator-cool-food">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3398" source="delayed-weld-cracking" target="why-iron-rusts">
      <data key="e_weight">6</data>
    </edge>
    <edge id="e3399" source="delegated-launch-authority" target="deterrence">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3400" source="delegated-launch-authority" target="fleet-in-being">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3401" source="delegated-launch-authority" target="the-nuclear-triad">
      <data key="e_weight">7</data>
    </edge>
    <edge id="e3402" source="deliberate-practice" target="learning-by-explaining">
      <data key="e_weight">8</data>
    </edge>
    <edge id="e3403" source="deliberate-practice" target="learning-by-standing-there">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3404" source="deliberate-practice" target="skilled-diagnosis">
      <data key="e_weight">9</data>
    </edge>
    <edge id="e3405" source="delimiters-as-a-boundary" target="prompt-injection">
      <data key="e_weight">7</data>
    </edge>
    <edge id="e3406" source="delimiters-as-a-boundary" target="tool-calling-boundary">
      <data key="e_weight">7</data>
    </edge>
    <edge id="e3407" source="delivered-versus-retained" target="event-sourcing">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3408" source="delivered-versus-retained" target="memory-fragmentation">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3409" source="delivered-versus-retained" target="model-drift">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3410" source="delivered-versus-retained" target="poisoning-the-well">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3411" source="delivered-versus-retained" target="replacing-a-system-you-cannot-turn-off">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3412" source="delivered-versus-retained" target="six-names-for-one-field">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3413" source="delivered-versus-retained" target="warm-reuse-leaks">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3414" source="delta-subsidence" target="downdrift-beach-loss">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3415" source="delta-subsidence" target="endorheic-basins">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3416" source="delta-subsidence" target="induced-traffic">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3417" source="delta-subsidence" target="silted-harbours">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3418" source="denormalization" target="indexing">
      <data key="e_weight">9</data>
    </edge>
    <edge id="e3419" source="denormalization" target="letting-callers-ask-for-exactly-what-they-want">
      <data key="e_weight">7</data>
    </edge>
    <edge id="e3420" source="denormalization" target="the-untidy-shape-that-answers-faster">
      <data key="e_weight">9</data>
    </edge>
    <edge id="e3421" source="dependency-direction" target="the-publisher-that-knows-no-subscribers">
      <data key="e_weight">7</data>
    </edge>
    <edge id="e3422" source="deploying-more-to-break-less" target="how-does-a-neural-network-learn">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3423" source="deploying-more-to-break-less" target="model-collapse">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3424" source="deploying-more-to-break-less" target="one-improbable-word">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3425" source="deploying-more-to-break-less" target="recommendation-narrowing">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3426" source="deploying-more-to-break-less" target="scaling-that-overshoots">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3427" source="deploying-more-to-break-less" target="the-agent-loop">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3428" source="depth-hoar" target="glacier-flow">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3429" source="depth-hoar" target="katabatic-winds">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3430" source="depth-hoar" target="pingo-growth">
      <data key="e_weight">6</data>
    </edge>
    <edge id="e3431" source="depth-hoar" target="radiation-frost">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3432" source="depth-hoar" target="twice-daily-tides">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3433" source="desert-latitudes" target="urban-heat-islands">
      <data key="e_weight">7</data>
    </edge>
    <edge id="e3434" source="desert-latitudes" target="what-keeps-ocean-currents-moving">
      <data key="e_weight">6</data>
    </edge>
    <edge id="e3435" source="design-restraint" target="drypoint-burr">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3436" source="design-restraint" target="museum-lighting">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3437" source="detecting-a-theft-you-cannot-see" target="documentation-that-points-at-its-evidence">
      <data key="e_weight">7</data>
    </edge>
    <edge id="e3438" source="detecting-a-theft-you-cannot-see" target="provenance-of-what-you-deploy">
      <data key="e_weight">7</data>
    </edge>
    <edge id="e3439" source="detecting-a-theft-you-cannot-see" target="the-audit-record-as-the-product">
      <data key="e_weight">7</data>
    </edge>
    <edge id="e3440" source="detection-limits" target="isomer-blindness-in-mass-spectrometry">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3441" source="detection-limits" target="neutrino-detection">
      <data key="e_weight">6</data>
    </edge>
    <edge id="e3442" source="detection-limits" target="paper-chromatography">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3443" source="deterrence" target="fleet-in-being">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3444" source="deterrence" target="nobody-may-own-the-moon">
      <data key="e_weight">6</data>
    </edge>
    <edge id="e3445" source="deterrence" target="salary-cap">
      <data key="e_weight">6</data>
    </edge>
    <edge id="e3446" source="deterrence" target="why-negotiations-fail-into-war">
      <data key="e_weight">9</data>
    </edge>
    <edge id="e3447" source="diagnostic-distractors" target="fluency-illusion">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3448" source="diagnostic-distractors" target="test-validity">
      <data key="e_weight">7</data>
    </edge>
    <edge id="e3449" source="digital-preservation-churn" target="exonyms">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3450" source="digital-preservation-churn" target="relic-proved-false">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e3451" source="digital-preservation-churn" target="word-spacing-in-writing">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3452" source="diglossia" target="loanword-doublets">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3453" source="directed-evolution-of-enzymes" target="how-enzymes-pick-their-target">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3454" source="disappearing-polymorphs" target="relic-proved-false">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e3455" source="disaster-driven-building-codes" target="enforcement-discretion">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3456" source="disaster-driven-building-codes" target="regulatory-ossification">
      <data key="e_weight">7</data>
    </edge>
    <edge id="e3457" source="disgust-as-a-moral-guide" target="doing-versus-allowing">
      <data key="e_weight">7</data>
    </edge>
    <edge id="e3458" source="dishwasher-drying" target="radiant-chill-indoors">
      <data key="e_weight">7</data>
    </edge>
    <edge id="e3459" source="dishwasher-drying" target="thermal-conductivity-of-touch">
      <data key="e_weight">6</data>
    </edge>
    <edge id="e3460" source="dispersed-knowledge-in-production" target="price-signals">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3461" source="distributed-consensus" target="opaque-cursors">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3462" source="distributed-consensus" target="pseudorandomness">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3463" source="distributed-consensus" target="unknown-unknowns">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3464" source="distributed-consensus" target="writing-down-what-you-could-not-determine">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3465" source="divorce-contagion" target="family-estrangement">
      <data key="e_weight">7</data>
    </edge>
    <edge id="e3466" source="divorce-contagion" target="inherited-parenting-scripts">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3467" source="doctrine-lag" target="persistent-rules">
      <data key="e_weight">6</data>
    </edge>
    <edge id="e3468" source="doctrine-lag" target="relic-proved-false">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e3469" source="documentation-that-points-at-its-evidence" target="provenance-of-what-you-deploy">
      <data key="e_weight">7</data>
    </edge>
    <edge id="e3470" source="documentation-that-points-at-its-evidence" target="the-audit-record-as-the-product">
      <data key="e_weight">7</data>
    </edge>
    <edge id="e3471" source="doing-versus-allowing" target="moral-luck">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3472" source="doing-versus-allowing" target="pricing-the-sacred">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3473" source="domestication" target="how-does-antibiotic-resistance-develop">
      <data key="e_weight">6</data>
    </edge>
    <edge id="e3474" source="domestication" target="marrying-outside-the-group">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3475" source="domestication" target="pollination-specificity">
      <data key="e_weight">6</data>
    </edge>
    <edge id="e3476" source="domestication" target="preservation-bias">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3477" source="doorway-effect" target="nap-length">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3478" source="doorway-effect" target="sleeping-on-a-problem">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3479" source="doorway-effect" target="unfinished-tasks">
      <data key="e_weight">7</data>
    </edge>
    <edge id="e3480" source="doping-arms-race" target="peloton-drafting">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3481" source="doppler-effect" target="helium-voice">
      <data key="e_weight">7</data>
    </edge>
    <edge id="e3482" source="doppler-effect" target="musical-consonance">
      <data key="e_weight">6</data>
    </edge>
    <edge id="e3483" source="doppler-effect" target="resonance">
      <data key="e_weight">7</data>
    </edge>
    <edge id="e3484" source="doppler-effect" target="soap-film-colours">
      <data key="e_weight">7</data>
    </edge>
    <edge id="e3485" source="doppler-effect" target="vibration-isolator-resonance">
      <data key="e_weight">6</data>
    </edge>
    <edge id="e3486" source="doppler-effect" target="vortex-shedding">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3487" source="dose-response" target="organ-allocation-matching">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3488" source="dose-response" target="sleep">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3489" source="dose-response" target="transplant-rejection">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3490" source="dose-response" target="why-the-body-runs-a-fever">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3491" source="double-descent" target="foundation-model-economics">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3492" source="double-descent" target="hot-partitions">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3493" source="double-descent" target="lost-in-the-middle">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3494" source="double-descent" target="rapidly-changing-attributes">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3495" source="double-descent" target="the-middleman-that-reduces-connections">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3496" source="double-descent" target="thinking-budget">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3497" source="double-descent" target="transformer-parallelism">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3498" source="double-descent" target="words-stored-by-their-beginnings">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3499" source="doubling-cities" target="functional-versus-administrative-regions">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3500" source="doubling-cities" target="parkrun-spread">
      <data key="e_weight">6</data>
    </edge>
    <edge id="e3501" source="doubling-cities" target="primate-cities">
      <data key="e_weight">11</data>
    </edge>
    <edge id="e3502" source="doubling-cities" target="rural-depopulation">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3503" source="downdrift-beach-loss" target="silted-harbours">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3504" source="drain-fall" target="master-keying">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3505" source="drain-fall" target="preventive-replacement">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3506" source="drain-fall" target="rules-of-thumb-on-site">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3507" source="dropping-incomplete-records" target="inspection-paradox">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3508" source="dropping-incomplete-records" target="survivorship-bias">
      <data key="e_weight">7</data>
    </edge>
    <edge id="e3509" source="drug-tolerance" target="how-vaccines-work">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3510" source="drug-tolerance" target="opioid-induced-hyperalgesia">
      <data key="e_weight">7</data>
    </edge>
    <edge id="e3511" source="drug-tolerance" target="wound-healing">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3512" source="dry-drain-trap" target="freezer-burn">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3513" source="dry-drain-trap" target="house-dust">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3514" source="drypoint-burr" target="museum-lighting">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3515" source="durable-execution" target="error-correcting-codes">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3516" source="durable-execution" target="guardrails">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3517" source="durable-execution" target="hybrid-search">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3518" source="durable-execution" target="lossless-compression">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3519" source="durable-execution" target="model-quantization">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3520" source="durable-execution" target="silent-data-corruption">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3521" source="dust-fed-rainforests" target="sea-level-fingerprints">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3522" source="dust-fed-rainforests" target="tsunami-shoaling">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3523" source="ear-voice-span" target="simultaneous-interpreting">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3524" source="ear-voice-span" target="trade-jargon">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3525" source="ear-voice-span" target="word-length">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3526" source="ear-voice-span" target="word-order">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3527" source="ear-voice-span" target="wordless-instructions">
      <data key="e_weight">7</data>
    </edge>
    <edge id="e3528" source="early-sport-specialization" target="group-stage-tiebreaks">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3529" source="early-strength-gains" target="interval-training">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3530" source="early-strength-gains" target="overtraining">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3531" source="earworms" target="fashion-churn">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3532" source="earworms" target="groove-and-microtiming">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3533" source="east-west-diffusion" target="formulaic-oral-composition">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3534" source="east-west-diffusion" target="island-size-rule">
      <data key="e_weight">6</data>
    </edge>
    <edge id="e3535" source="eclipse-seasons" target="kirkwood-gaps">
      <data key="e_weight">9</data>
    </edge>
    <edge id="e3536" source="eclipse-seasons" target="plutos-seasonal-atmosphere">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3537" source="eclipse-seasons" target="solar-cycle">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3538" source="eclipse-seasons" target="why-earth-has-seasons">
      <data key="e_weight">7</data>
    </edge>
    <edge id="e3539" source="ecological-succession" target="janzen-connell-seedling-mortality">
      <data key="e_weight">7</data>
    </edge>
    <edge id="e3540" source="ecological-succession" target="keystone-species">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3541" source="economy-of-force" target="holding-a-reserve">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3542" source="efficiency-wages" target="pay-rises-by-leaving">
      <data key="e_weight">9</data>
    </edge>
    <edge id="e3543" source="efficiency-wages" target="wage-stickiness">
      <data key="e_weight">6</data>
    </edge>
    <edge id="e3544" source="effortless-virtue" target="fasting">
      <data key="e_weight">7</data>
    </edge>
    <edge id="e3545" source="el-nino-oscillation" target="hurricane-intensification">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3546" source="el-nino-oscillation" target="monsoon">
      <data key="e_weight">7</data>
    </edge>
    <edge id="e3547" source="el-nino-oscillation" target="plutos-seasonal-atmosphere">
      <data key="e_weight">6</data>
    </edge>
    <edge id="e3548" source="el-nino-oscillation" target="sea-breeze-reversal">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3549" source="el-nino-oscillation" target="why-earth-has-seasons">
      <data key="e_weight">6</data>
    </edge>
    <edge id="e3550" source="election-timed-spending" target="resource-revenue-and-accountability">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3551" source="electoral-thresholds" target="voting-rules">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3552" source="embedding-space" target="few-shot-prompting">
      <data key="e_weight">7</data>
    </edge>
    <edge id="e3553" source="embedding-space" target="multimodal-fusion">
      <data key="e_weight">7</data>
    </edge>
    <edge id="e3554" source="embedding-space" target="prompt-sensitivity">
      <data key="e_weight">7</data>
    </edge>
    <edge id="e3555" source="embedding-space" target="search-indexing">
      <data key="e_weight">7</data>
    </edge>
    <edge id="e3556" source="embedding-space" target="tokenization">
      <data key="e_weight">7</data>
    </edge>
    <edge id="e3557" source="emergence-of-temperature" target="irreversibility">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3558" source="emergence-of-temperature" target="maxwells-demon">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3559" source="emergency-powers-ratchet" target="legal-precedent">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3560" source="emergency-powers-ratchet" target="line-of-succession">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3561" source="emergency-powers-ratchet" target="persistent-rules">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3562" source="emergency-powers-ratchet" target="regulatory-grandfathering">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3563" source="emergent-classroom-sign-language" target="how-ant-colonies-decide">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e3564" source="eminent-domain-compensation" target="exclusionary-rule">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3565" source="eminent-domain-compensation" target="regulatory-capture">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3566" source="eminent-domain-compensation" target="resource-revenue-and-accountability">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3567" source="eminent-domain-compensation" target="standing-to-sue">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3568" source="eminent-domain-compensation" target="tax-incidence">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3569" source="emissions-control" target="stealth-tradeoff">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3570" source="emissions-control" target="unusable-intelligence">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3571" source="empty-container-repositioning" target="pallet-size-lock-in">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3572" source="empty-names" target="ritual-meaning">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3573" source="empty-names" target="vagueness">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3574" source="enclaves" target="persistent-poor-neighbourhoods">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3575" source="enclaves" target="why-cities-grow-at-crossings">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3576" source="enclaves" target="windward-wealth-divide">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3577" source="endorheic-basins" target="induced-traffic">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3578" source="endorheic-basins" target="silicate-weathering-thermostat">
      <data key="e_weight">6</data>
    </edge>
    <edge id="e3579" source="enforcement-discretion" target="jury-deliberation">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3580" source="enforcement-discretion" target="regulatory-ossification">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3581" source="enforcement-discretion" target="standards-of-proof">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3582" source="engineered-redundancy" target="fail-safe-braking">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3583" source="engineered-redundancy" target="grid-inertia-loss">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3584" source="envy-free-division" target="how-auction-rules-set-prices">
      <data key="e_weight">6</data>
    </edge>
    <edge id="e3585" source="equilibrium-selection" target="voting-rules">
      <data key="e_weight">6</data>
    </edge>
    <edge id="e3586" source="equipment-bans-in-sport" target="salary-cap">
      <data key="e_weight">7</data>
    </edge>
    <edge id="e3587" source="error-budgets" target="federated-data-ownership">
      <data key="e_weight">7</data>
    </edge>
    <edge id="e3588" source="error-budgets" target="rubber-stamped-review">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3589" source="error-budgets" target="the-paved-road">
      <data key="e_weight">7</data>
    </edge>
    <edge id="e3590" source="error-cancellation-in-averages" target="monty-hall-problem">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3591" source="error-cancellation-in-averages" target="overdetermined-measurements">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3592" source="error-cancellation-in-averages" target="random-walk-recurrence">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3593" source="error-cancellation-in-averages" target="sample-size-versus-population">
      <data key="e_weight">7</data>
    </edge>
    <edge id="e3594" source="error-cancellation-in-averages" target="testing-many-questions-at-once">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3595" source="error-correcting-codes" target="guardrails">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3596" source="error-correcting-codes" target="hybrid-search">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3597" source="error-correcting-codes" target="lossless-compression">
      <data key="e_weight">9</data>
    </edge>
    <edge id="e3598" source="error-correcting-codes" target="model-quantization">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3599" source="error-correcting-codes" target="quantum-error-correction">
      <data key="e_weight">6</data>
    </edge>
    <edge id="e3600" source="error-correcting-codes" target="silent-data-corruption">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3601" source="escalation" target="strategic-deception">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3602" source="escalation" target="why-negotiations-fail-into-war">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3603" source="ethnic-boundary-formation" target="unplanned-settlement-form">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3604" source="ethnic-boundary-formation" target="witch-hunt-cascades">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3605" source="ethylene-ripening" target="grain-bin-hot-spots">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3606" source="ethylene-ripening" target="irrigation-efficiency-paradox">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3607" source="ethylene-ripening" target="pest-resurgence">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3608" source="euphemism" target="metaphor">
      <data key="e_weight">7</data>
    </edge>
    <edge id="e3609" source="euphemism" target="sign-language">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3610" source="euphemism" target="transcribed-speech">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3611" source="euphemism" target="translation-equivalence">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3612" source="evaluating-retrieval-separately" target="evaluation-suites">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3613" source="evaluating-retrieval-separately" target="recovering-what-the-business-meant">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3614" source="evaluating-retrieval-separately" target="which-record-is-the-real-one">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3615" source="evaporative-drying" target="home-insulation">
      <data key="e_weight">7</data>
    </edge>
    <edge id="e3616" source="evaporative-drying" target="how-does-a-refrigerator-cool-food">
      <data key="e_weight">6</data>
    </edge>
    <edge id="e3617" source="evaporative-drying" target="shower-curtain-drift">
      <data key="e_weight">7</data>
    </edge>
    <edge id="e3618" source="evaporative-drying" target="thermal-conductivity-of-touch">
      <data key="e_weight">6</data>
    </edge>
    <edge id="e3619" source="even-pacing" target="muscle-cramp">
      <data key="e_weight">7</data>
    </edge>
    <edge id="e3620" source="even-pacing" target="video-review-boundaries">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3621" source="event-sourcing" target="recording-a-change-without-losing-the-present">
      <data key="e_weight">7</data>
    </edge>
    <edge id="e3622" source="event-sourcing" target="where-the-transform-sits">
      <data key="e_weight">7</data>
    </edge>
    <edge id="e3623" source="eventual-consistency" target="rate-limiting">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3624" source="eventual-consistency" target="where-the-time-actually-goes">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3625" source="everyday-legal-compliance" target="synchronized-applause">
      <data key="e_weight">6</data>
    </edge>
    <edge id="e3626" source="exactly-once-is-a-property-of-the-pipeline" target="order-within-a-slice">
      <data key="e_weight">7</data>
    </edge>
    <edge id="e3627" source="exam-equating" target="knowledge-and-comprehension">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3628" source="exclusionary-rule" target="regulatory-capture">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3629" source="exclusionary-rule" target="resource-revenue-and-accountability">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3630" source="exclusionary-rule" target="standing-to-sue">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3631" source="exclusionary-rule" target="tax-incidence">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3632" source="exercise-hyponatremia" target="handicapping">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3633" source="exercise-hyponatremia" target="penalty-aiming">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3634" source="exonyms" target="place-names">
      <data key="e_weight">6</data>
    </edge>
    <edge id="e3635" source="exonyms" target="relic-proved-false">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e3636" source="exonyms" target="word-spacing-in-writing">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3637" source="exoplanet-detection" target="why-stars-have-different-colors">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3638" source="exoplanet-detection" target="widmanstatten-pattern">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3639" source="experience-rating" target="how-auction-rules-set-prices">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3640" source="experience-rating" target="incumbent-disruption">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3641" source="experience-rating" target="insurance-pooling">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3642" source="experienced-worker-injuries" target="limiting-work-in-progress">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3643" source="expertise-reversal" target="interleaved-practice">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3644" source="expertise-reversal" target="wordless-instructions">
      <data key="e_weight">6</data>
    </edge>
    <edge id="e3645" source="explained-jokes" target="how-can-music-create-emotion">
      <data key="e_weight">7</data>
    </edge>
    <edge id="e3646" source="explained-jokes" target="recorded-voice">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3647" source="explained-jokes" target="why-do-we-procrastinate">
      <data key="e_weight">6</data>
    </edge>
    <edge id="e3648" source="explained-jokes" target="why-time-feels-fast-or-slow">
      <data key="e_weight">6</data>
    </edge>
    <edge id="e3649" source="explosion-limits" target="how-banks-create-money">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e3650" source="explosion-limits" target="serial-dilution-limit">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3651" source="explosion-limits" target="spinning-coin-last-rattle">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e3652" source="exposure-problem-in-package-bidding" target="technical-standards">
      <data key="e_weight">6</data>
    </edge>
    <edge id="e3653" source="exposure-problem-in-package-bidding" target="two-sided-market-launch">
      <data key="e_weight">7</data>
    </edge>
    <edge id="e3654" source="extreme-event-attribution" target="forecasting-tonights-covers">
      <data key="e_weight">6</data>
    </edge>
    <edge id="e3655" source="extreme-event-attribution" target="quoting-a-job">
      <data key="e_weight">6</data>
    </edge>
    <edge id="e3656" source="fabric-softener-and-absorbency" target="repair-economics">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3657" source="factorial-explosion" target="how-banks-create-money">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e3658" source="factorial-explosion" target="paper-folding-limit">
      <data key="e_weight">7</data>
    </edge>
    <edge id="e3659" source="factorial-explosion" target="spinning-coin-last-rattle">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e3660" source="fading-advantage-of-a-new-weapon" target="unit-combat-learning-curve">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3661" source="fading-attraction" target="habituation-and-sensitization">
      <data key="e_weight">6</data>
    </edge>
    <edge id="e3662" source="fading-attraction" target="semantic-satiation">
      <data key="e_weight">10</data>
    </edge>
    <edge id="e3663" source="fail-safe-braking" target="reinforced-concrete">
      <data key="e_weight">7</data>
    </edge>
    <edge id="e3664" source="fail-safe-braking" target="suspension-bridge-cables">
      <data key="e_weight">7</data>
    </edge>
    <edge id="e3665" source="failing-fast" target="grokking-in-training">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3666" source="failing-fast" target="memory-thrashing">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3667" source="failing-fast" target="nearest-first">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3668" source="failing-fast" target="quorums">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3669" source="failing-fast" target="vertical-and-horizontal-scaling">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3670" source="failure-after-repair" target="preventive-replacement">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3671" source="failure-after-repair" target="warranty-timing">
      <data key="e_weight">6</data>
    </edge>
    <edge id="e3672" source="failure-after-repair" target="why-the-average-recovery-time-lies">
      <data key="e_weight">6</data>
    </edge>
    <edge id="e3673" source="fair-lottery-over-the-integers" target="infinitude-of-primes">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3674" source="fair-lottery-over-the-integers" target="pigeonhole-principle">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3675" source="faith-and-evidence" target="underdetermination">
      <data key="e_weight">7</data>
    </edge>
    <edge id="e3676" source="fall-line-cities" target="mountain-language-diversity">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3677" source="falling-records" target="left-hander-advantage">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3678" source="false-sharing" target="fewer-operations-slower-program">
      <data key="e_weight">7</data>
    </edge>
    <edge id="e3679" source="family-estrangement" target="holiday-time-between-two-families">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3680" source="family-estrangement" target="inherited-parenting-scripts">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3681" source="family-estrangement" target="last-straw">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3682" source="famine-amid-plenty" target="salt-trade-routes">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3683" source="faraday-cage" target="raindrop-terminal-velocity">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3684" source="faraday-cage" target="selective-heating">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3685" source="farm-nitrogen-balance" target="trophic-cost-of-meat">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3686" source="fashion-churn" target="witch-hunt-cascades">
      <data key="e_weight">6</data>
    </edge>
    <edge id="e3687" source="feature-flags" target="merging-often">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3688" source="federated-data-ownership" target="rubber-stamped-review">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3689" source="federated-data-ownership" target="the-paved-road">
      <data key="e_weight">7</data>
    </edge>
    <edge id="e3690" source="feedback-control" target="measurement-dead-time">
      <data key="e_weight">9</data>
    </edge>
    <edge id="e3691" source="feedback-control" target="thermal-throttling">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3692" source="feedback-control" target="thermostat-overshoot">
      <data key="e_weight">6</data>
    </edge>
    <edge id="e3693" source="feedback-howl-in-live-sound" target="how-banks-create-money">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e3694" source="feedback-howl-in-live-sound" target="spinning-coin-last-rattle">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e3695" source="feedback-howl-in-live-sound" target="vinegar-syndrome">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3696" source="feedback-timing" target="interleaved-practice">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3697" source="feedback-timing" target="learning-by-explaining">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3698" source="feedback-timing" target="teacher-attrition-in-hard-schools">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3699" source="feedback-timing" target="teacher-expectations">
      <data key="e_weight">7</data>
    </edge>
    <edge id="e3700" source="feedback-timing" target="zone-of-proximal-development">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3701" source="feigned-retreat" target="maritime-chokepoints">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3702" source="festival-calendars" target="mandated-rest-days">
      <data key="e_weight">6</data>
    </edge>
    <edge id="e3703" source="festival-calendars" target="the-liturgical-calendar">
      <data key="e_weight">6</data>
    </edge>
    <edge id="e3704" source="fetal-programming" target="relic-proved-false">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e3705" source="few-shot-prompting" target="metaphor">
      <data key="e_weight">6</data>
    </edge>
    <edge id="e3706" source="few-shot-prompting" target="multimodal-fusion">
      <data key="e_weight">7</data>
    </edge>
    <edge id="e3707" source="few-shot-prompting" target="prompt-sensitivity">
      <data key="e_weight">7</data>
    </edge>
    <edge id="e3708" source="few-shot-prompting" target="sign-language">
      <data key="e_weight">6</data>
    </edge>
    <edge id="e3709" source="few-shot-prompting" target="tokenization">
      <data key="e_weight">7</data>
    </edge>
    <edge id="e3710" source="fibre-strength" target="plaster-in-thin-coats">
      <data key="e_weight">6</data>
    </edge>
    <edge id="e3711" source="fibre-strength" target="tempered-glass">
      <data key="e_weight">7</data>
    </edge>
    <edge id="e3712" source="fibre-strength" target="viscoelastic-putty">
      <data key="e_weight">7</data>
    </edge>
    <edge id="e3713" source="figure-skating-spin" target="magnus-effect">
      <data key="e_weight">7</data>
    </edge>
    <edge id="e3714" source="figure-skating-spin" target="pole-vault-energy-transfer">
      <data key="e_weight">9</data>
    </edge>
    <edge id="e3715" source="file-deletion" target="least-astonishment">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3716" source="file-deletion" target="logged-into-someone-elses-account">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3717" source="file-deletion" target="silent-data-corruption">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3718" source="file-deletion" target="time-to-first-token">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3719" source="filler-words" target="transcribed-speech">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3720" source="filler-words" target="uninformative-advertising">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3721" source="fine-tuning-versus-retrieval" target="overfitting">
      <data key="e_weight">7</data>
    </edge>
    <edge id="e3722" source="fine-tuning-versus-retrieval" target="temperature">
      <data key="e_weight">7</data>
    </edge>
    <edge id="e3723" source="first-pass-metabolism" target="pins-and-needles">
      <data key="e_weight">7</data>
    </edge>
    <edge id="e3724" source="first-pass-metabolism" target="pregnancy-immune-tolerance">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3725" source="fish-spoiling-fast" target="irrigation-scheduling-depth">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3726" source="fish-spoiling-fast" target="milk-spoilage-after-opening">
      <data key="e_weight">7</data>
    </edge>
    <edge id="e3727" source="fish-spoiling-fast" target="pathogen-testing-limits">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3728" source="fish-spoiling-fast" target="travelers-stomach">
      <data key="e_weight">6</data>
    </edge>
    <edge id="e3729" source="fishery-collapse" target="helium-depletion">
      <data key="e_weight">6</data>
    </edge>
    <edge id="e3730" source="fishery-collapse" target="overtourism">
      <data key="e_weight">6</data>
    </edge>
    <edge id="e3731" source="fishery-collapse" target="shared-pesticide-susceptibility">
      <data key="e_weight">7</data>
    </edge>
    <edge id="e3732" source="five-minute-fix" target="planning-fallacy">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3733" source="flat-pack-bracing" target="reinforced-concrete">
      <data key="e_weight">6</data>
    </edge>
    <edge id="e3734" source="flat-pack-bracing" target="screws-in-end-grain">
      <data key="e_weight">7</data>
    </edge>
    <edge id="e3735" source="flat-pack-bracing" target="stress-concentration">
      <data key="e_weight">6</data>
    </edge>
    <edge id="e3736" source="flat-pack-bracing" target="suspension-bridge-cables">
      <data key="e_weight">6</data>
    </edge>
    <edge id="e3737" source="flat-pack-bracing" target="wobbly-table">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3738" source="fleet-in-being" target="why-negotiations-fail-into-war">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3739" source="floating-panels" target="shift-work">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3740" source="fluency-illusion" target="test-validity">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3741" source="fog-of-war" target="jury-deliberation">
      <data key="e_weight">6</data>
    </edge>
    <edge id="e3742" source="fog-of-war" target="mine-warfare">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3743" source="folk-craft-regionalism" target="visual-grouping">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3744" source="food-miles" target="wheat-yield-and-protein">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3745" source="food-preservation" target="maillard-browning">
      <data key="e_weight">7</data>
    </edge>
    <edge id="e3746" source="food-preservation" target="quorum-sensing">
      <data key="e_weight">6</data>
    </edge>
    <edge id="e3747" source="food-preservation" target="rice-cooker-cutoff">
      <data key="e_weight">6</data>
    </edge>
    <edge id="e3748" source="food-preservation" target="scaling-a-recipe-up">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3749" source="food-preservation" target="setting-a-stain">
      <data key="e_weight">6</data>
    </edge>
    <edge id="e3750" source="food-preservation" target="shear-thickening-food-pastes">
      <data key="e_weight">7</data>
    </edge>
    <edge id="e3751" source="footfall-wear-on-monuments" target="frequent-flyer-currency">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3752" source="forecast-horizon" target="monsoon">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3753" source="forecasting-tonights-covers" target="quoting-a-job">
      <data key="e_weight">6</data>
    </edge>
    <edge id="e3754" source="foundation-model-economics" target="hot-partitions">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3755" source="foundation-model-economics" target="lost-in-the-middle">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3756" source="foundation-model-economics" target="the-middleman-that-reduces-connections">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3757" source="framing" target="persistence-of-misinformation">
      <data key="e_weight">7</data>
    </edge>
    <edge id="e3758" source="framing" target="unnamed-sources">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3759" source="free-upgrade-cost" target="shoulder-season-price-cliff">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3760" source="free-will" target="identity-over-change">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3761" source="free-will" target="multiple-realizability-of-mind">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3762" source="free-will" target="non-identity-problem">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3763" source="free-will" target="scientific-testability">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3764" source="free-will" target="self-defeating-aims">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3765" source="free-will" target="splitting-a-person-in-two">
      <data key="e_weight">7</data>
    </edge>
    <edge id="e3766" source="free-will" target="what-makes-an-argument-logically-valid">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3767" source="freezer-burn" target="house-dust">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3768" source="freezing-point-depression" target="leftover-spoilage">
      <data key="e_weight">6</data>
    </edge>
    <edge id="e3769" source="freezing-point-depression" target="night-time-alarm-chirp">
      <data key="e_weight">6</data>
    </edge>
    <edge id="e3770" source="freezing-point-depression" target="semiconductor-doping">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3771" source="freezing-point-depression" target="supercooling">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3772" source="fridge-door-open" target="hesss-law">
      <data key="e_weight">6</data>
    </edge>
    <edge id="e3773" source="fridge-door-open" target="shared-water-supply-flow">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3774" source="full-freezer-efficiency" target="layered-electrical-protection">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3775" source="functional-versus-administrative-regions" target="primate-cities">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3776" source="functional-versus-administrative-regions" target="restaurant-districts">
      <data key="e_weight">6</data>
    </edge>
    <edge id="e3777" source="functional-versus-administrative-regions" target="town-spacing">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3778" source="gamelan-tuning" target="rubatos-borrowed-time">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3779" source="gamelan-tuning" target="what-notation-cannot-record">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3780" source="gas-discharge-ballast" target="laser-coherence">
      <data key="e_weight">7</data>
    </edge>
    <edge id="e3781" source="gas-discharge-ballast" target="laser-cooling">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3782" source="general-anaesthesia" target="interoception">
      <data key="e_weight">6</data>
    </edge>
    <edge id="e3783" source="general-anaesthesia" target="overdiagnosis">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3784" source="gentrification" target="map-projection-distortion">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3785" source="gentrification" target="persistent-poor-neighbourhoods">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3786" source="geostrophic-wind" target="rotation-and-storm-size">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3787" source="geostrophic-wind" target="silicate-weathering-thermostat">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3788" source="gift-exchange-escalation" target="long-hours-arms-race">
      <data key="e_weight">6</data>
    </edge>
    <edge id="e3789" source="gift-exchange-escalation" target="poolside-sunbed-race">
      <data key="e_weight">6</data>
    </edge>
    <edge id="e3790" source="glacier-flow" target="katabatic-winds">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3791" source="glacier-flow" target="radiation-frost">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3792" source="glacier-flow" target="twice-daily-tides">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3793" source="glacier-flow" target="what-keeps-ocean-currents-moving">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3794" source="glass-transition" target="hourglass-flow-rate">
      <data key="e_weight">6</data>
    </edge>
    <edge id="e3795" source="glass-transition" target="physical-ageing-of-plastics">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3796" source="glass-transition" target="tempered-glass">
      <data key="e_weight">7</data>
    </edge>
    <edge id="e3797" source="golf-ball-dimples" target="sailing-upwind">
      <data key="e_weight">7</data>
    </edge>
    <edge id="e3798" source="grade-inflation" target="group-projects">
      <data key="e_weight">7</data>
    </edge>
    <edge id="e3799" source="grade-inflation" target="silent-classroom">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3800" source="grade-retention" target="prerequisite-chains">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3801" source="grade-retention" target="relic-proved-false">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e3802" source="grain-and-taxation" target="radiocarbon-calibration-plateaus">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3803" source="grain-bin-hot-spots" target="irrigation-efficiency-paradox">
      <data key="e_weight">7</data>
    </edge>
    <edge id="e3804" source="grain-bin-hot-spots" target="pest-resurgence">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3805" source="grammatical-evidentiality" target="simultaneous-interpreting">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3806" source="grammatical-evidentiality" target="text-message-tone">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3807" source="grandmother-proximity-and-fertility" target="infant-night-waking">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3808" source="grandmother-proximity-and-fertility" target="sandwich-generation-overlap">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3809" source="grandmother-proximity-and-fertility" target="sibling-regression">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3810" source="grandparent-asymmetry" target="trust-asymmetry">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3811" source="gravity-assist" target="gyroscopic-precession">
      <data key="e_weight">6</data>
    </edge>
    <edge id="e3812" source="gravity-assist" target="intermediate-axis-instability">
      <data key="e_weight">8</data>
    </edge>
    <edge id="e3813" source="gravity-assist" target="mechanical-advantage">
      <data key="e_weight">6</data>
    </edge>
    <edge id="e3814" source="gravity-assist" target="orbital-drag-speed-up">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3815" source="gravity-assist" target="orbital-rendezvous">
      <data key="e_weight">9</data>
    </edge>
    <edge id="e3816" source="gravity-assist" target="pulsar-spin-rates">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3817" source="gravity-assist" target="reentry-heating">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3818" source="gravity-assist" target="whip-crack">
      <data key="e_weight">6</data>
    </edge>
    <edge id="e3819" source="grazing-and-grassland-richness" target="lime-induced-nutrient-lockup">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3820" source="green-wave-signal-timing" target="vibration-isolator-resonance">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3821" source="grid-balancing" target="heat-exchanger-fouling">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3822" source="grief-timing" target="last-straw">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3823" source="grokking-in-training" target="memory-thrashing">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3824" source="grokking-in-training" target="quorums">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3825" source="grokking-in-training" target="vertical-and-horizontal-scaling">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3826" source="groove-and-microtiming" target="musical-consonance">
      <data key="e_weight">7</data>
    </edge>
    <edge id="e3827" source="ground-delay-programs" target="tipping-customs">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3828" source="group-projects" target="silent-classroom">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3829" source="guaranteed-secrecy" target="legal-fictions">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3830" source="guaranteed-secrecy" target="mandated-rest-days">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3831" source="guaranteed-secrecy" target="promising">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3832" source="guardrails" target="hybrid-search">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3833" source="guardrails" target="rubber-stamped-review">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3834" source="guest-right" target="herd-dispersal-among-kin">
      <data key="e_weight">6</data>
    </edge>
    <edge id="e3835" source="guest-right" target="oral-tradition">
      <data key="e_weight">6</data>
    </edge>
    <edge id="e3836" source="guest-right" target="schedule-padding">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3837" source="guest-right" target="sharing-under-scarcity">
      <data key="e_weight">6</data>
    </edge>
    <edge id="e3838" source="guided-light" target="guided-light-in-fibre">
      <data key="e_weight">10</data>
    </edge>
    <edge id="e3839" source="guided-light" target="laser-coherence">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3840" source="guided-light" target="supercooled-water">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3841" source="guided-light" target="why-is-glass-transparent">
      <data key="e_weight">7</data>
    </edge>
    <edge id="e3842" source="guided-light-in-fibre" target="oil-film-bearings">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3843" source="gut-colonization-order" target="original-antigenic-sin">
      <data key="e_weight">7</data>
    </edge>
    <edge id="e3844" source="gut-colonization-order" target="relic-proved-false">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e3845" source="gyroscopic-precession" target="intermediate-axis-instability">
      <data key="e_weight">7</data>
    </edge>
    <edge id="e3846" source="gyroscopic-precession" target="mechanical-advantage">
      <data key="e_weight">6</data>
    </edge>
    <edge id="e3847" source="gyroscopic-precession" target="nuclear-binding-energy">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3848" source="gyroscopic-precession" target="whip-crack">
      <data key="e_weight">7</data>
    </edge>
    <edge id="e3849" source="habit-formation" target="practice-feedback">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3850" source="habituation-and-sensitization" target="semantic-satiation">
      <data key="e_weight">7</data>
    </edge>
    <edge id="e3851" source="halting-problem" target="replay-determinism">
      <data key="e_weight">7</data>
    </edge>
    <edge id="e3852" source="halting-problem" target="the-cap-theorem">
      <data key="e_weight">7</data>
    </edge>
    <edge id="e3853" source="halving-the-haystack" target="metric-cardinality-explosion">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3854" source="halving-the-haystack" target="retry-storms">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3855" source="halving-the-haystack" target="spinning-coin-last-rattle">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e3856" source="hand-hygiene-compliance" target="herd-immunity">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3857" source="hand-hygiene-compliance" target="randomized-trials">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3858" source="handicapping" target="penalty-aiming">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3859" source="hanging-still-versus-racing-around" target="rocket-staging">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3860" source="hash-table-clustering" target="self-consistency">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3861" source="hash-table-clustering" target="shuffling-before-sorting">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3862" source="hash-table-clustering" target="why-the-average-recovery-time-lies">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3863" source="headlinese" target="unwritten-vowels-in-abjads">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3864" source="headlinese" target="whistled-languages">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3865" source="heat-acclimatization" target="magnus-effect">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3866" source="heat-diffusion-time" target="sonoluminescence">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3867" source="heat-diffusion-time" target="why-is-the-sky-blue">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3868" source="heat-pipes" target="how-does-a-refrigerator-cool-food">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3869" source="heat-pipes" target="magnus-effect">
      <data key="e_weight">6</data>
    </edge>
    <edge id="e3870" source="heat-pipes" target="tears-of-wine">
      <data key="e_weight">6</data>
    </edge>
    <edge id="e3871" source="heat-pipes" target="what-keeps-ocean-currents-moving">
      <data key="e_weight">6</data>
    </edge>
    <edge id="e3872" source="helium-depletion" target="overtourism">
      <data key="e_weight">6</data>
    </edge>
    <edge id="e3873" source="helium-depletion" target="shared-pesticide-susceptibility">
      <data key="e_weight">6</data>
    </edge>
    <edge id="e3874" source="helium-voice" target="resonance">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3875" source="helium-voice" target="soap-film-colours">
      <data key="e_weight">7</data>
    </edge>
    <edge id="e3876" source="helium-voice" target="vortex-shedding">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3877" source="herd-dispersal-among-kin" target="oral-tradition">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3878" source="herd-dispersal-among-kin" target="scattered-strip-farming">
      <data key="e_weight">7</data>
    </edge>
    <edge id="e3879" source="herd-dispersal-among-kin" target="sharing-under-scarcity">
      <data key="e_weight">7</data>
    </edge>
    <edge id="e3880" source="herd-immunity" target="leftover-spoilage">
      <data key="e_weight">6</data>
    </edge>
    <edge id="e3881" source="herd-immunity" target="metastasis">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3882" source="herd-immunity" target="night-time-alarm-chirp">
      <data key="e_weight">6</data>
    </edge>
    <edge id="e3883" source="herd-immunity" target="overdiagnosis">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3884" source="herd-immunity" target="sepsis">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3885" source="heritage-language-loss" target="overheard-speech-and-vocabulary">
      <data key="e_weight">7</data>
    </edge>
    <edge id="e3886" source="hesss-law" target="water-hammer">
      <data key="e_weight">6</data>
    </edge>
    <edge id="e3887" source="hibernation" target="leghemoglobin-in-root-nodules">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3888" source="hibernation" target="limits-of-regeneration">
      <data key="e_weight">7</data>
    </edge>
    <edge id="e3889" source="hibernation" target="metabolic-water-in-desert-rodents">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3890" source="hibernation" target="midday-stomatal-closure">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3891" source="hibernation" target="programmed-cell-death">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3892" source="high-voltage-transmission" target="radio-diffraction">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3893" source="high-voltage-transmission" target="transformer-inrush">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3894" source="holding-a-reserve" target="the-nuclear-triad">
      <data key="e_weight">7</data>
    </edge>
    <edge id="e3895" source="holding-conquered-ground" target="military-logistics">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3896" source="hollow-section-stiffness" target="natural-bed-in-stone">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3897" source="hollow-section-stiffness" target="suspension-bridge-cables">
      <data key="e_weight">6</data>
    </edge>
    <edge id="e3898" source="home-advantage" target="overtraining">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3899" source="home-insulation" target="shower-curtain-drift">
      <data key="e_weight">9</data>
    </edge>
    <edge id="e3900" source="honeypot-sites" target="missed-connections">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3901" source="honeypot-sites" target="shoulder-season-price-cliff">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3902" source="hostage-capital" target="overnight-repo-lending">
      <data key="e_weight">7</data>
    </edge>
    <edge id="e3903" source="hostage-capital" target="retention-money">
      <data key="e_weight">6</data>
    </edge>
    <edge id="e3904" source="hostage-capital" target="trade-credit">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3905" source="hostage-capital" target="wage-stickiness">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3906" source="hot-partitions" target="rapidly-changing-attributes">
      <data key="e_weight">7</data>
    </edge>
    <edge id="e3907" source="hotel-price-discrimination" target="landmark-restaurants">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3908" source="hourglass-flow-rate" target="selective-heating">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3909" source="hourglass-flow-rate" target="why-ice-is-slippery">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3910" source="household-money-pots" target="savings-commitment-devices">
      <data key="e_weight">6</data>
    </edge>
    <edge id="e3911" source="household-money-pots" target="second-earner-insurance">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3912" source="household-money-pots" target="worst-behaviour-at-home">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3913" source="how-ant-colonies-decide" target="lateral-inhibition-in-tissue">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3914" source="how-ant-colonies-decide" target="liquid-crystals">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e3915" source="how-ant-colonies-decide" target="patterned-ground">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e3916" source="how-ant-colonies-decide" target="second-hand-going-rate">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e3917" source="how-ant-colonies-decide" target="spiral-arms">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e3918" source="how-ant-colonies-decide" target="stadium-wave">
      <data key="e_weight">6</data>
    </edge>
    <edge id="e3919" source="how-ant-colonies-decide" target="swarm-robotics">
      <data key="e_weight">6</data>
    </edge>
    <edge id="e3920" source="how-ant-colonies-decide" target="the-informal-org-chart">
      <data key="e_weight">6</data>
    </edge>
    <edge id="e3921" source="how-auction-rules-set-prices" target="incumbent-disruption">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3922" source="how-auction-rules-set-prices" target="winners-curse">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3923" source="how-banks-create-money" target="impossible-trinity">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3924" source="how-banks-create-money" target="j-curve-after-devaluation">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3925" source="how-banks-create-money" target="locust-upsurge">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e3926" source="how-banks-create-money" target="minimum-payment-trap">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e3927" source="how-banks-create-money" target="new-crops-and-population">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e3928" source="how-banks-create-money" target="paper-folding-limit">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e3929" source="how-banks-create-money" target="pedigree-collapse">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e3930" source="how-banks-create-money" target="runaway-planetesimal-growth">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e3931" source="how-banks-create-money" target="serial-dilution-limit">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e3932" source="how-banks-create-money" target="series-reliability-of-many-parts">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e3933" source="how-banks-create-money" target="shipboard-outbreak">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e3934" source="how-banks-create-money" target="spinning-coin-last-rattle">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e3935" source="how-banks-create-money" target="train-the-trainer-cascades">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e3936" source="how-banks-create-money" target="training-cadre-bottleneck">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e3937" source="how-banks-create-money" target="vinegar-syndrome">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e3938" source="how-banks-create-money" target="viral-load-kinetics">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e3939" source="how-banks-create-money" target="vocabulary-gap-widening">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e3940" source="how-banks-create-money" target="word-of-mouth-trade-pipeline">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e3941" source="how-birds-know-where-to-migrate" target="vernalization">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3942" source="how-can-music-create-emotion" target="phantom-limb-pain">
      <data key="e_weight">6</data>
    </edge>
    <edge id="e3943" source="how-can-music-create-emotion" target="placebo-effect">
      <data key="e_weight">8</data>
    </edge>
    <edge id="e3944" source="how-can-music-create-emotion" target="recorded-voice">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3945" source="how-can-music-create-emotion" target="why-do-we-procrastinate">
      <data key="e_weight">6</data>
    </edge>
    <edge id="e3946" source="how-can-music-create-emotion" target="why-time-feels-fast-or-slow">
      <data key="e_weight">8</data>
    </edge>
    <edge id="e3947" source="how-does-a-neural-network-learn" target="model-collapse">
      <data key="e_weight">7</data>
    </edge>
    <edge id="e3948" source="how-does-a-neural-network-learn" target="one-improbable-word">
      <data key="e_weight">7</data>
    </edge>
    <edge id="e3949" source="how-does-a-neural-network-learn" target="recommendation-narrowing">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3950" source="how-does-a-neural-network-learn" target="scaling-that-overshoots">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3951" source="how-does-a-neural-network-learn" target="the-agent-loop">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3952" source="how-does-a-refrigerator-cool-food" target="thermal-conductivity-of-touch">
      <data key="e_weight">6</data>
    </edge>
    <edge id="e3953" source="how-does-antibiotic-resistance-develop" target="pollination-specificity">
      <data key="e_weight">6</data>
    </edge>
    <edge id="e3954" source="how-does-antibiotic-resistance-develop" target="sourdough-stability">
      <data key="e_weight">6</data>
    </edge>
    <edge id="e3955" source="how-does-gps-find-your-location" target="leak-before-break">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3956" source="how-does-gps-find-your-location" target="progress-bar-estimates">
      <data key="e_weight">6</data>
    </edge>
    <edge id="e3957" source="how-encryption-keeps-messages-secret" target="prompt-injection">
      <data key="e_weight">7</data>
    </edge>
    <edge id="e3958" source="how-encryption-keeps-messages-secret" target="talked-out-of-its-own-rules">
      <data key="e_weight">7</data>
    </edge>
    <edge id="e3959" source="how-encryption-keeps-messages-secret" target="you-cannot-un-issue-a-signature">
      <data key="e_weight">7</data>
    </edge>
    <edge id="e3960" source="how-rock-becomes-soil" target="ocean-acidification">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3961" source="how-rock-becomes-soil" target="salinization">
      <data key="e_weight">6</data>
    </edge>
    <edge id="e3962" source="how-rock-becomes-soil" target="sea-saltiness">
      <data key="e_weight">7</data>
    </edge>
    <edge id="e3963" source="how-rock-becomes-soil" target="why-do-earthquakes-happen">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3964" source="how-the-brain-recognizes-faces" target="referred-pain">
      <data key="e_weight">6</data>
    </edge>
    <edge id="e3965" source="how-the-brain-recognizes-faces" target="self-tickling">
      <data key="e_weight">7</data>
    </edge>
    <edge id="e3966" source="how-the-brain-recognizes-faces" target="wayfinding">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3967" source="how-tree-rings-record-the-past" target="ice-core-records">
      <data key="e_weight">7</data>
    </edge>
    <edge id="e3968" source="how-tree-rings-record-the-past" target="marine-reservoir-age">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3969" source="how-vaccines-work" target="opioid-induced-hyperalgesia">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3970" source="how-vaccines-work" target="wound-healing">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3971" source="how-writing-was-invented" target="translation-equivalence">
      <data key="e_weight">6</data>
    </edge>
    <edge id="e3972" source="hub-and-feeder-ports" target="landlocked-disadvantage">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3973" source="hurricane-intensification" target="ice-age-triggers">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3974" source="hurricane-intensification" target="polar-amplification">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3975" source="hurricane-intensification" target="turbidity-currents">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3976" source="hurricane-intensification" target="why-rivers-meander">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3977" source="hybrid-seed-decline" target="weed-seed-banks">
      <data key="e_weight">7</data>
    </edge>
    <edge id="e3978" source="ice-age-triggers" target="polar-amplification">
      <data key="e_weight">7</data>
    </edge>
    <edge id="e3979" source="ice-age-triggers" target="turbidity-currents">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3980" source="ice-age-triggers" target="why-rivers-meander">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3981" source="ice-core-records" target="marine-reservoir-age">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3982" source="idempotent-operations" target="immutability">
      <data key="e_weight">7</data>
    </edge>
    <edge id="e3983" source="identity-over-change" target="multiple-realizability-of-mind">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3984" source="identity-over-change" target="relic-proved-false">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3985" source="immutability" target="undefined-behaviour">
      <data key="e_weight">7</data>
    </edge>
    <edge id="e3986" source="impossible-trinity" target="j-curve-after-devaluation">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3987" source="inattentional-blindness" target="memory-reconstruction">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3988" source="inattentional-blindness" target="why-do-we-procrastinate">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3989" source="inattentional-blindness" target="why-time-feels-fast-or-slow">
      <data key="e_weight">9</data>
    </edge>
    <edge id="e3990" source="incompleteness" target="sizes-of-infinity">
      <data key="e_weight">9</data>
    </edge>
    <edge id="e3991" source="incompleteness" target="unstable-averages">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3992" source="incumbent-disruption" target="retail-clustering">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3993" source="indexing" target="letting-callers-ask-for-exactly-what-they-want">
      <data key="e_weight">7</data>
    </edge>
    <edge id="e3994" source="indexing" target="the-untidy-shape-that-answers-faster">
      <data key="e_weight">9</data>
    </edge>
    <edge id="e3995" source="indexing" target="write-amplification">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3996" source="indirect-requests" target="signing-space">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3997" source="indirect-requests" target="spelling-reform">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3998" source="individual-treatment-effect" target="randomized-trials">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e3999" source="industrial-district-persistence" target="phantom-traffic-jams">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e4000" source="industrial-district-persistence" target="river-capture">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e4001" source="industrial-district-persistence" target="rural-depopulation">
      <data key="e_weight">7</data>
    </edge>
    <edge id="e4002" source="industrial-district-persistence" target="sinking-streams-in-karst">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e4003" source="infant-night-waking" target="sibling-regression">
      <data key="e_weight">7</data>
    </edge>
    <edge id="e4004" source="infinitude-of-primes" target="pigeonhole-principle">
      <data key="e_weight">7</data>
    </edge>
    <edge id="e4005" source="inflight-taste" target="menu-decoy">
      <data key="e_weight">7</data>
    </edge>
    <edge id="e4006" source="inflight-taste" target="return-trip-effect">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e4007" source="inspection-paradox" target="simpsons-paradox">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e4008" source="inspection-paradox" target="warming-hiatus">
      <data key="e_weight">6</data>
    </edge>
    <edge id="e4009" source="instant-glue" target="passivation">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e4010" source="insurance" target="insurance-pooling">
      <data key="e_weight">10</data>
    </edge>
    <edge id="e4011" source="insurance" target="monty-hall-problem">
      <data key="e_weight">6</data>
    </edge>
    <edge id="e4012" source="insurance" target="moral-luck">
      <data key="e_weight">6</data>
    </edge>
    <edge id="e4013" source="insurance" target="pascals-mugging">
      <data key="e_weight">6</data>
    </edge>
    <edge id="e4014" source="insurance" target="warranty-timing">
      <data key="e_weight">7</data>
    </edge>
    <edge id="e4015" source="insurance-pooling" target="warranty-timing">
      <data key="e_weight">6</data>
    </edge>
    <edge id="e4016" source="integrator-windup" target="road-cracking">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e4017" source="integrator-windup" target="tolerance-stack-up">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e4018" source="intermediate-axis-instability" target="mechanical-advantage">
      <data key="e_weight">6</data>
    </edge>
    <edge id="e4019" source="intermediate-axis-instability" target="nuclear-binding-energy">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e4020" source="intermediate-axis-instability" target="orbital-rendezvous">
      <data key="e_weight">6</data>
    </edge>
    <edge id="e4021" source="intermediate-axis-instability" target="whip-crack">
      <data key="e_weight">7</data>
    </edge>
    <edge id="e4022" source="internal-transfer-pricing" target="profit-versus-cash">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e4023" source="internal-transfer-pricing" target="safety-stock">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e4024" source="internet-packet-routing" target="next-token-prediction">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e4025" source="interval-training" target="tendon-rehabilitation-loading">
      <data key="e_weight">7</data>
    </edge>
    <edge id="e4026" source="interval-training" target="training-taper">
      <data key="e_weight">7</data>
    </edge>
    <edge id="e4027" source="invasion-lag-before-explosion" target="island-size-rule">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e4028" source="invasion-lag-before-explosion" target="locust-upsurge">
      <data key="e_weight">6</data>
    </edge>
    <edge id="e4029" source="invasion-lag-before-explosion" target="mark-recapture-estimates">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e4030" source="invasion-lag-before-explosion" target="spinning-coin-last-rattle">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e4031" source="invented-tradition" target="oral-tradition">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e4032" source="invented-tradition" target="revolution-timing">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e4033" source="irregular-verb-survival" target="rumour-sharpening">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e4034" source="irregular-verb-survival" target="why-do-languages-change-over-time">
      <data key="e_weight">7</data>
    </edge>
    <edge id="e4035" source="irregular-verb-survival" target="word-order">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e4036" source="irreversibility" target="maxwells-demon">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e4037" source="irreversibility" target="radioactive-half-life">
      <data key="e_weight">7</data>
    </edge>
    <edge id="e4038" source="irreversibility" target="supercooling">
      <data key="e_weight">8</data>
    </edge>
    <edge id="e4039" source="irrigation-efficiency-paradox" target="pest-resurgence">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e4040" source="isolation-levels" target="split-brain">
      <data key="e_weight">7</data>
    </edge>
    <edge id="e4041" source="isolation-levels" target="the-outbox">
      <data key="e_weight">7</data>
    </edge>
    <edge id="e4042" source="isomer-blindness-in-mass-spectrometry" target="paper-chromatography">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e4043" source="isostatic-rebound" target="relic-proved-false">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e4044" source="isotopic-provenance" target="marine-reservoir-age">
      <data key="e_weight">6</data>
    </edge>
    <edge id="e4045" source="janzen-connell-seedling-mortality" target="keystone-species">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e4046" source="janzen-connell-seedling-mortality" target="mast-seeding">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e4047" source="jazz-improvisation" target="marble-supports">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e4048" source="jazz-improvisation" target="varnish-removal">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e4049" source="jet-lag" target="shift-work">
      <data key="e_weight">10</data>
    </edge>
    <edge id="e4050" source="jet-lag" target="sleep">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e4051" source="jet-lag" target="sleeping-on-a-problem">
      <data key="e_weight">6</data>
    </edge>
    <edge id="e4052" source="jet-lag" target="teenage-sleep-phase">
      <data key="e_weight">8</data>
    </edge>
    <edge id="e4053" source="jet-lag" target="time-of-day-performance-peak">
      <data key="e_weight">6</data>
    </edge>
    <edge id="e4054" source="judging-order-effects" target="relative-age-effect">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e4055" source="judging-order-effects" target="relic-proved-false">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e4056" source="judicial-review" target="notice-and-comment-rulemaking">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e4057" source="judicial-review" target="why-do-democracies-separate-powers">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e4058" source="jury-deliberation" target="minority-influence">
      <data key="e_weight">6</data>
    </edge>
    <edge id="e4059" source="jury-deliberation" target="standards-of-proof">
      <data key="e_weight">7</data>
    </edge>
    <edge id="e4060" source="just-in-time-fragility" target="schedule-padding">
      <data key="e_weight">6</data>
    </edge>
    <edge id="e4061" source="katabatic-winds" target="radiation-frost">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e4062" source="katabatic-winds" target="twice-daily-tides">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e4063" source="katabatic-winds" target="what-keeps-ocean-currents-moving">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e4064" source="keeping-the-history-and-the-snapshot-in-one-file" target="what-a-list-of-numbers-remembers">
      <data key="e_weight">7</data>
    </edge>
    <edge id="e4065" source="killed-with-memory-to-spare" target="the-first-process">
      <data key="e_weight">7</data>
    </edge>
    <edge id="e4066" source="kirkwood-gaps" target="plutos-seasonal-atmosphere">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e4067" source="kirkwood-gaps" target="solar-cycle">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e4068" source="kirkwood-gaps" target="why-earth-has-seasons">
      <data key="e_weight">7</data>
    </edge>
    <edge id="e4069" source="kirkwood-gaps" target="yarkovsky-effect">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e4070" source="knockout-upsets" target="playoff-series-length">
      <data key="e_weight">9</data>
    </edge>
    <edge id="e4071" source="knowledge-and-comprehension" target="the-fourth-grade-slump">
      <data key="e_weight">9</data>
    </edge>
    <edge id="e4072" source="knowledge-from-testimony" target="moral-testimony">
      <data key="e_weight">9</data>
    </edge>
    <edge id="e4073" source="lagrange-points" target="stellar-balance">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e4074" source="lagrange-points" target="why-the-moon-shows-one-face">
      <data key="e_weight">9</data>
    </edge>
    <edge id="e4075" source="lagrange-points" target="zodiacal-dust-replenishment">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e4076" source="lake-turnover" target="rain-shadow">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e4077" source="lanchesters-square-law" target="spinning-coin-last-rattle">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e4078" source="lanchesters-square-law" target="training-cadre-bottleneck">
      <data key="e_weight">7</data>
    </edge>
    <edge id="e4079" source="lanchesters-square-law" target="wargaming">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e4080" source="land-size-limits" target="metabolic-scaling">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e4081" source="landfill-methane" target="sourdough-stability">
      <data key="e_weight">7</data>
    </edge>
    <edge id="e4082" source="landlocked-disadvantage" target="market-day-rotation">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e4083" source="landlocked-disadvantage" target="time-zones">
      <data key="e_weight">7</data>
    </edge>
    <edge id="e4084" source="large-family-parenting-shift" target="sibling-regression">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e4085" source="large-family-parenting-shift" target="twin-language-delay">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e4086" source="large-mirror-flexure" target="martian-atmosphere-loss">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e4087" source="large-mirror-flexure" target="meteor-streaks">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e4088" source="laser-coherence" target="laser-cooling">
      <data key="e_weight">7</data>
    </edge>
    <edge id="e4089" source="laser-coherence" target="night-window-reflections">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e4090" source="late-arriving-data" target="lineage">
      <data key="e_weight">7</data>
    </edge>
    <edge id="e4091" source="late-arriving-data" target="where-the-transform-sits">
      <data key="e_weight">7</data>
    </edge>
    <edge id="e4092" source="late-marriage-and-population-restraint" target="witch-hunt-cascades">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e4093" source="layered-electrical-protection" target="multiple-lock-isolation">
      <data key="e_weight">6</data>
    </edge>
    <edge id="e4094" source="layered-electrical-protection" target="the-wire-that-carries-nothing">
      <data key="e_weight">6</data>
    </edge>
    <edge id="e4095" source="layered-particle-detectors" target="neutrino-detection">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e4096" source="layered-particle-detectors" target="weather-observing-network">
      <data key="e_weight">6</data>
    </edge>
    <edge id="e4097" source="layers-are-diffs" target="merging-often">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e4098" source="layers-are-diffs" target="metered-cost">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e4099" source="layers-are-diffs" target="remembering-the-sub-answers">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e4100" source="layers-are-diffs" target="roles-as-compression">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e4101" source="layers-are-diffs" target="software-aging">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e4102" source="layers-are-diffs" target="the-occasionally-expensive-operation">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e4103" source="lead-in-short-lengths" target="movement-joints-in-tiling">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e4104" source="lead-in-short-lengths" target="near-misses">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e4105" source="lead-in-short-lengths" target="road-cracking">
      <data key="e_weight">8</data>
    </edge>
    <edge id="e4106" source="leak-before-break" target="stress-concentration">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e4107" source="learned-helplessness" target="relic-proved-false">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e4108" source="learning-by-explaining" target="teacher-attrition-in-hard-schools">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e4109" source="learning-by-explaining" target="teacher-expectations">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e4110" source="learning-by-standing-there" target="rough-in-inspection">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e4111" source="learning-by-standing-there" target="working-to-rule">
      <data key="e_weight">7</data>
    </edge>
    <edge id="e4112" source="least-astonishment" target="logged-into-someone-elses-account">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e4113" source="least-astonishment" target="time-to-first-token">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e4114" source="least-astonishment" target="when-removing-duplication-hurts">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e4115" source="led-dimmer-incompatibility" target="relic-proved-false">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e4116" source="leftover-spoilage" target="limescale">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e4117" source="leftover-spoilage" target="milk-spoilage-after-opening">
      <data key="e_weight">6</data>
    </edge>
    <edge id="e4118" source="leftover-spoilage" target="night-time-alarm-chirp">
      <data key="e_weight">9</data>
    </edge>
    <edge id="e4119" source="leftover-spoilage" target="subscription-inertia">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e4120" source="legal-fictions" target="promising">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e4121" source="legal-fictions" target="the-two-witness-rule">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e4122" source="legal-fictions" target="why-do-democracies-separate-powers">
      <data key="e_weight">6</data>
    </edge>
    <edge id="e4123" source="legal-precedent" target="persistent-rules">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e4124" source="legal-precedent" target="regulatory-grandfathering">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e4125" source="legal-precedent" target="relic-proved-false">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e4126" source="leghemoglobin-in-root-nodules" target="limits-of-regeneration">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e4127" source="leghemoglobin-in-root-nodules" target="midday-stomatal-closure">
      <data key="e_weight">7</data>
    </edge>
    <edge id="e4128" source="leghemoglobin-in-root-nodules" target="mycorrhizal-carbon-trade">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e4129" source="leghemoglobin-in-root-nodules" target="programmed-cell-death">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e4130" source="leghemoglobin-in-root-nodules" target="wheat-yield-and-protein">
      <data key="e_weight">6</data>
    </edge>
    <edge id="e4131" source="legibility" target="typeface-voice">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e4132" source="letting-callers-ask-for-exactly-what-they-want" target="the-untidy-shape-that-answers-faster">
      <data key="e_weight">7</data>
    </edge>
    <edge id="e4133" source="limescale" target="night-time-alarm-chirp">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e4134" source="limescale" target="rice-cooker-cutoff">
      <data key="e_weight">7</data>
    </edge>
    <edge id="e4135" source="limescale" target="subscription-inertia">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e4136" source="liminality-in-initiation" target="societal-collapse">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e4137" source="limiting-work-in-progress" target="single-queue">
      <data key="e_weight">6</data>
    </edge>
    <edge id="e4138" source="limits-of-regeneration" target="midday-stomatal-closure">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e4139" source="limits-of-regeneration" target="programmed-cell-death">
      <data key="e_weight">7</data>
    </edge>
    <edge id="e4140" source="linear-perspective" target="marble-supports">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e4141" source="linear-perspective" target="photographic-evidence">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e4142" source="live-and-let-live-truces" target="wartime-turnover-of-commanders">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e4143" source="locust-upsurge" target="spinning-coin-last-rattle">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e4144" source="logged-into-someone-elses-account" target="time-to-first-token">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e4145" source="long-hours-arms-race" target="poolside-sunbed-race">
      <data key="e_weight">6</data>
    </edge>
    <edge id="e4146" source="loser-pays-cost-rules" target="which-disputes-reach-trial">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e4147" source="lossless-compression" target="quantum-error-correction">
      <data key="e_weight">6</data>
    </edge>
    <edge id="e4148" source="low-frequency-radio-cutoff" target="star-formation">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e4149" source="low-frequency-radio-cutoff" target="what-is-a-black-hole">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e4150" source="magnetic-hysteresis" target="relic-proved-false">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e4151" source="magnetic-hysteresis" target="superconducting-levitation">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e4152" source="magnus-effect" target="tears-of-wine">
      <data key="e_weight">6</data>
    </edge>
    <edge id="e4153" source="magnus-effect" target="what-keeps-ocean-currents-moving">
      <data key="e_weight">6</data>
    </edge>
    <edge id="e4154" source="maillard-browning" target="rice-cooker-cutoff">
      <data key="e_weight">6</data>
    </edge>
    <edge id="e4155" source="maillard-browning" target="setting-a-stain">
      <data key="e_weight">6</data>
    </edge>
    <edge id="e4156" source="maillard-browning" target="what-makes-bread-rise">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e4157" source="mandated-rest-days" target="ritual-purity-and-contagion">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e4158" source="mandated-rest-days" target="the-liturgical-calendar">
      <data key="e_weight">7</data>
    </edge>
    <edge id="e4159" source="many-agents-one-task" target="sagas">
      <data key="e_weight">7</data>
    </edge>
    <edge id="e4160" source="mapping-an-outbreaks-source" target="modifiable-areal-units">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e4161" source="marble-supports" target="varnish-removal">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e4162" source="marker-disagreement" target="test-validity">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e4163" source="market-day-rotation" target="time-zones">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e4164" source="marrying-outside-the-group" target="preservation-bias">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e4165" source="marrying-outside-the-group" target="why-do-languages-change-over-time">
      <data key="e_weight">6</data>
    </edge>
    <edge id="e4166" source="martian-atmosphere-loss" target="meteor-streaks">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e4167" source="martian-atmosphere-loss" target="venus-superrotation">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e4168" source="mass-elevation-effect" target="modifiable-areal-units">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e4169" source="massed-string-sound" target="musical-consonance">
      <data key="e_weight">7</data>
    </edge>
    <edge id="e4170" source="mast-seeding" target="why-do-leaves-change-color">
      <data key="e_weight">7</data>
    </edge>
    <edge id="e4171" source="master-keying" target="preventive-replacement">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e4172" source="master-keying" target="rules-of-thumb-on-site">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e4173" source="maxwells-demon" target="redundancy-of-written-text">
      <data key="e_weight">6</data>
    </edge>
    <edge id="e4174" source="maxwells-demon" target="the-sorting-floor">
      <data key="e_weight">6</data>
    </edge>
    <edge id="e4175" source="measurement-dead-time" target="thermal-throttling">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e4176" source="measurement-dead-time" target="thermostat-overshoot">
      <data key="e_weight">6</data>
    </edge>
    <edge id="e4177" source="measurement-standardization" target="origin-of-money">
      <data key="e_weight">7</data>
    </edge>
    <edge id="e4178" source="measurement-standardization" target="second-serfdom">
      <data key="e_weight">7</data>
    </edge>
    <edge id="e4179" source="mechanical-advantage" target="oil-film-bearings">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e4180" source="mechanical-advantage" target="water-hammer">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e4181" source="mechanical-advantage" target="whip-crack">
      <data key="e_weight">6</data>
    </edge>
    <edge id="e4182" source="mechanical-advantage" target="wind-farm-wake-losses">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e4183" source="media-sameness" target="vowel-chain-shifts">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e4184" source="memory-reconstruction" target="retrieval-practice">
      <data key="e_weight">6</data>
    </edge>
    <edge id="e4185" source="memory-reconstruction" target="why-do-we-procrastinate">
      <data key="e_weight">7</data>
    </edge>
    <edge id="e4186" source="mental-accounting" target="sunk-cost">
      <data key="e_weight">7</data>
    </edge>
    <edge id="e4187" source="menu-decoy" target="return-trip-effect">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e4188" source="merging-often" target="metered-cost">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e4189" source="merging-often" target="roles-as-compression">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e4190" source="merging-often" target="the-occasionally-expensive-operation">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e4191" source="metabolic-water-in-desert-rodents" target="photosynthesis">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e4192" source="metaphor" target="sign-language">
      <data key="e_weight">7</data>
    </edge>
    <edge id="e4193" source="metaphor" target="transcribed-speech">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e4194" source="metaphor" target="translation-equivalence">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e4195" source="metastasis" target="quorum-sensing">
      <data key="e_weight">6</data>
    </edge>
    <edge id="e4196" source="metastasis" target="sepsis">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e4197" source="metered-cost" target="rate-limiting">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e4198" source="metered-cost" target="roles-as-compression">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e4199" source="metered-cost" target="technical-debt">
      <data key="e_weight">7</data>
    </edge>
    <edge id="e4200" source="metered-cost" target="the-small-files-problem">
      <data key="e_weight">7</data>
    </edge>
    <edge id="e4201" source="metric-cardinality-explosion" target="retry-storms">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e4202" source="metric-cardinality-explosion" target="spinning-coin-last-rattle">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e4203" source="metrical-verse" target="understudies">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e4204" source="midday-stomatal-closure" target="programmed-cell-death">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e4205" source="midday-stomatal-closure" target="wheat-yield-and-protein">
      <data key="e_weight">6</data>
    </edge>
    <edge id="e4206" source="military-logistics" target="mixed-speed-rail-capacity">
      <data key="e_weight">6</data>
    </edge>
    <edge id="e4207" source="military-logistics" target="room-turnover-window">
      <data key="e_weight">6</data>
    </edge>
    <edge id="e4208" source="minimum-payment-trap" target="spinning-coin-last-rattle">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e4209" source="minority-influence" target="motion-sickness">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e4210" source="minority-influence" target="pareidolia">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e4211" source="minority-influence" target="synchronized-applause">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e4212" source="misleading-fault-codes" target="occupational-licensing">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e4213" source="missed-connections" target="shoulder-season-price-cliff">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e4214" source="mixed-speed-rail-capacity" target="room-turnover-window">
      <data key="e_weight">7</data>
    </edge>
    <edge id="e4215" source="model-quantization" target="overdetermined-measurements">
      <data key="e_weight">6</data>
    </edge>
    <edge id="e4216" source="model-routing" target="prompt-chaining">
      <data key="e_weight">7</data>
    </edge>
    <edge id="e4217" source="molecular-handedness" target="selective-heating">
      <data key="e_weight">6</data>
    </edge>
    <edge id="e4218" source="monoculture-fragility" target="synchronised-planting-windows">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e4219" source="monoculture-fragility" target="weed-seed-banks">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e4220" source="monsoon" target="plutos-seasonal-atmosphere">
      <data key="e_weight">6</data>
    </edge>
    <edge id="e4221" source="monsoon" target="sea-breeze-reversal">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e4222" source="monsoon" target="why-earth-has-seasons">
      <data key="e_weight">6</data>
    </edge>
    <edge id="e4223" source="monty-hall-problem" target="moral-luck">
      <data key="e_weight">6</data>
    </edge>
    <edge id="e4224" source="monty-hall-problem" target="optimal-stopping">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e4225" source="monty-hall-problem" target="random-walk-recurrence">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e4226" source="monty-hall-problem" target="regression-to-the-mean">
      <data key="e_weight">7</data>
    </edge>
    <edge id="e4227" source="monty-hall-problem" target="sample-size-versus-population">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e4228" source="moon-illusion" target="night-window-reflections">
      <data key="e_weight">6</data>
    </edge>
    <edge id="e4229" source="moon-illusion" target="the-backwards-magnitude-scale">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e4230" source="moral-luck" target="pascals-mugging">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e4231" source="morphogen-gradients" target="quorum-sensing">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e4232" source="motion-sickness" target="pareidolia">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e4233" source="mountain-language-diversity" target="place-names">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e4234" source="movement-joints-in-tiling" target="near-misses">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e4235" source="multimodal-fusion" target="prompt-sensitivity">
      <data key="e_weight">7</data>
    </edge>
    <edge id="e4236" source="multimodal-fusion" target="tokenization">
      <data key="e_weight">7</data>
    </edge>
    <edge id="e4237" source="multimodal-fusion" target="why-0-1-plus-0-2-is-not-0-3">
      <data key="e_weight">7</data>
    </edge>
    <edge id="e4238" source="multiple-lock-isolation" target="redundant-climbing-anchors">
      <data key="e_weight">6</data>
    </edge>
    <edge id="e4239" source="multiple-lock-isolation" target="the-wire-that-carries-nothing">
      <data key="e_weight">7</data>
    </edge>
    <edge id="e4240" source="muscle-cramp" target="video-review-boundaries">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e4241" source="museum-lighting" target="patina-and-age-value">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e4242" source="museum-lighting" target="what-survived-from-antiquity">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e4243" source="musical-consonance" target="resonance">
      <data key="e_weight">6</data>
    </edge>
    <edge id="e4244" source="musical-consonance" target="vibration-isolator-resonance">
      <data key="e_weight">6</data>
    </edge>
    <edge id="e4245" source="mycorrhizal-carbon-trade" target="symbiosis">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e4246" source="nap-length" target="unfinished-tasks">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e4247" source="nearest-first" target="percolation-threshold">
      <data key="e_weight">6</data>
    </edge>
    <edge id="e4248" source="negative-edge-weights" target="relic-proved-false">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e4249" source="negative-edge-weights" target="time-average-versus-ensemble-average">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e4250" source="new-crops-and-population" target="spinning-coin-last-rattle">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e4251" source="night-time-alarm-chirp" target="subscription-inertia">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e4252" source="nobody-may-own-the-moon" target="why-negotiations-fail-into-war">
      <data key="e_weight">6</data>
    </edge>
    <edge id="e4253" source="non-identity-problem" target="scientific-testability">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e4254" source="non-identity-problem" target="splitting-a-person-in-two">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e4255" source="non-identity-problem" target="what-makes-an-argument-logically-valid">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e4256" source="note-taking-by-hand" target="split-attention">
      <data key="e_weight">7</data>
    </edge>
    <edge id="e4257" source="note-taking-by-hand" target="the-fourth-grade-slump">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e4258" source="notice-and-comment-rulemaking" target="why-do-democracies-separate-powers">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e4259" source="nuclear-binding-energy" target="whip-crack">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e4260" source="number-needed-to-treat" target="screening-false-positives">
      <data key="e_weight">9</data>
    </edge>
    <edge id="e4261" source="objects-that-do-not-know-they-are-stored" target="wrapping-without-changing">
      <data key="e_weight">9</data>
    </edge>
    <edge id="e4262" source="obsolete-fortifications" target="rout">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e4263" source="obsolete-fortifications" target="shoot-and-scoot-artillery">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e4264" source="ocean-acidification" target="peat-accumulation">
      <data key="e_weight">6</data>
    </edge>
    <edge id="e4265" source="ocean-acidification" target="sea-saltiness">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e4266" source="ocean-acidification" target="why-do-earthquakes-happen">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e4267" source="ocean-productivity" target="redox-banding-in-sediment">
      <data key="e_weight">7</data>
    </edge>
    <edge id="e4268" source="ocean-productivity" target="soil-carbon-under-ploughing">
      <data key="e_weight">6</data>
    </edge>
    <edge id="e4269" source="one-task-subcontractor" target="trade-demarcation">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e4270" source="opaque-cursors" target="pseudorandomness">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e4271" source="opaque-cursors" target="unknown-unknowns">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e4272" source="opaque-cursors" target="writing-down-what-you-could-not-determine">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e4273" source="opioid-induced-hyperalgesia" target="wound-healing">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e4274" source="oral-tradition" target="scattered-strip-farming">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e4275" source="oral-tradition" target="sharing-under-scarcity">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e4276" source="orbital-debris-cascade" target="venus-superrotation">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e4277" source="orbital-drag-speed-up" target="orbital-rendezvous">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e4278" source="orbital-drag-speed-up" target="pulsar-spin-rates">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e4279" source="orbital-drag-speed-up" target="reentry-heating">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e4280" source="orbital-rendezvous" target="pulsar-spin-rates">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e4281" source="orbital-rendezvous" target="reentry-heating">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e4282" source="order-from-pairwise-rules" target="when-the-best-step-now-is-safe">
      <data key="e_weight">7</data>
    </edge>
    <edge id="e4283" source="organ-allocation-matching" target="sleep">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e4284" source="organ-allocation-matching" target="transplant-rejection">
      <data key="e_weight">7</data>
    </edge>
    <edge id="e4285" source="organ-allocation-matching" target="why-the-body-runs-a-fever">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e4286" source="origin-of-money" target="second-serfdom">
      <data key="e_weight">7</data>
    </edge>
    <edge id="e4287" source="original-antigenic-sin" target="relic-proved-false">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e4288" source="overbooking" target="randomized-screening">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e4289" source="overbooking" target="single-queue">
      <data key="e_weight">7</data>
    </edge>
    <edge id="e4290" source="overclaimed-housework" target="proxy-arguments">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e4291" source="overdetermined-measurements" target="quantum-error-correction">
      <data key="e_weight">6</data>
    </edge>
    <edge id="e4292" source="overfitting" target="temperature">
      <data key="e_weight">7</data>
    </edge>
    <edge id="e4293" source="overnight-repo-lending" target="retention-money">
      <data key="e_weight">6</data>
    </edge>
    <edge id="e4294" source="overnight-repo-lending" target="trade-credit">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e4295" source="overnight-repo-lending" target="wage-stickiness">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e4296" source="overtourism" target="poolside-sunbed-race">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e4297" source="overtourism" target="shared-pesticide-susceptibility">
      <data key="e_weight">6</data>
    </edge>
    <edge id="e4298" source="package-tour-pricing" target="visa-reciprocity">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e4299" source="pallet-size-lock-in" target="relic-proved-false">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e4300" source="paper-folding-limit" target="spinning-coin-last-rattle">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e4301" source="paradox-of-tolerance" target="prohibition-of-images">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e4302" source="paradox-of-tolerance" target="self-defeating-aims">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e4303" source="paradox-of-value" target="retail-clustering">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e4304" source="paradox-of-value" target="vacancies-alongside-unemployment">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e4305" source="paradox-of-value" target="what-is-inflation">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e4306" source="parasite-host-manipulation" target="sweet-fruit-guarded-seed">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e4307" source="pareidolia" target="screening-false-positives">
      <data key="e_weight">8</data>
    </edge>
    <edge id="e4308" source="parkrun-spread" target="primate-cities">
      <data key="e_weight">6</data>
    </edge>
    <edge id="e4309" source="parkrun-spread" target="spinning-coin-last-rattle">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e4310" source="pascals-mugging" target="spinning-coin-last-rattle">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e4311" source="passivation" target="why-iron-rusts">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e4312" source="pasteurised-mushroom-substrate" target="relic-proved-false">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e4313" source="patina-and-age-value" target="stage-lighting-angle">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e4314" source="patina-and-age-value" target="what-survived-from-antiquity">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e4315" source="pay-rises-by-leaving" target="who-leaves-first">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e4316" source="paying-pupils-to-read" target="pricing-the-sacred">
      <data key="e_weight">8</data>
    </edge>
    <edge id="e4317" source="paying-pupils-to-read" target="teaching-to-the-test">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e4318" source="peat-accumulation" target="redox-banding-in-sediment">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e4319" source="pedigree-collapse" target="spinning-coin-last-rattle">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e4320" source="perceived-exertion" target="training-taper">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e4321" source="percolation-threshold" target="small-world-networks">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e4322" source="permission-aware-retrieval" target="requests-you-did-not-make">
      <data key="e_weight">7</data>
    </edge>
    <edge id="e4323" source="persistence-of-misinformation" target="sharing-cascades">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e4324" source="persistent-poor-neighbourhoods" target="why-cities-grow-at-crossings">
      <data key="e_weight">7</data>
    </edge>
    <edge id="e4325" source="persistent-rules" target="regulatory-grandfathering">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e4326" source="phantom-limb-pain" target="placebo-effect">
      <data key="e_weight">7</data>
    </edge>
    <edge id="e4327" source="phantom-limb-pain" target="why-time-feels-fast-or-slow">
      <data key="e_weight">6</data>
    </edge>
    <edge id="e4328" source="phantom-traffic-jams" target="river-capture">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e4329" source="phantom-traffic-jams" target="rural-depopulation">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e4330" source="phantom-traffic-jams" target="sinking-streams-in-karst">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e4331" source="phantom-traffic-jams" target="street-network-topology">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e4332" source="photon-escape-time" target="stellar-balance">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e4333" source="physical-ageing-of-plastics" target="plastic-weathering">
      <data key="e_weight">7</data>
    </edge>
    <edge id="e4334" source="physical-ageing-of-plastics" target="rubber-elasticity">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e4335" source="physical-ageing-of-plastics" target="viscoelastic-putty">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e4336" source="pilot-to-scale-failure" target="tutoring-versus-class-size">
      <data key="e_weight">7</data>
    </edge>
    <edge id="e4337" source="pins-and-needles" target="pit-viper-infrared-sensing">
      <data key="e_weight">6</data>
    </edge>
    <edge id="e4338" source="pins-and-needles" target="pregnancy-immune-tolerance">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e4339" source="pins-and-needles" target="smell-and-memory">
      <data key="e_weight">6</data>
    </edge>
    <edge id="e4340" source="pit-viper-infrared-sensing" target="smell-and-memory">
      <data key="e_weight">6</data>
    </edge>
    <edge id="e4341" source="planetary-rings" target="rocket-staging">
      <data key="e_weight">7</data>
    </edge>
    <edge id="e4342" source="planetary-rings" target="spacecraft-cooling">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e4343" source="planetary-rings" target="why-the-night-sky-is-dark">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e4344" source="planting-the-source-it-will-cite" target="wrong-with-nothing-missing">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e4345" source="plaster-in-thin-coats" target="scaffold-ties">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e4346" source="plaster-in-thin-coats" target="viscoelastic-putty">
      <data key="e_weight">6</data>
    </edge>
    <edge id="e4347" source="plastic-weathering" target="rubber-elasticity">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e4348" source="plastic-weathering" target="viscoelastic-putty">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e4349" source="played-in-instruments" target="speaking-in-noise">
      <data key="e_weight">6</data>
    </edge>
    <edge id="e4350" source="plutos-seasonal-atmosphere" target="solar-cycle">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e4351" source="plutos-seasonal-atmosphere" target="why-earth-has-seasons">
      <data key="e_weight">9</data>
    </edge>
    <edge id="e4352" source="point-in-time-joins" target="surrogate-keys">
      <data key="e_weight">7</data>
    </edge>
    <edge id="e4353" source="polar-amplification" target="turbidity-currents">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e4354" source="polar-amplification" target="why-rivers-meander">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e4355" source="pollination-specificity" target="virulence-and-transmission">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e4356" source="post-plague-wages" target="second-serfdom">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e4357" source="post-reproductive-life" target="senescence">
      <data key="e_weight">6</data>
    </edge>
    <edge id="e4358" source="post-reproductive-life" target="sterile-worker-castes">
      <data key="e_weight">6</data>
    </edge>
    <edge id="e4359" source="pre-registered-analysis" target="regression-to-the-mean">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e4360" source="prerequisite-chains" target="relic-proved-false">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e4361" source="preservation-bias" target="what-survived-from-antiquity">
      <data key="e_weight">6</data>
    </edge>
    <edge id="e4362" source="presumption-of-innocence" target="standards-of-proof">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e4363" source="preventive-replacement" target="rules-of-thumb-on-site">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e4364" source="pricing-the-sacred" target="weakness-of-will">
      <data key="e_weight">7</data>
    </edge>
    <edge id="e4365" source="primate-cities" target="rural-depopulation">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e4366" source="problem-of-evil" target="rule-against-the-case">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e4367" source="problem-of-evil" target="supererogation">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e4368" source="problem-of-induction" target="scientific-testability">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e4369" source="problem-of-induction" target="self-refuting-claims">
      <data key="e_weight">9</data>
    </edge>
    <edge id="e4370" source="problem-of-induction" target="underdetermination">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e4371" source="productive-failure" target="retrieval-practice">
      <data key="e_weight">7</data>
    </edge>
    <edge id="e4372" source="prohibition-of-images" target="self-defeating-aims">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e4373" source="promotion-mismatch" target="wartime-turnover-of-commanders">
      <data key="e_weight">6</data>
    </edge>
    <edge id="e4374" source="promotion-mismatch" target="who-leaves-first">
      <data key="e_weight">9</data>
    </edge>
    <edge id="e4375" source="prompt-injection" target="talked-out-of-its-own-rules">
      <data key="e_weight">7</data>
    </edge>
    <edge id="e4376" source="prompt-injection" target="tool-calling-boundary">
      <data key="e_weight">7</data>
    </edge>
    <edge id="e4377" source="prompt-sensitivity" target="tokenization">
      <data key="e_weight">9</data>
    </edge>
    <edge id="e4378" source="prompt-sensitivity" target="where-a-fact-lives-in-a-model">
      <data key="e_weight">7</data>
    </edge>
    <edge id="e4379" source="provenance-of-what-you-deploy" target="the-audit-record-as-the-product">
      <data key="e_weight">7</data>
    </edge>
    <edge id="e4380" source="pulsar-spin-rates" target="reentry-heating">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e4381" source="putting-out-system" target="trade-diasporas">
      <data key="e_weight">7</data>
    </edge>
    <edge id="e4382" source="quorum-sensing" target="the-error-threshold-on-genome-length">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e4383" source="quoting-a-job" target="skilled-diagnosis">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e4384" source="race-to-fish-under-quota" target="tomato-flavour">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e4385" source="radiant-chill-indoors" target="thermal-conductivity-of-touch">
      <data key="e_weight">6</data>
    </edge>
    <edge id="e4386" source="radiation-hardened-spacecraft-computers" target="two-gravitational-wave-detectors">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e4387" source="radio-spectrum-crowding-of-the-sky" target="wi-fi-channel-congestion">
      <data key="e_weight">8</data>
    </edge>
    <edge id="e4388" source="random-walk-recurrence" target="regression-to-the-mean">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e4389" source="random-walk-recurrence" target="sample-size-versus-population">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e4390" source="randomized-screening" target="single-queue">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e4391" source="rare-words-in-corpora" target="word-length">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e4392" source="rate-limiting" target="where-the-time-actually-goes">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e4393" source="reading-acquisition" target="transfer-of-learning">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e4394" source="recording-a-change-without-losing-the-present" target="where-the-transform-sits">
      <data key="e_weight">7</data>
    </edge>
    <edge id="e4395" source="recovery-objectives" target="retry-storms">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e4396" source="redox-banding-in-sediment" target="soil-carbon-under-ploughing">
      <data key="e_weight">6</data>
    </edge>
    <edge id="e4397" source="redundancy-of-written-text" target="the-sorting-floor">
      <data key="e_weight">6</data>
    </edge>
    <edge id="e4398" source="redundancy-of-written-text" target="word-length">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e4399" source="reentry-heating" target="whip-crack">
      <data key="e_weight">6</data>
    </edge>
    <edge id="e4400" source="referred-pain" target="self-tickling">
      <data key="e_weight">6</data>
    </edge>
    <edge id="e4401" source="refrigerant-changeover" target="three-way-catalytic-converter">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e4402" source="regional-incentive-bidding" target="tax-competition">
      <data key="e_weight">6</data>
    </edge>
    <edge id="e4403" source="regression-to-the-mean" target="self-consistency">
      <data key="e_weight">6</data>
    </edge>
    <edge id="e4404" source="regression-to-the-mean" target="testing-many-questions-at-once">
      <data key="e_weight">7</data>
    </edge>
    <edge id="e4405" source="regulatory-capture" target="resource-revenue-and-accountability">
      <data key="e_weight">7</data>
    </edge>
    <edge id="e4406" source="regulatory-capture" target="standing-to-sue">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e4407" source="regulatory-grandfathering" target="relic-proved-false">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e4408" source="reinforced-concrete" target="sharpness">
      <data key="e_weight">6</data>
    </edge>
    <edge id="e4409" source="reinforced-concrete" target="stress-concentration">
      <data key="e_weight">7</data>
    </edge>
    <edge id="e4410" source="reinforced-concrete" target="suspension-bridge-cables">
      <data key="e_weight">9</data>
    </edge>
    <edge id="e4411" source="relative-age-effect" target="relic-proved-false">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e4412" source="relic-proved-false" target="reminiscence-bump">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e4413" source="relic-proved-false" target="scribal-abbreviation">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e4414" source="relic-proved-false" target="stepparent-acceptance">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e4415" source="relic-proved-false" target="the-backwards-magnitude-scale">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e4416" source="relic-proved-false" target="time-average-versus-ensemble-average">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e4417" source="relic-proved-false" target="transformer-inrush">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e4418" source="relic-proved-false" target="typeface-voice">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e4419" source="relic-proved-false" target="value-of-the-original">
      <data key="e_weight">8</data>
    </edge>
    <edge id="e4420" source="relic-proved-false" target="word-spacing-in-writing">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e4421" source="remembering-the-sub-answers" target="the-occasionally-expensive-operation">
      <data key="e_weight">7</data>
    </edge>
    <edge id="e4422" source="reminiscence-bump" target="shrinking-social-circles">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e4423" source="reminiscence-bump" target="stepparent-acceptance">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e4424" source="remittances-and-children-left-behind" target="shrinking-social-circles">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e4425" source="replay-determinism" target="the-cap-theorem">
      <data key="e_weight">7</data>
    </edge>
    <edge id="e4426" source="requests-you-did-not-make" target="talked-out-of-its-own-rules">
      <data key="e_weight">7</data>
    </edge>
    <edge id="e4427" source="requests-you-did-not-make" target="why-a-code-sent-to-your-phone-does-not-stop-phishing">
      <data key="e_weight">7</data>
    </edge>
    <edge id="e4428" source="resonance" target="soap-film-colours">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e4429" source="resonance" target="vibration-isolator-resonance">
      <data key="e_weight">6</data>
    </edge>
    <edge id="e4430" source="resonance" target="vortex-shedding">
      <data key="e_weight">7</data>
    </edge>
    <edge id="e4431" source="resource-revenue-and-accountability" target="tax-incidence">
      <data key="e_weight">7</data>
    </edge>
    <edge id="e4432" source="restaurant-districts" target="traveler-herding">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e4433" source="retail-clustering" target="vacancies-alongside-unemployment">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e4434" source="retail-clustering" target="what-is-inflation">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e4435" source="retail-seasonality" target="stockout-demand-censoring">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e4436" source="retrieval-augmented-generation" target="speculative-decoding">
      <data key="e_weight">7</data>
    </edge>
    <edge id="e4437" source="retrieval-practice" target="spacing-effect">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e4438" source="return-trip-effect" target="why-time-feels-fast-or-slow">
      <data key="e_weight">10</data>
    </edge>
    <edge id="e4439" source="review-polarization" target="washing-machine-odour">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e4440" source="rice-cooker-cutoff" target="setting-a-stain">
      <data key="e_weight">7</data>
    </edge>
    <edge id="e4441" source="rice-cooker-cutoff" target="shape-memory-alloys">
      <data key="e_weight">6</data>
    </edge>
    <edge id="e4442" source="rice-cooker-cutoff" target="supercooled-water">
      <data key="e_weight">6</data>
    </edge>
    <edge id="e4443" source="ritual-purity-and-contagion" target="the-liturgical-calendar">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e4444" source="river-capture" target="rural-depopulation">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e4445" source="river-capture" target="sinking-streams-in-karst">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e4446" source="river-capture" target="why-rivers-meander">
      <data key="e_weight">6</data>
    </edge>
    <edge id="e4447" source="river-name-survival" target="where-parks-end-up">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e4448" source="road-cracking" target="tolerance-stack-up">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e4449" source="rocket-staging" target="spacecraft-cooling">
      <data key="e_weight">7</data>
    </edge>
    <edge id="e4450" source="rocket-staging" target="why-the-night-sky-is-dark">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e4451" source="rogue-waves" target="tsunami-shoaling">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e4452" source="rotation-and-storm-size" target="rowing-crew-scale">
      <data key="e_weight">6</data>
    </edge>
    <edge id="e4453" source="rotation-and-storm-size" target="sonoluminescence">
      <data key="e_weight">6</data>
    </edge>
    <edge id="e4454" source="rout" target="shoot-and-scoot-artillery">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e4455" source="route-survival-after-downturns" target="souvenir-craft-convergence">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e4456" source="route-survival-after-downturns" target="step-climb">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e4457" source="rowing-crew-scale" target="sonoluminescence">
      <data key="e_weight">6</data>
    </edge>
    <edge id="e4458" source="rubber-elasticity" target="supercooling">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e4459" source="rubber-elasticity" target="viscoelastic-putty">
      <data key="e_weight">7</data>
    </edge>
    <edge id="e4460" source="rubber-stamped-review" target="the-paved-road">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e4461" source="rule-against-the-case" target="supererogation">
      <data key="e_weight">7</data>
    </edge>
    <edge id="e4462" source="rumour-sharpening" target="why-do-languages-change-over-time">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e4463" source="runaway-planetesimal-growth" target="spinning-coin-last-rattle">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e4464" source="running-both-and-comparing" target="synthetic-versus-real-users">
      <data key="e_weight">7</data>
    </edge>
    <edge id="e4465" source="running-both-and-comparing" target="testability-as-a-design-property">
      <data key="e_weight">7</data>
    </edge>
    <edge id="e4466" source="runoff-from-dry-ground" target="salinization">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e4467" source="runoff-from-dry-ground" target="soil-carbon-under-ploughing">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e4468" source="runoff-from-dry-ground" target="what-makes-bread-rise">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e4469" source="rural-depopulation" target="sinking-streams-in-karst">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e4470" source="sacrificial-anodes" target="why-iron-rusts">
      <data key="e_weight">7</data>
    </edge>
    <edge id="e4471" source="safety-stock" target="stockout-demand-censoring">
      <data key="e_weight">9</data>
    </edge>
    <edge id="e4472" source="sagas" target="split-brain">
      <data key="e_weight">7</data>
    </edge>
    <edge id="e4473" source="salary-cap" target="why-negotiations-fail-into-war">
      <data key="e_weight">6</data>
    </edge>
    <edge id="e4474" source="salinization" target="soil-carbon-under-ploughing">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e4475" source="sample-size-versus-population" target="stratified-sampling">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e4476" source="sandwich-generation-overlap" target="teenage-sleep-phase">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e4477" source="scattered-strip-farming" target="sharing-under-scarcity">
      <data key="e_weight">7</data>
    </edge>
    <edge id="e4478" source="scientific-testability" target="splitting-a-person-in-two">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e4479" source="scientific-testability" target="underdetermination">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e4480" source="scientific-testability" target="what-makes-an-argument-logically-valid">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e4481" source="screws-in-end-grain" target="sharpness">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e4482" source="scribal-abbreviation" target="word-spacing-in-writing">
      <data key="e_weight">6</data>
    </edge>
    <edge id="e4483" source="sea-level-fingerprints" target="tsunami-shoaling">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e4484" source="sea-saltiness" target="why-do-earthquakes-happen">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e4485" source="search-indexing" target="transactions-on-immutable-storage">
      <data key="e_weight">7</data>
    </edge>
    <edge id="e4486" source="seating-arrangement-and-discussion" target="small-disruptions-in-a-classroom">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e4487" source="secret-ballot" target="statutes-of-limitation">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e4488" source="self-consistency" target="shuffling-before-sorting">
      <data key="e_weight">7</data>
    </edge>
    <edge id="e4489" source="self-consistency" target="testing-many-questions-at-once">
      <data key="e_weight">6</data>
    </edge>
    <edge id="e4490" source="self-consistency" target="why-the-average-recovery-time-lies">
      <data key="e_weight">7</data>
    </edge>
    <edge id="e4491" source="self-tickling" target="wayfinding">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e4492" source="separating-the-read-model-from-the-write-model" target="two-stores-for-one-truth">
      <data key="e_weight">7</data>
    </edge>
    <edge id="e4493" source="serial-dilution-limit" target="spinning-coin-last-rattle">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e4494" source="series-reliability-of-many-parts" target="spinning-coin-last-rattle">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e4495" source="series-reliability-of-many-parts" target="technical-standards">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e4496" source="service-discovery" target="why-adding-a-worker-stops-the-others">
      <data key="e_weight">7</data>
    </edge>
    <edge id="e4497" source="setting-blocks" target="working-to-rule">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e4498" source="shape-memory-alloys" target="supercooled-water">
      <data key="e_weight">6</data>
    </edge>
    <edge id="e4499" source="shape-memory-alloys" target="work-hardening">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e4500" source="shared-memory-in-couples" target="sibling-deidentification">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e4501" source="shared-memory-in-couples" target="trust-asymmetry">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e4502" source="shared-water-supply-flow" target="shower-curtain-drift">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e4503" source="shared-water-supply-flow" target="tracing-a-leak">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e4504" source="sharing-cascades" target="spinning-coin-last-rattle">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e4505" source="sharpness" target="why-ice-is-slippery">
      <data key="e_weight">6</data>
    </edge>
    <edge id="e4506" source="shift-work" target="sleeping-on-a-problem">
      <data key="e_weight">6</data>
    </edge>
    <edge id="e4507" source="shift-work" target="teenage-sleep-phase">
      <data key="e_weight">8</data>
    </edge>
    <edge id="e4508" source="shift-work" target="time-of-day-performance-peak">
      <data key="e_weight">6</data>
    </edge>
    <edge id="e4509" source="shipboard-outbreak" target="spinning-coin-last-rattle">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e4510" source="shower-curtain-drift" target="tracing-a-leak">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e4511" source="shuffling-before-sorting" target="why-the-average-recovery-time-lies">
      <data key="e_weight">7</data>
    </edge>
    <edge id="e4512" source="sibling-regression" target="twin-language-delay">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e4513" source="sign-language" target="signing-space">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e4514" source="sign-language" target="translation-equivalence">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e4515" source="signing-out-everywhere" target="why-a-code-sent-to-your-phone-does-not-stop-phishing">
      <data key="e_weight">7</data>
    </edge>
    <edge id="e4516" source="signing-out-everywhere" target="you-cannot-un-issue-a-signature">
      <data key="e_weight">7</data>
    </edge>
    <edge id="e4517" source="signing-space" target="spelling-reform">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e4518" source="silent-classroom" target="social-loafing">
      <data key="e_weight">6</data>
    </edge>
    <edge id="e4519" source="similar-partners" target="toddler-tantrums">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e4520" source="similar-partners" target="twin-language-delay">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e4521" source="simultaneous-interpreting" target="text-message-tone">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e4522" source="sizes-of-infinity" target="unstable-averages">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e4523" source="sleep" target="transplant-rejection">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e4524" source="sleep" target="why-the-body-runs-a-fever">
      <data key="e_weight">7</data>
    </edge>
    <edge id="e4525" source="small-disruptions-in-a-classroom" target="spacing-effect">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e4526" source="soap-film-colours" target="vortex-shedding">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e4527" source="software-aging" target="technical-debt">
      <data key="e_weight">9</data>
    </edge>
    <edge id="e4528" source="software-aging" target="write-amplification">
      <data key="e_weight">7</data>
    </edge>
    <edge id="e4529" source="solar-cycle" target="why-earth-has-seasons">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e4530" source="sonoluminescence" target="why-is-the-sky-blue">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e4531" source="sorting-more-than-fits" target="when-the-best-step-now-is-safe">
      <data key="e_weight">7</data>
    </edge>
    <edge id="e4532" source="spacecraft-cooling" target="why-the-night-sky-is-dark">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e4533" source="speaking-in-noise" target="telephone-bandwidth">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e4534" source="speaking-in-noise" target="transcribed-speech">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e4535" source="speaking-in-noise" target="whistled-languages">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e4536" source="specialized-courts" target="standing-to-sue">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e4537" source="specialized-courts" target="term-limits">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e4538" source="spelling-reform" target="unwritten-vowels-in-abjads">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e4539" source="spinning-coin-last-rattle" target="train-the-trainer-cascades">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e4540" source="spinning-coin-last-rattle" target="training-cadre-bottleneck">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e4541" source="spinning-coin-last-rattle" target="vinegar-syndrome">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e4542" source="spinning-coin-last-rattle" target="viral-load-kinetics">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e4543" source="spinning-coin-last-rattle" target="vocabulary-gap-widening">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e4544" source="spinning-coin-last-rattle" target="word-of-mouth-trade-pipeline">
      <data key="e_weight">4</data>
    </edge>
    <edge id="e4545" source="split-attention" target="the-fourth-grade-slump">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e4546" source="star-formation" target="what-is-a-black-hole">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e4547" source="statutory-interpretation-canons" target="voting-rules">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e4548" source="stealth-tradeoff" target="unusable-intelligence">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e4549" source="stellar-balance" target="why-stars-have-different-colors">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e4550" source="stellar-balance" target="why-the-moon-shows-one-face">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e4551" source="stellar-balance" target="zodiacal-dust-replenishment">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e4552" source="story-shape" target="what-survived-from-antiquity">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e4553" source="strategic-deception" target="unusable-intelligence">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e4554" source="stress-concentration" target="suspension-bridge-cables">
      <data key="e_weight">7</data>
    </edge>
    <edge id="e4555" source="stress-concentration" target="tempered-glass">
      <data key="e_weight">6</data>
    </edge>
    <edge id="e4556" source="stress-spillover-at-home" target="unwritten-household-rules">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e4557" source="substitute-teacher-cover" target="unused-curriculum">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e4558" source="supercooled-water" target="why-is-glass-transparent">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e4559" source="surrogate-keys" target="twenty-five-acronyms-nine-pieces">
      <data key="e_weight">7</data>
    </edge>
    <edge id="e4560" source="synchronised-planting-windows" target="weed-seed-banks">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e4561" source="synthetic-versus-real-users" target="testability-as-a-design-property">
      <data key="e_weight">7</data>
    </edge>
    <edge id="e4562" source="tail-latency" target="thinking-budget">
      <data key="e_weight">7</data>
    </edge>
    <edge id="e4563" source="talked-out-of-its-own-rules" target="why-a-code-sent-to-your-phone-does-not-stop-phishing">
      <data key="e_weight">7</data>
    </edge>
    <edge id="e4564" source="tax-competition" target="village-pasture-stinting">
      <data key="e_weight">6</data>
    </edge>
    <edge id="e4565" source="teacher-attrition-in-hard-schools" target="teacher-expectations">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e4566" source="teaching-to-the-test" target="value-added-ranking-instability">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e4567" source="tears-of-wine" target="what-keeps-ocean-currents-moving">
      <data key="e_weight">6</data>
    </edge>
    <edge id="e4568" source="tears-of-wine" target="why-does-static-make-hair-stand-up">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e4569" source="technical-debt" target="the-small-files-problem">
      <data key="e_weight">7</data>
    </edge>
    <edge id="e4570" source="technology-loss" target="urban-mortality">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e4571" source="telephone-bandwidth" target="transcribed-speech">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e4572" source="tendon-rehabilitation-loading" target="training-taper">
      <data key="e_weight">7</data>
    </edge>
    <edge id="e4573" source="the-blocking-commit" target="the-cap-theorem">
      <data key="e_weight">7</data>
    </edge>
    <edge id="e4574" source="the-semantic-layer" target="two-systems-one-record">
      <data key="e_weight">7</data>
    </edge>
    <edge id="e4575" source="the-small-files-problem" target="write-amplification">
      <data key="e_weight">7</data>
    </edge>
    <edge id="e4576" source="thermal-conductivity-of-touch" target="why-does-static-make-hair-stand-up">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e4577" source="toddler-tantrums" target="twin-language-delay">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e4578" source="tokenization" target="where-a-fact-lives-in-a-model">
      <data key="e_weight">7</data>
    </edge>
    <edge id="e4579" source="tool-granularity" target="what-an-assistant-should-forget">
      <data key="e_weight">7</data>
    </edge>
    <edge id="e4580" source="tool-granularity" target="when-removing-duplication-hurts">
      <data key="e_weight">7</data>
    </edge>
    <edge id="e4581" source="trade-jargon" target="word-length">
      <data key="e_weight">7</data>
    </edge>
    <edge id="e4582" source="trade-jargon" target="word-order">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e4583" source="trade-jargon" target="wordless-instructions">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e4584" source="train-the-trainer-cascades" target="vocabulary-gap-widening">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e4585" source="transplant-rejection" target="why-the-body-runs-a-fever">
      <data key="e_weight">7</data>
    </edge>
    <edge id="e4586" source="tsunami-shoaling" target="whip-crack">
      <data key="e_weight">6</data>
    </edge>
    <edge id="e4587" source="turbidity-currents" target="why-rivers-meander">
      <data key="e_weight">7</data>
    </edge>
    <edge id="e4588" source="typeface-voice" target="value-of-the-original">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e4589" source="unit-combat-learning-curve" target="wartime-turnover-of-commanders">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e4590" source="unwritten-vowels-in-abjads" target="whistled-languages">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e4591" source="urban-growth-boundaries" target="urban-heat-islands">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e4592" source="urban-growth-boundaries" target="where-parks-end-up">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e4593" source="urban-growth-boundaries" target="zoning-envelope-architecture">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e4594" source="urban-heat-islands" target="what-keeps-ocean-currents-moving">
      <data key="e_weight">6</data>
    </edge>
    <edge id="e4595" source="vacancies-alongside-unemployment" target="wage-stickiness">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e4596" source="vacancies-alongside-unemployment" target="what-is-inflation">
      <data key="e_weight">7</data>
    </edge>
    <edge id="e4597" source="warranty-timing" target="why-the-average-recovery-time-lies">
      <data key="e_weight">6</data>
    </edge>
    <edge id="e4598" source="wartime-turnover-of-commanders" target="who-leaves-first">
      <data key="e_weight">6</data>
    </edge>
    <edge id="e4599" source="water-hammer" target="wind-farm-wake-losses">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e4600" source="what-an-assistant-should-forget" target="when-removing-duplication-hurts">
      <data key="e_weight">7</data>
    </edge>
    <edge id="e4601" source="what-is-a-black-hole" target="why-the-night-sky-is-dark">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e4602" source="why-cities-grow-at-crossings" target="windward-wealth-divide">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e4603" source="why-do-we-procrastinate" target="why-time-feels-fast-or-slow">
      <data key="e_weight">7</data>
    </edge>
    <edge id="e4604" source="why-ice-is-slippery" target="why-is-glass-transparent">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e4605" source="why-stars-have-different-colors" target="widmanstatten-pattern">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e4606" source="why-the-moon-shows-one-face" target="zodiacal-dust-replenishment">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e4607" source="word-length" target="word-order">
      <data key="e_weight">5</data>
    </edge>
    <edge id="e4608" source="word-length" target="wordless-instructions">
      <data key="e_weight">5</data>
    </edge>
  </graph>
</graphml>
