{"id":20956413,"url":"https://github.com/bluebrain/bluenaas-brainareaexperiment","last_synced_at":"2026-03-19T18:12:23.536Z","repository":{"id":184212513,"uuid":"588071323","full_name":"BlueBrain/BlueNaaS-BrainAreaExperiment","owner":"BlueBrain","description":"BlueNaaS Brain Area Experiment","archived":false,"fork":false,"pushed_at":"2023-09-27T10:47:14.000Z","size":2273,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":6,"default_branch":"main","last_synced_at":"2025-09-09T17:31:18.501Z","etag":null,"topics":["circuit","experiment","modeling","neuron","simulation"],"latest_commit_sha":null,"homepage":"","language":"Vue","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/BlueBrain.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":"AUTHORS.md","dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-01-12T08:59:56.000Z","updated_at":"2023-07-27T11:59:21.000Z","dependencies_parsed_at":null,"dependency_job_id":"509a7348-15fd-4353-b2fa-060167ff5a1d","html_url":"https://github.com/BlueBrain/BlueNaaS-BrainAreaExperiment","commit_stats":null,"previous_names":["bluebrain/bluenaas-brainareaexperiment"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/BlueBrain/BlueNaaS-BrainAreaExperiment","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BlueBrain%2FBlueNaaS-BrainAreaExperiment","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BlueBrain%2FBlueNaaS-BrainAreaExperiment/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BlueBrain%2FBlueNaaS-BrainAreaExperiment/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BlueBrain%2FBlueNaaS-BrainAreaExperiment/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/BlueBrain","download_url":"https://codeload.github.com/BlueBrain/BlueNaaS-BrainAreaExperiment/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BlueBrain%2FBlueNaaS-BrainAreaExperiment/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278380481,"owners_count":25977216,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-04T02:00:05.491Z","response_time":63,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["circuit","experiment","modeling","neuron","simulation"],"created_at":"2024-11-19T01:25:52.224Z","updated_at":"2025-10-04T21:39:29.299Z","avatar_url":"https://github.com/BlueBrain.png","language":"Vue","funding_links":[],"categories":[],"sub_categories":[],"readme":"# BlueNaaS-BrainAreaExperiment\n\u003cimg src=\"images/banner.jpg\" width=\"800\"/\u003e\n\nA Graphical User Interface to configure and launch brain region simulations with [NEURON](https://www.neuron.yale.edu/neuron/) using [Unicore](https://www.unicore.eu/).\n\n### Usage\n\u003cimg src=\"images/screenshot_CA1.png\" width=\"800\"/\u003e\n\nThis application is deployed at:\n- [EBRAINS](https://simulation-launcher-bsp-epfl.apps.hbp.eu/index.html#/circuits/hippo_hbp_sa_full_ca1) as part of the [Ebrains Wizard](https://bluebrain.github.io/bsp-usecase-wizard/dev/index.html).\n- [BBP](https://portal.bluebrain.epfl.ch/) as part of the \"Simulating a hippocampus microcircuit\" [MOOC](https://www.edx.org/course/simulating-a-hippocampus-microcircuit).\n\n\n### Installation\n``` npm install ```\n\n### Run as dev\n``` npm run dev ```\n\n### Deploy to Ebrains OpenShift\n* Go to OpenShift https://okd.hbp.eu/console/project/bsp-epfl/browse/deployments\n* On the top-right corner under profile, click on \"Copy Login Command\" and paste it on the terminal\n* Build the image `docker build -t docker-registry.ebrains.eu/bsp-epfl/sim-launcher:ebrains .`\n* Login to Ebrains image registry:\n  * Go to [registry](https://docker-registry.ebrains.eu/harbor/projects/2/repositories/sim-launcher)\n  * Click on the user profile and get the `Username` and the `CLI secret`\n  * Type `docker login docker-registry.ebrains.eu`\n* Push image `docker push docker-registry.ebrains.eu/bsp-epfl/sim-launcher:ebrains`\n\n### MOOC BBP specific info\nFor this MOOC in BBP infrastructure, we have a specific branch `mooc-bbp` because this app is different from the original one.\nSome of the changes are:\n- Use VMM - LTI authentication\n- Show token expiration page when VMM fails\n- Dedicated plan to deploy in Openshift (https://bbpgitlab.epfl.ch/nse/simulation-launcher-ui/-/jobs/29876)\n- Dedicated deployment (https://ocp.bbp.epfl.ch:8443/console/project/bbp-ou-nse/browse/dc/mooc-sim-launcher?tab=history)\n\n### Generate the documentation\n``` npm run jsdoc ```\n\n### Documentation Online\n\n[EBRAINS Cellular Level Simulation documentation](https://github.com/ebrains-cls-interactive/docs/blob/main/source/online_usecases/brain_area_circuit_in_silico_experiments/hippocampus/configure_run_brainregion_preconf_model_data/configure_run_brainregion_preconf_model_data.rst).\n\n### Simulation configuration documentation\n[Blue Config documentation](https://sonata-extension.readthedocs.io/en/latest/blueconfig.html).\n\n## Funding \u0026 Acknowledgment (MOOC)\n- 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.\n- 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).\n\nCopyright (c) 2021-2022 Blue Brain Project/EPFL\n\n\n## Funding \u0026 Acknowledgment (EBrains)\n- 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.\n- This research was supported by the HBP Brain Simulation Platform, funded from the European Union’s Horizon 2020 Framework Programme for Research and Innovation under the Specific Grant Agreement No. 720270 (Human Brain Project SGA1).\n- This research was supported by the HBP Brain Simulation Platform, funded from the European Union’s Horizon 2020 Framework Programme for Research and Innovation under the Specific Grant Agreement No. 785907 (Human Brain Project SGA2).\n\nCopyright (c) 2017 - 2023 Blue Brain Project/EPFL\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbluebrain%2Fbluenaas-brainareaexperiment","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbluebrain%2Fbluenaas-brainareaexperiment","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbluebrain%2Fbluenaas-brainareaexperiment/lists"}