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

Duplication of title in `title-main` and `main` #70

Closed ronaldtse closed 2 years ago

ronaldtse commented 2 years ago

https://github.com/ietf-ribose/relaton-data-nist/blob/7725aed2b135149ed242b97bc0bff3258968a494/data/NIST_CSWP_02042022-5.yaml#L4-L17

Only one of this should exist.

strogonoff commented 2 years ago

@ronaldtse to clarify again, is “Cybersecurity White Paper: EO Response” the correct title?

Because the front page looks like this:

Screenshot 2022-04-06 at 2 29 09 PM

Shouldn’t “Recommended Criteria for Cybersecurity Labeling of Consumer Software” at least be present in the title array? And, honestly, be the “main” title.

Because otherwise document listings that rely on titles make it extremely difficult to locate the correct document—if as an author I want to find “Cybersecurity Labeling of Consumer Software”, I won’t find anything unless I also know to search for “CSWP 02042022-1”, which sort of defeats the purpose of BibXML service as far as I can tell.

ronaldtse commented 2 years ago

The title depends on the authoritative source. Can you check? If this is a NIST error, we have a place to report them to.

ronaldtse commented 2 years ago

Let's separate the correctness of the authoritative source data vs correctness of implementation. We do not have direct control of the authoritative data source...

strogonoff commented 2 years ago

Yes, looks like the source doesn’t have the full title either.

ronaldtse commented 2 years ago

Yes, looks like the source doesn’t have the full title either.

If it’s incorrect can you please file an issue here, and also file one in the authoritative source? Thanks.

ronaldtse commented 2 years ago

The document clearly has erroneous metadata: NIST.CSWP.02042022-1

In allrecords.xml, the title is said to be:

<title>Cybersecurity White Paper: EO Response</title>

However, the link: https://nvlpubs.nist.gov/nistpubs/CSWP/NIST.CSWP.02042022-1.pdf

Shows that the title is actually: "Recommended Criteria for Cybersecurity Labeling of Consumer Software"

Screenshot 2022-05-07 at 2 49 02 AM
ronaldtse commented 2 years ago

Closing now as issue at source is fixed.