relaton / relaton-iec

IecBib: retrieve IEC/CIE Standards for bibliographic use using the BibliographicItem model
MIT License
1 stars 0 forks source link

Unable to fetch IEC/TR #35

Closed ronaldtse closed 3 years ago

ronaldtse commented 3 years ago

This is from mn-samples-itu/G.650.1-201803.adoc:

[relaton-iec] ("IEC/TR 62547") fetching...
[relaton-iec] WARNING: no match found online for IEC/TR 62547. The code must be exactly like it is on the standards website.
ronaldtse commented 3 years ago

It does exist:

Screenshot 2021-03-08 at 1 19 42 PM
andrew2net commented 3 years ago

@ronaldtse the webstore.iec.ch shows documents with break space between IEC and TR (IEC TR 62547) not slash (IEC/TR 62547), so we need to use references with break space.

ronaldtse commented 3 years ago

Maybe "IEC/TR" is an older way of referring to the document? it is showing up in the webstore preview: https://webstore.iec.ch/p-preview/info_iec62547%7Bed1.0%7Den.pdf

Screenshot 2021-03-09 at 12 08 02 PM Screenshot 2021-03-09 at 12 08 42 PM

Also in normative references:

image

It would be better to support this conversion.

ronaldtse commented 3 years ago

Thanks @andrew2net !