ropensci-archive / fulltext

:warning: ARCHIVED :warning: Search across and get full text for OA & closed journals
Other
272 stars 46 forks source link

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

Closed sckott closed 4 years ago

sckott commented 4 years ago

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

sckott commented 4 years ago
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()