Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ENH] Add the ability of users to specify an explicit HED.xml schema for validation. #527

Merged
merged 59 commits into from
Aug 6, 2020

Commits on May 18, 2020

  1. Minor typographic corrections

    VisLab committed May 18, 2020
    Configuration menu
    Copy the full SHA
    1665052 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    19587e1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    13fa051 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2020

  1. Configuration menu
    Copy the full SHA
    aefb3b3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    47c5519 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cf876dc View commit details
    Browse the repository at this point in the history
  4. Added a HEDSchemaPath option

    VisLab committed May 22, 2020
    Configuration menu
    Copy the full SHA
    e3581f9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    43a944e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    44a0bb3 View commit details
    Browse the repository at this point in the history
  7. Corrected another typo

    VisLab committed May 22, 2020
    Configuration menu
    Copy the full SHA
    05d0b53 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2020

  1. Update 03-hed.md

    Corrected typo.
    VisLab authored Jul 10, 2020
    Configuration menu
    Copy the full SHA
    d2b5810 View commit details
    Browse the repository at this point in the history
  2. Update 03-hed.md

    Changed HEDSchemaPath to be HEDSchemaFile in json sidecar
    VisLab authored Jul 10, 2020
    Configuration menu
    Copy the full SHA
    06dc75b View commit details
    Browse the repository at this point in the history
  3. Update 03-hed.md

    More carefully laid out what the preferred behavior is.
    VisLab authored Jul 10, 2020
    Configuration menu
    Copy the full SHA
    a629a36 View commit details
    Browse the repository at this point in the history
  4. Update 03-hed.md

    Fixed typeface and capitalization.
    VisLab authored Jul 10, 2020
    Configuration menu
    Copy the full SHA
    0f25c9a View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2020

  1. Configuration menu
    Copy the full SHA
    a8e4a81 View commit details
    Browse the repository at this point in the history
  2. Changed to HEDVersion in dataset_description.json

    Moved the specification of which HED schema to validate against to the dataset_description.json file as suggested.
    VisLab authored Jul 15, 2020
    Configuration menu
    Copy the full SHA
    a3b134e View commit details
    Browse the repository at this point in the history
  3. Added HEDVersion to the dataset description.

    This optional field is used to specify the HED version or specific XML schema file used for HED validation.
    VisLab authored Jul 15, 2020
    Configuration menu
    Copy the full SHA
    396ab21 View commit details
    Browse the repository at this point in the history
  4. Merged previous changes

    VisLab committed Jul 15, 2020
    Configuration menu
    Copy the full SHA
    5ae795b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0f67cd9 View commit details
    Browse the repository at this point in the history
  6. Corrected spacing in dataset_description.json

    Updated dataset_description to include HEDSchema. Fixed table spacing error this introduced.
    VisLab authored Jul 15, 2020
    Configuration menu
    Copy the full SHA
    62c9268 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    fc18b5c View commit details
    Browse the repository at this point in the history
  8. Changed OPTIONAL to RECOMMENDED for HEDVersion

    Not sure whether this should be qualified by some statement that it is recommended if you are using HED tags to annotate.
    VisLab authored Jul 15, 2020
    Configuration menu
    Copy the full SHA
    c51607b View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2020

  1. Fix the HEDVersion to just be a filename

    We don't need the URI syntax. The file will always be in sourcedata.
    VisLab authored Jul 17, 2020
    Configuration menu
    Copy the full SHA
    827680e View commit details
    Browse the repository at this point in the history
  2. Changed relative path to just XML filename

    We aren't using URIs, just filenames in the sourcedata directory.
    VisLab authored Jul 17, 2020
    Configuration menu
    Copy the full SHA
    cd22bd5 View commit details
    Browse the repository at this point in the history
  3. Update 03-modality-agnostic-files.md

    Made specification of HEDVersion more explicit in dataset_description.json.
    VisLab authored Jul 17, 2020
    Configuration menu
    Copy the full SHA
    2e8b143 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2020

  1. Configuration menu
    Copy the full SHA
    1887486 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9d5f702 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    70fe983 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8de7370 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    55e4b7e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    51c6205 View commit details
    Browse the repository at this point in the history
  7. Removed extra space

    VisLab committed Jul 23, 2020
    Configuration menu
    Copy the full SHA
    983cfac View commit details
    Browse the repository at this point in the history
  8. Fixed a typo

    VisLab committed Jul 23, 2020
    Configuration menu
    Copy the full SHA
    c3e4b29 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    d0db662 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    5deec36 View commit details
    Browse the repository at this point in the history
  11. Fixed typo in sidecar example

    VisLab committed Jul 23, 2020
    Configuration menu
    Copy the full SHA
    f4c2269 View commit details
    Browse the repository at this point in the history
  12. Respaced example

    VisLab committed Jul 23, 2020
    Configuration menu
    Copy the full SHA
    f7fc27f View commit details
    Browse the repository at this point in the history
  13. Fixed missing json quote

    VisLab committed Jul 23, 2020
    Configuration menu
    Copy the full SHA
    60215d7 View commit details
    Browse the repository at this point in the history
  14. Fixed misplaced JSON quote

    VisLab committed Jul 23, 2020
    Configuration menu
    Copy the full SHA
    85ecc4d View commit details
    Browse the repository at this point in the history
  15. More spacing issues

    VisLab committed Jul 23, 2020
    Configuration menu
    Copy the full SHA
    0e4d8de View commit details
    Browse the repository at this point in the history
  16. Fixed alignment

    VisLab committed Jul 23, 2020
    Configuration menu
    Copy the full SHA
    e69e93f View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2020

  1. Update 03-hed.md

    Fixed spacing in example
    VisLab authored Jul 27, 2020
    Configuration menu
    Copy the full SHA
    763df40 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2020

  1. Moved HEDVersion and updated description

    It seemed to belong with BIDSVersion.  Also removed the statement about allowing a schema file in sourcedata.
    VisLab authored Aug 2, 2020
    Configuration menu
    Copy the full SHA
    5210e7f View commit details
    Browse the repository at this point in the history
  2. Replaced \_events with *_events for filenames

    I didn't realize that was the style.  Will do that from now on.
    VisLab authored Aug 2, 2020
    Configuration menu
    Copy the full SHA
    cfee293 View commit details
    Browse the repository at this point in the history
  3. Put the backticks in the *_events filenames

    Sorry.... will try to conform to that style in future.
    VisLab authored Aug 2, 2020
    Configuration menu
    Copy the full SHA
    babf94c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9b4345e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    afb65e2 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    bd410fa View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    969ae45 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    2ad7c13 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    8de2dc7 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    a500452 View commit details
    Browse the repository at this point in the history
  11. Explained JSON sidecar values

    Note, I think there was an correct duplication of text code.  I removed it, but someone should check it.
    VisLab authored Aug 2, 2020
    Configuration menu
    Copy the full SHA
    340de69 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2020

  1. Configuration menu
    Copy the full SHA
    302e8cd View commit details
    Browse the repository at this point in the history
  2. Update 05-task-events.md

    Added a new line.
    VisLab authored Aug 4, 2020
    Configuration menu
    Copy the full SHA
    a39764d View commit details
    Browse the repository at this point in the history
  3. Added another newline

    VisLab authored Aug 4, 2020
    Configuration menu
    Copy the full SHA
    79e3c8d View commit details
    Browse the repository at this point in the history
  4. Update 03-hed.md

    Corrected spelling of categorical.
    VisLab authored Aug 4, 2020
    Configuration menu
    Copy the full SHA
    814e2e7 View commit details
    Browse the repository at this point in the history
  5. Update 03-hed.md

    Added the inheritance link.
    VisLab authored Aug 4, 2020
    Configuration menu
    Copy the full SHA
    43c8480 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0445ad9 View commit details
    Browse the repository at this point in the history