metanorma / pubid-itu

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

Parse identifiers with "bis" suffix #20

Open mico opened 1 year ago

mico commented 1 year ago

I found some identifiers with "bis" suffix:

There are more, this is just few of them. The identifiers I looked into mentioned that it's "Extract from the Blue Book", maybe "bis" related to "Blue Book".

ronaldtse commented 1 year ago

Actually “bis” means “draft for next version”, so V.8 bis means the next version of V.8, which may or may not retain the name “V.8”. The IETF also uses this practice.

opoudjis commented 1 year ago

bis is Latin for "twice", and it is used in numbering like A is: in general 8 bis means "8A, number I've had to slot in between 8 and 9". You can keep going with Latin times adverbs— ter, quater, quinquies ... but we won't :)

mico commented 1 year ago

bis is Latin for "twice", and it is used in numbering like A is: in general 8 bis means "8A, number I've had to slot in between 8 and 9". You can keep going with Latin times adverbs— ter, quater, quinquies ... but we won't :)

@ronaldtse should we convert "bis" to "A"?

ronaldtse commented 1 year ago

@mico we have to keep the “bis” as “bis”. Whatever the suffix is, we have to keep the original.

opoudjis commented 1 year ago

Yeah, I was only mentioning 8A as a more familiar way of doing what 8 bis does.