Class: BibliographicalImporter::BibTex::Record_Scielo

Inherits:
Record
  • Object
show all
Defined in:
lib/bibliographical_importer/bibtex.rb

Constant Summary

Constants inherited from Record

BibliographicalImporter::BibTex::Record::COMMON_FIELDS

Instance Attribute Summary

Attributes inherited from Record

#bv

Attributes included from CommonRecordAttributes

#abstract, #affiliation, #author, #authors, #cited, #doi, #id_scopus, #id_wos, #journal, #journal_abbr, #keywords, #keywords_plus, #language, #pages, #references_crossref, #references_scopus, #references_wos, #title, #uid, #url, #volume, #year

Instance Method Summary collapse

Methods inherited from Record

#authors, #check_title, create, determine_type, #initialize, #parse_common, #strip_lines

Constructor Details

This class inherits a constructor from BibliographicalImporter::BibTex::Record

Instance Method Details

#cited_referencesObject



167
168
169
# File 'lib/bibliographical_importer/bibtex.rb', line 167

def cited_references
  nil
end

#parse_specificObject



162
163
164
165
# File 'lib/bibliographical_importer/bibtex.rb', line 162

def parse_specific
  results=/(pid=[^&]+)/.match(@bv[:url])
  @uid=results[0]
end

#typeObject



158
159
160
# File 'lib/bibliographical_importer/bibtex.rb', line 158

def type
  :scielo
end