Files
organism/elements/neuron/axon.md
T

24 lines
975 B
Markdown
Raw Normal View History

2026-04-14 12:05:22 +02:00
# axon.md
2026-03-08 10:01:18 +01:00
2026-03-07 12:26:39 +01:00
Qui comprendiamo:
2026-03-08 10:01:18 +01:00
2026-04-14 15:24:01 +02:00
- AXON: Axon
2026-03-07 12:26:39 +01:00
2026-04-14 15:24:01 +02:00
## AXON: Container
2026-05-31 09:58:44 +02:00
[Click here to read the contributing guide](Presynapse.md)
2026-04-26 17:08:14 +02:00
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:
- l'equivalente del tuning della PRESYNAPSE, come espansione dell'AXON, e' fatta da excitation/inhibition in winnertakeall. Per equivalente si intende che e' uno spostare PRESYNAPSE da actual, come se fosse un tuning.
- the associations between PRESYNAPSE, POSTSYNAPSE e SYNAPSE is performed by the "bind" in excitation/inhibition in winnertakeall. Because we have to make sure that the correct binding is performed when intricating actuals.
2026-03-07 12:26:39 +01:00
```Gen
2026-05-28 20:39:00 +02:00
AXON
2026-03-07 12:26:39 +01:00
2026-05-28 20:39:00 +02:00
type: comprehension
expansion:
2026-05-29 09:42:45 +02:00
_presynapse: TUB [ comprehension: PRESYNAPSE, full: 50x, active: 0x, empty: 10x ]
2026-04-14 15:55:58 +02:00
# managed_by: EXCITATION or INHIBITION from winnertakeall
2026-03-07 12:26:39 +01:00
```