Skip to content

Commit

Permalink
Merge branch 'master' into ref/json-entity
Browse files Browse the repository at this point in the history
  • Loading branch information
tsalo committed Aug 10, 2020
2 parents 5c426b0 + abf6f73 commit 86650bf
Show file tree
Hide file tree
Showing 18 changed files with 682 additions and 320 deletions.
5 changes: 4 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,13 @@ jobs:
build_docs_pdf:
working_directory: ~/bids-specification/pdf_build_src
docker:
- image: danteev/texlive:TL2017
- image: danteev/texlive:latest
steps:
- checkout:
path: ~/bids-specification
- run:
command: |
pip3 install numpy
- run:
name: generate pdf version docs
command: sh build_pdf.sh
Expand Down
10 changes: 5 additions & 5 deletions DECISION-MAKING.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ The document outlining our governance structure is hosted on the BIDS website:
In the following, we list the current members of subgroups detailed in the
BIDS governance.

**Steering Group**
### Steering Group

| Name |
|------------------------------------------------------------------------------|
Expand All @@ -22,7 +22,7 @@ BIDS governance.
| Russell Poldrack ([@poldrack](https://github.com/poldrack)) |
| Kirstie Whitaker ([@KirstieJane](https://github.com/KirstieJane)) |

**Maintainers Group**
### Maintainers Group

| Name | Time commitment | Scope |
|--------------------------------------------------------------------------------|-----------------|-----------------------|
Expand All @@ -38,20 +38,20 @@ One or more scopes can be chosen by the maintainer and agreed upon by the Mainta
A maintainer is primarily responsible for issues within their chosen scope(s), although
contributions elsewhere are welcome, as well.

**BEP Leads Group**
### BEP Leads Group

Leaders of BIDS Extension Proposals are listed in the
[table of BEPs](https://bids.neuroimaging.io/get_involved.html#extending-the-bids-specification).

**Contributors Group**
### Contributors Group

Contributors are listed in [Appendix I](https://bids-specification.readthedocs.io/en/stable/99-appendices/01-contributors.html)
of the BIDS specification. Contributors who have not yet entered their name
into this list are encouraged to edit the [Contributors WIKI page](https://github.com/bids-standard/bids-specification/wiki/Contributors)
with their name, using the emojis listed in the WIKI to indicate their
contributions.

**Other groups**
### Other groups

The following groups not listed in detail. Please learn more about these groups
from the [governance document](https://bids.neuroimaging.io/governance.html).
Expand Down
5 changes: 2 additions & 3 deletions pdf_build_src/pandoc_script.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@
"""
import os
import subprocess



def build_pdf(filename):
"""Construct command with required pandoc flags and run using subprocess.
Expand Down Expand Up @@ -40,4 +39,4 @@ def build_pdf(filename):


if __name__ == "__main__":
build_pdf('bids-spec.pdf')
build_pdf('bids-spec.pdf')
Loading

0 comments on commit 86650bf

Please sign in to comment.