diff --git a/elements/neuron/postsynapse.md b/elements/neuron/postsynapse.md index 3bf7478..e5b11da 100644 --- a/elements/neuron/postsynapse.md +++ b/elements/neuron/postsynapse.md @@ -9,8 +9,6 @@ Qui comprendiamo: - POSTSYNAPSE: Postsynapse - POST-AMPA: AMPA receptors (α-amino-3-hydroxy-5-methyl-4-isoxazolepropionic acid receptors) -## POSTSYNAPSE: Comprehension - **Simplified Behaviors**: — ms: @@ -93,6 +91,8 @@ TunPossible_ctx --- +## POSTSYNAPSE: Comprehension + ```Gen POSTSYNAPSE type: comprehension @@ -105,6 +105,7 @@ POSTSYNAPSE @POSTSYNAPSE-BEH: POSTSYNAPSE-BEH [] ``` +## POSTSYNAPSE: Container ``` 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. -## POST-AMPA: Container +## POST-AMPA: Comprehension ```Gen POST-AMPA @@ -257,6 +258,8 @@ POST-AMPA ``` +## POST-AMPA: Container + ```Gen POST-AMPA-BHE type: container @@ -298,12 +301,21 @@ NaAMPAEnterMed: ( active: 4x ) 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'. ```Gen 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 context_intricated: @@ -317,7 +329,7 @@ POST-NA-CLEAR ```Gen NaClearanceHigh: ( active: 4x ) type: accumulator - contained_by: POSTSYNAPSE + contained_by: POST-NA-CLEAR-BHE in_context: NOT bAP_ctx ??any?? hypothesis: ( Na mediumness ) OR ( Na fullness ) @@ -330,7 +342,7 @@ NaClearanceHigh: ( active: 4x ) ```Gen NaClearanceLow: ( active: 16x ) type: accumulator - contained_by: POSTSYNAPSE + contained_by: POST-NA-CLEAR-BHE in_context: NOT bAP_ctx ??any?? hypothesis: NOT (Na empty) diff --git a/elements/neuron/presynapse.md b/elements/neuron/presynapse.md index d0ce2be..8642eac 100644 --- a/elements/neuron/presynapse.md +++ b/elements/neuron/presynapse.md @@ -17,8 +17,8 @@ PRESYNAPSE type: comprehension expansion: - @VGCC-PRE: VGCC-PRE [ full: 10x, active: 5x, empty: 2x ] - @: VGCC-PRE-TUN [@VGCC-PRE] + VGCC-PRE_ALL: VGCC-PRE [ full: 10x, active: 5x, empty: 2x ] + @: VGCC-PRE-TUN [VGCC-PRE_ALL] ``` ### PRESYNAPSE-BEH: Container