arXiv Reference
arXiv is an extension namespace for the arXiv preprint repository API, providing metadata specific to scholarly papers in physics, mathematics, computer science, and related fields.
| Namespace URI | http://arxiv.org/schemas/atom |
|---|---|
| Specification | arXiv API User's Manual |
| Prefix | <arxiv:*> |
| Available in | Atom |
| Property | arxiv |
Types
ts
export namespace ArxivNs {
export type PrimaryCategory = {
term?: string
scheme?: string
label?: string
}
export type Author = {
affiliation?: string
}
export type Entry = {
comment?: string
journalRef?: string
doi?: string
primaryCategory?: PrimaryCategory
}
}Related
- Dublin Core - Standard metadata for scholarly content
- Dublin Core Terms - Extended metadata vocabulary
- Parsing Namespaces - How namespace parsing works