Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
levitabris committed Jan 4, 2024
1 parent 2eb44f3 commit d986d65
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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?
Expand All @@ -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.

0 comments on commit d986d65

Please sign in to comment.