From 7e205379b43d0ed562defff6697649d3f0bb2a8d Mon Sep 17 00:00:00 2001 From: ocrampal Date: Wed, 6 May 2026 13:59:14 +0200 Subject: [PATCH] hypothalamus --- hypothalamus/hypothalamus-beh.md | 39 ++++++++++++++++++++++++++++++++ hypothalamus/hypothalamus.md | 18 +++++++++++++++ neuron/neuron.md | 20 ---------------- 3 files changed, 57 insertions(+), 20 deletions(-) create mode 100644 hypothalamus/hypothalamus-beh.md create mode 100644 hypothalamus/hypothalamus.md diff --git a/hypothalamus/hypothalamus-beh.md b/hypothalamus/hypothalamus-beh.md new file mode 100644 index 0000000..46ffc46 --- /dev/null +++ b/hypothalamus/hypothalamus-beh.md @@ -0,0 +1,39 @@ +# 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_activate: + - NEURON-DEV + - WINNERTAKEALL-BEH + - ASTROCYTE-DEV +``` diff --git a/hypothalamus/hypothalamus.md b/hypothalamus/hypothalamus.md new file mode 100644 index 0000000..fea67f5 --- /dev/null +++ b/hypothalamus/hypothalamus.md @@ -0,0 +1,18 @@ +# hypothalamus.md + +**Hypothalamus**: +Qui comprendiamo Hypothalamus. E' l'organo che si occupa di far "dormire" l'organismo, in maniera da rendere possibile i comportamenti che associamo alla modifica di forma organimisca, compresa quella neuronale. + +## HYPOTHALAMUS: Comprehension + +```Gen +HYPOTHALAMUS + + type: comprehension + + include: + hypothalamus-beh.md + + expansion: + - HYPOTHALAMUS-BEH ( fullness: 1x, active: 1x, emptiness: 1x ) +``` \ No newline at end of file diff --git a/neuron/neuron.md b/neuron/neuron.md index 158282d..320dca2 100644 --- a/neuron/neuron.md +++ b/neuron/neuron.md @@ -21,25 +21,5 @@ NEURON expansion: NEURON-BEH ( active: 1x ) - tub_intricated: NightPossible ( contained_by: ORG ) - # qui e' l'organismo che va a dormire (Ipotalamo) ``` -### BehDevPossibility: Scope - -Alternanza DAY-N durante il giorno e NIGHT-N notte. Influenzata da intricazioni con l’ipotalamo che si occupa della fatica organismica. - -```Gen -BehDevPossibility: ( active: 60x ) - - type: scope - contained_by: NEURON - - in_context: Fixed - - condition: NOT ( DevPossible fullness ) # Day - activate_scope: NEURON-BEH # la disattivazione e' la non attivazione - - condition: ( DevPossible fullness ) # Night - activate_activate: NEURON-DEV -```