Paper¶
- class semanticscholar.Paper.Paper(data)¶
This class abstracts a paper.
- keys() list¶
Returns a list of all keys in the API response data.
- Return type:
list
- property abstract: str¶
- Type:
str
- property authors: list¶
- Type:
list
- property citationCount: int¶
- Type:
int
- property citationStyles: dict¶
- Type:
dict
- property citations: list¶
- Type:
list
- property corpusId: str¶
- Type:
str
- property embedding: dict¶
- Type:
dict
- property externalIds: dict¶
- Type:
dict
- property fieldsOfStudy: list¶
- Type:
list
- property influentialCitationCount: int¶
- Type:
int
- property isOpenAccess: bool¶
- Type:
bool
- property openAccessPdf: dict¶
- Type:
dict
- property paperId: str¶
- Type:
str
- property publicationDate: datetime¶
- Type:
datetime
- property publicationTypes: list¶
- Type:
list
- property publicationVenue: PublicationVenue¶
- property raw_data: dict¶
The API response data in its original JSON structure, represented as a dict.
- Type:
dict
- property referenceCount: int¶
- Type:
int
- property references: list¶
- Type:
list
- property s2FieldsOfStudy: list¶
- Type:
list
- property title: str¶
- Type:
str
- property url: str¶
- Type:
str
- property venue: str¶
- Type:
str
- property year: int¶
- Type:
int