Preparing search index...
The search index is not available
linXiv frontend (TS/JS)
linXiv frontend (TS/JS)
types/api
AuthorDetail
Interface AuthorDetail
interface
AuthorDetail
{
author_id
:
number
;
first_name
:
null
|
string
;
full_name
:
null
|
string
;
last_name
:
null
|
string
;
orcid
:
null
|
string
;
paper_count
:
number
;
papers
:
AuthorPaperPreview
[]
;
}
Hierarchy (
View Summary
)
Author
AuthorDetail
Index
Properties
author_
id
first_
name
full_
name
last_
name
orcid
paper_
count
papers
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
paper_
count
paper_count
:
number
papers
papers
:
AuthorPaperPreview
[]
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
papers
linXiv frontend (TS/JS)
Loading...