Skip to content

Commit

Permalink
Merge pull request #574 from VisLab/develop
Browse files Browse the repository at this point in the history
Corrected typos and redefined text
  • Loading branch information
VisLab committed Mar 28, 2024
2 parents 5668837 + 51f5273 commit afa4a8b
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 13 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.7869149.svg)](https://doi.org/10.5281/zenodo.7869149)
[![Documentation Status](https://readthedocs.org/projects/hed-specification/badge/?version=latest)](https://hed-specification.readthedocs.io/en/latest/?badge=latest)
[![@HEDstandard](http://img.shields.io/twitter/follow/hedstandard.svg?style=social)](https://twitter.com/HEDstandard)


# HED specification

Expand Down
14 changes: 7 additions & 7 deletions docs/source/02_Terminology.md
Original file line number Diff line number Diff line change
Expand Up @@ -150,37 +150,37 @@ The types of characters referred to in this specification are:
| `lowercase` | ASCII characters a-z |
| `uppercase` | ASCII characters A-Z |
| `letters` | `lowercase` and/or `uppercase` |
| `text` | `printable` and/or `nonascii` |
| `text` | `printable` and/or `nonascii` exluding comma, square brackets, and curly braces.|
| `digits` | 0-9 |
| `tab` | ASCII code 09 |
| `newline` | ASCII code 10 (linefeed) |
| `blank` | ASCII code 32 |
| `exclamation` | ASCII code 33 |
| `double-quote ` | ASCII code 34 |
| `double-quote` | ASCII code 34 |
| `number-sign` | ASCII code 35 |
| `dollar` | ASCII code 36 |
| `percent-sign` | ASCII code 37 |
| `ampersand` | ASCII code 38 |
| `single-quote ` | ASCII code 39 |
| `single-quote` | ASCII code 39 |
| `left-paren` | ASCII code 40 |
| `right-paren` | ASCII code 41 |
| `asterick` | ASCII code 42 |
| `asterisk` | ASCII code 42 |
| `plus` | ASCII code 43 |
| `comma` | ASCII code 44 |
| `hyphen` | ASCII code 45 |
| `period` | ASCII code 46 |
| `slash` | ASCII code 47
| `slash` | ASCII code 47 |
| `colon` | ASCII code 58 |
| `semicolon` | ASCII code 59 |
| `less-than` | ASCII code 60 |
| `equals` | ASCII code 61 |
| `greater-than` | ASCII code 62 |
| `question-mark` | ASCII code 63|
| `question-mark` | ASCII code 63 |
| `at-sign` | ASCII code 64 |
| `backslash` | ASCII code 92 |
| `caret` | ASCII code 94 |
| `underscore` | ASCII code 95 |
| `verbar` | ASCII code 124 |
| `verical-bar` | ASCII code 124 |
| `tilde` | ASCII code 126 |
| `alphanumeric` | `letters` and/or `digits` |
| `name` | `alphanumeric`, `hyphen`, `period`, `underscore`, `nonascii` |
Expand Down
2 changes: 1 addition & 1 deletion docs/source/07_Library_schemas.md
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@ or properties.
If an incompatible list of schemas is given, a [**SCHEMA_LOAD_FAILED**](./Appendix_B.md#b25-schema-loading-errors)
error is generated.

````{admonition} Avoid new auxilliary section entries in library schemas.
````{admonition} Avoid new auxiliary section entries in library schemas.
:class: warning
**Note:** With the possible (and rare) exception of new `unitClasses` and `units`, partnered library schemas
should not have auxiliary sections except for the `prologue` and `epilogue`.
Expand Down
15 changes: 11 additions & 4 deletions docs/source/08_The_HED_ontology.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,25 @@

--------DRAFT DRAFT DRAFT DRAFT DRAFT ------------

The HED schema representation was developed to facilitate complex annotation of experimental data.
The Hierarchical Event Descript system also has an underlying ontological structure,
which has been made explicit starting with HED standard schema 8.3.0 in order to
leverage links to additional external and external knowledge sources
during both annotation and analysis.





Range assignments
| HED ID | Type |
| ------ | ----- |
| 00000xx | Class entities defining the structure of a HED schema |
| 0001xx | ObjectProperty entities common to all HED schemas.|
| xxx02xx | DataProperty entities common to all HED schemas. |
| 00001xx | ObjectProperty entities common to all HED schemas.|
| 00002xx | DataProperty entities common to all HED schemas. |
| 00003xx | AnnotationProperty common to all HED schemas. |
| 00101xx-00102xx | Standard schema DataProperty and ObjectProperty entities representing<br/>schema attributes in the standard schema. |
| 00102xx | HedValueClass definitions in the standard schema. |
| 00103xx | HedUnitClass definitions in the standard schema. |
| 00103xx | HedValueClass definitions in the standard schema. |
| 00104xx | HedUnitModifier definitions in the standard schema. |
| 00105xx | HedUnitClass definitions in the standard schema. |
| 00106xx-00107xx | HedUnit definitions in the standard schema. |
Expand Down

0 comments on commit afa4a8b

Please sign in to comment.