From ba31a0811ad80010386a26e9f82c47082761b66f Mon Sep 17 00:00:00 2001 From: didihou <didi.hou@rwth-aachen.de> Date: Thu, 14 Mar 2024 13:55:28 +0100 Subject: [PATCH] updated the text for plot 2.4 in notebook --- multi-area-model.ipynb | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/multi-area-model.ipynb b/multi-area-model.ipynb index 99a25c8..d7a3c5f 100644 --- a/multi-area-model.ipynb +++ b/multi-area-model.ipynb @@ -415,14 +415,6 @@ "### 2.4. Extract and visualize inter-areal connectivity <a class=\"anchor\" id=\"section_2_4\"></a>" ] }, - { - "cell_type": "markdown", - "id": "53cc3cdd-e623-4adc-8ae5-a36775417892", - "metadata": {}, - "source": [ - "The inter-areal connectivity of the model is expressed as the relative indegrees for each target area. The relative indegrees for each target area are calculated as following: the value in the cell showing the stregnth of connection from a source area to a target area is calculated as the indegree from the source area to the target area divided by the sum of all indegrees to the target area." - ] - }, { "cell_type": "markdown", "id": "8a7c09e0", @@ -440,6 +432,14 @@ " `{<target_area>: {<target_pop>: {<source_area>: {<source_pop>: number_of_synapses}}}}`" ] }, + { + "cell_type": "markdown", + "id": "6b473f0e-ceca-47e1-9563-a613574497c4", + "metadata": {}, + "source": [ + "The figure below shows the inter-areal connectivity of the model expressed as the relative indegrees of each target area. The relative indegree of a target area from a specific source area is calculated by dividing its indegree by the sum of indegrees that the target area receives from all sources." + ] + }, { "cell_type": "markdown", "id": "5c15ee30-b5eb-4024-b127-98ab68337ec0", -- GitLab