Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature: Google Scholar "Cited By" Module #18

Open
chrisgervang opened this issue Oct 29, 2014 · 7 comments
Open

Feature: Google Scholar "Cited By" Module #18

chrisgervang opened this issue Oct 29, 2014 · 7 comments

Comments

@chrisgervang
Copy link

Search google scholar for the PDF loaded into Beagle, and the reveal the "cited by" information.

Have:

Need:

  1. Reliable way to identify the PDF for a service like, say, Google Scholar.
  • Getting unique identification of a paper from the PDF text and meta data. For example, extracting direct paper title.
    • grab the top text of the page.
    • meta data could be useful.
    • font size.
    • DOI -> database query -> direct title. For example, Alt Metrics.

Consideration: These can be organized into npm modules

@adammarblestone-zz
Copy link

DOI-->PubMed
http://www.ncbi.nlm.nih.gov/pmc/pmctopmid/

We can use this to extract titles from DOI's, if the article is in pubmed.

Would be one of multiple ways to get title and author data from a PDF, without relying on detailed PDF parsing.

@adammarblestone-zz
Copy link

Maybe it is possible to search Scholar by DOI:

http://academicanswers.waldenu.edu/a.php?qid=290302

@adammarblestone-zz
Copy link

We should have multiple ways to get a scholar search going from a PDF-in-browser... could include getting the title via the PDF, via pubmed, via other sources and searching scholar for the title... could also include direct scholar search of the DOI...?

@adammarblestone-zz
Copy link

I am not sure the above search scholar by DOI thing really is something that works well... got to test it.

@adammarblestone-zz
Copy link

http://www.crossref.org/

is probably the best solution for DOI --> metadata

@adammarblestone-zz
Copy link

@adammarblestone-zz
Copy link

Crossref = over 68 million journal articles

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants