Skip to content

Commit 0301461

Browse files
authored
Merge pull request #296 from Raphael-Gazzotti/v3-logo
Update README.md and logo - branch v3
2 parents 4f52ae1 + f70f872 commit 0301461

9 files changed

+1278
-846
lines changed

README.md

Lines changed: 51 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
<a href="/img/openMINDS_SANDS_logo_light.png">
1+
<a href="/img/openMINDS-SANDS_logo_light.png">
22
<picture>
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">
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">
66
</picture>
77
</a>
88

@@ -11,22 +11,61 @@
1111
[![GitHub][license-shield]][license-url]
1212
[![GitHub contributors][contributors-shield]][contributors-url]
1313

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.
14+
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.
1515

1616
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].
17+
There you can also explore directly the :arrow_right: [**openMINDS_SANDS schema specifications**][docu-SANDS-url].
18+
19+
## How to cite
20+
21+
For specifically referencing the openMINDS_controlledTerms metadata model, please use the following RRID Portal record:
22+
```
23+
openMINDS SANDS metadata model (RRID:SCR_023498)
24+
```
25+
26+
Please reference in addition openMINDS in general, using our main RRID Portal record:
27+
```
28+
openMINDS metadata framework (RRID:SCR_023173)
29+
```
1830

1931
## How to contribute
2032

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].
33+
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].
34+
35+
Schema contributions to openMINDS_SANDS should be raised and discussed on the :arrow_right: [**issue tracker**][issuetracker-SANDS]
36+
37+
General usage questions should be raised and discussed in our :arrow_right: [**community forum**][community-forum].
38+
Alternatively you can email us: `[email protected]`
39+
40+
## Funding and acknowledgements
41+
42+
The openMINDS metadata framework development started in the [Human Brain Project (HBP)][hbp-website], funded from the European Union’s Horizon 2020 Framework Programme for Research and Innovation under the Specific Grant Agreements [SGA-1 (No.720270)][hbp-sga1-doi], [SGA-2 (No.785907)][hbp-sga2-doi], and [SGA-3 (No. 945539)][hbp-sga3-doi].
43+
44+
The framework is further developed as part of the EBRAINS 2.0 project, funded from the European Union's Research and Innovation Program Horizon Europe under Grant Agreement [GA (No.101147319)][ebrains2-doi].
45+
46+
The framework also receives support from the [BigBrain Project](https://bigbrainproject.org/), funded by [HIBALL][hiball-url].
47+
48+
## Collaboration partners
49+
50+
The openMINDS metadata framework is closely collaborating with the [InterLex Project][interlex-dashboard] of the [SciCrunch Data and Resource Infrastructure][scicrunch-website] and the [KnowledgeSpace][ks-website] hosted by the [International Neuroinformatics Coordinating Facility (INCF)][incf-website].
2351

24-
<!-- MARKDOWN LINKS & IMAGES -->
25-
<!-- https://www.markdownguide.org/basic-syntax/#reference-style-links -->
52+
[community-forum]: https://neurostars.org/t/about-the-openminds-category/31428
2653
[contribution-url]: https://openminds-documentation.readthedocs.io/en/latest/shared/contribution_guidelines.html
2754
[contributors-url]: https://github.com/openMetadataInitiative/openMINDS_SANDS/graphs/contributors
2855
[contributors-shield]: https://img.shields.io/github/contributors/openMetadataInitiative/openMINDS_SANDS
2956
[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
57+
[docu-SANDS-url]: https://openminds-documentation.readthedocs.io/en/v3.0/schema_specifications/SANDS.html
58+
[ebrains2-doi]: https://doi.org/10.3030/101147319
59+
[hiball-url]: https://bigbrainproject.org/hiball.html
60+
[hbp-sga1-doi]: https://doi.org/10.3030/720270
61+
[hbp-sga2-doi]: https://doi.org/10.3030/785907
62+
[hbp-sga3-doi]: https://doi.org/10.3030/945539
63+
[hbp-website]: https://www.humanbrainproject.eu
64+
[incf-website]: https://www.incf.org
65+
[interlex-dashboard]: https://scicrunch.org/scicrunch/interlex/dashboard
66+
[issuetracker-SANDS]: https://github.com/openMetadataInitiative/openMINDS_SANDS/issues
67+
[issuetracker-main]: https://github.com/openMetadataInitiative/openMINDS/issues
68+
[ks-website]: https://knowledge-space.org
69+
[license-url]: https://raw.githubusercontent.com/openMetadataInitiative/openMINDS_SANDS/v3/LICENSE
3270
[license-shield]: https://img.shields.io/github/license/openMetadataInitiative/openMINDS_SANDS
71+
[scicrunch-website]: https://scicrunch.org

img/openMINDS-SANDS_logo_dark.png

78.8 KB
Loading

0 commit comments

Comments
 (0)