diff --git a/questions/general_schema.question.md b/questions/general_schema.question.md index 91d80aa8..ce24e478 100644 --- a/questions/general_schema.question.md +++ b/questions/general_schema.question.md @@ -8,7 +8,7 @@ It is (by and large) the BIDS Specification, but written in a declarative form. The BIDS schema is available in two machine readable formats: -- as a set of [YAML](https://en.wikipedia.org/wiki/YAML) files in the [BIDS specifiation repository](https://github.com/bids-standard/bids-specification/src/schema) +- as a set of [YAML](https://en.wikipedia.org/wiki/YAML) files in the [BIDS specification repository](https://github.com/bids-standard/bids-specification/src/schema) - as a [single json file](https://bids-specification.readthedocs.io/en/stable/schema.json) A light-weight introduction to the schema can be found [here](https://bids-extensions.readthedocs.io/en/latest/schema/). diff --git a/src/FAQ.md b/src/FAQ.md index 21b94ba4..8e9205c2 100644 --- a/src/FAQ.md +++ b/src/FAQ.md @@ -206,7 +206,7 @@ It is (by and large) the BIDS Specification, but written in a declarative form. The BIDS schema is available in two machine readable formats: -- as a set of [YAML](https://en.wikipedia.org/wiki/YAML) files in the [BIDS specifiation repository](https://github.com/bids-standard/bids-specification/src/schema) +- as a set of [YAML](https://en.wikipedia.org/wiki/YAML) files in the [BIDS specification repository](https://github.com/bids-standard/bids-specification/src/schema) - as a [single json file](https://bids-specification.readthedocs.io/en/stable/schema.json) A light-weight introduction to the schema can be found [here](https://bids-extensions.readthedocs.io/en/latest/schema/). diff --git a/src/glossary.md b/src/glossary.md index d6b01b55..d0acff78 100644 --- a/src/glossary.md +++ b/src/glossary.md @@ -182,7 +182,7 @@ EEG data in a proprietary format or presentation log files. #### **tsv**: -TSV stands for **t**ab **s**eparated **v**alues. +TSV stands for Tab Separated Values. A .tsv file contains a table (like a simple excel spreadsheet) containing text. Table values are separated by tabs.