diff --git a/README.md b/README.md index c6e738a0957b6dc71ebe988167863aff00f053a6..20dbccc5d609050b1816c92c3482166522620876 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,14 @@ -# Interactive Atlas Viewer +<img align="right" src="https://raw.githubusercontent.com/FZJ-INM1-BDA/siibra-explorer/master/docs/images/siibra-explorer-square.jpeg" width="200"> -Interactive Atlas Viewer is an frontend module wrapping around [nehuba](https://github.com/HumanBrainProject/nehuba). It provides additional features, such as metadata integration, data visualisation and a robust plugin system. +[](https://interactive-viewer.readthedocs.io/en/latest/) +[](https://opensource.org/licenses/Apache-2.0) + +# siibra-explorer - Interactive viewer for multilevel brain atlases +*Authors: Big Data Analytics Group, Institute of Neuroscience and Medicine (INM-1), Forschungszentrum Jülich GmbH* + +Copyright 2020-2021, Forschungszentrum Jülich GmbH + +`siibra-explorer` is an frontend module wrapping around [nehuba](https://github.com/HumanBrainProject/nehuba) for visualizing volumetric brain volumes at possible high resolutions, and connecting to `siibra-api` for offering access to brain atlases of different species, including to navigate their brain region hierarchies, maps in different coordinate spaces, and linked regional data features. It provides metadata integration with the [EBRAINS knowledge graph](https://kg.ebrains.eu), different forms of data visualisation, and a structured plugin system for implementing custom extensions. ## Getting Started @@ -117,3 +125,9 @@ Commit history prior to v0.2.0 is available in the [legacy-v0.2.0](https://githu ## License Apache-2.0 + +## Acknowledgements + +This software code is funded from the European Union’s Horizon 2020 Framework +Programme for Research and Innovation under the Specific Grant Agreement No. +945539 (Human Brain Project SGA3). diff --git a/docs/images/siibra-explorer-square.jpeg b/docs/images/siibra-explorer-square.jpeg new file mode 100644 index 0000000000000000000000000000000000000000..507efbc91db0b373fad287501f0cbfd241897445 Binary files /dev/null and b/docs/images/siibra-explorer-square.jpeg differ diff --git a/docs/releases/v2.4.5.md b/docs/releases/v2.4.5.md new file mode 100644 index 0000000000000000000000000000000000000000..47df26c7f4c10e832a92e0b0e423203bd2aad301 --- /dev/null +++ b/docs/releases/v2.4.5.md @@ -0,0 +1,4 @@ +# v2.4.5 + +## README +- Modify the readme file with integration into the Siibra naming. diff --git a/mkdocs.yml b/mkdocs.yml index 6f45f67496371d4f6e046c45c23f5e6329846caa..299e760e9d689a5cbe6c8bf4cb9e16e5faf30770 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -40,6 +40,7 @@ pages: - Fetching datasets: 'advanced/datasets.md' - Display non-atlas volumes: 'advanced/otherVolumes.md' - Release notes: + - v2.4.5: 'releases/v2.4.5.md' - v2.4.4: 'releases/v2.4.4.md' - v2.4.3: 'releases/v2.4.3.md' - v2.4.2: 'releases/v2.4.2.md'