- Pubmed search shown as timeline of papers that is filterable using author tags and with possibility show citing and cited papers
- Create API key https://account.ncbi.nlm.nih.gov/settings and save to
.env:
API_KEY = "xyz"
$ conda create -n pub python=3.10 plotly requests python-dotenv -c conda-forge
$ conda activate pub
$ python3 pub-tool.py "hydra vulgaris" --retmax 50
