Skip to content

SmartDataAnalytics/SDA-Publications

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

Installation

  1. Install Python 3.10.
  2. Install poetry.
  3. Only the first time, install dependencies:
cd dblp-fetcher
poetry install
  1. Follow the instructions in Step 1 of the Google Sheets Python Quickstart guide 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:
cd dblp-fetcher
poetry run dblp-fetcher
  1. Check the console output manually to ensure that all new entries are correct.
  2. Copy the BibTex output from the console into your tool of choice such as teachPress for WordPress.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published