https://github.com/restrepo/wos
Web of Science Selenemium downloader
https://github.com/restrepo/wos
jupyter python selenium-python selenium-webdriver
Last synced: about 2 months ago
JSON representation
Web of Science Selenemium downloader
- Host: GitHub
- URL: https://github.com/restrepo/wos
- Owner: restrepo
- Created: 2020-05-07T07:17:46.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2024-02-23T06:12:38.000Z (over 2 years ago)
- Last Synced: 2025-04-15T21:55:55.740Z (about 1 year ago)
- Topics: jupyter, python, selenium-python, selenium-webdriver
- Language: Jupyter Notebook
- Size: 27.3 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# WOS
Web of Science Selenemium downloader
vim:
To follow on, in order to copy/paste an entire file to the clipboard in vim: ggVG"+y should do the trick. ggVG selects all lines in the document, then "+y will "yank"/copy the text to the clipboard. And to paste the text into a completely different instance of vim, in another terminal, you'd use "+p