|
1 |
| -<a href="/img/light_openMINDS-SANDS-logo.png"> |
| 1 | +<a href="/img/openMINDS_SANDS_logo_light.png"> |
2 | 2 | <picture>
|
3 |
| - <source media="(prefers-color-scheme: dark)" srcset="/img/dark_openMINDS-SANDS-logo.png"> |
4 |
| - <source media="(prefers-color-scheme: light)" srcset="/img/light_openMINDS-SANDS-logo.png"> |
5 |
| - <img alt="openMINDS SANDS logo" src="/img/light_openMINDS-SANDS-logo.png" title="openMINDS SANDS" align="right" height="70"> |
| 3 | + <source media="(prefers-color-scheme: dark)" srcset="/img/openMINDS_SANDS_logo_dark.png"> |
| 4 | + <source media="(prefers-color-scheme: light)" srcset="/img/openMINDS_SANDS_logo_light.png"> |
| 5 | + <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"> |
6 | 6 | </picture>
|
7 | 7 | </a>
|
8 | 8 |
|
9 | 9 | # openMINDS_SANDS
|
10 | 10 |
|
11 |
| -The openMINDS_SANDS repository is part of the **open** **M**etadata **I**nitiative for **N**euroscience **D**ata **S**tructures (openMINDS). It provides metadata schemas for **S**patial **A**nchoring of **N**euroscience **D**ata **S**tructures, including brain atlas definitions. |
| 11 | +[![GitHub][license-shield]][license-url] |
| 12 | +[![GitHub contributors][contributors-shield]][contributors-url] |
12 | 13 |
|
13 |
| -For more information please go to the [main openMINDS repository](https://github.com/HumanBrainProject/openMINDS). |
| 14 | +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. |
| 15 | + |
| 16 | +To generally learn more about the openMINDS metadata framework please go to :arrow_right: [**ReadTheDocs**][docu-url]. |
| 17 | +Or explore directly the metadata schemas of the openMINDS_SANDS metadata model under :arrow_right: [**schema specifications**][docu-sands-url]. |
14 | 18 |
|
15 | 19 | ## How to contribute
|
16 |
| -Please check our [contribution document](https://github.com/HumanBrainProject/openMINDS/blob/main/CONTRIBUTING.md). |
17 | 20 |
|
18 |
| -## License |
19 |
| -This work is licensed under the MIT License. |
| 21 | +The openMINDS metadata framework is an open-source project and community contributions are highly appreciated. |
| 22 | +If you want to contribute please follow our :arrow_right: [**contribution guidelines**][contribution-url]. |
20 | 23 |
|
21 |
| -**Logo:** The openMINDS logo was created by U. Schlegel, based on an original sketch by C. Hagen Blixhavn and feedback by L. Zehl. |
| 24 | +<!-- MARKDOWN LINKS & IMAGES --> |
| 25 | +<!-- https://www.markdownguide.org/basic-syntax/#reference-style-links --> |
| 26 | +[contribution-url]: https://openminds-documentation.readthedocs.io/en/latest/shared/contribution_guidelines.html |
| 27 | +[contributors-url]: https://github.com/openMetadataInitiative/openMINDS_SANDS/graphs/contributors |
| 28 | +[contributors-shield]: https://img.shields.io/github/contributors/openMetadataInitiative/openMINDS_SANDS |
| 29 | +[docu-url]: https://openminds-documentation.readthedocs.io |
| 30 | +[docu-sands-url]: https://openminds-documentation.readthedocs.io/en/v3.0/schema_specifications/SANDS.html |
| 31 | +[license-url]: https://raw.githubusercontent.com/openMetadataInitiative/openMINDS_SANDS/v3/LICENSE.txt |
| 32 | +[license-shield]: https://img.shields.io/github/license/openMetadataInitiative/openMINDS_SANDS |
0 commit comments