We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
/R
Source issue: #1089
ISO Recommendation identifier has a prefix /R:
pubid-iso supports it:
pubid-iso
pubid = Pubid::Iso::Identifier.create(publisher: "ISO", type: "R", number: 123) print pubid.to_s
returns ISO/R 123.
ISO/R 123
Preliminary solution: add "recommendation": :r in metanorma-iso\lib\metanorma\iso\front_id.rb:
"recommendation": :r
metanorma-iso\lib\metanorma\iso\front_id.rb
DOCTYPE2HASHID = { directive: :dir, "technical-report": :tr, "guide": :guide, "technical-specification": :ts, "publicly-available-specification": :pas, "committee-document": :tc, "recommendation": :r }.freeze
The text was updated successfully, but these errors were encountered:
recommendation doctype: metanorma/metanorma-iso#1107
a5b76a1
Support Recommendation doctype: #1107
636e083
4f87b3a
Support ISO Recommendation doctype: metanorma/metanorma-iso#1107
8e1e67b
Recommendation has not hitherto been recognised (it's legacy).
Sorry, something went wrong.
opoudjis
No branches or pull requests
Source issue: #1089
ISO Recommendation identifier has a prefix
/R
:pubid-iso
supports it:returns
ISO/R 123
.Preliminary solution: add
"recommendation": :r
inmetanorma-iso\lib\metanorma\iso\front_id.rb
:The text was updated successfully, but these errors were encountered: