relaton / relaton-iso

RelatonIso: ISO Standards metadata using the BibliographicItem model
BSD 2-Clause "Simplified" License
2 stars 1 forks source link

ISO `<project-number>` now showing as `?` #64

Closed opoudjis closed 5 years ago

opoudjis commented 5 years ago

Docnumber is the numeric component of the standard identifier; it is used for sorting purposes. So in ISO/IEC 3999-1, docnumber has the value 3999.

Docnumber is not currently being extracted in this gem's scrapper (nor I assume in the others). I request that it be extracted: I am now using it to sort bibliographic references in rendering.

Not urgent.

ronaldtse commented 5 years ago

Strange, I thought docnumber was always a separate element in Relaton.

ronaldtse commented 5 years ago

@opoudjis previously, the project-number was always visible like this:

    <structuredidentifier type="ISO">
      <project-number>ISO 124</project-number>

However, recently it became this:

    <structuredidentifier>
      <project-number>?</project-number>

This is a bug in Relaton-ISO (presumably after the ISO layout update).

@andrew2net can you please help?

This is also blocking https://github.com/metanorma/metanorma-standoc/pull/102 (the specs fail).

Thanks!

ronaldtse commented 5 years ago

ping @CAMOBAP795 FYI

opoudjis commented 5 years ago

Strange, I thought docnumber was always a separate element in Relaton.

It is a separate element, and it needs to be extracted as well as the document identifier. So this ticket is now describing two distinct tasks:

ronaldtse commented 5 years ago

Thanks @opoudjis for the clarification!