-
Notifications
You must be signed in to change notification settings - Fork 0
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
(URGENT) Parsing of ISO/IEC Directives necessary #57
Comments
@andrew2net will provide the full list but they are ones like: ISO/IEC Directives, Part 1
ISO/IEC Directives, Part 2
ISO/IEC Directives IEC Supplement
ISO/IEC Directives, Part 1 -- Consolidated ISO Supplementhttps://www.iso.org/sites/directives/current/consolidated/index.xhtml
ISO/IEC Directives, JTC 1 Supplement:2021
Combined
|
@ronaldtse what is the "Directives" documents? Is it another document type? Like "TR", "TS", "IWA"? Trying to figure out how to build parser better, no it doesn't fit perfectly in normal PubIDs nor TC-PubIDs because of JTC type which now only exist for TC-PubIDs. |
These are a special type of ISO and IEC documents called the Directives. ISO and IEC share the "ISO/IEC Directives", which is a set of documents explaining the processes of both organizations.
I consider the Directives as a different class of document from other document types and TC documents, just because their numbering scheme and naming scheme are different.
The "ISO/IEC JTC 1" is a committee of both ISO and IEC (it is a "joint" TC). They have their own "JTC 1 Supplement" to the "ISO/IEC Directives". This is similar to the ISO/TC 184/SC 4 Supplementary Directives:
This is a good point. I think the Directives are a separate "class" of documents.
|
@mico I'm not sure if #58 fully parses all the combinations listed in #57 (comment) . Can we have a txt file that lists them out that ensure they are parsed in RSpec? Thanks. |
You are right. |
Supplement without document number? Should I use some default number? (1) |
This one means it is the "IEC Supplement to the ISO/IEC Directives (both parts)". |
Yes we should support long form and those other attributes. |
Interestingly, the "ISO Supplement " is only to Part 1, but the "IEC Supplement" is to both parts. So we need to parse them correctly. |
Supplement's edition? |
@mico yes, edition of the Supplement: |
Is it not the same as "ISO/IEC DIR 1:2022 IEC SUP:2022"? Or even "ISO/IEC DIR 1 IEC SUP:2022"? |
@mico no, it is a combination of two documents placed into one. IEC has this notation of "+" where it joins two documents. |
The second document, "IEC SUP:2022" don't have "DIR" type or number. Is it IEC published document without number with supplement applied? |
"IEC SUP:2022" is the short name for:
|
We have new documents in the relaton-data-iso repo and pubis-iso fails with the IDs like
ISO IEC DIR 1
https://github.com/relaton/relaton-iso/runs/6880704298?check_suite_focus=true#step:6:249
All new IDs:
ISO/IEC DIR 1
or referenceISO IEC DIR 1
ISO/IEC DIR 1 ISO SUP
or referenceISO IEC DIR 1 ISO SUP
ISO/IEC DIR 2 ISO
or referenceISO IEC DIR 2 ISO
ISO/IEC DIR JTC 1 SUP
or referenceISO IEC DIR JTC 1 SUP
The text was updated successfully, but these errors were encountered: