https://github.com/bluebrain/bsp-usecase-wizard

https://github.com/bluebrain/bsp-usecase-wizard

Science Score: 26.0%

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

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (10.8%) to scientific vocabulary
Last synced: 9 months ago · JSON representation

Repository

Basic Info
Statistics
  • Stars: 1
  • Watchers: 11
  • Forks: 4
  • Open Issues: 3
  • Releases: 0
Archived
Created over 8 years ago · Last pushed about 1 year ago
Metadata Files
Readme License Authors

README.md

[!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/bsp-usecase-wizard

Blue Brain Project - Usecase Wizard

This repo contains the logic to build the web application that displays the scientific use cases to be run in Ebrains. It fetches the information from usecases-info repo.

Documentation

A full guide can be found at:

workflows-and-use-case-organization

Get started

Install the dependencies...

bash npm install

...then start Rollup:

bash npm run dev

Navigate to localhost:5005.

Deploying to the web

For each push to the repo, a Github Action will be launched:

.github/workflows/gh-pages.yml

It will deploy the app in gh-pages

  • If the commit is from Main branch (production page) link. The usecase info is fetched from main branch link

  • If the commit is from any other branch (devevelopment page) link The usecase info is fetched from develop branch link

This wizard will be embeded into Cellular Level Simulation page

Funding & Acknowledgment

  • 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.
  • This project/research has received funding from the European Union’s Horizon 2020 Framework Programme for Research and Innovation under the Specific Grant Agreement No. 945539 (Human Brain Project SGA3).

Copyright (c) 2021-2024 Blue Brain Project/EPFL

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
  • Issue comment event: 1
  • Push event: 1
  • Pull request event: 1
  • Fork event: 2
Last Year
  • Issue comment event: 1
  • Push event: 1
  • Pull request event: 1
  • Fork event: 2

Issues and Pull Requests

Last synced: over 1 year ago

All Time
  • Total issues: 2
  • Total pull requests: 58
  • Average time to close issues: N/A
  • Average time to close pull requests: 7 days
  • Total issue authors: 1
  • Total pull request authors: 5
  • Average comments per issue: 0.0
  • Average comments per pull request: 0.34
  • Merged pull requests: 44
  • Bot issues: 0
  • Bot pull requests: 14
Past Year
  • Issues: 0
  • Pull requests: 2
  • Average time to close issues: N/A
  • Average time to close pull requests: 42 minutes
  • Issue authors: 0
  • Pull request authors: 1
  • Average comments per issue: 0
  • Average comments per pull request: 0.0
  • Merged pull requests: 2
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • Helveg (1)
Pull Request Authors
  • stefanoantonel (12)
  • dependabot[bot] (10)
  • bbpgithubaudit (5)
  • antonelepfl (3)
  • alex4200 (2)
  • lbologna (1)
Top Labels
Issue Labels
Pull Request Labels
dependencies (10)

Dependencies

package.json npm
  • @babel/preset-env ^7.16.11 development
  • @babel/preset-typescript ^7.16.7 development
  • @rollup/plugin-commonjs ^18.1.0 development
  • @rollup/plugin-json ^4.1.0 development
  • @rollup/plugin-node-resolve ^11.2.1 development
  • @rollup/plugin-replace ^2.4.2 development
  • @rollup/plugin-typescript ^8.3.0 development
  • @smui/button ^4.2.0 development
  • @smui/circular-progress ^4.2.0 development
  • @smui/dialog ^4.2.0 development
  • @smui/list ^4.2.0 development
  • @smui/snackbar ^4.2.0 development
  • @smui/textfield ^4.2.0 development
  • @tsconfig/svelte ^1.0.13 development
  • @types/jest ^26.0.24 development
  • axios ^0.21.4 development
  • jest ^26.6.3 development
  • node-sass ^7.0.1 development
  • oidc-client ^1.11.5 development
  • postcss ^8.4.6 development
  • rollup ^2.60.2 development
  • rollup-plugin-copy ^3.4.0 development
  • rollup-plugin-css-only ^3.1.0 development
  • rollup-plugin-livereload ^2.0.5 development
  • rollup-plugin-postcss ^4.0.2 development
  • rollup-plugin-svelte ^7.1.0 development
  • rollup-plugin-terser ^7.0.2 development
  • svelte ^3.44.3 development
  • svelte-check ^1.6.0 development
  • svelte-material-ui ^4.2.0 development
  • svelte-preprocess ^4.9.8 development
  • tslib ^2.3.1 development
  • typescript ^4.5.5 development
  • sirv-cli ^1.0.14
.github/workflows/gh-pages.yml actions
  • JamesIves/github-pages-deploy-action 4.0.0 composite
  • actions/checkout v2.3.4 composite
Dockerfile docker
  • nginx alpine build
  • node 14-alpine build