metanorma / metanorma-iso

Metanorma processor for ISO standards
BSD 2-Clause "Simplified" License
13 stars 5 forks source link

Support ISO/IEC/IEEE layout (PDF done) #729

Open ronaldtse opened 2 years ago

ronaldtse commented 2 years ago

ISO/IEC/IEEE 14764:2022 Preview:

info_isoiecieee14764{ed3.0}en.pdf

https://webstore.iec.ch/preview/info_isoiecieee14764%7Bed3.0%7Den.pdf

ronaldtse commented 2 years ago

In the Metanorma XML, there are 3 separate copyright holders: ISO, IEC and IEEE.

Intelligent2013 commented 2 years ago

image

image

Intelligent2013 commented 2 years ago

ISO xslt updated:

Expected xml data:

<copyright>
    <from>2022</from>
    <owner>
        <organization>
            <name>...</name>
            <abbreviation>IEEE</abbreviation>
        </organization>
    </owner>
</copyright>
ronaldtse commented 2 years ago

Thank you @Intelligent2013 !

ronaldtse commented 2 years ago

@opoudjis this is now back to you after https://github.com/metanorma/metanorma-ieee/issues/1, thanks!

opoudjis commented 2 weeks ago

Is not working, as it is expecting IEEE to be an abbreviation, and :publisher: ISO;IEC;IEEE is now outputting the unrecognised IEEE as a name. The solution is to use a centralised store of SDOs to resolve abbreviations in metadata—which Relaton can provide.