Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding logo #74

Merged
merged 4 commits into from
Oct 7, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .github/workflows/codespell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,5 @@ jobs:
uses: actions/checkout@v4
- name: Codespell
uses: codespell-project/actions-codespell@v2
with:
skip: light_openMINDS-bids2openminds-logo.svg, dark_openMINDS-bids2openminds-logo.svg
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
<a href="/img/light_openMINDS-bids2openminds-logo.png">
<picture>
<source media="(prefers-color-scheme: dark)" srcset="/img/dark_openMINDS-bids2openminds-logo.png">
<source media="(prefers-color-scheme: light)" srcset="/img/light_openMINDS-bids2openminds-logo.png">
<img alt="bids2openminds logo: created by S Pieschnik, U. Schlegel, L. Zehl, P. Najafi, A. Davison and C. Hagen Blixhavn" src="/img/light_openMINDS-bids2openminds-logo.png" title="openMINDS instances" align="right" height="70">
</picture>
</a>

# bids2openminds
A tool to generate openMINDS metadata from BIDS datasets

Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@

html_theme = 'sphinx_rtd_theme'
html_static_path = ['_static']
html_logo = "_static/logo/dark_openMINDS-bids2openminds-logo.png"
html_show_sphinx = False


Binary file added img/dark_openMINDS-bids2openminds-logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
241 changes: 241 additions & 0 deletions img/dark_openMINDS-bids2openminds-logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/light_openMINDS-bids2openminds-logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
821 changes: 821 additions & 0 deletions img/light_openMINDS-bids2openminds-logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,3 +40,6 @@ test = [

[tool.black]
line-length = 119

[tool.setuptools]
packages = ["bids2openminds"]
Loading