This project convert bibtex file into GBT7714 format
Explore the GB/T 7714-2015 »
Report Bug
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.
This project runs on python 3.9+, lower version is not tested.
- python 3.9+
- poetry
- Clone the repo
git clone https://github.com/54dbd/Bibtex-to-gbt7714-converter.git
- Install poetry packages
poetry install
or
pip install -r requirements.txt
- 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.
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
- 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).
- 54dbd
- Freddie_1946
Distributed under the GPL-3.0 License. See LICENSE.txt
for more information.