Preparing search index...
The search index is not available
linXiv frontend (TS/JS)
linXiv frontend (TS/JS)
types/api
Author
Interface Author
interface
Author
{
author_id
:
number
;
first_name
:
null
|
string
;
full_name
:
null
|
string
;
last_name
:
null
|
string
;
orcid
:
null
|
string
;
paper_count
?:
number
;
}
Hierarchy (
View Summary
)
Author
AuthorDetail
Index
Properties
author_
id
first_
name
full_
name
last_
name
orcid
paper_
count?
Properties
author_
id
author_id
:
number
first_
name
first_name
:
null
|
string
full_
name
full_name
:
null
|
string
last_
name
last_name
:
null
|
string
orcid
orcid
:
null
|
string
Optional
paper_
count
paper_count
?:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
author_
id
first_
name
full_
name
last_
name
orcid
paper_
count
linXiv frontend (TS/JS)
Loading...