pygetpapers
pygetpapers copied to clipboard
a Python version of getpapers
Please use the `` notation for option values in the `--help`. See, for example `getpapers -h` or `pip -h` for examples ``` --proxy Specify a proxy in the form [user:passwd@]proxy.server:port....
It is ESSENTIAL that ALL options common to `getpapers` and `pygetpapers` are IDENTICAL. Example: ``` getpapers --pdf ``` but ``` pygetpapers --makepdf ``` Changing the options mean that any existing...
Currently, when no output path is specified, the utility pygetpapers automatically creates a timestamped output directory. While this feature isn't a bug, I believe it could be highlighted and documented...
***THIS IS A GOOD EXAMPLE OF HOW TO REPORT A BUG*** **Describe the bug** Query in pygetpapers in pygetpapers_literature_search.ipynb from Renu Kumari https://colab.research.google.com/drive/1-vM3BKV7NjvFXAdLGuqyNMh4VhPq6uMa?usp=sharing **To Reproduce** Steps to reproduce the behavior:...
**Is your feature request related to a problem? Please describe.** IEEE is the main reference for engineer articles **Describe the solution you'd like** as getpaper I would like to have...
EPMC outputs hits in their web browser in rough order of relevance. This is useful when scanning through a list. `pygetpapers` has no explicit ordering. Is there anything in the...
The `--makehtml` includes columns for all the metadata items output by EPMC. This makes it dificult to read . For a quick view of the results the user may only...
I ran the pygetpapers in GoogleColab ``` !pygetpapers -q "sealevel rise in Fenland" -k 10 -o "carbon_emi" -p ``` It was very slow (I think at EPMC) and finally gave...