You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 26, 2025. It is now read-only.
When you use the BluePyOpt software or method for your research, we ask you to cite the following publication (**this includes poster presentations**):
79
30
80
-
[Van Geit W, Gevaert M, Chindemi G, Rössert C, Courcol J, Muller EB, Schürmann F, Segev I and Markram H (2016). BluePyOpt: Leveraging open source software and cloud infrastructure to optimise model parameters in neuroscience. Front. Neuroinform. 10:17. doi: 10.3389/fninf.2016.00017](http://journal.frontiersin.org/article/10.3389/fninf.2016.00017)
81
-
82
-
```bibtex
83
-
@ARTICLE{bluepyopt,
84
-
AUTHOR={Van Geit, Werner and Gevaert, Michael and Chindemi, Giuseppe and Rössert, Christian and Courcol, Jean-Denis and Muller, Eilif Benjamin and Schürmann, Felix and Segev, Idan and Markram, Henry},
85
-
TITLE={BluePyOpt: Leveraging open source software and cloud infrastructure to optimise model parameters in neuroscience},
`Van Geit W, Gevaert M, Chindemi G, Rössert C, Courcol J, Muller EB, Schürmann F, Segev I and Markram H (2016). BluePyOpt: Leveraging open source software and cloud infrastructure to optimise model parameters in neuroscience. Front. Neuroinform. 10:17. doi: 10.3389/fninf.2016.00017 <http://journal.frontiersin.org/article/10.3389/fninf.2016.00017>`_.
32
+
33
+
.. code-block::
34
+
35
+
bibtex
36
+
@ARTICLE{bluepyopt,
37
+
AUTHOR={Van Geit, Werner and Gevaert, Michael and Chindemi, Giuseppe and Rössert, Christian and Courcol, Jean-Denis and Muller, Eilif Benjamin and Schürmann, Felix and Segev, Idan and Markram, Henry},
38
+
TITLE={BluePyOpt: Leveraging open source software and cloud infrastructure to optimise model parameters in neuroscience},
We are providing support using a chat channel on [Gitter](https://gitter.im/BlueBrain/BluePyOpt), or the [Github discussion page](https://github.com/BlueBrain/BluePyOpt/discussions).
51
+
We are providing support using a chat channel on `Gitter<https://gitter.im/BlueBrain/BluePyOpt>`_, or the `Github discussion page<https://github.com/BlueBrain/BluePyOpt/discussions>`_.
98
52
99
53
News
100
54
====
@@ -109,14 +63,13 @@ News
109
63
Requirements
110
64
============
111
65
112
-
*[Python 2.7+](https://www.python.org/download/releases/2.7/) or [Python 3.6+](https://www.python.org/downloads/release/python-360/)
113
-
*[Pip](https://pip.pypa.io) (installed by default in newer versions of Python)
114
-
*[Neuron 7.4+](http://neuron.yale.edu/) (compiled with Python support)
115
-
*[eFEL eFeature Extraction Library](https://github.com/BlueBrain/eFEL) (automatically installed by pip)
116
-
*[Numpy](http://www.numpy.org) (automatically installed by pip)
117
-
*[Pandas](http://pandas.pydata.org/) (automatically installed by pip)
118
-
* The instruction below are written assuming you have access to a command shell
119
-
on Linux / UNIX / MacOSX / Cygwin
66
+
* `Python 2.7+ <https://www.python.org/download/releases/2.7/>`_ or `Python 3.6+ <https://www.python.org/downloads/release/python-360/>`_
67
+
* `Pip <https://pip.pypa.io>`_ (installed by default in newer versions of Python)
68
+
* `Neuron 7.4+ <http://neuron.yale.edu/>`_ (compiled with Python support)
69
+
* `eFEL eFeature Extraction Library` <https://github.com/BlueBrain/eFEL>`_ (automatically installed by pip)
70
+
* `Numpy <http://www.numpy.org>`_ (automatically installed by pip)
71
+
* `Pandas <http://pandas.pydata.org/>`_ (automatically installed by pip)
72
+
* The instruction below are written assuming you have access to a command shell on Linux / UNIX / MacOSX / Cygwin
120
73
121
74
Installation
122
75
============
@@ -125,16 +78,18 @@ If you want to use the ephys module of BluePyOpt, you first need to install NEUR
125
78
126
79
And then bluepyopt itself:
127
80
128
-
```bash
129
-
pip install bluepyopt
130
-
```
81
+
82
+
.. code-block:: bash
83
+
84
+
pip install bluepyopt
85
+
131
86
132
87
Cloud infrastructure
133
88
====================
134
89
135
90
We provide instructions on how to set up an optimisation environment on cloud
**Figure**: The solution space of a single compartmental model with two parameters: the maximal conductance of Na and K ion channels. The color represents how well the model fits two objectives: when injected with two different currents, the model has to fire 1 and 4 action potential respectively during the stimuli. Dark blue is the best fitness. The blue circles represent solutions with a perfect score.
152
110
153
111
Neocortical Layer 5 Pyramidal Cell
154
112
----------------------------------
155
113
Scripts for a more complex neocortical L5PC are in
The API documentation can be found on [ReadTheDocs](http://bluepyopt.readthedocs.io/en/latest/).
141
+
=================
142
+
The API documentation can be found on `ReadTheDocs<http://bluepyopt.readthedocs.io/en/latest/>`_.
185
143
186
144
Funding
187
145
=======
188
146
This work has been partially funded by the European Union Seventh Framework Program (FP7/20072013) under grant agreement no. 604102 (HBP), the European Union’s Horizon 2020 Framework Programme for Research and Innovation under the Specific Grant Agreement No. 720270, 785907 (Human Brain Project SGA1/SGA2) and by the EBRAINS research infrastructure, funded from the European Union’s Horizon 2020 Framework Programme for Research and Innovation under the Specific Grant Agreement No. 945539 (Human Brain Project SGA3).
189
147
This project/research was supported by funding to the Blue Brain Project, a research center of the École polytechnique fédérale de Lausanne (EPFL), from the Swiss government’s ETH Board of the Swiss Federal Institutes of Technology.
0 commit comments