diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 980d4299..867e5fe5 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -2,7 +2,7 @@ # See https://pre-commit.com/hooks.html for more hooks repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.4.0 + rev: v5.0.0 hooks: - id: trailing-whitespace - id: end-of-file-fixer @@ -11,13 +11,13 @@ repos: - id: check-case-conflict - repo: https://github.com/codespell-project/codespell - rev: v2.2.4 + rev: v2.3.0 hooks: - id: codespell args: ["--config=.codespellrc"] - repo: https://github.com/psf/black - rev: 23.3.0 + rev: 24.10.0 hooks: - id: black name: black diff --git a/_data/advisory.yml b/_data/advisory.yml index f64a5d92..0748d013 100644 --- a/_data/advisory.yml +++ b/_data/advisory.yml @@ -44,7 +44,7 @@ # leads: - name: Cyril Pernet git: CPernet - other_beps: ["BEP018"] + other_beps: ["BEP018"] - name: Stefan Appelhoff git: sappelhoff - name: Robert Oostenveld diff --git a/_data/converters.yml b/_data/converters.yml index 8ec2267e..9ef85173 100644 --- a/_data/converters.yml +++ b/_data/converters.yml @@ -126,8 +126,8 @@ - MRI # not sure expected_input: language: - comment: - Convert OpenfMRI dataset to BIDS. (Possibly deprecated due to openfmri.org moving + comment: + Convert OpenfMRI dataset to BIDS. (Possibly deprecated due to openfmri.org moving to openneuro.org). - name: ReproIn @@ -366,15 +366,14 @@ - Python documentation: https://github.com/mercure-imaging/mercure-dcm2bids comment: | - A containerized app that can be used to perform BIDS conversion of - DICOM studies sent directly to mercure from a scanner or PACS. mercure - is an open-source DICOM orchestration platform that can integrate - containerized apps into clinical workflows. It has a graphical user - interface making it easy to setup and manage BIDS configurations for + A containerized app that can be used to perform BIDS conversion of + DICOM studies sent directly to mercure from a scanner or PACS. mercure + is an open-source DICOM orchestration platform that can integrate + containerized apps into clinical workflows. It has a graphical user + interface making it easy to setup and manage BIDS configurations for multiple protocols. The Dcm2Bids tool is used for conversion. distribution: - name: dockerhub - url: https://hub.docker.com/r/mercureimaging/mercure-dcm2bids + url: https://hub.docker.com/r/mercureimaging/mercure-dcm2bids GUI: true license: GPL-3.0 - diff --git a/_includes/steering_group_election_section.html b/_includes/steering_group_election_section.html index 662e3cd8..ceb508fa 100644 --- a/_includes/steering_group_election_section.html +++ b/_includes/steering_group_election_section.html @@ -8,12 +8,12 @@

BIDS steering group election

BIDS steering group election

- This year's election has started. - + This year's election has started. + If you are a BIDS contributor, - + please check your BIDS email for an opavote voting link to cast your vote. - + The polls will open on Monday, October 21st and close on Friday, November 1st

``` -- +- **BIDS Steering Committee Theme for the year: Improve adoption** @@ -211,12 +211,12 @@ Github project is established with many ideas but there aren\'t many - Had questions, but could not find answers - - + - - [[Yaroslav Halchenko]{.underline}](mailto:yarikoptic@gmail.com) will create a pull request on github: [[https://github.com/bids-standard/bids-starter-kit/pull/376]{.underline}](https://github.com/bids-standard/bids-starter-kit/pull/376) - - + - - - + - diff --git a/tools/bep_gantt_html_create.py b/tools/bep_gantt_html_create.py index a4b681de..d52362c8 100644 --- a/tools/bep_gantt_html_create.py +++ b/tools/bep_gantt_html_create.py @@ -2,6 +2,7 @@ Also include a timeline of the main BIDS events. """ + from __future__ import annotations from datetime import datetime diff --git a/tools/bep_gantt_mermaid_insert.py b/tools/bep_gantt_mermaid_insert.py index b8fa65ad..e8265b15 100644 --- a/tools/bep_gantt_mermaid_insert.py +++ b/tools/bep_gantt_mermaid_insert.py @@ -1,4 +1,5 @@ """Creates a Gantt chart for the completed BEPs""" + from __future__ import annotations from pathlib import Path diff --git a/tools/convert_to_md.py b/tools/convert_to_md.py index e9116fc3..2606d4a9 100644 --- a/tools/convert_to_md.py +++ b/tools/convert_to_md.py @@ -10,6 +10,7 @@ - using the html version of the tables instead of the markdown version because the pandoc version of the markdown tables is not very good """ + import datetime from pathlib import Path