Skip to content

Commit 217b135

Browse files
authored
[ENH] Update standards section (#534)
* rm bids stats model * rm bids apps spec * rm bids apps spec * update index * update spec * clean up * update makefile * lint * test * fixes * fix * fix
1 parent 81c6426 commit 217b135

File tree

25 files changed

+108
-782
lines changed

25 files changed

+108
-782
lines changed

.github/workflows/check_md_links.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ jobs:
1313
- uses: actions/checkout@master
1414
- uses: gaurav-nelson/github-action-markdown-link-check@v1
1515
with:
16-
use-quiet-mode: no
17-
use-verbose-mode: no
16+
use-quiet-mode: yes
17+
# use-verbose-mode: no
1818
config-file: md_link_check_config.json
1919
folder-path: docs
2020
file-path: ./README.md

.gitmodules

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,6 @@
11
[submodule "specification"]
22
path = specification
33
url = https://github.com/bids-standard/bids-specification.git
4-
[submodule "execution-spec"]
5-
path = execution-spec
6-
url = https://github.com/bids-standard/execution-spec
7-
datalad-url = https://github.com/bids-standard/execution-spec
8-
[submodule "docs/standards/bids_stats_model/variable-transform"]
9-
path = docs/standards/bids_stats_model/variable-transform
10-
url = https://github.com/bids-standard/variable-transform.git
11-
datalad-url = https://github.com/bids-standard/variable-transform.git
12-
[submodule "docs/standards/bids_stats_model/src"]
13-
path = docs/standards/bids_stats_model/src
14-
url = https://github.com/bids-standard/stats-models
15-
datalad-url = https://github.com/bids-standard/stats-models
164
[submodule "data/datasets/examples"]
175
path = data/datasets/examples
186
url = https://github.com/bids-standard/bids-examples

.remarkignore

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
docs/collaboration/bids_github/
22
docs/datasets/index.md
33
docs/getting_started/folders_and_files/files.md
4-
docs/standards/bids_stats_model/src
5-
docs/standards/bids_stats_model/variable-transform
4+
docs/specification/macros_doc.md

docs/collaboration/contributors.md

Lines changed: 61 additions & 57 deletions
Large diffs are not rendered by default.

docs/collaboration/governance.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ they should inform the steering group in advance and are responsible to help:
222222

223223
{{ MACROS___generate_members_table(file="advisory.yml") }}
224224

225-
### Other working/interest Groups
225+
### Other working groups
226226

227227
A working/interest group can be established under the approval of the BIDS Steering Group.
228228
This is typically but not limited to being formed for the purpose of advancing the BIDS community, not the standard.
@@ -486,8 +486,7 @@ Anonymous data from BIDS elections is stored in a dedicated repository on GitHub
486486

487487
### H. Governance amendment procedure
488488

489-
A group of BIDS contributors may at any time form a [working
490-
group](#other-workinginterest-groups) to propose amendments to the governance.
489+
A group of BIDS contributors may at any time form a [working group](#other-working-groups) to propose amendments to the governance.
491490
These amendments will be first reviewed by the Steering Group before being
492491
submitted to a community review.
493492
At the end of the community review each amendment is submitted to a vote of BIDS

docs/collaboration/working-groups.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ to improve the documentation around BIDS...
88

99
## Forming a working group
1010

11-
The rules to form a working group are mentioned in the [governance](./governance.md#other-workinginterest-groups).
11+
The rules to form a working group are mentioned in the [governance](./governance.md#other-working-groups).
1212

1313
A template for the open-letter can be found in [this google doc](https://docs.google.com/document/d/1JfTliUcpyRAGdiZSHObkvZFdkrxPTclQTvolr8ssNHM/edit).
1414

docs/standards/bids_app_specification/contributors.md

Lines changed: 0 additions & 22 deletions
This file was deleted.
Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,8 @@
1-
# BIDS Apps execution specification
2-
3-
## The Problem
4-
5-
Neuroimaging is a field with an enormous library of powerful tools
6-
and openly available datasets that can be difficult to get to work together.
7-
8-
## Why do we need the BIDS Application Specification?
1+
# BIDS Apps
92

103
While BIDS is great for standardizing datasets, analytical tools can take a variety of forms, arguments,
114
and complexities, limiting their ability to be applied interchangeably.
125
The BIDS Application Specification solves this problem
136
by creating a community-driven standardized structure for software definitions and their execution.
7+
8+
The specification for the BIDS apps can be [browsed online](https://bids-standard.github.io/execution-spec/).

docs/standards/bids_app_specification/scope.md

Lines changed: 0 additions & 80 deletions
This file was deleted.

0 commit comments

Comments
 (0)