Paper#

class semanticscholar.Paper.Paper(data)#

This class abstracts a paper.

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 journal: Journal#
Type:

semanticscholar.Journal.Journal

property openAccessPdf: dict#
Type:

dict

property paperId: str#
Type:

str

property publicationDate: datetime#
Type:

datetime

property publicationTypes: list#
Type:

list

property publicationVenue: PublicationVenue#
Type:

semanticscholar.PublicationVenue.PublicationVenue

property referenceCount: int#
Type:

int

property references: list#
Type:

list

property s2FieldsOfStudy: list#
Type:

list

property title: str#
Type:

str

property tldr: Tldr#
Type:

semanticscholar.Tldr.Tldr

property url: str#
Type:

str

property venue: str#
Type:

str

property year: int#
Type:

int