https://github.com/bluebrain/blueetl

Multiple simulations analysis tool

https://github.com/bluebrain/blueetl

Science Score: 23.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
  • .zenodo.json file
  • DOI references
    Found 6 DOI reference(s) in README
  • Academic publication links
    Links to: zenodo.org
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (13.1%) to scientific vocabulary

Keywords

analyse neuroscience pandas python simulation simulation-campaign
Last synced: 6 months ago · JSON representation

Repository

Multiple simulations analysis tool

Basic Info
Statistics
  • Stars: 5
  • Watchers: 2
  • Forks: 2
  • Open Issues: 2
  • Releases: 19
Archived
Topics
analyse neuroscience pandas python simulation simulation-campaign
Created over 2 years ago · Last pushed 12 months ago
Metadata Files
Readme Changelog Contributing License Authors

README.rst

.. warning::
   The Blue Brain Project concluded in December 2024, so development has ceased under the BlueBrain GitHub organization.
   Future development will take place at: https://github.com/openbraininstitute/blueetl

|banner|

|build_status| |license| |coverage| |docs| |CodeQL| |PyPI| |DOI|

BlueETL
=======

Multiple simulations analysis tool.


Introduction
------------

``BlueETL`` is a package that can help analyse multiple simulations in a Simulation Campaign.

It automatically uses `Blue Brain SNAP `__ or `BluePy `__ to open simulations, circuits, and reports.


Contribution Guidelines
-----------------------

See ``__.


Citation
--------

When you use this software, we kindly ask you to cite the following DOI:

.. image:: https://zenodo.org/badge/DOI/10.5281/zenodo.10286540.svg
   :target: https://doi.org/10.5281/zenodo.10286540


Acknowledgment
--------------

The development of this software 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.

For license and authors, see ``__ and ``__ respectively.

Copyright © 2023 Blue Brain Project/EPFL


.. |build_status| image:: https://github.com/BlueBrain/blueetl/actions/workflows/run-tox.yml/badge.svg
   :alt: Build Status

.. |license| image:: https://img.shields.io/pypi/l/blueetl
   :target: https://github.com/BlueBrain/blueetl/blob/main/LICENSE.txt
   :alt: License

.. |coverage| image:: https://codecov.io/github/BlueBrain/blueetl/coverage.svg?branch=main
   :target: https://codecov.io/github/BlueBrain/blueetl?branch=main
   :alt: codecov.io

.. |docs| image:: https://readthedocs.org/projects/blueetl/badge/?version=latest
   :target: https://blueetl.readthedocs.io/
   :alt: documentation status

.. |CodeQL| image:: https://github.com/BlueBrain/blueetl/actions/workflows/github-code-scanning/codeql/badge.svg
   :target: https://github.com/BlueBrain/blueetl/actions/workflows/github-code-scanning/codeql
   :alt: CodeQL

.. |PyPI| image:: https://github.com/BlueBrain/blueetl/actions/workflows/publish-sdist.yml/badge.svg
   :target: https://pypi.org/project/blueetl/
   :alt: PyPI

.. |DOI| image:: https://zenodo.org/badge/DOI/10.5281/zenodo.10286540.svg
   :target: https://doi.org/10.5281/zenodo.10286540
   :alt: DOI

.. local-substitutions

.. |banner| image:: https://raw.githubusercontent.com/BlueBrain/blueetl/main/doc/source/_images/BlueETL.jpeg

Owner

  • Name: The Blue Brain Project
  • Login: BlueBrain
  • Kind: organization
  • Email: bbp.opensource@epfl.ch
  • Location: Geneva, Switzerland

Open Source Software produced and used by the Blue Brain Project

GitHub Events

Total
  • Release event: 5
  • Watch event: 2
  • Delete event: 4
  • Issue comment event: 2
  • Push event: 9
  • Pull request event: 7
  • Fork event: 1
  • Create event: 9
Last Year
  • Release event: 5
  • Watch event: 2
  • Delete event: 4
  • Issue comment event: 2
  • Push event: 9
  • Pull request event: 7
  • Fork event: 1
  • Create event: 9

Issues and Pull Requests

Last synced: 6 months ago

All Time
  • Total issues: 0
  • Total pull requests: 97
  • Average time to close issues: N/A
  • Average time to close pull requests: 1 day
  • Total issue authors: 0
  • Total pull request authors: 1
  • Average comments per issue: 0
  • Average comments per pull request: 0.68
  • Merged pull requests: 92
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 0
  • Pull requests: 19
  • Average time to close issues: N/A
  • Average time to close pull requests: about 8 hours
  • Issue authors: 0
  • Pull request authors: 1
  • Average comments per issue: 0
  • Average comments per pull request: 0.79
  • Merged pull requests: 19
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
  • GianlucaFicarelli (89)
Top Labels
Issue Labels
Pull Request Labels

Packages

  • Total packages: 1
  • Total downloads:
    • pypi 384 last-month
  • Total dependent packages: 0
  • Total dependent repositories: 0
  • Total versions: 27
  • Total maintainers: 4
pypi.org: blueetl

Multiple simulations analysis tool

  • Versions: 27
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 384 Last month
Rankings
Dependent packages count: 10.1%
Forks count: 29.8%
Average: 36.5%
Stargazers count: 38.8%
Dependent repos count: 67.3%
Last synced: 6 months ago

Dependencies

.github/workflows/publish-sdist.yml actions
  • actions/checkout v4 composite
  • actions/setup-python v4 composite
  • pypa/gh-action-pypi-publish release/v1 composite
.github/workflows/run-tox.yml actions
  • actions/checkout v4 composite
  • actions/setup-python v4 composite
  • codecov/codecov-action v3 composite
pyproject.toml pypi
  • blueetl-core >=0.1.0
  • bluepysnap >=1.0.7
  • click >=8
  • jsonschema >=4.0
  • numpy >=1.19.4
  • pandas >=1.3.0
  • pyarrow >=7
  • pydantic >=2
  • pyyaml >=5.4.1
  • xarray >=0.18.0
setup.py pypi