Skip to content

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Search_semanticscholar with list #87

Closed
SamPse opened this issue Mar 4, 2024 · 0 comments
Closed

Search_semanticscholar with list #87

SamPse opened this issue Mar 4, 2024 · 0 comments

Comments

@SamPse
Copy link

SamPse commented Mar 4, 2024

Is it possible to search with a list of DOIs directly or implement a short code?


list_of_paper_ids = [
     '10.1109/ACITT.2019.8779952',
    '10.51846/vol6iss1pp98-105',
    '10.1002/gsj.1364'
]
data = DocumentSet()

for element in list_of_paper_ids:
    data1 = litstudy.search_semanticscholar(element, limit=1, batch_size=1)
    data.extend(data1) 
@NLeSC NLeSC locked and limited conversation to collaborators Mar 5, 2024
@isazi isazi converted this issue into discussion #88 Mar 5, 2024

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant