Citation Thread
bind citations, footnotes, evidence, references into visible relationships
Running the actual pattern live via applyPattern() — switch the substrate, stack overlays, watch the signals, or reverse the dynamics. Not a mock.
"Citation Thread" — bind citations, footnotes, evidence, references into visible relationships. It has a link layer (ropes / cloth between neighbours), a fieldflow layer (solar prominences, aurora, plasma streams, guided matter), a charge layer (attract/repel charged matter), and a memory layer (a decaying trail / hysteresis). Matter follows the field geometry because of fieldflow, not the field-owning force itself. The active render stack is links, field-lines, trails, particles.
Charge binds a citation to its source and fieldflow carries the eye down the thread — electromagnetic relation made readable from either end.
Copy this pattern
<field-root></field-root>
<div data-body="link" data-strength="1" data-range="360" data-feedback></div>
<div data-body="fieldflow" data-strength="0.7" data-range="0"></div>
<div data-body="charge" data-strength="0.6" data-range="300" data-spin="1"></div>
<div data-body="memory" data-strength="0.5" data-range="260"></div> <script type="module">
import '@fundamental-engine/elements';
</script>
<field-root></field-root>
<div data-body="link" data-strength="1" data-range="360" data-feedback></div>
<div data-body="fieldflow" data-strength="0.7" data-range="0"></div>
<div data-body="charge" data-strength="0.6" data-range="300" data-spin="1"></div>
<div data-body="memory" data-strength="0.5" data-range="260"></div> import { FieldField } from '@fundamental-engine/react';
export default function CitationThread() {
return (
<FieldField>
<div data-body="link" data-strength="1" data-range="360" data-feedback />
<div data-body="fieldflow" data-strength="0.7" data-range="0" />
<div data-body="charge" data-strength="0.6" data-range="300" data-spin="1" />
<div data-body="memory" data-strength="0.5" data-range="260" />
</FieldField>
);
} {
"id": "citation-thread",
"name": "Citation Thread",
"intent": "bind citations, footnotes, evidence, references into visible relationships",
"naturalField": "electromagnetic",
"primitives": [
"link",
"fieldflow",
"charge",
"memory"
],
"bodies": [
{
"body": "link",
"strength": 1,
"range": 360,
"feedback": true
},
{
"body": "fieldflow",
"strength": 0.7,
"range": 0
},
{
"body": "charge",
"strength": 0.6,
"range": 300,
"spin": 1
},
{
"body": "memory",
"strength": 0.5,
"range": 260
}
],
"relationships": [
{
"from": "citation",
"to": "source",
"type": "cites",
"strength": 0.9
}
],
"render": [
"links",
"field-lines",
"trails",
"particles"
],
"metrics": [
"relation-strength",
"confidence",
"memory"
],
"diagnostics": [
"topology",
"causality",
"inspector"
],
"accessibility": {
"reducedMotion": "persistent source highlights with numbered source links and support badges",
"meaningWithoutMotion": "each claim names its source via a numbered link and a support badge, no thread animation needed"
},
"notes": "Charge binds a citation to its source and fieldflow carries the eye down the thread — electromagnetic relation made readable from either end.",
"tier": "applied",
"status": "shipped",
"conditions": [
"related"
]
} See also
- Signal Path show information flowing through citations, dependencies, or routes
- Evidence Field show how sources support, weaken, or contradict a claim
- Guided Flow move particles or attention along field lines, relationships, or paths
- Attention Weather show system urgency, density, and activity across a dashboard
- Navigation Current make routes, breadcrumbs, and likely next paths feel connected
- Form Stability Field show validation as coherence instead of error noise