Skip to content
This repository was archived by the owner on Feb 26, 2025. It is now read-only.

Commit 668ef16

Browse files
authored
Merge pull request #470 from BlueBrain/add_zenodo
Adding zenodo banner
2 parents 826ec2e + 8696e4b commit 668ef16

File tree

2 files changed

+90
-52
lines changed

2 files changed

+90
-52
lines changed

.zenodo.json

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
{
2+
"title" : "BluePyOpt",
3+
"license": "LGPLv3",
4+
"upload_type": "software",
5+
"description": "The Blue Brain Python Optimisation Library (BluePyOpt) is an extensible framework for data-driven model parameter optimisation that wraps and standardises several existing open-source tools. It simplifies the task of creating and sharing these optimisations, and the associated techniques and knowledge. This is achieved by abstracting the optimisation and evaluation tasks into various reusable and flexible discrete elements according to established best-practices. Further, BluePyOpt provides methods for setting up both small- and large-scale optimisations on a variety of platforms, ranging from laptops to Linux clusters and cloud-based compute infrastructures.",
6+
"creators": [
7+
{
8+
"affiliation": "Blue Brain Project, EPFL",
9+
"name": "Van Geit, Werner",
10+
"orcid": "0000-0002-2915-720X"
11+
},
12+
{
13+
"affiliation": "Blue Brain Project, EPFL",
14+
"name": "Gevaert, Michael",
15+
"orcid": "0000-0002-7547-3297"
16+
},
17+
{
18+
"affiliation": "Blue Brain Project, EPFL",
19+
"name": "Damart, Tanguy",
20+
"orcid": "0000-0003-2175-7304"
21+
},
22+
{
23+
"affiliation": "Blue Brain Project, EPFL",
24+
"name": "Rössert, Christian",
25+
"orcid": "0000-0002-4839-2424"
26+
},
27+
{
28+
"affiliation": "Blue Brain Project, EPFL",
29+
"name": "Courcol, Jean-Denis",
30+
"orcid": "0000-0002-9351-1461"
31+
},
32+
{
33+
"affiliation": "Blue Brain Project, EPFL",
34+
"name": "Chindemi, Guiseppe",
35+
"orcid": "0000-0001-6872-2366"
36+
},
37+
{
38+
"affiliation": "Blue Brain Project, EPFL",
39+
"name": "Jaquier, Aurélien",
40+
"orcid": "0000-0001-6202-6175"
41+
},
42+
{
43+
"affiliation": "Blue Brain Project, EPFL",
44+
"name": "Muller, Eilif",
45+
"orcid": "0000-0003-4309-8266"
46+
}
47+
]
48+
}

README.rst

Lines changed: 42 additions & 52 deletions
Original file line numberDiff line numberDiff line change
@@ -3,59 +3,22 @@
33
BluePyOpt
44
=========
55

6-
.. raw:: html
7-
8-
<table>
9-
<tr>
10-
<td>Latest Release</td>
11-
<td>
12-
<a href="https://pypi.org/project/bluepyopt/">
13-
<img src="https://img.shields.io/pypi/v/bluepyopt.svg" alt="latest release" />
14-
</a>
15-
</td>
16-
</tr>
17-
<tr>
18-
<td>Documentation</td>
19-
<td>
20-
<a href="https://bluepyopt.readthedocs.io/">
21-
<img src="https://readthedocs.org/projects/bluepyopt/badge/?version=latest" alt="latest documentation" />
22-
</a>
23-
</td>
24-
</tr>
25-
<tr>
26-
<td>License</td>
27-
<td>
28-
<a href="https://github.com/BlueBrain/bluepyopt/blob/master/LICENSE.txt">
29-
<img src="https://img.shields.io/pypi/l/bluepyopt.svg" alt="license" />
30-
</a>
31-
</td>
32-
</tr>
33-
<tr>
34-
<td>Build Status</td>
35-
<td>
36-
<a href="https://github.com/BlueBrain/BluePyOpt/actions">
37-
<img src="https://github.com/BlueBrain/BluePyOpt/workflows/Build/badge.svg?branch=master" alt="Actions build status" />
38-
</a>
39-
</td>
40-
</tr>
41-
<tr>
42-
<td>Coverage</td>
43-
<td>
44-
<a href="https://codecov.io/gh/BlueBrain/bluepyopt">
45-
<img src="https://codecov.io/github/BlueBrain/BluePyOpt/coverage.svg?branch=master" alt="coverage" />
46-
</a>
47-
</td>
48-
</tr>
49-
<tr>
50-
<td>Gitter</td>
51-
<td>
52-
<a href="https://gitter.im/bluebrain/bluepyopt">
53-
<img src="https://badges.gitter.im/Join%20Chat.svg"
54-
</a>
55-
</td>
56-
</tr>
57-
</table>
586

7+
+----------------+------------+
8+
| Latest Release | |pypi| |
9+
+----------------+------------+
10+
| Documentation | |docs| |
11+
+----------------+------------+
12+
| License | |license| |
13+
+----------------+------------+
14+
| Build Status | |build| |
15+
+----------------+------------+
16+
| Coverage | |coverage| |
17+
+----------------+------------+
18+
| Gitter | |gitter| |
19+
+----------------+------------+
20+
| Zenodo | |zenodo| |
21+
+----------------+------------+
5922

6023

6124
Introduction
@@ -229,6 +192,33 @@ Copyright (c) 2016-2022 Blue Brain Project/EPFL
229192
The index.rst location is used for the docs README; index.rst also defined an end-marker,
230193
to skip content after the marker 'substitutions'.
231194
195+
.. |pypi| image:: https://img.shields.io/pypi/v/bluepyopt.svg
196+
:target: https://pypi.org/project/bluepyopt/
197+
:alt: latest release
198+
199+
.. |docs| image:: https://readthedocs.org/projects/bluepyopt/badge/?version=latest
200+
:target: https://bluepyopt.readthedocs.io/
201+
:alt: latest documentation
202+
203+
.. |license| image:: https://img.shields.io/pypi/l/bluepyopt.svg
204+
:target: https://github.com/BlueBrain/bluepyopt/blob/master/LICENSE.txt
205+
:alt: license
206+
207+
.. |build| image:: https://github.com/BlueBrain/BluePyOpt/workflows/Build/badge.svg?branch=master
208+
:target: https://github.com/BlueBrain/BluePyOpt/actions
209+
:alt: actions build status
210+
211+
.. |coverage| image:: https://codecov.io/github/BlueBrain/BluePyOpt/coverage.svg?branch=master
212+
:target: https://codecov.io/gh/BlueBrain/bluepyopt
213+
:alt: coverage
214+
215+
.. |gitter| image:: https://badges.gitter.im/Join%20Chat.svg
216+
:target: https://gitter.im/BlueBrain/blueptopt
217+
:alt: Join the chat at https://gitter.im/BlueBrain/BluePyOpt
218+
219+
.. |zenodo| image:: https://zenodo.org/badge/DOI/10.5281/zenodo.8135890.svg
220+
:target: https://doi.org/10.5281/zenodo.8135890
221+
232222
.. substitutions
233223
.. |banner| image:: docs/source/logo/BluePyOptBanner.png
234224
.. |landscape_example| image:: examples/simplecell/figures/landscape_example.png

0 commit comments

Comments
 (0)