-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
21 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,25 +1,32 @@ | ||
<a href="/img/light_openMINDS-SANDS-logo.png"> | ||
<a href="/img/openMINDS_SANDS_logo_light.png"> | ||
<picture> | ||
<source media="(prefers-color-scheme: dark)" srcset="/img/dark_openMINDS-SANDS-logo.png"> | ||
<source media="(prefers-color-scheme: light)" srcset="/img/light_openMINDS-SANDS-logo.png"> | ||
<img alt="openMINDS SANDS logo" src="/img/light_openMINDS-SANDS-logo.png" title="openMINDS SANDS" align="right" height="70"> | ||
<source media="(prefers-color-scheme: dark)" srcset="/img/openMINDS_SANDS_logo_dark.png"> | ||
<source media="(prefers-color-scheme: light)" srcset="/img/openMINDS_SANDS_logo_light.png"> | ||
<img alt="openMINDS_SANDS metadata model" src="/img/openMINDS_SANDS_logo_light.png" title="Logo created by U. Schlegel, L. Zehl, C. Hagen Blixhavn" align="right" height="70"> | ||
</picture> | ||
</a> | ||
|
||
# openMINDS_SANDS | ||
The openMINDS_SANDS repository repository hosts one of the metadata models of the **openMINDS metadata framework**. It defines modular metadata schemas for **s**patial **a**nchoring of **n**euroscience **d**ata **s**tructures. | ||
|
||
To generally learn more about the openMINDS metadata framework please go to :arrow_right: [**ReadTheDocs**](https://openminds-documentation.readthedocs.io). | ||
For browsing through the metadata schemas you can also directly jump to the :arrow_right: [**openMINDS SANDS Specifications**](https://openminds-documentation.readthedocs.io/en/latest/specifications/SANDS.html). | ||
[![GitHub][license-shield]][license-url] | ||
[![GitHub contributors][contributors-shield]][contributors-url] | ||
|
||
The openMINDS metadata framework also offers libraries for serviceable, well-defined graph descriptions for [**brain atlases**](https://openminds-documentation.readthedocs.io/en/latest/libraries/brainAtlases.html) and [**common coordinate spaces**](https://openminds-documentation.readthedocs.io/en/latest/libraries/commonCoordinateSpaces.html). | ||
The **openMINDS_SANDS** repository hosts one of the metadata models of the **openMINDS metadata framework**. It defines modular metadata schemas for **s**patial **a**nchoring of **n**euroscience **d**ata **s**tructures. | ||
|
||
## How to contribute | ||
The openMINDS metadata framework is an open-source project and contributions from the community are highly appreciated. You can contribute by providing feedback and suggestions through the issue tracker as well as by making pull request for fixing issues and introducing new features. | ||
To generally learn more about the openMINDS metadata framework please go to :arrow_right: [**ReadTheDocs**][docu-url]. | ||
Or explore directly the metadata schemas of the openMINDS_SANDS metadata model under :arrow_right: [**schema specifications**][docu-sands-url]. | ||
|
||
If you want to contribute please follow our :arrow_right: [**guidelines**](https://openminds-documentation.readthedocs.io/en/latest/shared/how_to_contribute.html). | ||
## How to contribute | ||
|
||
## License | ||
This work is licensed under the MIT License. | ||
The openMINDS metadata framework is an open-source project and community contributions are highly appreciated. | ||
If you want to contribute please follow our :arrow_right: [**contribution guidelines**][contribution-url]. | ||
|
||
**Logo:** The openMINDS logo was created by U. Schlegel, based on an original sketch by C. Hagen Blixhavn and feedback by L. Zehl. | ||
<!-- MARKDOWN LINKS & IMAGES --> | ||
<!-- https://www.markdownguide.org/basic-syntax/#reference-style-links --> | ||
[contribution-url]: https://openminds-documentation.readthedocs.io/en/latest/shared/contribution_guidelines.html | ||
[contributors-url]: https://github.com/openMetadataInitiative/openMINDS_SANDS/graphs/contributors | ||
[contributors-shield]: https://img.shields.io/github/contributors/openMetadataInitiative/openMINDS_SANDS | ||
[docu-url]: https://openminds-documentation.readthedocs.io | ||
[docu-sands-url]: https://openminds-documentation.readthedocs.io/en/v3.0/specifications/SANDS.html | ||
[license-url]: https://raw.githubusercontent.com/openMetadataInitiative/openMINDS_SANDS/v3/LICENSE | ||
[license-shield]: https://img.shields.io/github/license/openMetadataInitiative/openMINDS_SANDS |