Skip to content

Convert bibtex keys to Google scholar style: [first-author-last-name][year][title-first-word]

Notifications You must be signed in to change notification settings

jiamings/scholar-bibtex-keys

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Scholar Bibtex Keys

Convert bibtex keys to Google scholar style: [first-author-last-name][year][title-first-word].

Added arxiv fix for PaperPile export.

Usage

Command line: python scholar_bibtex_keys.py [input_file] [output_file]

See function convert_bibtex_keys(input_file, output_file).

Example

Before:

@INCOLLECTION{Sutton2000-bq,
  title     = "Policy Gradient Methods for Reinforcement Learning with Function
               Approximation",
  booktitle = "Advances in Neural Information Processing Systems 12",
  author    = "Sutton, Richard S and McAllester, David A and Singh, Satinder P
               and Mansour, Yishay",
  editor    = "Solla, S A and Leen, T K and M{\"u}ller, K",
  publisher = "MIT Press",
  pages     = "1057--1063",
  year      =  2000
}

After:

@INCOLLECTION{sutton2000policy,
    author = "Sutton, Richard S and McAllester, David A and Singh, Satinder P and Mansour, Yishay",
    editor = {Solla, S A and Leen, T K and M{\"u}ller, K},
    title = "Policy Gradient Methods for Reinforcement Learning with Function Approximation",
    booktitle = "Advances in Neural Information Processing Systems 12",
    publisher = "MIT Press",
    pages = "1057--1063",
    year = "2000"
}

About

Convert bibtex keys to Google scholar style: [first-author-last-name][year][title-first-word]

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published