Skip to content

Commit

Permalink
feat: ✨ add corpusId, openAccessPdf, and publicationVenue props
Browse files Browse the repository at this point in the history
  • Loading branch information
danielnsilva committed Jan 4, 2023
1 parent ae50750 commit b2ae2bb
Show file tree
Hide file tree
Showing 15 changed files with 243,038 additions and 215,725 deletions.
3 changes: 3 additions & 0 deletions semanticscholar/Author.py
Expand Up @@ -21,14 +21,17 @@ class Author:
'papers.abstract',
'papers.authors',
'papers.citationCount',
'papers.corpusId',
'papers.externalIds',
'papers.fieldsOfStudy',
'papers.influentialCitationCount',
'papers.isOpenAccess',
'papers.journal',
'papers.openAccessPdf',
'papers.paperId',
'papers.publicationDate',
'papers.publicationTypes',
'papers.publicationVenue',
'papers.referenceCount',
'papers.s2FieldsOfStudy',
'papers.title',
Expand Down

0 comments on commit b2ae2bb

Please sign in to comment.