cambio nomi

This commit is contained in:
2026-05-06 10:54:57 +02:00
parent 65341bee64
commit c4641cd630
6 changed files with 24 additions and 25 deletions
@@ -1,8 +1,8 @@
# astrocyte-developer.md # astrocyte-dev.md
**Developing**: Qui mettiamo la creazione e distruzione di SYNAPSE possibili, cambiando il full dell'espansione SYNAPSE. **Developing**: Qui mettiamo la creazione e distruzione di SYNAPSE possibili, cambiando il full dell'espansione SYNAPSE.
## SYNAPSE-DEVELOPER: Developer ## SYNAPSE-DEV: Developer
```Gen ```Gen
SYNAPSE-DEVELOPER SYNAPSE-DEVELOPER
@@ -22,7 +22,7 @@ SYNAPSE-DEVELOPER
CheckDevPossibility: ( active: 60x ) CheckDevPossibility: ( active: 60x )
type: contextor type: contextor
contained_by: SYNASPE-DEVELOPER contained_by: SYNASPE-DEV
in_context: Fixed in_context: Fixed
+1 -1
View File
@@ -11,7 +11,7 @@ comprehension: ASTROCYTE
include: include:
synapse.md synapse.md
astrocyte-developer.md astrocyte-dev.md
expansion: expansion:
- SYNAPSE ( fullness: 50x, active: 0x, emptiness: 0x ) - SYNAPSE ( fullness: 50x, active: 0x, emptiness: 0x )
@@ -1,13 +1,13 @@
# neuron-day.md # neuron-beh.md
## NEURON-DAY: Container ## NEURON-BEH: Container
**Neuron Behavior**: (traditionally observable, excluding Episodes Tuner). **Neuron Behavior**: (traditionally observable, excluding Episodes Tuner).
Questo container viene attivato durente il DAY in neuron.md. Questo container viene attivato durente il DAY in neuron.md.
```Gen ```Gen
NEURON-DAY NEURON-BEH
type: container type: container
@@ -26,7 +26,7 @@ TunPossibility
type: contextor type: contextor
contained_by: NEURON-DAY contained_by: NEURON-BEH
in_context: Fixed in_context: Fixed
rf: 60x rf: 60x
@@ -1,4 +1,4 @@
# neuron-developer.md # neuron-dev.md
Neuron Development - LTP-LTD Behavior: Neuron Development - LTP-LTD Behavior:
@@ -35,14 +35,14 @@ developer: NEURON-DEVELOPER
contained_by: NEURON contained_by: NEURON
``` ```
## CA2-PRESYNAPSE-DEVELOPER: Developer ## CA2-PRESYNAPSE-DEV: Developer
```Gen ```Gen
CA2-PRESYNAPSE-DEVELOPER CA2-PRESYNAPSE-DEV
type: developer type: developer
contained_by: NEURON-DEVELOPER contained_by: NEURON-DEV
develops: NEURON/NEURON-DAY/AXON/PRESYNAPSE/tub/Ca2+ # this is the tub whose "full" must be modulated develops: NEURON/NEURON-DAY/AXON/PRESYNAPSE/tub/Ca2+ # this is the tub whose "full" must be modulated
@@ -68,7 +68,7 @@ CheckPreTubCa2+: ( active: 60x )
type: contextor type: contextor
contained_by: NEURON-DEVELOPER contained_by: NEURON-DEV
in_context: Fixed in_context: Fixed
condition: ( empty ) condition: ( empty )
+7 -7
View File
@@ -10,33 +10,33 @@ In questa prima comprensione, cerchiamo di fare un'espressione la piu' semplice
comprehension: NEURON comprehension: NEURON
include: include:
day-neuron.md neuron-beh.md
axon.md axon.md
soma.md soma.md
postsynapse.md postsynapse.md
dendritic-branch.md dendritic-branch.md
night-neuron.md neuron-dev.md
expansion: DAY-N ( active: 1x ) expansion: NEURON-BEH ( active: 1x )
tub_intricated: NightPossible ( contained_by: ORG ) tub_intricated: NightPossible ( contained_by: ORG )
# qui e' l'organismo che va a dormire (Ipotalamo) # qui e' l'organismo che va a dormire (Ipotalamo)
``` ```
### BehTunDevPossibility: Scope ### BehDevPossibility: Scope
Alternanza DAY-N durante il giorno e NIGHT-N notte. Influenzata da intricazioni con lipotalamo che si occupa della fatica organismica. Alternanza DAY-N durante il giorno e NIGHT-N notte. Influenzata da intricazioni con lipotalamo che si occupa della fatica organismica.
```Gen ```Gen
scope: BehTunDevPossibility scope: BehDevPossibility
contained_by: NEURON contained_by: NEURON
in_context: Fixed in_context: Fixed
rf: 60x rf: 60x
condition: NOT ( DevPossible fullness ) # Day condition: NOT ( DevPossible fullness ) # Day
activate: DAY-N # la disattivazione e' la non attivazione activate: NEURON-BEH # la disattivazione e' la non attivazione
condition: ( DevPossible fullness ) # Night condition: ( DevPossible fullness ) # Night
activate: NIGHT-N activate: NEURON-DEV
``` ```
+3 -4
View File
@@ -56,8 +56,7 @@ ActivateSynPostPre: ( active: 6x )
in_context: ActivateSynPostPre_ctx in_context: ActivateSynPostPre_ctx
hypothesis: ( GoodTraces fullness ) hypothesis: ( GoodTraces fullness )
bind_intrication: # Novita' bind_intrication: [PRESYNAPSE increase, POSTSYNAPSE increase, SYNAPSE increase, GoodTraces decrease]
[PRESYNAPSE increase, POSTSYNAPSE increase, SYNAPSE increase, GoodTraces decrease]
trace: None trace: None
``` ```
@@ -71,10 +70,10 @@ DeActivateSynPostPre: ( active: 6x )
type: binder type: binder
contained_by: EXCITATION contained_by: EXCITATION
# Devo essere sicuro di eliminare i 3 che sono collegati, non a caso.
in_context: DeActivateSynPostPre_ctx in_context: DeActivateSynPostPre_ctx
hypothesis: (BadTraces fullness) hypothesis: (BadTraces fullness)
bind_intrication: # Devo essere sicuro di eliminare i 3 che sono collegati, non a caso. bind_intrication: [PRESYNAPSE decrease, POSTSYNAPSE decrease, SYNAPSE decrease, GoodTraces decrease]
[PRESYNAPSE decrease, POSTSYNAPSE decrease, SYNAPSE decrease, GoodTraces decrease]
trace: None trace: None
``` ```