diff --git a/organs/hypothalamus/hypothalamus-beh.md b/organs/hypothalamus/hypothalamus-beh.md deleted file mode 100644 index 66e9af8..0000000 --- a/organs/hypothalamus/hypothalamus-beh.md +++ /dev/null @@ -1,39 +0,0 @@ -# hypothalamus-beh.md - -## HYPOTHALAMUS-BEH: container - -Qui gestiamo la fatica organismica. - -```Gen -HYPOTHALAMUS-BEH - - type: container - - activity_scope: !ALWAYS - - tub_local: - OrganismicFatigue () - -``` - -### BehDevPossibility: Scope - -Alternanza DAY NIGHT. Influenzata da intricazioni con tutto l'organismo, neuroni compresi. - -```Gen -BehDevPossibility: ( active: 60x ) - - type: scope - contained_by: HYPOTHALAMUS-BEH - - in_context: Fixed - - # la disattivazione e' la non attivazione - condition: NOT ( OrganismicFatigue fullness ) # Day - activate_scope: - !DAY - - condition: ( OrganismicFatigue fullness ) # Night - activate_scope: - !NIGHT -``` diff --git a/organs/hypothalamus/hypothalamus.md b/organs/hypothalamus/hypothalamus.md index eb4ce92..eb457d0 100644 --- a/organs/hypothalamus/hypothalamus.md +++ b/organs/hypothalamus/hypothalamus.md @@ -9,9 +9,43 @@ HYPOTHALAMUS type: comprehension - include: - hypothalamus-beh.md - expansion: @HYPOTHALAMUS-BEH +``` + +### HYPOTHALAMUS-BEH: container + +Qui gestiamo la fatica organismica. + +```Gen +HYPOTHALAMUS-BEH + + type: container + + activity_scope: !ALWAYS + + tub_local: + OrganismicFatigue () +``` + +#### BehDevPossibility: Scope + +Alternanza DAY NIGHT. Influenzata da intricazioni con tutto l'organismo, neuroni compresi. + +```Gen +BehDevPossibility: ( active: 60x ) + + type: scope + contained_by: HYPOTHALAMUS-BEH + + in_context: Fixed + + # la disattivazione e' la non attivazione + condition: NOT ( OrganismicFatigue fullness ) # Day + activate_scope: + !DAY + + condition: ( OrganismicFatigue fullness ) # Night + activate_scope: + !NIGHT ``` \ No newline at end of file