Skip to content

Search_semanticscholar with list #88

Closed Answered by stijnh
SamPse asked this question in Q&A
Discussion options

You must be logged in to vote

You can fetch a document from SS by its DOI using litstudy.fetch_semanticscholar(doi) instead of using search_semanticscholar.

With that, you can do something like:

docs = DocumentSet([litstudy.fetch_semanticscholar(doi) for doi in list_of_paper_ids])

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by isazi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #87 on March 05, 2024 09:45.