bibget

The easiest way to get BibTeX entries from IEEE Xplore.
642 Downloads
Updated Fri, 01 Mar 2019 12:56:53 +0000

View License

The function bibget simplifies the creation of BibTeX databases from IEEE Xplore by providing a simple command-line interface. To use bibget, you require an API key for the IEEE Xplore Metadata API. You can get such an API key from http://developer.ieee.org. After inserting your activated API key in the file bibkey.m, run the script bibdemo to get started!

Cite As

Harald Enzinger (2024). bibget (https://www.mathworks.com/matlabcentral/fileexchange/53412-bibget), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R2017a
Compatible with any release
Platform Compatibility
Windows macOS Linux
Categories
Find more on MATLAB Report Generator in Help Center and MATLAB Answers
Acknowledgements

Inspired by: export_fig

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Version Published Release Notes
2.4

Fixed bug in author name extraction from XML file.

2.3

Corrected minor bug regarding error handling.

2.2.0.0

Updated bibget due to modification of IEEE Xplore Metadata API response. (Conferences instead of Conference)

2.1.0.0

Improved the handling of missing date information.

2.0.0.0

On January 6, 2018, previous versions of bibget will stop working, because the XML gateway of IEEE Xplore will be shut down. The new version of bibget uses the IEEE Xplore Metadata API, which replaces the XML gateway.

1.4.0.0

Updated publication title processing due to format changes in the IEEE Xplore database.
Minor modifications of comments and demo script.

1.3.0.0

Added a warning message that indicates missing fields.
Corrected typo in line 458 of bibget v.1.2.

1.2.0.0

Updated demo-script.
Renamed option -nobreak to -nosplit for improved clarity.
Changed timestamp in bib structure from numeric to string to improve usability.

1.1.0.0

Added a demo script.

1.0.0.0

Modified Logo.
Modified description.