Sha256: ac5fc080505f15e73bc9eeda1df3f9cbf0e133313a110a1921b57b210034633c

Contents?: true

Size: 421 Bytes

Versions: 38

Compression:

Stored size: 421 Bytes

Contents

module RelatonIeee
  module BibXMLParser
    extend RelatonBib::BibXMLParser
    extend BibXMLParser

    # @param attrs [Hash]
    # @return [RelatonBib::IetfBibliographicItem]
    def bib_item(**attrs)
      IeeeBibliographicItem.new(**attrs)
    end

    #
    # Return PubID type
    #
    # @param [String] _ docidentifier
    #
    # @return [String] type
    #
    def pubid_type(_)
      "IEEE"
    end
  end
end

Version data entries

38 entries across 38 versions & 1 rubygems

Version Path
relaton-ieee-1.20.0 lib/relaton_ieee/bibxml_parser.rb
relaton-ieee-1.19.3 lib/relaton_ieee/bibxml_parser.rb
relaton-ieee-1.19.2 lib/relaton_ieee/bibxml_parser.rb
relaton-ieee-1.19.1 lib/relaton_ieee/bibxml_parser.rb
relaton-ieee-1.19.0 lib/relaton_ieee/bibxml_parser.rb
relaton-ieee-1.18.0 lib/relaton_ieee/bibxml_parser.rb
relaton-ieee-1.17.0 lib/relaton_ieee/bibxml_parser.rb
relaton-ieee-1.16.3 lib/relaton_ieee/bibxml_parser.rb
relaton-ieee-1.16.2 lib/relaton_ieee/bibxml_parser.rb
relaton-ieee-1.16.1 lib/relaton_ieee/bibxml_parser.rb
relaton-ieee-1.16.0 lib/relaton_ieee/bibxml_parser.rb
relaton-ieee-1.14.8 lib/relaton_ieee/bibxml_parser.rb
relaton-ieee-1.14.7 lib/relaton_ieee/bibxml_parser.rb
relaton-ieee-1.14.6 lib/relaton_ieee/bibxml_parser.rb
relaton-ieee-1.14.5 lib/relaton_ieee/bibxml_parser.rb
relaton-ieee-1.14.4 lib/relaton_ieee/bibxml_parser.rb
relaton-ieee-1.14.3 lib/relaton_ieee/bibxml_parser.rb
relaton-ieee-1.14.2 lib/relaton_ieee/bibxml_parser.rb
relaton-ieee-1.14.1 lib/relaton_ieee/bibxml_parser.rb
relaton-ieee-1.14.0 lib/relaton_ieee/bibxml_parser.rb