function [str,str_refs]=web_string_paper(rec, count, website) lab={'#none#'}; if strcmp(website, 'pobex') lab={'Di Lorenzo' 'Strub' 'Furtado' 'Chhak' 'Peterson' 'Thomas' 'Ceballos' 'Mariani' 'Keister' 'Combes' 'Bograd' 'Franks' 'Bracco' 'Schwing' 'Mendelssohn'}; end if strcmp(website, 'pobex') lab={'Chhak' 'Di Lorenzo' 'Furtado' 'Chenillat' 'Schneider' 'Peterson' 'Thomas' 'Ceballos' 'Mariani' 'Keister' 'Combes' 'Bograd' 'Franks' 'Bracco' 'Schwing' 'Mendelssohn' 'Hormazabal' 'Correa'}; end if strcmp(website, 'edl') lab={'Di Lorenzo' 'Furtado' 'Chhak' 'Ceballos' 'Mariani' 'Combes' 'Saxton' 'Davis'}; end cmsp=', '; cmcl=': '; cmp='. '; count=[num2str(count),cmp]; authors=rec.authors{1}; for il=1:length(lab) curr_auth=lab{il}; istr=strfind(authors,curr_auth); ltot=length(authors); if istr > 0 iend=istr+length(curr_auth); if iend > ltot authors = [authors(1:istr-1), '',curr_auth,'']; else authors = [authors(1:istr-1), '',curr_auth,'' authors(iend:end)]; end end end str=['
',count,authors,cmsp,rec.year{1},cmcl,rec.title{1},cmp,'',rec.journ{1},'',cmsp,rec.cit{1},cmp]; p=rec.pdf{1}; if findstr(p,'n/a') str2=['
']; else str2=[ '[ PDF ] ']; end str=[str,str2]; str_refs=str; str_refs=[ str_refs(1:end-5),'