linXiv frontend (TS/JS)
Preparing search index...
types/generated
AuthorWithPapers
Type Alias AuthorWithPapers
type
AuthorWithPapers
=
{
author_id
:
number
;
first_name
:
string
|
null
;
full_name
:
string
|
null
;
last_name
:
string
|
null
;
orcid
:
string
|
null
;
paper_count
:
number
;
papers
:
AuthorPaperPreview
[]
;
}
Index
Properties
author_
id
first_
name
full_
name
last_
name
orcid
paper_
count
papers
Properties
author_
id
author_id
:
number
first_
name
first_name
:
string
|
null
full_
name
full_name
:
string
|
null
last_
name
last_name
:
string
|
null
orcid
orcid
:
string
|
null
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...