Preparing search index...
The search index is not available
linXiv frontend (TS/JS)
linXiv frontend (TS/JS)
types/api
Paper
Interface Paper
interface
Paper
{
authors
:
string
|
string
[]
;
categories
?:
string
[]
;
category
:
null
|
string
;
comment
:
null
|
string
;
doi
:
null
|
string
;
has_pdf
:
boolean
;
journal_ref
:
null
|
string
;
pdf_path
:
null
|
string
;
published
:
null
|
string
;
source
:
null
|
string
;
source_fk
:
number
;
source_id
:
string
;
summary
:
null
|
string
;
tags
:
string
[]
;
title
:
string
;
updated
:
null
|
string
;
url
:
null
|
string
;
version
:
number
;
}
Index
Properties
authors
categories?
category
comment
doi
has_
pdf
journal_
ref
pdf_
path
published
source
source_
fk
source_
id
summary
tags
title
updated
url
version
Properties
authors
authors
:
string
|
string
[]
Optional
categories
categories
?:
string
[]
category
category
:
null
|
string
comment
comment
:
null
|
string
doi
doi
:
null
|
string
has_
pdf
has_pdf
:
boolean
journal_
ref
journal_ref
:
null
|
string
pdf_
path
pdf_path
:
null
|
string
published
published
:
null
|
string
source
source
:
null
|
string
source_
fk
source_fk
:
number
source_
id
source_id
:
string
summary
summary
:
null
|
string
tags
tags
:
string
[]
title
title
:
string
updated
updated
:
null
|
string
url
url
:
null
|
string
version
version
:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
authors
categories
category
comment
doi
has_
pdf
journal_
ref
pdf_
path
published
source
source_
fk
source_
id
summary
tags
title
updated
url
version
linXiv frontend (TS/JS)
Loading...