(build-literature-review {:keys [query]})Synthesize and group papers for a literature review on a topic.
Synthesize and group papers for a literature review on a topic.
(compare-papers {:keys [dois]})Compare multiple papers side-by-side using their DOIs.
Compare multiple papers side-by-side using their DOIs.
(export-citations {:keys [dois format]})Export references for DOIs in BibTeX or RIS format.
Export references for DOIs in BibTeX or RIS format.
(extract-keywords text max-keywords)Extract the top keywords from a text snippet using Lucene's StandardAnalyzer.
Extract the top keywords from a text snippet using Lucene's StandardAnalyzer.
(find-nature-papers-by-abstract {:keys [abstract]})Find related Nature journal papers based on an abstract snippet.
Find related Nature journal papers based on an abstract snippet.
(get-citations {:keys [doi]})Find papers citing a specific DOI.
Find papers citing a specific DOI.
(retrieve-full-text {:keys [doi]})Retrieve metadata and link to open access full text (PDF/HTML) if available.
Retrieve metadata and link to open access full text (PDF/HTML) if available.
(search-papers {:keys [query]})Search papers by topic across multiple academic indexes (OpenAlex, Semantic Scholar, arXiv, PubMed).
Search papers by topic across multiple academic indexes (OpenAlex, Semantic Scholar, arXiv, PubMed).
cljdoc builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |