From d986d65517169251be18648e815b049a7397e6b1 Mon Sep 17 00:00:00 2001 From: Wei Li Date: Thu, 4 Jan 2024 09:51:08 -0600 Subject: [PATCH] Update README.md --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5091d1a..33fa1eb 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # What is it? -The default bibtex exports from Semantic Scholar libraries do not include DOIs, which is problematic for some. This simple CLI app scratches that itch for you. You may find it useful to ask Zotero SciHub plugin to fetch PDFs. +The default bibtex exports from Semantic Scholar(S2) libraries do not include DOIs, which is problematic for some. This simple CLI app scratches that itch for you. It creates a new bibtex file with the missing DOIs. You may find it useful to ask Zotero SciHub plugin to fetch PDFs or find citation counts (with other plugins). # How to use? @@ -13,3 +13,7 @@ The default bibtex exports from Semantic Scholar libraries do not include DOIs, python doi_lookup.py my_semantic_scholar_exported.bib ``` 3. Check the results. + +# How does it work? + +We basically use the official S2 API to fetch full information with S2-assigned `CorpusId` number. The basic lookup quota is pretty generous and shoud suffice most library sizes.