Skip to content

Parse doi and arXiv reference article into citation formats

License

Notifications You must be signed in to change notification settings

peterhs73/RefParse

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RefParse Current Version License

The RefParse is a simple citation generation tool for doi and arXiv articles. It provides both a graphical and a command-line interface.

The API is a combination of the crossref REST API and arXiv API. The format template is in Cheetah3 format. See RefParse wiki for more detailed description on API, user interface, and custom format templates.

RefParse GUI

Quickstart

Installation from the newest release v0.1.1

python -m pip install git+https://github.com/peterhs73/RefParse.git@v0.1.1#egg=RefParse

Develop

Clone the package

git clone https://github.com/peterhs73/RefParse.git

under the RefParse directory, install the package in editing mode

pip install . -e

run tests

tox

Features

  • Automatically determine if link is doi or arXiv ID
  • Allow user customization for formatting
  • Comes with custom filters for data handling

See wiki for more details

Reference

About

Parse doi and arXiv reference article into citation formats

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages