Skip to content

Commit c36cf05

Browse files
authored
Merge pull request #55 from Raphael-Gazzotti/v2-logo
Update README.md and logo - branch v2
2 parents 037e716 + 0e89156 commit c36cf05

9 files changed

+1288
-1385
lines changed

README.md

Lines changed: 61 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,71 @@
1-
<a href="/img/light_openMINDS-ephys-logo.png">
2-
<picture>
3-
<source media="(prefers-color-scheme: dark)" srcset="/img/dark_openMINDS-ephys-logo.png">
4-
<source media="(prefers-color-scheme: light)" srcset="/img/light_openMINDS-ephys-logo.png">
5-
<img alt="openMINDS electrophysiology logo" src="/img/light_openMINDS-ephys-logo.png" title="openMINDS electrophysiology" align="right" height="70">
6-
</picture>
1+
<a href="/img/openMINDS-ephys_logo_light.png">
2+
<picture>
3+
<source media="(prefers-color-scheme: dark)" srcset="/img/openMINDS-ephys_logo_dark.png">
4+
<source media="(prefers-color-scheme: light)" srcset="/img/openMINDS-ephys_logo_light.png">
5+
<img alt="openMINDS electrophysiology metadata model" src="/img/openMINDS-ephys_logo_light.png" title="Logo created by U. Schlegel, L. Zehl, C. Hagen Blixhavn" align="right" height="70">
6+
</picture>
77
</a>
88

99
# openMINDS_ephys
1010

11+
[![GitHub][license-shield]][license-url]
12+
[![GitHub contributors][contributors-shield]][contributors-url]
13+
1114
The **openMINDS_ephys** repository is part of the **open** **M**etadata **I**nitiative for **N**euroscience **D**ata Structures (**openMINDS**). It extends openMINDS, by providing metadata schemas for in-depth descriptions of electrophysiology experiments.
1215

13-
For more information please go to the [main openMINDS repository](https://github.com/HumanBrainProject/openMINDS).
16+
To generally learn more about the openMINDS metadata framework please go to :arrow_right: [**ReadTheDocs**][docu-url].
17+
There you can also explore directly the :arrow_right: [**openMINDS_ephys schema specifications**][docu-ephys-url].
18+
19+
## How to cite
20+
21+
For specifically referencing the openMINDS_ephys metadata model, please use the following RRID Portal record:
22+
```
23+
openMINDS ephys metadata model (RRID:SCR_026250)
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+
```
1430

1531
## How to contribute
16-
Please check our [contribution document](https://github.com/HumanBrainProject/openMINDS/blob/main/CONTRIBUTING.md).
1732

18-
## License
19-
This work is licensed under the MIT License.
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_ephys should be raised and discussed on the :arrow_right: [**issue tracker**][issuetracker-ephys]
36+
37+
General usage questions should be raised and discussed in our :arrow_right: [**community forum**][community-forum].
38+
Alternatively you can email us: `support@openmetadatainitiative.org`
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].
2051

21-
**Logo:** The openMINDS logo was created by U. Schlegel, based on an original sketch by C. Hagen Blixhavn and feedback by L. Zehl.
52+
[community-forum]: https://neurostars.org/t/about-the-openminds-category/31428
53+
[contribution-url]: https://openminds-documentation.readthedocs.io/en/latest/shared/contribution_guidelines.html
54+
[contributors-url]: https://github.com/openMetadataInitiative/openMINDS_ephys/graphs/contributors
55+
[contributors-shield]: https://img.shields.io/github/contributors/openMetadataInitiative/openMINDS_ephys
56+
[docu-url]: https://openminds-documentation.readthedocs.io
57+
[docu-ephys-url]: https://openminds-documentation.readthedocs.io/en/v4.0/schema_specifications/ephys.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-ephys]: https://github.com/openMetadataInitiative/openMINDS_ephys/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_ephys/v2/LICENSE
70+
[license-shield]: https://img.shields.io/github/license/openMetadataInitiative/openMINDS_ephys
71+
[scicrunch-website]: https://scicrunch.org

img/dark_openMINDS-ephys-logo.png

-69.5 KB
Binary file not shown.

0 commit comments

Comments
 (0)