diff --git a/.github/workflows/codespell.yml b/.github/workflows/codespell.yml index 05412e7..a6c889f 100644 --- a/.github/workflows/codespell.yml +++ b/.github/workflows/codespell.yml @@ -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 diff --git a/README.md b/README.md index 938d66f..f7a28fc 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,11 @@ + + + + + bids2openminds logo: created by S Pieschnik, U. Schlegel, L. Zehl, P. Najafi, A. Davison and C. Hagen Blixhavn + + + # bids2openminds A tool to generate openMINDS metadata from BIDS datasets diff --git a/docs/source/_static/logo/dark_openMINDS-bids2openminds-logo.png b/docs/source/_static/logo/dark_openMINDS-bids2openminds-logo.png new file mode 100644 index 0000000..948361a Binary files /dev/null and b/docs/source/_static/logo/dark_openMINDS-bids2openminds-logo.png differ diff --git a/docs/source/_static/logo/light_openMINDS-bids2openminds-logo.png b/docs/source/_static/logo/light_openMINDS-bids2openminds-logo.png new file mode 100644 index 0000000..ff186cc Binary files /dev/null and b/docs/source/_static/logo/light_openMINDS-bids2openminds-logo.png differ diff --git a/docs/source/conf.py b/docs/source/conf.py index de15886..b7b95bf 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -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 diff --git a/img/dark_openMINDS-bids2openminds-logo.png b/img/dark_openMINDS-bids2openminds-logo.png new file mode 100644 index 0000000..948361a Binary files /dev/null and b/img/dark_openMINDS-bids2openminds-logo.png differ diff --git a/img/dark_openMINDS-bids2openminds-logo.svg b/img/dark_openMINDS-bids2openminds-logo.svg new file mode 100644 index 0000000..b3a0acc --- /dev/null +++ b/img/dark_openMINDS-bids2openminds-logo.svg @@ -0,0 +1,241 @@ + + + + +openMINDS-logo + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/img/light_openMINDS-bids2openminds-logo.png b/img/light_openMINDS-bids2openminds-logo.png new file mode 100644 index 0000000..ff186cc Binary files /dev/null and b/img/light_openMINDS-bids2openminds-logo.png differ diff --git a/img/light_openMINDS-bids2openminds-logo.svg b/img/light_openMINDS-bids2openminds-logo.svg new file mode 100644 index 0000000..caf94be --- /dev/null +++ b/img/light_openMINDS-bids2openminds-logo.svg @@ -0,0 +1,821 @@ + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/pyproject.toml b/pyproject.toml index c659fe2..a5957f4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,3 +40,6 @@ test = [ [tool.black] line-length = 119 + +[tool.setuptools] +packages = ["bids2openminds"]