bibget

The easiest way to get BibTeX entries from IEEE Xplore.
642 descargas
Actualizado 1 mar 2019

Ver licencia

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!

Citar como

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

Compatibilidad con la versión de MATLAB
Se creó con R2017a
Compatible con cualquier versión
Compatibilidad con las plataformas
Windows macOS Linux
Categorías
Más información sobre MATLAB Report Generator en Help Center y MATLAB Answers.
Agradecimientos

Inspirado por: export_fig

Community Treasure Hunt

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

Start Hunting!
Versión Publicado Notas de la versión
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.