metanorma / pubid-itu

Parser for ITU-T and ITU-R publication identifiers
BSD 2-Clause "Simplified" License
0 stars 0 forks source link

Operational Bulletin parsing #4

Closed mico closed 1 year ago

mico commented 1 year ago

From https://github.com/relaton/relaton-itu/blob/main/spec/relaton_itu/pubid_spec.rb we have identifier to parse: ITU-T OB.1096 - 15.III.2016

From: https://github.com/relaton/relaton-itu/issues/17

We have proposed syntax:

Syntax:

  • ITU Operational Bulletin No. {issue-number}
    • e.g. ITU Operational Bulletin No. 1096
  • ITU Operational Bulletin No. {issue-number} - {issue-date}
    • e.g. ITU Operational Bulletin No. 1096 - 15.III.2016
    • The date is not important, we just need to support the syntax but it does not help locating the link.
  • ITU OB {issue-number}
    • e.g. ITU OB 1096
    • (Users may add the date at the end)

But sector "ITU-T" is missing there. Should it be:

instead?