Skip to content

[Bib2GB]Converting bibtex file to GB/T 7714-2015 format.Bib文件转国标7714

License

Notifications You must be signed in to change notification settings

54dbd/Bibtex-to-GBT7714-2015

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:
  poetry run python main.py ./ref.bib
 

or

  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
  • Freddie_1946

License

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