Skip to content

Freddie1946/Bibtex-to-gbt7714

 
 

Repository files navigation

Contributors Forks Stargazers Issues MIT License Patreon


Vector

Bibtex to GB/T 7714-2015 Converter

This project convert bibtex file into GBT7714 format
Explore the GB/T 7714-2015 »
Report Bug

About The Project

This project aims to convert a bibtex file into GBT7714 format, which is a standard citation format used in Chinese academic publications. By converting the bibtex file into GBT7714 format, it allows for easier integration of references into Chinese academic papers.

Getting Started

This project runs on python 3.9+, lower version is not tested.

Prerequisites

  • python 3.9+
  • poetry

Installation

  1. Clone the repo
  git clone https://github.com/54dbd/Bibtex-to-gbt7714-converter.git
  1. Install poetry packages
 poetry install

or

 pip install -r requirements.txt
  1. Run the converter script with the bibtex file as input:
 python main.py ./ref.bib

Replace ref.bib with the name of your bibtex file.

Usage

For example, if you have a bibtex file ref.bib, you can run the following command to convert it to GBT7714 format:

python convert.py ref.bib

Roadmap

  • Support arxiv format input
  • Support common format input
  • Support all the existing format
  • Deal every kind of media in different way specifically
  • Multi-language input support
    • English
    • Chinese(no tested, considering this project is used for converting international references into chinese academic reference format)

See the open issues for a full list of proposed features (and known issues).

Contributing

  • 54dbd

License

Distributed under the GPL-3.0 License. See LICENSE.txt for more information.

About

converting bibtex file to gbt7714 format

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TeX 80.7%
  • Python 19.3%