-
Notifications
You must be signed in to change notification settings - Fork 0
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
Linkify author names & shorten the author list #21
Comments
Re. Google Scholar: Most places that link to Google Scholar link to a search on an author name. This gives you an annoying list where you have to figure out which Joe Researcher is the one you want. Two ideas:
|
This semantic scholar 'academic graph' may have some useful information.
Provide a DOI (e.g. Synthesize Heterogeneous ...), and you can get the following info about the authors of that preprint: [
{
"authorId": "1962328922",
...
"name": "K. Hsieh",
"affiliations": [],
"paperCount": 11,
"citationCount": 45,
"hIndex": 4
},
...
{
"authorId": "145317224",
"externalIds": {
"DBLP": [
"George Perry"
],
"ORCID": "0000-0002-6547-0172"
},
"name": "George Perry",
"affiliations": [
"University of Texas at San Antonio"
],
"paperCount": 1233,
"citationCount": 78123,
"hIndex": 141
},
...
]
The API also tried to link authors with their papers, but its a bit limited in just playing with my own name/id |
Ref:
The text was updated successfully, but these errors were encountered: