label_bibtex

Generates unique labels for bibtex bibliographies generated from endnote.
877 Downloads
Updated 7 Dec 2004

No License

%LABEL_BIBTEX labels bibliographic entries in bibtex file
%Syntax: y=label_bibtex(bibtex,k)
%Description: adds a label to each entry composed as Author:Year:[k letters of the title]
% if k argument is not provided 25 will be used by default
%
%for example file file.bib with contents
%
%------------------------------------------------
%@article{de_Almeida:2001-Analysis-of-genomic-seque,
% Author = {de Almeida, J. S. and Carrico, J. A. and Maretzek, A. and Noble, P. A. and Fletcher, M.},
% Title = {Analysis of genomic sequences by Chaos Game Representation},
% Journal = {Bioinformatics},
% Volume = {17},
% Number = {5},
% Pages = {429-37},
%(...)
% Year = {2001} }
%
%@article{Almeida:2002-Universal-sequence-map--U,
% Author = {Almeida, J. S. and Vinga, S.},
% Title = {Universal sequence map (USM) of arbitrary discrete sequences},
% Journal = {BMC Bioinformatics},
% Volume = {3},
% Number = {1},
%
% etc ...
%------------------------------------------------
%
%will be rewritten by y=endnote2bibtex('file.bib',25) as
%
%------------------------------------------------
% Author = {Almeida, J. S. and Carrico, J. A. and Maretzek, A. and Noble, P. A. and Fletcher, M.},
% Title = {Analysis of genomic sequences by Chaos Game Representation},
% Journal = {Bioinformatics},
% Volume = {17},
% Number = {5},
%(...)
% Year = {2001} }
%
%@article{Almeida:2002:Universal sequence map (U...,
% Author = {Almeida, J. S. and Vinga, S.},
% Title = {Universal sequence map (USM) of arbitrary discrete sequences},
% Journal = {BMC Bioinformatics},
% Volume = {3},
% Number = {1},
%
% etc ...
%------------------------------------------------
%
%Jonas Almeida, almeidaj@musc.edu, December 2004

Cite As

Jonas Almeida (2024). label_bibtex (https://www.mathworks.com/matlabcentral/fileexchange/6463-label_bibtex), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R14
Compatible with any release
Platform Compatibility
Windows macOS Linux
Categories
Find more on Biological and Health Sciences in Help Center and MATLAB Answers

Community Treasure Hunt

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

Start Hunting!
Version Published Release Notes
1.0.0.0