78 lines
1.5 KiB
Markdown
78 lines
1.5 KiB
Markdown
# organism.md
|
|
|
|
## ORGANISM
|
|
|
|
Expansions and modulations:
|
|
expands: [HYPOTHALAMUS](organs/hypothalamus/hypothalamus.md), [TECTUM](organs/tectum/tectum.md), [VERTEBRAE](organs/vertebrae/vertebrae.md)
|
|
tunes: [PRESYNAPSE](elements/neuron/presynapse.md), [POSTSYNAPSE](elements/neuron/postsynapse.md), [ASTROSYNAPSE](elements/astrocyte/astrosynapse.md)
|
|
|
|
```Gen
|
|
|
|
include:
|
|
organs/hypothalamus/hypothalamus.md
|
|
organs/tectum/tectum.md
|
|
organs/vertebrae/vertebrae.md
|
|
|
|
ORGANISM
|
|
|
|
type: main_comprehension
|
|
|
|
expansion:
|
|
@TECTUM: EXPANSION [ comprehension: TECTUM ]
|
|
@VERTEBRAE: EXPANSION [ comprehension: VERTEBRAE ]
|
|
@HYPOTHALAMUS: EXPANSION [ comprehension: HYPOTHALAMUS ]
|
|
|
|
instantiation:
|
|
# scope
|
|
!ALWAYS: SCOPE [] # per ora solo per hypothalamus
|
|
!NIGHT: SCOPE []
|
|
!DAY: SCOPE []
|
|
|
|
# Context
|
|
|
|
# tubs
|
|
|
|
# behaviour
|
|
|
|
@: BEHAVIOUR [ behaviour: EXCITATION, collection: COLLECTION [
|
|
pre: @TECTUM.@OUT-EXCI-001.collection.pre,
|
|
post: @VERTEBREA.@IN-EXCI-002.collection.post,
|
|
astro: @VERTEBREA.@IN-EXCI-002.collection.astro ] ]
|
|
|
|
activate_scope: !ALWAYS
|
|
```
|
|
|
|
### EXCITATION
|
|
|
|
```Gen
|
|
|
|
EXCITATION
|
|
|
|
type: behaviour
|
|
|
|
within_scope: !NIGHT
|
|
|
|
snippet:
|
|
|
|
# *Fixed
|
|
@: CONTEXTOR [snippet: ExcitationPossible, RF: active 60x]
|
|
|
|
# *ActivateAstroPostPre
|
|
@: BINDER [snippet: ExcitationBind, RF: active 6x]
|
|
@: ACCUMULATOR [snippet: ClearTraces, RF: active 6x]
|
|
|
|
*DeActivateAstroPostPre
|
|
@: BINDER [snippet: ExcitationUnbind, RF: active 6x]
|
|
```
|
|
|
|
#### *Fixed
|
|
|
|
##### ExcitationPossible
|
|
|
|
```Gen
|
|
|
|
ExcitationPossible
|
|
|
|
|
|
```
|