Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bluebrain/nexus-web-plugins
Nexus Fusion plugins
https://github.com/bluebrain/nexus-web-plugins
gui neuroscience
Last synced: about 2 months ago
JSON representation
Nexus Fusion plugins
- Host: GitHub
- URL: https://github.com/bluebrain/nexus-web-plugins
- Owner: BlueBrain
- License: bsd-3-clause
- Created: 2021-09-14T08:07:03.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-10-11T15:21:16.000Z (3 months ago)
- Last Synced: 2024-11-13T01:02:59.190Z (2 months ago)
- Topics: gui, neuroscience
- Language: TypeScript
- Homepage: https://bluebrainnexus.io/docs/fusion/plugins.html
- Size: 2.51 MB
- Stars: 1
- Watchers: 8
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.txt
- Authors: AUTHORS.txt
Awesome Lists containing this project
README
# Nexus Fusion plugins
This project contains Nexus Fusion Plugins that were originally developed for Blue Blrain and a development environment for them.
## Development
Dev environment can be started with:
```bash
$ make run_dev
```## Build
Build consists of multiple stages:
- build ts sources into js bundles
- create a plugin manifest.json
- build a docker image to serve artifacts mentioned aboveCan be started with:
```bash
$ make build_image
```When calling this target all necessary dependencies will be managed by `make`.
[Makefile](Makefile) also contains targets corresponding to each separate build step.
For testing the plugins from within Fusion locally you can run the first two steps of
the build process above and then serve these files up using express to which you can
point your local Fusion instance at.```bash
$ make build_dist_and_host
```## Deployment
When docker image has been built it can be pushed into docker registry by invoking:
```bash
$ make push_image
```Note that `push_image` target isn't dependent on `build_image`, so it will **push current version**
of the image present.## Citation
When you use this software, we kindly ask you to cite the following publication:
[Sy, Mohameth François; Roman, Bogdan; Kerrien, Samuel; Mendez, Didac Montero; Genet, Henry; Wajerowicz, Wojciech; Dupont, Michaël; Lavriushev, Ian; Machon, Julien; Pirman, Kenneth; Neela Mana, Dhanesh; Stafeeva, Natalia; Kaufmann, Anna-Kristin; Lu, Huanxiang; Lurie, Jonathan; Fonta, Pierre-Alexandre; Martinez, Alejandra Garcia Rojas; Ulbrich, Alexander D.; Lindqvist, Carolina; Jimenez, Silvia; Rotenberg, David; Markram, Henry; Hill, Sean L. (2023). Blue Brain Nexus: An open, secure, scalable system for knowledge graph management and data-driven science. Semantic Web, 2023, Volume 14, Issue 4, p. 697-727 [https://doi.org/10.3233/sw-222974](https://content.iospress.com/articles/semantic-web/sw222974>).## Funding & 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.
Copyright © 2015-2024 Blue Brain Project/EPFL