PublicationVenue¶
- class semanticscholar.PublicationVenue.PublicationVenue(data: dict)¶
This class abstracts a publication venue.
- keys() list¶
Returns a list of all keys in the API response data.
- Return type:
list
- property alternate_names: list¶
- Type:
list
- property alternate_urls: list¶
- Type:
list
- property id: str¶
- Type:
str
- property issn: str¶
- Type:
str
- property name: str¶
- Type:
str
- property raw_data: dict¶
The API response data in its original JSON structure, represented as a dict.
- Type:
dict
- property type: str¶
- Type:
str
- property url: str¶
- Type:
str