This commit is contained in:
2026-05-22 10:37:29 +02:00
parent f98f4ea438
commit 546b8afdf0
4 changed files with 15 additions and 8 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ g_comprehension
organism/organism.md
activity_scope:
!ALWAYS
!ALWAYS # per ora solo per hypothalamus
!NIGHT
!DAY
+4 -4
View File
@@ -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
+9 -2
View File
@@ -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:
```
+1 -1
View File
@@ -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
```