Class: Pubid::Nist::Identifiers::SpecialPublication
- Defined in:
- lib/pubid/nist/identifiers/special_publication.rb
Overview
NIST Special Publication (SP) Examples:
- "NIST SP 800-53" = Special Publication 800-53
- "NIST SP 800-53r5" = Special Publication 800-53 revision 5
- "NIST SP 800-57pt1r4" = Special Publication 800-57 part 1 revision 4
Constant Summary collapse
- TYPED_STAGES =
[ Pubid::Components::TypedStage.new( abbr: ["SP", "NIST SP", "NBS SP"], # Compound series stage_code: "published", type_code: "sp", ), ].freeze
Class Method Summary collapse
Instance Method Summary collapse
Class Method Details
.type ⇒ Object
25 26 27 28 |
# File 'lib/pubid/nist/identifiers/special_publication.rb', line 25 def type { key: :sp, web: :special_publication, title: "NIST Special Publication", short: "SP" } end |
.typed_stages ⇒ Object
21 22 23 |
# File 'lib/pubid/nist/identifiers/special_publication.rb', line 21 def typed_stages TYPED_STAGES end |
Instance Method Details
#series_code ⇒ Object
31 32 33 |
# File 'lib/pubid/nist/identifiers/special_publication.rb', line 31 def series_code "SP" end |