Skip to content
This repository has been archived by the owner on Sep 9, 2022. It is now read-only.

maybe use semantic scholar as an option for searching/fetching #218

Closed
sckott opened this issue Apr 30, 2020 · 1 comment
Closed

maybe use semantic scholar as an option for searching/fetching #218

sckott opened this issue Apr 30, 2020 · 1 comment
Milestone

Comments

@sckott
Copy link
Contributor

sckott commented Apr 30, 2020

https://www.semanticscholar.org/
http://s2-public-api-prod.us-west-2.elasticbeanstalk.com/

@sckott
Copy link
Contributor Author

sckott commented Apr 30, 2020

  • theres no search
  • just fetch by identifier, e.g,
curl https://api.semanticscholar.org/v1/paper/10.1038/nrn3241 | jq 'keys'
[
  "abstract",
  "arxivId",
  "authors",
  "citationVelocity",
  "citations",
  "corpusId",
  "doi",
  "fieldsOfStudy",
  "influentialCitationCount",
  "is_open_access",
  "is_publisher_licensed",
  "paperId",
  "references",
  "title",
  "topics",
  "url",
  "venue",
  "year"
]

They don't have any full text so far that I've seen. But looks like they do often have abstracts, could add as an option for ft_abstract()

@sckott sckott added this to the v1.5.0 milestone Jul 1, 2020
@sckott sckott closed this as completed in 4680b02 Jul 1, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant