View source: R/semantic_scholar.R
traverse_paper | R Documentation |
This function fetch details about the papers the cite this paper (i.e. papers in whose bibliography this paper appears) and cited by this paper (i.e. appearing in this paper's bibliography)
traverse_paper(
paper_id,
offset = 0,
limit = 100,
type = "citations",
fields = NULL
)
paper_id |
|
offset |
|
limit |
|
type |
|
fields |
|
The following types of paper_id are supported:
<sha> - a Semantic Scholar ID, e.g. 649def34f8be52c8b66281af98ae884c09aef38b
CorpusId:<id> - Semantic Scholar numerical ID, e.g. 215416146
DOI:<doi> - a Digital Object Identifier, e.g. DOI:10.18653/v1/N18-3011
ARXIV:<id> - arXiv.rg, e.g. ARXIV:2106.15928
MAG:<id> - Microsoft Academic Graph, e.g. MAG:112218234
ACL:<id> - Association for Computational Linguistics, e.g. ACL:W12-3903
PMID:<id> - PubMed/Medline, e.g. PMID:19872477
PMCID:<id> - PubMed Central, e.g. PMCID:2323736
URL:<url> - URL from one of the sites listed below, e.g. URL:https://arxiv.org/abs/2106.15928v1
semanticscholar.org https://www.semanticscholar.org
arxiv.org https://arxiv.org/
aclweb.org https://www.aclweb.org/
acm.org https://www.acm.org/
biorxiv.org https://www.biorxiv.org/
See website https://api.semanticscholar.org/graph/v1#operation/get_graph_get_paper_authors for details.
list representing paper objects
Liuyong Ding
## Not run:
res <- traverse_paper(paper_id = "649def34f8be52c8b66281af98ae884c09aef38b")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.