|
5 | 5 | BluePyEfe: Blue Brain Python E-feature extraction
|
6 | 6 | =================================================
|
7 | 7 |
|
8 |
| -.. raw:: html |
9 |
| - |
10 |
| - <table> |
11 |
| - <tr> |
12 |
| - <td>Latest Release</td> |
13 |
| - <td> |
14 |
| - <a href="https://pypi.org/project/bluepyefe/"> |
15 |
| - <img src="https://img.shields.io/pypi/v/bluepyefe.svg" alt="latest release" /> |
16 |
| - </a> |
17 |
| - </td> |
18 |
| - </tr> |
19 |
| - <tr> |
20 |
| - <td>Documentation</td> |
21 |
| - <td> |
22 |
| - <a href="https://bluepyefe.readthedocs.io/"> |
23 |
| - <img src="https://readthedocs.org/projects/bluepyefe/badge/?version=latest" alt="latest documentation" /> |
24 |
| - </a> |
25 |
| - </td> |
26 |
| - </tr> |
27 |
| - <tr> |
28 |
| - <td>License</td> |
29 |
| - <td> |
30 |
| - <a href="https://github.com/BlueBrain/bluepyefe/blob/master/LICENSE.txt"> |
31 |
| - <img src="https://img.shields.io/pypi/l/bluepyefe.svg" alt="license" /> |
32 |
| - </a> |
33 |
| - </td> |
34 |
| - </tr> |
35 |
| - <tr> |
36 |
| - <td>Build Status</td> |
37 |
| - <td> |
38 |
| - <a href="https://github.com/BlueBrain/BluePyEfe/actions"> |
39 |
| - <img src="https://github.com/BlueBrain/BluePyEfe/workflows/Build/badge.svg?branch=master" alt="Actions build status" /> |
40 |
| - </a> |
41 |
| - </td> |
42 |
| - </tr> |
43 |
| - <tr> |
44 |
| - <tr> |
45 |
| - <td>DOI</td> |
46 |
| - <td> |
47 |
| - <a href="https://doi.org/10.5281/zenodo.3728191"> |
48 |
| - <img src="https://zenodo.org/badge/DOI/10.5281/zenodo.3728191.svg" alt="DOI"/> |
49 |
| - </a> |
50 |
| - </td> |
51 |
| - </tr> |
52 |
| - <tr> |
53 |
| - <td>Gitter</td> |
54 |
| - <td> |
55 |
| - <a href="https://gitter.im/bluebrain/bluepyefe"> |
56 |
| - <img src="https://badges.gitter.im/Join%20Chat.svg"> |
57 |
| - </a> |
58 |
| - </td> |
59 |
| - </tr> |
60 |
| - <tr> |
61 |
| - <td>Coverage</td> |
62 |
| - <td> |
63 |
| - <a href="https://codecov.io/gh/BlueBrain/BluePyEfe"> |
64 |
| - <img src="https://codecov.io/github/BlueBrain/BluePyEfe/coverage.svg?branch=master" alt="coverage" /> |
65 |
| - </a> |
66 |
| - </td> |
67 |
| - </tr> |
68 |
| - </table> |
| 8 | ++----------------+------------+ |
| 9 | +| Latest Release | |pypi| | |
| 10 | ++----------------+------------+ |
| 11 | +| Documentation | |docs| | |
| 12 | ++----------------+------------+ |
| 13 | +| License | |license| | |
| 14 | ++----------------+------------+ |
| 15 | +| Build Status | |tests| | |
| 16 | ++----------------+------------+ |
| 17 | +| Coverage | |coverage| | |
| 18 | ++----------------+------------+ |
| 19 | +| Citation | |zenodo| | |
| 20 | ++----------------+------------+ |
| 21 | +| Gitter | |gitter| | |
| 22 | ++----------------+------------+ |
| 23 | + |
69 | 24 |
|
70 | 25 | Introduction
|
71 | 26 | ============
|
@@ -140,6 +95,28 @@ Funding
|
140 | 95 | This work has been partially funded by the European Union Seventh Framework Program (FP7/20072013) under grant agreement no. 604102 (HBP), and by the European Union’s Horizon 2020 Framework Programme for Research and Innovation under the Specific Grant Agreements No. 720270 (Human Brain Project SGA1) and No. 785907 (Human Brain Project 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).
|
141 | 96 |
|
142 | 97 |
|
| 98 | +.. |pypi| image:: https://img.shields.io/pypi/v/bluepyefe.svg |
| 99 | + :target: https://pypi.org/project/bluepyefe/ |
| 100 | + :alt: latest release |
| 101 | +.. |docs| image:: https://readthedocs.org/projects/bluepyefe/badge/?version=latest |
| 102 | + :target: https://bluepyefe.readthedocs.io/ |
| 103 | + :alt: latest documentation |
| 104 | +.. |license| image:: https://img.shields.io/pypi/l/bluepyefe.svg |
| 105 | + :target: https://github.com/BlueBrain/bluepyefe/blob/master/LICENSE.txt |
| 106 | + :alt: license |
| 107 | +.. |tests| image:: https://github.com/BlueBrain/BluePyEfe/workflows/Build/badge.svg?branch=master |
| 108 | + :target: https://github.com/BlueBrain/BluePyEfe/actions |
| 109 | + :alt: Actions build status |
| 110 | +.. |coverage| image:: https://codecov.io/github/BlueBrain/BluePyEfe/coverage.svg?branch=master |
| 111 | + :target: https://codecov.io/gh/BlueBrain/BluePyEfe |
| 112 | + :alt: coverage |
| 113 | +.. |gitter| image:: https://badges.gitter.im/Join%20Chat.svg |
| 114 | + :target: https://gitter.im/bluebrain/bluepyefe |
| 115 | + :alt: gitter |
| 116 | +.. |zenodo| image:: https://zenodo.org/badge/DOI/10.5281/zenodo.3728191.svg |
| 117 | + :target: https://doi.org/10.5281/zenodo.3728191 |
| 118 | + :alt: DOI |
| 119 | + |
143 | 120 | ..
|
144 | 121 | The following image is also defined in the index.rst file, as the relative path is
|
145 | 122 | different, depending from where it is sourced.
|
|
0 commit comments