JetBrains-Research / pubtrends

Scientific literature explorer. Runs a Pubmed or Semantic Scholar search and allows user to explore high-level structure of result papers
Apache License 2.0
35 stars 2 forks source link

Create Semantic Scholar DOI index #286

Closed olegs closed 2 years ago

olegs commented 2 years ago

At the moment lookup by doi takes too long.

olegs commented 2 years ago

We need a simple HASH index for doi: CREATE INDEX doi_index ON sspublications USING HASH (doi);.

olegs commented 2 years ago

Index was created manually on https://pubtrends.net.