arxiv

package
v0.2.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 21, 2025 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Record

type Record struct {
	XMLName xml.Name `xml:"record"`
	Text    string   `xml:",chardata"`
	Xmlns   string   `xml:"xmlns,attr"`
	Header  struct {
		Text       string   `xml:",chardata"`
		Status     string   `xml:"status,attr"`
		Identifier string   `xml:"identifier"` // oai:arXiv.org:0704.0004, ...
		Datestamp  string   `xml:"datestamp"`  // 2007-05-23, 2007-05-23, 2...
		SetSpec    []string `xml:"setSpec"`    // math, math, math, physics...
	} `xml:"header"`
	Metadata struct {
		Text string `xml:",chardata"`
		Dc   struct {
			Text           string   `xml:",chardata"`
			OaiDc          string   `xml:"oai_dc,attr"`
			Dc             string   `xml:"dc,attr"`
			Xsi            string   `xml:"xsi,attr"`
			SchemaLocation string   `xml:"schemaLocation,attr"`
			Title          string   `xml:"title"`       // A determinant of Stirling...
			Creator        []string `xml:"creator"`     // Callan, David, Ovchinniko...
			Subject        []string `xml:"subject"`     // Mathematics - Combinatori...
			Description    []string `xml:"description"` // We show that a determinan...
			Date           []string `xml:"date"`        // 2007-03-30, 2007-03-31, 2...
			Type           string   `xml:"type"`        // text, text, text, text, t...
			Identifier     []string `xml:"identifier"`  // http://arxiv.org/abs/0704...
			Language       string   `xml:"language"`    // fr, fr, de, fr, ru, it, p...
		} `xml:"dc"`
	} `xml:"metadata"`
	About string `xml:"about"`
}

Record was generated 2024-03-15 14:27:46 by tir on k9 with zek 0.1.22.

func (*Record) DOI

func (r *Record) DOI() string

func (*Record) ID

func (r *Record) ID() string

func (*Record) ISSN

func (r *Record) ISSN() string

func (*Record) URL

func (r *Record) URL() string

URL returns the first URL found.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL