From 0d4cd479dac79fc05992c8cb4b781b203a1dc3e0 Mon Sep 17 00:00:00 2001 From: Anil Tuncel Date: Wed, 7 Aug 2024 22:05:02 +0200 Subject: [PATCH] add explanation for figure1 --- paper/paper.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/paper/paper.md b/paper/paper.md index 816151bc..144d650d 100644 --- a/paper/paper.md +++ b/paper/paper.md @@ -65,7 +65,7 @@ BlueCelluLab complements the Blue Brain Project's large-scale simulator neurodam ![Architecture of BlueCelluLab](figures/bluecellulab-system-overview.png) -BlueCelluLab is built on top of the NEURON Python package, providing a high-level API tailored for the common use cases of single neuron or neural network simulations. +The system overview, as illustrated in Figure 1, shows that BlueCelluLab is built on top of the NEURON Python package, providing a high-level API tailored for the common use cases of single neuron or neural network simulations. The figure depicts the key components and interactions within BlueCelluLab, highlighting the modular design that facilitates integration and extension. BlueCelluLab employs an IsolatedProcess mechanism to run simulations in separate processes when required. For example, prior to simulating neurons, users may need to conduct preliminary simulations to calculate specific properties of the neurons that will be utilised during the main simulation.