Files
organism/hypothalamus/hypothalamus-beh.md
T
2026-05-06 14:01:06 +02:00

40 lines
879 B
Markdown

# hypothalamus-beh.md
## HYPOTHALAMUS-BEH: comprehension
**HYPOTHALAMUS-BEH**:
Qui gestioamo la fatica organismica.
```Gen
HYPOTHALAMUS-BEH
type: container
```
### 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.
```Gen
BehDevPossibility: ( active: 60x )
type: scope
contained_by: HYPOTHALAMUS
in_context: Fixed
# la disattivazione e' la non attivazione
condition: NOT ( DevPossible fullness ) # Day
activate_scope:
- NEURON-BEH
condition: ( DevPossible fullness ) # Night
activate_scope:
- NEURON-DEV
- WINNERTAKEALL-BEH
- ASTROCYTE-DEV
```