metanorma / pubid-iso

Implementation of ISO pubid
BSD 2-Clause "Simplified" License
1 stars 0 forks source link

Investigate whether changes are need to treat combined stage/type abbreviations (DTS,DTR,DPAS,FDTS,etc) #133

Closed ronaldtse closed 1 year ago

ronaldtse commented 2 years ago

I use trick representing "DIS" as "D" and "FDIS" as "FD":

Actually, this is kind of acceptable, and ISO internally they think this way as well.

PDTR

The notion of "PDTR" just disappeared. I do not know how the "PD" stage fits into the harmonized code system.

Is "ISO FDIS 1234" and "ISO FDTR 1234" are the same identifiers? From what I understand, "FDIS" means "Final Draft International Standard" but "FDTR" means "Final Draft Technical Report".

This is the question that you exactly should ask.

This is actually a very confusing issue (this is ISO's fault).

So perhaps it is better to consider "FD" and "D" as the prefixes in this case.

_Originally posted by @ronaldtse in https://github.com/metanorma/pubid-iso/pull/126#discussion_r989116299_

ronaldtse commented 2 years ago

This will be handled in #139.

ronaldtse commented 1 year ago

This is implemented.