fixed markdown with lint

This commit is contained in:
2026-03-08 10:01:18 +01:00
parent 9ef04b59e9
commit 25ccdcb135
13 changed files with 301 additions and 269 deletions
+51 -51
View File
@@ -4,15 +4,15 @@ Neuron Development - LTP-LTD Behavior:
Il DEV-N lavora durante Night a tempi lunghi rispetto a BEH-N. In pratica cambia la forma delle possibilita di BEH-N.
Il DEV contiene quei behavior di modulazione che cambiano la somma (fullness + active). La modulazione DEV aumenta/diminuisce (fullness + active). Ovvero ce creazione di nuova “forma” di possibilita.
Il DEV contiene quei behavior di modulazione che cambiano la somma (fullness + active). La modulazione DEV aumenta/diminuisce (fullness + active). Ovvero ce creazione di nuova “forma” di possibilita.
This is critical for long-term presynaptic changes. The postsynaptic cell, upon detecting specific activity patterns (like those for LTP/LTD), releases chemical signals that travel backwards to the presynaptic terminal, instructing it to change.
- For Presynaptic Strengthening (e.g., un LTP):
- For Presynaptic Strengthening (e.g., un LTP):
- Nitric Oxide (NO): A gas that diffuses freely. During postsynaptic LTP induction (strong NMDAR activation), neuronal NO synthase (nNOS) is activated. NO diffuses into the presynaptic terminal and activates soluble guanylyl cyclase (sGC), raising cGMP levels. This enhances vesicle release via PKG, contributing to presynaptic LTP.
- Endocannabinoid-Mediated LTP (eLTP): In some synapses, a postsynaptic depolarization triggers production of endocannabinoids (e.g., 2-AG). These bind to presynaptic CB1 receptors, but surprisingly, can initiate a signaling cascade (involving cAMP/PKA) that increases Pr for a long period.
- Neurotrophins (BDNF): Released from the postsynapse in an activity-dependent manner. Presynaptic TrkB receptors activate pathways (PI3K, MAPK) that enhance vesicle docking and Pr.
- For Presynaptic Weakening (e.g., LTD):
- For Presynaptic Weakening (e.g., LTD):
- Classical Endocannabinoid-Mediated LTD (eCB-LTD): More common. Moderate postsynaptic activity (mGluR activation or moderate Ca²⁺ rise) triggers 2-AG release. 2-AG binds presynaptic CB1 receptors, which inhibit VGCCs and directly inhibit the release machinery via Gi/o protein signaling, reducing Pr for a long time.
- Other Lipid Mediators (like LPA) can also act as retrograde signals for depression.
@@ -52,23 +52,23 @@ modulator: DEV-RF
```Gen
modulator: DEV-PRE-VesciclesRecycling-RF
contained_by: DEV-RF
contained_by: DEV-RF
modulates: BEH-PRE/episode/VesciclesRecycling
modulates: BEH-PRE/episode/VesciclesRecycling
# each BEH-PRE is modulated!
tub_dev:
- fulMod ( fullness: None, active: rf/fullness, emptiness: 0x )
- actMod ( fullness: None, active: rf/active, emptiness: 0x )
tub_dev:
- fulMod ( fullness: None, active: rf/fullness, emptiness: 0x )
- actMod ( fullness: None, active: rf/active, emptiness: 0x )
# qui stiamo modulando l'active di RF mantenendolo fra fullness e
# emptiness dichiarato in VesciclesRecycling
tub_local:
tub_local:
tub_intricated:
- Nox ( contained_by: BEH-POST )
- Ecb ( contained_by: BEH-POST )
tub_intricated:
- Nox ( contained_by: BEH-POST )
- Ecb ( contained_by: BEH-POST )
```
#### Context
@@ -79,15 +79,15 @@ modulator: DEV-PRE-VesciclesRecycling-RF
```Gen
modulator: DEV-PRE-VesiclesFillingRP-RF
contained_by: DEV-RF
contained_by: DEV-RF
modulates:
modulates:
tub_local:
tub_local:
tub_intricated:
- Nox ( contained_by: BEH-POST )
- Ecb ( contained_by: BEH-POST )
tub_intricated:
- Nox ( contained_by: BEH-POST )
- Ecb ( contained_by: BEH-POST )
```
#### Context
@@ -98,15 +98,15 @@ modulator: DEV-PRE-VesiclesFillingRP-RF
```Gen
modulator: DEV-PRE-LactateAtp-RF
contained_by: DEV-RF
contained_by: DEV-RF
modulates:
modulates:
tub_local:
tub_local:
tub_intricated:
- Nox ( contained_by: BEH-POST )
- Ecb ( contained_by: BEH-POST )
tub_intricated:
- Nox ( contained_by: BEH-POST )
- Ecb ( contained_by: BEH-POST )
```
#### Context
@@ -126,21 +126,21 @@ modulator: DEV-FULL
```Gen
modulator: DEV-PRE-CA2+-FULL
contained_by: DEV-FULL
contained_by: DEV-FULL
modulates: BEH-PRE/tub/Ca2+ # this is the tub whose "full" must be modulated
tub_dev:
- fullMod ( fullness: 100x, active: Ca2+/fullness, emptiness: 50x ) # Ca2+Full "contains" a number of blocks equal to the current Full.
modulates: BEH-PRE/tub/Ca2+ # this is the tub whose "full" must be modulated
tub_dev:
- fullMod ( fullness: 100x, active: Ca2+/fullness, emptiness: 50x ) # Ca2+Full "contains" a number of blocks equal to the current Full.
# qui stiamo modulando la fullness di Ca2+, associandola ad
# active di fullMod. Cambiando active di fullMod,
# si cambia la fullness di Ca2+
tub_local:
tub_local:
tub_intricated:
- Nox ( contained_by: BEH-POST )
- Ecb ( contained_by: BEH-POST )
tub_intricated:
- Nox ( contained_by: BEH-POST )
- Ecb ( contained_by: BEH-POST )
```
#### Context
@@ -155,13 +155,13 @@ context: CheckPreTubCa2+
rf: 60x
condition: ( empty )
out_context: DecreaseFull
out_context: DecreaseFull
condition: NOT ( empty ) AND NOT ( Ca2+ full )
out_context: Nothing
out_context: Nothing
condition: ( full)
out_context: IncreaseFull
out_context: IncreaseFull
```
#### Episode
@@ -174,31 +174,31 @@ episode: VgccOpen
rf: 1x
hypothesis: NOT ( full ) AND NOT ( empty )
action: [ increase, decrease]
trace: None
action: [ increase, decrease]
trace: None
```
### DEV-PRE-RRP-FULL: Modulator
### DEV-PRE-RRP-FULL: Modulator
```Gen
modulator: DEV-PRE-RRP-FULL
contained_by: DEV-FULL
contained_by: DEV-FULL
modulates: BEH-PRE/tub/Rrp # this is the tub whose "full" must be modulated
tub_dev:
- fullMod ( fullness: 100x, active: Rrp/fullness, emptiness: 50x ) # RrpFull "contains" a number of blocks equal to the current Full.
modulates: BEH-PRE/tub/Rrp # this is the tub whose "full" must be modulated
tub_dev:
- fullMod ( fullness: 100x, active: Rrp/fullness, emptiness: 50x ) # RrpFull "contains" a number of blocks equal to the current Full.
# qui stiamo modulando la fullness di Rrp, associandola ad
# active di fullMod. Cambiando active di fullMod,
# si cambia la fullness di Rrp
tub_local:
tub_local:
tub_intricated:
- Nox ( contained_by: BEH-POST )
- Ecb ( contained_by: BEH-POST )
tub_intricated:
- Nox ( contained_by: BEH-POST )
- Ecb ( contained_by: BEH-POST )
```
#### Context
#### Episode
#### Episode