varie post

This commit is contained in:
2026-05-23 15:46:45 +02:00
2 changed files with 20 additions and 8 deletions
+18 -6
View File
@@ -9,8 +9,6 @@ Qui comprendiamo:
- POSTSYNAPSE: Postsynapse - POSTSYNAPSE: Postsynapse
- POST-AMPA: AMPA receptors (α-amino-3-hydroxy-5-methyl-4-isoxazolepropionic acid receptors) - POST-AMPA: AMPA receptors (α-amino-3-hydroxy-5-methyl-4-isoxazolepropionic acid receptors)
## POSTSYNAPSE: Comprehension
**Simplified Behaviors**: **Simplified Behaviors**:
— ms: — ms:
@@ -93,6 +91,8 @@ TunPossible_ctx
--- ---
## POSTSYNAPSE: Comprehension
```Gen ```Gen
POSTSYNAPSE POSTSYNAPSE
type: comprehension type: comprehension
@@ -105,6 +105,7 @@ POSTSYNAPSE
@POSTSYNAPSE-BEH: POSTSYNAPSE-BEH [] @POSTSYNAPSE-BEH: POSTSYNAPSE-BEH []
``` ```
## POSTSYNAPSE: Container
``` ```
POSTSYNAPSE-BEH POSTSYNAPSE-BEH
@@ -246,7 +247,7 @@ VPostClearance: ( active: 18x )
``` ```
Il clearance lo facciamo qui nel container dove creaiamo anche i VPost, perche' altrimenti, se lo facessimo in DB, perderemmo l'aspetto temporale della contribuzione dei singoli POST. Il clearance lo facciamo qui nel container dove creaiamo anche i VPost, perche' altrimenti, se lo facessimo in DB, perderemmo l'aspetto temporale della contribuzione dei singoli POST.
## POST-AMPA: Container ## POST-AMPA: Comprehension
```Gen ```Gen
POST-AMPA POST-AMPA
@@ -257,6 +258,8 @@ POST-AMPA
``` ```
## POST-AMPA: Container
```Gen ```Gen
POST-AMPA-BHE POST-AMPA-BHE
type: container type: container
@@ -298,12 +301,21 @@ NaAMPAEnterMed: ( active: 4x )
trace: trace:
``` ```
## POST-NA-CLEAR: Container ## POST-NA-CLEAR: Comprehension
Il clearance lo mettiamo qui come container, perche' gli AMPA creano, e questo container pompa fuori. Qui non e' un problema di perdere l'integrazione temporale, perche' gli AMPA sono tutti uguali nel loro behavior. Abbiamo messo gli AMPA come container perche' cosi' possiamo modularne la numerosita'. Il clearance lo mettiamo qui come container, perche' gli AMPA creano, e questo container pompa fuori. Qui non e' un problema di perdere l'integrazione temporale, perche' gli AMPA sono tutti uguali nel loro behavior. Abbiamo messo gli AMPA come container perche' cosi' possiamo modularne la numerosita'.
```Gen ```Gen
POST-NA-CLEAR POST-NA-CLEAR
type: comprehension
expansion:
@: POST-NA-CLEAR-BHE: POST-NA-CLEAR-BHE
```
## POST-NA-CLEAR-BHE: Container
```Gen
POST-NA-CLEAR-BHE
type: container type: container
context_intricated: context_intricated:
@@ -317,7 +329,7 @@ POST-NA-CLEAR
```Gen ```Gen
NaClearanceHigh: ( active: 4x ) NaClearanceHigh: ( active: 4x )
type: accumulator type: accumulator
contained_by: POSTSYNAPSE contained_by: POST-NA-CLEAR-BHE
in_context: NOT bAP_ctx ??any?? in_context: NOT bAP_ctx ??any??
hypothesis: ( Na mediumness ) OR ( Na fullness ) hypothesis: ( Na mediumness ) OR ( Na fullness )
@@ -330,7 +342,7 @@ NaClearanceHigh: ( active: 4x )
```Gen ```Gen
NaClearanceLow: ( active: 16x ) NaClearanceLow: ( active: 16x )
type: accumulator type: accumulator
contained_by: POSTSYNAPSE contained_by: POST-NA-CLEAR-BHE
in_context: NOT bAP_ctx ??any?? in_context: NOT bAP_ctx ??any??
hypothesis: NOT (Na empty) hypothesis: NOT (Na empty)
+2 -2
View File
@@ -17,8 +17,8 @@ PRESYNAPSE
type: comprehension type: comprehension
expansion: expansion:
@VGCC-PRE: VGCC-PRE [ full: 10x, active: 5x, empty: 2x ] VGCC-PRE_ALL: VGCC-PRE [ full: 10x, active: 5x, empty: 2x ]
@: VGCC-PRE-TUN [@VGCC-PRE] @: VGCC-PRE-TUN [VGCC-PRE_ALL]
``` ```
### PRESYNAPSE-BEH: Container ### PRESYNAPSE-BEH: Container