Hello, I am MichaelJachan. I would like to work with u on HED800 / 3G. #323
Replies: 7 comments 16 replies
-
I have some suggestions 4u, the authors (if i were a code reviewer) about the 800 XML file. |
Beta Was this translation helpful? Give feedback.
-
This probably would be a good place to explain why the top-level schema changed between versions 8.0.0-beta.5 and 8.0.0. Before the release, we did an intensive review with three aims in mind:
Results:
|
Beta Was this translation helpful? Give feedback.
-
The An However, the issue is whether |
Beta Was this translation helpful? Give feedback.
-
A node with the tagGroup attribute means that it must appear in some tag
group (has parentheses around it somewhere). We are probably going to put
the Relation subtree in the category when we start doing more
sophisticated processing of relations.
A topLevelTagGroup means the node has to be in a tagGroup that is not
within other tag groups. The four nodes that currently have this attribute
are: Definition, Event-context, Onset, Offset. The consequence is that
these tag groups cannot be nested. For example, Definitions cannot be
nested. This is because the Definition syntax is:
(Definition/defname, ( actual definition tags))
Right now topLevelTagGroup is being handled directly from validation using
the schema, but the part that there can't be any other tags besides the
Definition and its tag group is hard-coded in the validator. In a future
round of schema revisions we will add another schema attribute to enforce
this, since there will be some other tags such as Event-context that fall
into this category. Since we aren't handling anything about Event-context
yet except for its straight schema validation, we didn't do it for the
first round. We don't want Onset and Offset in the same tag group either.
This is currently hard-coded, but I think it can be taken care of by a
single schema attribute.
…On Fri, Aug 20, 2021 at 3:03 AM MichaelJachan ***@***.***> wrote:
1. I do not understand the attributes "tagGroup" and
"topLevelTagGroup".
Can u halp me?:)
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#323 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAJCJOWLEHD42O7UHPI444TT5YD35ANCNFSM5CLZFH3Q>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&utm_campaign=notification-email>
.
|
Beta Was this translation helpful? Give feedback.
-
We have code in Python to do it from github. What did you have in mind?
We have a bunch of web services which are accessible in matlab. These are
available with examples of how to call them in the webtools/examples
subdirectory of hed-standard/hed-python on github. All of these services
are callable from the server https://hedtools.ucsd.edu/hed. If it would be
helpful to have a web service to get the XML callable from MATLAB, let me
know. I can easily put it in for the next deployment release of the tools.
…On Wed, Aug 18, 2021 at 9:06 AM MichaelJachan ***@***.***> wrote:
So, your XML-source, which i can download in the end from
https://github.com/hed-standard/hed-specification/blob/master/hedxml/HED8.0.0.xml,
is generated by some Mediawiki-Software, i understand.
Is there maybe another way for me to download the xml?
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#323 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAJCJOTNFN6DCMFTEYERESTT5O4Y7ANCNFSM5CLZFH3Q>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&utm_campaign=notification-email>
.
|
Beta Was this translation helpful? Give feedback.
-
Yes, this has been a languishing issue for a while (#19). Now that we are
getting around to value classes, I'll escalate it to the proposed so it
gets some attention.
…On Thu, Aug 19, 2021 at 2:43 AM MichaelJachan ***@***.***> wrote:
1. IDEA: Would you like to consider providing separate numeric types
for int and double (ie, float).
For now, I am not able to distinguish btw. int and double, when I read
your xml.
Thank you :)
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#323 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAJCJOVONFE5E4SHNPKXU3TT5SY2TANCNFSM5CLZFH3Q>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&utm_campaign=notification-email>
.
|
Beta Was this translation helpful? Give feedback.
-
Could you post this as an issue on Github hed-standard/hed-matlab so we
have a record of it being reported and fixed... Thanks!
https://github.com/hed-standard/hed-matlab/issues
…On Mon, Aug 23, 2021 at 8:48 AM MichaelJachan ***@***.***> wrote:
1. Warning in HED-MATLAB-TOOLS:
WARNING: for plugin "HEDTools" version in the folder name "3.1.0" and in
the eegplugin_ file "3.0.0" differ
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#323 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAJCJOQTT2I3NWKOWVCZADTT6JGTVANCNFSM5CLZFH3Q>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&utm_campaign=notification-email>
.
|
Beta Was this translation helpful? Give feedback.
-
Dear HED Community!
Ramon (I guess u know him) said, I can comment the code in here. Unfortunately (?), I have created a PullRequest (PR) with a very small code change (formulated as TODO-Comments)
If there is a way to annotate code (as if I were the PR-reviewer), I would like to use it!
BR and BTW, I like HED,
MJ:)
PS: I have reviewed the HED800.xml and i guess i have found 10-20 small issues in the codefile ... :)
Beta Was this translation helpful? Give feedback.
All reactions