bibget

The easiest way to get BibTeX entries from IEEE Xplore.
642 téléchargements
Mise à jour 1 mars 2019

Afficher la licence

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!

Citation pour cette source

Harald Enzinger (2024). bibget (https://www.mathworks.com/matlabcentral/fileexchange/53412-bibget), MATLAB Central File Exchange. Récupéré le .

Compatibilité avec les versions de MATLAB
Créé avec R2017a
Compatible avec toutes les versions
Plateformes compatibles
Windows macOS Linux
Catégories
En savoir plus sur MATLAB Report Generator dans Help Center et MATLAB Answers
Remerciements

Inspiré par : export_fig

Community Treasure Hunt

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

Start Hunting!
Version Publié le Notes de version
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.