Documentation
¶
Index ¶
Constants ¶
View Source
const ( SourceIdentifier = "53" Format = "ElectronicArticle" Genre = "article" DefaultRefType = "EJOUR" Collection = "CEEOL Central and Eastern European Online Library" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Article ¶
type Article struct {
XMLName xml.Name `xml:"Article"`
UniqueID string `xml:"UniqueID"`
ISSN string `xml:"ISSN"`
EISSN string `xml:"eISSN"`
PublicationTitle string `xml:"PublicationTitle"`
PublicationTitleEnglish string `xml:"PublicationTitleEnglish"`
ArticleTitle string `xml:"ArticleTitle"`
ArticleTitleEnglish string `xml:"ArticleTitleEnglish"`
IsOpenAccess string `xml:"IsOpenAccess"`
PublicationYear string `xml:"PublicationYear"`
Volume string `xml:"Volume"`
Issue string `xml:"Issue"`
StartPage string `xml:"StartPage"`
ArticleURL string `xml:"ArticleURL"`
Authors []string `xml:"Authors>Author"`
Languages []string `xml:"Languages>Language"`
ArticleSubtitle string `xml:"ArticleSubtitle"`
PublicationSubtitle string `xml:"PublicationSubtitle"`
EndPage string `xml:"EndPage"`
PageCount string `xml:"PageCount"`
SubjectTerms []string `xml:"SubjectTerms>SubjectTerm"`
Publisher string `xml:"Publisher"`
PublisherEnglish string `xml:"PublisherEnglish"`
Keywords string `xml:"Keywords"`
Description string `xml:"Description"`
FileID string `xml:"FileID"`
}
Article from CEEOL, refs #9398.
func (*Article) ToIntermediateSchema ¶
func (article *Article) ToIntermediateSchema() (*finc.IntermediateSchema, error)
ToIntermediateSchema converts an article to intermediate schema.
Click to show internal directories.
Click to hide internal directories.