-
Notifications
You must be signed in to change notification settings - Fork 2
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
Support long notation references #194
Comments
@andrew2net for NIST SP series it was fixed in #192 |
@mico users can utilize long notaion references to fetch any document. So yes, we need to parse long notation for other series. |
As per the original pubid blog post we stated the 4 different pubid outputs: short, abbreviated, long and machine readable. We should be able to parse all 4 types. |
@ronaldtse we cannot parse long and abbreviated formats right now, examples for
How we can confirm that long and abbreviated series names in https://github.com/metanorma/pubid-nist/blob/main/series.yaml are correct? Should we reconsider what is "long" and "abbreviated" formats in light of updates from pubs-export? (Or introduce extra long and short formats, with publisher and series in short format?)
Identifier parts using "long" or "abbreviated" format, but publisher and series using short form. |
This gem parses short notation references like
NIST SP 800-67r1
andNIST SP 800-57pt1
but fails to parse long notationNIST SP 800-67 Rev. 1
andNIST SP 800-57 Part. 1
We need to parse the long notations as well.
The text was updated successfully, but these errors were encountered: