relaton / relaton-nist

NistBib: retrieve NIST Standards for bibliographic use using the BibliographicItem model
https://www.metanorma.com
MIT License
2 stars 1 forks source link

Malformed rendering on "NIST IR 8202" fetched reference #107

Closed manuelfuenmayor closed 8 months ago

manuelfuenmayor commented 8 months ago

Description

This markup:

* [[[NISTIR_8202,NIST IR 8202]]]

renders in TXT as:

   [NISTIR_8202]
              , , , and , "Blockchain technology overview",
              NIST IR 8202, DOI 10.6028/NIST.IR.8202, October 2018,
              <https://doi.org/10.6028/NIST.IR.8202>.

in HTML: Screenshot 2023-10-19 215354

A preferred result would be: Screenshot 2023-10-19 215455

To reproduce

You can compile the full document in https://github.com/cisba/i-d_dlts/pull/1, or use this little sample: nist-ref.zip

ronaldtse commented 8 months ago

@manuelfuenmayor I believe all the rendering issues either lie with relaton-render or in metanorma-ietf, not at the relaton-* flavor level. @opoudjis can you please confirm? Thanks.

opoudjis commented 8 months ago

In principe yes, but need to investigate why the authors are not propagating.

ronaldtse commented 8 months ago

@opoudjis here's the output from Relaton:

$ [relaton-nist] (NIST IR 8202) Fetching from csrc.nist.gov ...
[relaton-nist] (NIST IR 8202) Fetching from Relaton repository ...
[relaton-nist] Downloaded index from https://raw.githubusercontent.com/relaton/relaton-data-nist/main/index-v1.zip
[relaton-nist] (NIST IR 8202) Found: `NIST IR 8202`
<bibdata type="standard" schema-version="v1.2.4">
  <fetched>2023-10-25</fetched>
  <title format="text/plain" language="en" script="Latn">Blockchain technology overview</title>
  <uri type="doi">https://doi.org/10.6028/NIST.IR.8202</uri>
  <uri type="pdf">https://nvlpubs.nist.gov/nistpubs/ir/2018/NIST.IR.8202.pdf</uri>
  <docidentifier type="NIST" primary="true">NIST IR 8202</docidentifier>
  <docidentifier type="DOI">10.6028/NIST.IR.8202</docidentifier>
  <date type="published">
    <on>2018-10</on>
  </date>
  <contributor>
    <role type="author"/>
    <person>
      <name>
        <forename script="Latn">Dylan</forename>
        <surname script="Latn">Yaga</surname>
      </name>
      <affiliation>
        <organization>
          <name>Information Technology Laboratory</name>
        </organization>
      </affiliation>
    </person>
  </contributor>
  <contributor>
...
ronaldtse commented 8 months ago

Superseded by https://github.com/metanorma/metanorma-ietf/issues/191