-
Is it possible to search with a list of DOIs directly or implement a short code?
|
Beta Was this translation helpful? Give feedback.
Answered by
stijnh
Mar 11, 2024
Replies: 1 comment
-
You can fetch a document from SS by its DOI using With that, you can do something like:
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
isazi
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can fetch a document from SS by its DOI using
litstudy.fetch_semanticscholar(doi)
instead of usingsearch_semanticscholar
.With that, you can do something like: