Module: Relaton::Iso::HashParserV1

Extended by:
HashParserV1
Includes:
Bib::HashParserV1
Included in:
HashParserV1
Defined in:
lib/relaton/iso/hash_parser_v1.rb

Overview

This module is used to parse hash data from Relaton YAML version 1 files. It needs for trasition form Relaton v! to Relaton v2.

Constant Summary collapse

PUBLISHERS =
{
  "IEC" => "International Electrotechnical Commission",
  "ISO" => "International Organization for Standardization",
  "IEEE" => "Institute of Electrical and Electronics Engineers",
  "SAE" => "SAE International",
  "CIE" => " International Commission on Illumination",
  "ASME" => "American Society of Mechanical Engineers",
}.freeze