Skip to content

Commit

Permalink
Adding logo (#74)
Browse files Browse the repository at this point in the history
* adding logo

* logo for read the docs

* Deactivating codespell for svg files

* adding package name to pyproject.toml
  • Loading branch information
Peyman-N authored Oct 7, 2024
1 parent b960f64 commit 1501b8a
Show file tree
Hide file tree
Showing 10 changed files with 1,076 additions and 0 deletions.
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"]

0 comments on commit 1501b8a

Please sign in to comment.