Journal¶
- class semanticscholar.Journal.Journal(data)¶
This class represents the Journal where the paper was published.
- keys() list¶
Returns a list of all keys in the API response data.
- Return type:
list
- property name: str¶
- Type:
str
- property pages: str¶
- Type:
str
- property raw_data: dict¶
The API response data in its original JSON structure, represented as a dict.
- Type:
dict
- property volume: int¶
- Type:
int