Closed ronaldtse closed 5 years ago
@ronaldtse is published year of documet ISO 19110:2005/Amd 1:2011 2005 or 2011? On the page publication date is Publication date : 2011-06
, but in reference it has 2005 year. So there is a problem when we search the document by the reference because year in the reference doesn't mutch year of document.
@andrew2net the way to parse this is:
ISO 19110:2005/Amd 1:2011
ISO 19110:2005
{base-document}/Amd 1:2011
.The edition year is therefore 2011
.
We currently don't handle Cor and Amd documents. We should do so. Here are the examples.
Amd: (an Amendment document on a standard)
Amd + CD: (in progress development of an Amendment document)
Cor: (a Correction document on a standard)
Cor + CD: (in progress development of a Correction document)
Cor + Amd: (i.e. Correction document of an Amendment document)
From https://github.com/riboseinc/tc211-termbase/issues/7#issuecomment-508964886