Class: Puree::XMLExtractor::DoctoralThesis
- Inherits:
-
Thesis
- Object
- Base
- Resource
- ResearchOutput
- Thesis
- Puree::XMLExtractor::DoctoralThesis
- Defined in:
- lib/puree/xml_extractor/doctoral_thesis.rb
Overview
Doctoral thesis XML extractor.
Instance Method Summary collapse
-
#initialize(xml) ⇒ DoctoralThesis
constructor
A new instance of DoctoralThesis.
Methods inherited from Thesis
#award_date, #awarding_institution, #qualification, #sponsors
Methods included from PublisherMixin
Methods included from PagesMixin
Methods included from DoiMixin
Methods inherited from ResearchOutput
#bibliographical_note, #category, #doi, #dois, #files, #keywords, #language, #links, #open_access_permission, #persons_external, #persons_internal, #persons_other, #publication_statuses, #scopus_citations_count, #scopus_id, #scopus_metrics, #subtitle, #title, #translated_subtitle, #translated_title
Methods included from TypeMixin
Methods included from WorkflowMixin
Methods included from ResearchOutputMixin
Methods included from ProjectMixin
Methods included from OwnerMixin
Methods included from OrganisationalUnitMixin
Methods included from AbstractMixin
Methods inherited from Resource
#created_at, #created_by, #id, #model, #modified_at, #modified_by, #previous_uuids, #uuid
Methods inherited from Base
#xpath_query_for_multi_value, #xpath_query_for_single_value
Constructor Details
#initialize(xml) ⇒ DoctoralThesis
Returns a new instance of DoctoralThesis.
8 9 10 |
# File 'lib/puree/xml_extractor/doctoral_thesis.rb', line 8 def initialize(xml) super end |