usnistgov / NIST-Tech-Pubs

XML metadata for NIST Technical Series Publications
https://pages.nist.gov/NIST-Tech-Pubs/
18 stars 8 forks source link

Error in "NBS IR 87-363" record #2

Closed ronaldtse closed 2 years ago

ronaldtse commented 2 years ago

The latest allrecords_11june2021.xml file contains an entry for "NBS IR 87-363".

That entry contains several error: strings:

<publisher>
   <publisher_name>error:</publisher_name>
   <publisher_place>Gaithersburg, MD</publisher_place>
</publisher>
<institution>
   <institution_name>error:</institution_name>
   <institution_acronym>error:</institution_acronym>
   <institution_place>Gaithersburg, MD</institution_place>
</institution>

We can guess that these entries all refer to the "NBS" name/acronym:

<publisher>
   <publisher_name>National Bureau of Standards</publisher_name>
   <publisher_place>Gaithersburg, MD</publisher_place>
</publisher>
<institution>
   <institution_name>National Bureau of Standards</institution_name>
   <institution_acronym>NBS</institution_acronym>
   <institution_place>Gaithersburg, MD</institution_place>
</institution>

cc: @kmiller621

From: https://github.com/relaton/relaton-nist/issues/54

kmiller621 commented 2 years ago

There were several hundred records with the same issue. We have corrected all records with "error:" in the element text in the latest update. https://raw.githubusercontent.com/usnistgov/NIST-Tech-Pubs/nist-pages/xml/allrecords.xml

ronaldtse commented 2 years ago

Thank you @kmiller621 !