From 546b8afdf01b8406c7a16972ff7e683eb8db26b2 Mon Sep 17 00:00:00 2001 From: ocrampal Date: Fri, 22 May 2026 10:37:29 +0200 Subject: [PATCH] varie --- g_comprehension.md | 2 +- hypothalamus/hypothalamus-beh.md | 8 ++++---- organism/organism-beh.md | 11 +++++++++-- organism/organism.md | 2 +- 4 files changed, 15 insertions(+), 8 deletions(-) diff --git a/g_comprehension.md b/g_comprehension.md index 70c8fdb..6446655 100644 --- a/g_comprehension.md +++ b/g_comprehension.md @@ -15,7 +15,7 @@ g_comprehension organism/organism.md activity_scope: - !ALWAYS + !ALWAYS # per ora solo per hypothalamus !NIGHT !DAY diff --git a/hypothalamus/hypothalamus-beh.md b/hypothalamus/hypothalamus-beh.md index b02f782..875b48a 100644 --- a/hypothalamus/hypothalamus-beh.md +++ b/hypothalamus/hypothalamus-beh.md @@ -10,6 +10,8 @@ HYPOTHALAMUS-BEH type: container + activity_scope: !ALWAYS + tub_local: OrganismicFatigue () @@ -17,15 +19,13 @@ HYPOTHALAMUS-BEH ### BehDevPossibility: Scope -Alternanza BEH durante il giorno e DEV notte. Influenzata da intricazioni con tutto l'organismo, neuroni compresi. - -In questo caso non trattiamo ad esempio il WINNERTAKEALL-DEV, perche' avremmo bisogno di suddividere le fasi di notte, tipo 2 o piu' non-REM. +Alternanza DAY NIGHT. Influenzata da intricazioni con tutto l'organismo, neuroni compresi. ```Gen BehDevPossibility: ( active: 60x ) type: scope - contained_by: HYPOTHALAMUS + contained_by: HYPOTHALAMUS-BEH in_context: Fixed diff --git a/organism/organism-beh.md b/organism/organism-beh.md index e374c30..a882713 100644 --- a/organism/organism-beh.md +++ b/organism/organism-beh.md @@ -14,8 +14,8 @@ EXCITATION type: container - active: NIGHT - + activity_scope: !NIGHT + tub_intricated: PRESYNAPSE: out.{}.{}.{}.PRESYNAPSE POSTSYNAPSE: in.{}.{}.{}.POSTSYNAPSE @@ -59,6 +59,9 @@ INHIBITION type: container + activity_scope: !NIGHT + + tub_intricated: ``` @@ -73,6 +76,8 @@ ACTUATION type: container + activity_scope: !NIGHT + tub_intricated: ``` @@ -87,6 +92,8 @@ SENSORY type: container + activity_scope: !NIGHT + tub_intricated: ``` \ No newline at end of file diff --git a/organism/organism.md b/organism/organism.md index 9e08a91..856a1e1 100644 --- a/organism/organism.md +++ b/organism/organism.md @@ -25,5 +25,5 @@ ORGANISM @: EXCITATION [out: @TECTUM.@WTA-001.@OUT-EXCI-001, in: @VERTEBREA.@WTA-001.@IN-EXCI-002] - activate: @HYPOTHALAMUS-BEH + activate: !ALWAYS ```