diff --git a/elements/neuron/axon.md b/elements/neuron/axon.md index 7031829..80363b6 100644 --- a/elements/neuron/axon.md +++ b/elements/neuron/axon.md @@ -5,9 +5,9 @@ Qui comprendiamo: - AXON: Axon ## AXON: Container -Modulation: -- develops: - - [PRESYNAPSE](presynapse.md) +Intro: +- is expanded by: [NEURON](neuron.md) +- expands: [PRESYNAPSE](presynapse.md) The axon does not contain specific behavior. - We might add balancing of ATP within PRE later. Here we comprehend it as a “cable” transporting the AP from SOMA to Presynapse. It expands PRESYNAPSE which: @@ -16,11 +16,9 @@ The axon does not contain specific behavior. ```Gen AXON - type: comprehension expansion: - _presynapse: TUB [ comprehension: PRESYNAPSE, full: 50x, active: 0x, empty: 10x ] # managed_by: EXCITATION or INHIBITION from winnertakeall ```