From c395414322ce1a58b80522495dc604b8a360198f Mon Sep 17 00:00:00 2001 From: ocrampal Date: Fri, 22 May 2026 09:40:03 +0200 Subject: [PATCH] varie --- organism/relations-beh.md | 84 ++++++++++++++++++++++++++++++++++----- organism/relations.md | 63 ----------------------------- 2 files changed, 74 insertions(+), 73 deletions(-) delete mode 100644 organism/relations.md diff --git a/organism/relations-beh.md b/organism/relations-beh.md index a98490f..8011a35 100644 --- a/organism/relations-beh.md +++ b/organism/relations-beh.md @@ -1,23 +1,87 @@ - --- include_toc: true --- # relations-beh.md -#### TUN-PRE-POST-ASTRO-SYNAPSE: Tuner +## EXCITATION: Container + +**Exhitatory Behavior**: ```Gen -TUN-PRE-POST-ASTRO-SYNAPSE - type: tuner + +EXCITATION + + type: container + + tub_intricated: + PRESYNAPSE: out.{}.{}.{}.PRESYNAPSE + POSTSYNAPSE: in.{}.{}.{}.POSTSYNAPSE + ASTROSYNAPSE: in.{}.{}.{}.ASTROSYNAPSE +``` + +#### EXCITATION-POSSIBLE: Contextor + +```Gen +EXCITATION-POSSIBLE + type: contextor contained_by: EXCITATION +``` - tunes: - EXCITATION.PRESYNASPE - EXCITATION.POSTYNASPE - EXCITATION.ASTROSYNASPE +#### EXCITATION-BIND: Binder - tub_local: +```Gen +EXCITATION-BIND + type: binder + contained_by: EXCITATION +``` + +#### EXCITATION-UNBIND: Binder + +```Gen +EXCITATION-UNBIND + type: binder + contained_by: EXCITATION +``` + +## INHIBITION: Container + +**Inhibitory Behavior**: + +```Gen + +INHIBITION + + type: container + + tub_intricated: + +``` + +## ACTUATION: Container + +**Actuation Behavior**: + +```Gen + +ACTUATION + + type: container + + tub_intricated: + +``` + +## SENSORY: Container + +**Sensory Behavior**: + +```Gen + +SENSORY + + type: container + + tub_intricated: - tub_intricated: ``` \ No newline at end of file diff --git a/organism/relations.md b/organism/relations.md deleted file mode 100644 index 7b031b3..0000000 --- a/organism/relations.md +++ /dev/null @@ -1,63 +0,0 @@ ---- -include_toc: true ---- - -# relations.md - -## EXCITATION: Container - -**Exhitatory Behavior**: - -```Gen - -EXCITATION - - type: container - - tub_intricated: - PRESYNAPSE: out.{}.{}.{}.PRESYNAPSE - POSTSYNAPSE: in.{}.{}.{}.POSTSYNAPSE - ASTROSYNAPSE: in.{}.{}.{}.ASTROSYNAPSE -``` - -## INHIBITION: Container - -**Inhibitory Behavior**: - -```Gen - -INHIBITION - - type: container - - tub_intricated: - -``` - -## ACTUATION: Container - -**Actuation Behavior**: - -```Gen - -ACTUATION - - type: container - - tub_intricated: - -``` - -## SENSORY: Container - -**Sensory Behavior**: - -```Gen - -SENSORY - - type: container - - tub_intricated: - -``` \ No newline at end of file