Skip to content

Commit

Permalink
Merge pull request #132 from VisLab/main
Browse files Browse the repository at this point in the history
Fixed broken links
  • Loading branch information
VisLab authored Jan 4, 2024
2 parents 29b3854 + edbdc58 commit 630e54c
Show file tree
Hide file tree
Showing 7 changed files with 138 additions and 202 deletions.
110 changes: 0 additions & 110 deletions docs/source/Documentation.md

This file was deleted.

2 changes: 1 addition & 1 deletion docs/source/hed_lisa_schema.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ LISA is a Hierarchical Event Descriptors Library Schema for **Li**nguistic **S**

LISA allows for annotation of language stimuli on different levels through the orthogonal definition of Language-items and Language-item-properties. Full sentences can be annotated with sentence-level characteristics, while the individual words in the sentence can be associated with word-level characteristics, and so on. Annotation possibilities are extensive and cover characteristics found across languages to allow for between language comparisons.

## Development
## Development of LISA

LISA is currently under development and only available in prerelease. The current version of the schema is primarily centered around written language and further development focusses on adding grammatical aspect characteristics and spoken word characteristics into the vocabulary.
If you are interested in participating in this effort or have any comments or suggestions, please post an [**issue**](https://github.com/hed-standard/hed-schemas/issues) to this repository.
7 changes: 4 additions & 3 deletions docs/source/hed_score_schema.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ We show several examples of annotations using the HED-SCORE library schema in th

![](_static/Illustration_combined_eeg.png)

## Development
## Development of HED SCORE

The HED-SCORE library schema maintains the hierarchy as presented in SCORE papers [^1,2]. With the GitHub commit history reflecting the development process of the HED-SCORE library schema.
The HED-SCORE library schema maintains the hierarchy as presented in SCORE papers [1,2]. With the GitHub commit history reflecting the development process of the HED-SCORE library schema.

In the HED standard schema, top levels identify events of interest. Annotating events includes identifying graphoelements and their morphology, which can be followed by location, features related to time, and the effect of modulators. The top levels of the HED-SCORE library schema correspond to the main types of events described in the SCORE papers.

Expand All @@ -20,7 +20,8 @@ The SCORE HED schema library is intended to describe all normal and abnormal EEG
The HED schema library for SCORE was converted and validated using the HED tools. See more [here](https://hedtools.ucsd.edu/hed).

## Brain imaging data structure (BIDS)
HED schema library for SCORE is compatible with the BIDS human and machine-readable events annotations .tsv files, see more [here](https://bids-specification.readthedocs.io/en/stable/99-appendices/03-hed.html#appendix-iii-hierarchical-event-descriptors).
HED schema library for SCORE is compatible with the BIDS human and machine-readable events annotations .tsv files.
For more information see the [Hierarchical Event Descriptors](https://bids-specification.readthedocs.io/en/stable/99-appendices/03-hed.html#appendix-iii-hierarchical-event-descriptors) appendix of the BIDS specification.
An implementation example using HED schema library for SCORE annotations is available
[here](https://github.com/bids-standard/bids-examples).

Expand Down
6 changes: 3 additions & 3 deletions docs/source/index.rst
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
HED schemas
===================

.. image:: _static/images/croppedWideLogo.png
.. image:: ![](./_static/images/croppedWideLogo.png)
:width: 220
:alt: HedLogo

.. sidebar:: **Downloads**

* `HED schemas (PDF <https://hed-schemas.readthedocs.io/_/downloads/en/latest/pdf/>`_
* `HED schemas PDF <https://hed-schemas.readthedocs.io/_/downloads/en/latest/pdf/>`_

* `HED resources (<https://www.hed-resources.org/>`_
* `HED resources <https://www.hed-resources.org/>`_

Note: this is a work in progress.

Expand Down
8 changes: 7 additions & 1 deletion standard_schema/prerelease/CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,10 @@
- Other schema attribute descriptions revised for conciseness.
- `Clock-face` under `Clock` is deprecated as it can be confused with Clockface.
- Corrected typo audo --> audio in the description of `Media`.
- Added `Ride` under `Perform` as requested for COCO annotation.
- Added `Ride` under `Perform` as requested for COCO annotation.
- Added `year` as a new time unit.
- Added the `Is-about` tag to conform to NIMD.
- Added `Metadata-identifier` under `Metadata` and moved `CogAtlas`, `CogPo`,
`OBO-identifer`, `Subject-identifer`, `Version-identifer` under this tag.
- Added `UUID` under `Metadata-identifier`.
- Added `URL` under `Metadata`.
Loading

0 comments on commit 630e54c

Please sign in to comment.