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

Given name missing from Relaton data #65

Closed ronaldtse closed 2 years ago

ronaldtse commented 2 years ago

From @strogonoff :

Our data provides only “Nimeroff” as surname: https://github.com/relaton/relaton-data-nist/blob/main/data/NBS_IR_74-603.yaml#L36

Possibly, “I” is an initial that we have unintentionally dropped?

Source data:

               <contributors>
                  <person_name sequence="first" contributor_role="author">
                     <given_name>I</given_name>
                     <surname>Nimeroff</surname>
                  </person_name>
               </contributors>

Then this is a bug with relaton-nist.

From https://github.com/ietf-ribose/relaton-data-nist/issues/2