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

Linkify author names & shorten the author list #21

Open
maxkfranz opened this issue Oct 3, 2022 · 2 comments
Open

Linkify author names & shorten the author list #21

maxkfranz opened this issue Oct 3, 2022 · 2 comments

Comments

@maxkfranz
Copy link
Member

  • It would be useful to link out each author name to a resource to find more information about the researcher, e.g. other papers. Start with Google Scholar.
  • Shorten the author list. Include
    • the first author,
    • the last author,
    • N other authors max (perhaps 2-3).

Ref:

@maxkfranz
Copy link
Member Author

maxkfranz commented Nov 9, 2022

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:

@jvwong
Copy link
Member

jvwong commented Nov 9, 2022

This semantic scholar 'academic graph' may have some useful information.

  1. What authors should we show?

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
		},
		...		
	]
  1. Disambiguating an author

The API also tried to link authors with their papers, but its a bit limited in just playing with my own name/id

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

No branches or pull requests

2 participants