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

NIST data issue: broken title for NBS SP 260-62 (and several more) #67

Open ronaldtse opened 2 years ago

ronaldtse commented 2 years ago

NBS SP 260-62 has a bad title: https://github.com/ietf-ribose/relaton-data-nist/blob/main/data/NBS_SP_260-62.yaml#L5

  content: Standard Reference Materials :SRM 768 /

The data is faithful to the authoritative source. This is an issue with the authoritative source. https://pages.nist.gov/NIST-Tech-Pubs/SP260.html

Screenshot 2022-01-24 at 12 01 41 AM

https://nvlpubs.nist.gov/nistpubs/Legacy/SP/nbsspecialpublication260-62.pdf

Screenshot 2022-01-24 at 12 02 38 AM

The encoded title clearly omits part of the original title.

On further investigation, there are many SP 260 parts that have broken titles (extra trailing slash, whitespace around commas) or missing content from titles.

e.g.

Screenshot 2022-01-24 at 12 06 25 AM Screenshot 2022-01-24 at 12 06 38 AM Screenshot 2022-01-24 at 12 07 06 AM

Originally from: https://github.com/ietf-ribose/relaton-data-nist/issues/3