PathwayCommons / hyper-recent

Hyper-recent article feed
MIT License
1 stars 0 forks source link

Linkify author names & shorten the author list #21

Open maxkfranz opened 1 year ago

maxkfranz commented 1 year ago

Ref:

maxkfranz commented 1 year ago

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 commented 1 year ago

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
        },
        ...     
    ]

2) 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