https://github.com/ctsit/vivo_bibtexloader
https://github.com/ctsit/vivo_bibtexloader
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ctsit/vivo_bibtexloader
- Owner: ctsit
- Created: 2018-04-27T18:21:24.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2020-05-05T19:16:05.000Z (about 6 years ago)
- Last Synced: 2025-02-27T20:32:58.319Z (over 1 year ago)
- Language: Python
- Size: 3.91 KB
- Stars: 0
- Watchers: 8
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# BibTexLoader
This Module gets the BibTex file from WebofScience for the current week. The Python file takes the download path as argument and downloads the BibTex file for Current week.
### Prerequisites
Run the bash file to install prerequisites
```bash
./run.sh
```
### How to Run
While entering the path make sure to end with /
```bash
python getbibtex.py /path/to/download/directory/
```