Author¶
- class semanticscholar.Author.Author(data)¶
This class abstracts an author.
- keys() → list¶
Returns a list of all keys in the API response data.
- Return type:
list
- property affiliations: list¶
- Type:
list
- property authorId: str¶
- Type:
str
- property citationCount: int¶
- Type:
int
- property externalIds: dict¶
- Type:
dict
- property hIndex: int¶
- Type:
int
- property homepage: str¶
- Type:
str
- property name: str¶
- Type:
int
- property paperCount: int¶
- Type:
int
- property papers: list¶
- Type:
list
- property raw_data: dict¶
The API response data in its original JSON structure, represented as a dict.
- Type:
dict
- property url: str¶
- Type:
str