utils.semanticscholar
Utils - semanticscholar¤
get_paper_info(paper_id, API_BASE=None)
¤
Get paper info from Semantic Scholar API
Parameters:
Name | Type | Description | Default |
---|---|---|---|
paper_id |
list
|
list of paper ids |
required |
API_BASE |
base url for the API, default is semanticscholar |
None
|
Source code in kirsche/utils/semanticscholar.py
7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 |
|