Skip to content
/ bib2md Public

Convert .bib from mendeley refference manager to .md with IEEE format

Notifications You must be signed in to change notification settings

linkv12/bib2md

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bib2md

Python

Note
The program given as is, no warranty given.
You can use and modify this program freely.

Description

Have you wonder how to put your refferences from .bib to .md files with IEEE format?
Well this program is for you.

Usecase

You need to quickly format .bib file to IEEE standard in .md
Converting:

@article{Polus2021,
   author = {Manhal Elias Polus and Thekra Abbas},
   issue = {2},
   journal = {Eastern-European Journal of Enterprise Technologies},
   pages = {109},
   title = {Development for performance of Porter Stemmer algorithm},
   volume = {1},
   year = {2021},
}

Into :

[1] M. E. Polus and T. Abbas, "Development for performance of Porter Stemmer algorithm," Eastern-European Journal of Enterprise Technologies, vol. 1, no. 2, 2021.

The program made considering .bib export from mendeley refference manager.
Only in @book, @article and @inproceedings is currently implemented

Requirement

  • Python 3.10.x

Showcase

Running main.py as is, will take export.bib and return output.md

python main.py

Having different .bib filename you need to change it in main.py file

About

Convert .bib from mendeley refference manager to .md with IEEE format

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages