https://github.com/smartdataanalytics/sda-publications
https://github.com/smartdataanalytics/sda-publications
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/smartdataanalytics/sda-publications
- Owner: SmartDataAnalytics
- Created: 2019-07-16T13:30:49.000Z (almost 6 years ago)
- Default Branch: main
- Last Pushed: 2024-08-01T20:23:52.000Z (9 months ago)
- Last Synced: 2025-01-22T06:22:42.855Z (3 months ago)
- Language: TeX
- Size: 3.29 MB
- Stars: 1
- Watchers: 2
- Forks: 9
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Installation
1. Install Python 3.10.
2. Install [poetry](https://python-poetry.org/docs/master/#installation).
3. **Only the first time**, install dependencies:
```sh
cd dblp-fetcher
poetry install
```
4. Follow the instructions in Step 1 of the [Google Sheets Python Quickstart guide](https://developers.google.com/sheets/api/quickstart/python) to get a `credentials.json` file. Save the file as `dblp-fetcher/secret/credentials.json` relative to the root of the repository. Make sure you never add this file to the repository.## Importing new publications
1. Run the following command from the root directory of the repository to fetch new publications:
```sh
cd dblp-fetcher
poetry run dblp-fetcher
```
2. Check the console output manually to ensure that all new entries are correct.
3. Copy the BibTex output from the console into your tool of choice such as [teachPress](https://wordpress.org/plugins/teachpress/) for WordPress.