From 1daf71abe6cd29bfe0598ec3a12a983fbc1198b8 Mon Sep 17 00:00:00 2001 From: ocrampal Date: Wed, 13 May 2026 17:38:25 +0200 Subject: [PATCH] varie --- organism/organism-beh.md | 2 +- tectum/internal-excitation.md | 12 +++++++----- tectum/tectum-beh.md | 4 ++-- 3 files changed, 10 insertions(+), 8 deletions(-) diff --git a/organism/organism-beh.md b/organism/organism-beh.md index a3f8bec..16e23d2 100644 --- a/organism/organism-beh.md +++ b/organism/organism-beh.md @@ -22,6 +22,6 @@ ORGANSIM-BEH internal_relations: # Area xxx - @INTERNAL-EXCITATION-010: INTERNAL-EXCITATATION [out: @TECTUM.EXTERNAL-OUT-EXCITATION-001.PRESYNAPSE, in: @VERTEBREA.EXTERNAL-IN-EXCITATION-002.POSTYNAPSE] + @INTERNAL-EXCITATION-010: INTERNAL-EXCITATION [out: @TECTUM.EXTERNAL-OUT-EXCITATION-001.PRESYNAPSE, in: @VERTEBREA.EXTERNAL-IN-EXCITATION-002.POSTYNAPSE] ``` \ No newline at end of file diff --git a/tectum/internal-excitation.md b/tectum/internal-excitation.md index 46c462c..d536721 100644 --- a/tectum/internal-excitation.md +++ b/tectum/internal-excitation.md @@ -22,6 +22,8 @@ INTERNAL-EXCITATION POSTSYNAPSE: in SYNAPSE_BOUTON: WINNERTAKEALL.ASTROCYTE.SYNAPSE_BOUTON # questo container conosce il @WTAx, e quindi puo' ricavare l'associazione con @ATROx + bind_intrication: [PRESYNAPSE, POSTSYNAPSE, SYNAPSE_BOUTON] + tub_local: ??? (fullness: 50x, active: 0x, emptiness: 0x) @@ -51,20 +53,20 @@ CheckSynModification: ( active: 60x ) out_context: DeActivateSynPostPre_ctx ``` -### ActivateSynPostPre: binder +### ActivateSynPostPre: accumulator Qui attiviamo la Syn collegando Pre e Post. Lo facciamo per tutte le relazioni fino a quando GoodTraces fullness ```Gen ActivateSynPostPre: ( active: 6x ) - type: binder + type: accumulator contained_by: INTERNAL-EXCITATION in_context: ActivateSynPostPre_ctx - hypothesis: ( GoodTraces fullness ) - bind_intrication: [PRESYNAPSE increase, POSTSYNAPSE increase, SYNAPSE increase, GoodTraces decrease] - trace: None + hypothesis: ( GoodTraces fullness ) AND NOT ( SYNAPSE full ) AND NOT ( PRESYNAPSE full ) AND NOT ( POSTSYNAPSE full) + action: [PRESYNAPSE increase, POSTSYNAPSE increase, SYNAPSE increase, GoodTraces decrease] + trace: None ``` ### DeActivateSynPostPre: binder diff --git a/tectum/tectum-beh.md b/tectum/tectum-beh.md index 0fd4110..f1e8ab5 100644 --- a/tectum/tectum-beh.md +++ b/tectum/tectum-beh.md @@ -22,9 +22,9 @@ TECTUM-BEH @AST-001: ASTROCYTE @AST-002: ASTROCYTE - intricate_elements: + bind_intrication: [@WTA-001, @AST-001] # viene utilizzato quando gli elementi sono allo stesso livello, perche' la possibile intricazione e' implicita in un'espansione tradizionale - @WTA-001 <-> @AST-001 + external_relations: # questi sono messi a disposizione dell'organismo che mette assieme organi come tectum, hypothalamus