Class: Pubid::Bsi::Identifiers::SupplementaryIndex

Inherits:
SingleIdentifier
  • Object
show all
Defined in:
lib/pubid/bsi/identifiers/supplementary_index.rb

Overview

SupplementaryIndex represents BSI supplementary index documents Format: BS number Supplementary Index:year

Examples:

BS 185 Supplementary Index:1965

Constant Summary collapse

TYPED_STAGES =

TYPED_STAGES for supplementary index (published by default)

[
  Pubid::Components::TypedStage.new(
    code: :pubsupplementaryindex,
    stage_code: :published,
    type_code: :supplementary_index,
    abbr: ["BS"],
    name: "Supplementary Index",
    harmonized_stages: %w[60.00 60.60],
  ),
].freeze

Class Method Summary collapse

Class Method Details

.typeObject



24
25
26
27
28
29
30
# File 'lib/pubid/bsi/identifiers/supplementary_index.rb', line 24

def self.type
  {
    key: :supplementary_index,
    title: "Supplementary Index",
    short: "BS",
  }
end