Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Author ¶
type Author struct { Family string `json:"family"` Given string `json:"given"` Sequence string `json:"sequence"` Name string `json:"name"` ORCID string }
Author field in the citation
type Citation ¶
type Citation struct { Title []string `json:"title"` Abstract string `json:"abstract"` Author []Author `json:"author"` ContainerTitle []string `json:"container-title"` Publisher string `json:"publisher"` Subject []string `json:"subject"` Language string `json:"language"` Type string `json:"type"` ISSN []string Source string `json:"source"` // eg CrossRef Issued struct { DateParts []DateParts `json:"date-parts"` } `json:"issued"` }
Citation data
func GetCitation ¶
Click to show internal directories.
Click to hide internal directories.