diff --git a/README.rst b/README.rst index 144b50bf..35398b22 100644 --- a/README.rst +++ b/README.rst @@ -1,7 +1,7 @@ |banner| -BluePyEModel: Blue Brain Python E-Model Building Library -======================================================== +BluePyEModel: Blue Brain Python Electrical Modeling Pipeline +============================================================ +----------------+------------+ | Latest Release | |pypi| | @@ -21,7 +21,7 @@ BluePyEModel: Blue Brain Python E-Model Building Library Introduction ------------ -The Blue Brain Python E-Model Building Library (BluePyEModel) is a Python package facilitating the configuration and execution of electrical neuron model (e-model) building tasks. It covers tasks such as extraction of electrical features from electrophysiology data, e-model parameters optimisation and model validation. As such, it builds on top of `eFEL `_, `BluePyEfe `_ and `BluePyOpt `_. +The Blue Brain Python Electrical Modeling Pipeline (BluePyEModel) is a Python package facilitating the configuration and execution of electrical neuron model (e-model) building tasks. It covers tasks such as extraction of electrical features from electrophysiology data, e-model parameters optimisation and model validation. As such, it builds on top of `eFEL `_, `BluePyEfe `_ and `BluePyOpt `_. For a general overview and example of electrical model building, please refer to the preprint: `A universal workflow for creation, validation and generalization of detailed neuronal models `_. diff --git a/setup.py b/setup.py index 08a9afa8..92d4e57c 100644 --- a/setup.py +++ b/setup.py @@ -55,7 +55,7 @@ setup_requires=['setuptools_scm'], author="Blue Brain Project, EPFL", author_email="", - description="Blue Brain Python E-Model Building Library", + description="Blue Brain Python Electrical Modeling Pipeline", long_description=README, long_description_content_type="text/x-rst", license="Apache-2.0",