ietf-tools / datatracker

The day-to-day front-end to the IETF database for people who work on IETF standards.
https://datatracker.ietf.org
BSD 3-Clause "New" or "Revised" License
611 stars 379 forks source link

Publication title could include RFC number as a prefix #7830

Open fgnievinski opened 3 months ago

fgnievinski commented 3 months ago

Description

Currently the RFC metadata provided in bibtex format or assigned to the DOI puts the RFC number in a separate field, for example:

Unfortunately, most automatic citation generators will ignore the RFC number and render the citation without it:

The RFC number is a very important bibliographic information. Often, it's the main form of referring to a particular RFC.

The only safe and robust way to guarantee the RFC won't be lost in automatic citation management is to include it as a prefix in the title, for example:

"RFC 2119: Key words for use in RFCs to Indicate Requirement Levels"

Code of Conduct

rjsparks commented 3 months ago

cc: @ajeanmahoney, @tward212

ajeanmahoney commented 3 months ago

The RPC provides DOI info to crossref.org when we publish an RFC. The RFC number is captured in the "publisher_item" tag. Perhaps we need to use a different label for RFC numbers -- something that would be more likely to be included in a citation -- when we provide info to crossref.

fgnievinski commented 3 months ago

Incidentally, I just noticed the current proposal is already implemented in the HTML version, both in the title element and in the title metadata:

https://datatracker.ietf.org/doc/html/rfc2119