View source: R/connected_papers.R
browse_cp | R Documentation |
Connected Papers https://www.connectedpapers.com is a unique, visual tool to help researchers and applied scientists find and explore papers relevant to their field of work. You can use Connected Papers to: 1)get a visual overview of a new academic field; 2)make sure you haven't missed an important paper; 3)create the bibliography for your thesis; 4)discover the most relevant prior and derivative works. Future versions try to access network graph data.
browse_cp(query = NULL, option = "s2", ...)
query |
|
option |
Supported paper identifier services: 's2' for semantic scholar id, 'doi' for Doi, 'pmid' for pubmed id, 'arxiv' for arxiv id. |
... |
see |
How does it work? Visit the website https://www.connectedpapers.com/about for more details.
Browse through the desktop browsers
Liuyong Ding
## Not run:
# via semantic scholar id
browse_cp('9397e7acd062245d37350f5c05faf56e9cfae0d6',"s2")
# via doi
browse_cp('10.1109/TIP.2014.2299154',"doi")
# via pubmed id
browse_cp('32171076',"pmid")
# via arxiv id
browse_cp('1512.03385',"arxiv")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.