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 SP 800-90C not fetching correctly #42

Closed opoudjis closed 3 years ago

opoudjis commented 3 years ago

This may well be because it is a draft, but:

* [[[SP800-90C,SP 800-90C]]], National Institute of Standards and Technology Special Publication (SP) 800-90C (Draft), _Recommendations for Random Bit Generator (RBG) Constructions_, April 2016. https://csrc.nist.gov/publications/detail/sp/800-90c/draft[https://csrc.nist.gov/publications/detail/sp/800-90c/draft].

is being fetched as:

Elaine B. Barker, John M. Kelsey (June 2015) Recommendation for Random Number Generation Using Deterministic Random Bit Generators. (Gaithersburg, MD), June 2015. SP 800-90A Rev. 1. https://doi.org/10.6028/NIST.SP.800-90Ar1.
andrew2net commented 3 years ago

@opoudjis the reference for drafts should be SP 800-90C(PD). But obviously this gem shouldn't fetch another document if a reference isn't correct. Will fix it.