Skip to content

Search_semanticscholar with list #87

@SamPse

Description

@SamPse

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) 

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions