From a601f08e009efccb69bc30f54a76342afca25273 Mon Sep 17 00:00:00 2001 From: Kahina Guidouche Date: Tue, 20 Oct 2015 09:46:34 +0200 Subject: [PATCH] onjour je viens de rajouter quelques fichiers --- elsarticle-num.bst | 1507 ++++++++++++++++++++++++++++++++++ elsarticle-template.aux | 128 +++ elsarticle-template.bbl | 161 ++++ elsarticle-template.blg | 20 + elsarticle-template.dvi | Bin 0 -> 86420 bytes elsarticle-template.log | 517 ++++++++++++ elsarticle-template.out | 18 + elsarticle-template.pdf | Bin 0 -> 103288 bytes elsarticle-template.spl | 0 elsarticle-template.tex | 675 +++++++++++++++ kahina_paper1 | 189 +++++ model1-num-names.bst | 1529 ++++++++++++++++++++++++++++++++++ model1a-num-names.bst | 1520 ++++++++++++++++++++++++++++++++++ model2-names.bst | 1656 +++++++++++++++++++++++++++++++++++++ model3-num-names.bst | 1702 ++++++++++++++++++++++++++++++++++++++ model4-names.bst | 1697 ++++++++++++++++++++++++++++++++++++++ model5-names.bst | 1723 +++++++++++++++++++++++++++++++++++++++ model6-num-names.bst | 1684 ++++++++++++++++++++++++++++++++++++++ mybibfile.bib | 408 +++++++++ numcompress.sty | 189 +++++ 20 files changed, 15323 insertions(+) create mode 100644 elsarticle-num.bst create mode 100644 elsarticle-template.aux create mode 100644 elsarticle-template.bbl create mode 100644 elsarticle-template.blg create mode 100644 elsarticle-template.dvi create mode 100644 elsarticle-template.log create mode 100644 elsarticle-template.out create mode 100644 elsarticle-template.pdf create mode 100644 elsarticle-template.spl create mode 100644 elsarticle-template.tex create mode 100644 kahina_paper1 create mode 100644 model1-num-names.bst create mode 100644 model1a-num-names.bst create mode 100644 model2-names.bst create mode 100644 model3-num-names.bst create mode 100644 model4-names.bst create mode 100644 model5-names.bst create mode 100644 model6-num-names.bst create mode 100644 mybibfile.bib create mode 100644 numcompress.sty diff --git a/elsarticle-num.bst b/elsarticle-num.bst new file mode 100644 index 0000000..24654f1 --- /dev/null +++ b/elsarticle-num.bst @@ -0,0 +1,1507 @@ +%% +%% This is file `elsarticle-num.bst', +%% +%% Copyright 2007, 2008, 2009 Elsevier Ltd +%% +%% This file is part of the 'Elsarticle Bundle'. +%% --------------------------------------------- +%% +%% It may be distributed under the conditions of the LaTeX Project Public +%% License, either version 1.2 of this license or (at your option) any +%% later version. The latest version of this license is in +%% http://www.latex-project.org/lppl.txt +%% and version 1.2 or later is part of all distributions of LaTeX +%% version 1999/12/01 or later. +%% +%% The list of all files belonging to the 'Elsarticle Bundle' is +%% given in the file `manifest.txt'. +%% +%% +%% $Id: elsarticle-num.bst 19 2009-12-17 07:07:52Z rishi $ +%% +%% +%% ---------------------------------------- +%% +ENTRY + { address + author + booktitle + chapter + edition + editor + howpublished + institution + journal + key + month + note + number + organization + pages + publisher + school + series + title + type + volume + year + eprint % urlbst + doi % urlbst + url % urlbst + lastchecked % urlbst + } + {} + { label } + +INTEGERS { output.state before.all mid.sentence after.sentence after.block } + +STRINGS { urlintro eprinturl eprintprefix doiprefix doiurl openinlinelink closeinlinelink } % urlbst... +INTEGERS { hrefform inlinelinks makeinlinelink addeprints adddoiresolver } +FUNCTION {init.urlbst.variables} +{ + "Available from: " 'urlintro := % prefix before URL + "http://arxiv.org/abs/" 'eprinturl := % prefix to make URL from eprint ref + "arXiv:" 'eprintprefix := % text prefix printed before eprint ref + "http://dx.doi.org/" 'doiurl := % prefix to make URL from DOI + "doi:" 'doiprefix := % text prefix printed before DOI ref + #1 'addeprints := % 0=no eprints; 1=include eprints + #1 'adddoiresolver := % 0=no DOI resolver; 1=include it + #2 'hrefform := % 0=no crossrefs; 1=hypertex xrefs; 2=hyperref refs + #1 'inlinelinks := % 0=URLs explicit; 1=URLs attached to titles + % the following are internal state variables, not config constants + #0 'makeinlinelink := % state variable managed by setup.inlinelink + "" 'openinlinelink := % ditto + "" 'closeinlinelink := % ditto +} +INTEGERS { + bracket.state + outside.brackets + open.brackets + within.brackets + close.brackets +} +FUNCTION {init.state.consts} +{ #0 'outside.brackets := % urlbst + #1 'open.brackets := + #2 'within.brackets := + #3 'close.brackets := + + #0 'before.all := + #1 'mid.sentence := + #2 'after.sentence := + #3 'after.block := +} + +STRINGS { s t } + +FUNCTION {output.nonnull.original} +{ 's := + output.state mid.sentence = + { ", " * write$ } + { output.state after.block = + { add.period$ write$ + newline$ + "\newblock " write$ + } + { output.state before.all = + 'write$ + { add.period$ " " * write$ } + if$ + } + if$ + mid.sentence 'output.state := + } + if$ + s +} + +FUNCTION {setup.inlinelink} +{ makeinlinelink + { hrefform #1 = % hypertex + { "\special {html: }{" * 'openinlinelink := + "\special {html:}" 'closeinlinelink := + } + { hrefform #2 = % hyperref + { "\href{" url * "}{" * 'openinlinelink := + "}" 'closeinlinelink := + } + 'skip$ + if$ % hrefform #2 = + } + if$ % hrefform #1 = + #0 'makeinlinelink := + } + 'skip$ + if$ % makeinlinelink +} +FUNCTION {add.inlinelink} +{ openinlinelink empty$ + 'skip$ + { openinlinelink swap$ * closeinlinelink * + "" 'openinlinelink := + } + if$ +} +FUNCTION {output.nonnull} +{ % Save the thing we've been asked to output + 's := + % If the bracket-state is close.brackets, then add a close-bracket to + % what is currently at the top of the stack, and set bracket.state + % to outside.brackets + bracket.state close.brackets = + { "]" * + outside.brackets 'bracket.state := + } + 'skip$ + if$ + bracket.state outside.brackets = + { % We're outside all brackets -- this is the normal situation. + % Write out what's currently at the top of the stack, using the + % original output.nonnull function. + s + add.inlinelink + output.nonnull.original % invoke the original output.nonnull + } + { % Still in brackets. Add open-bracket or (continuation) comma, add the + % new text (in s) to the top of the stack, and move to the close-brackets + % state, ready for next time (unless inbrackets resets it). If we come + % into this branch, then output.state is carefully undisturbed. + bracket.state open.brackets = + { " [" * } + { ", " * } % bracket.state will be within.brackets + if$ + s * + close.brackets 'bracket.state := + } + if$ +} + +FUNCTION {inbrackets} +{ bracket.state close.brackets = + { within.brackets 'bracket.state := } % reset the state: not open nor closed + { open.brackets 'bracket.state := } + if$ +} + +FUNCTION {format.lastchecked} +{ lastchecked empty$ + { "" } + { inbrackets "cited " lastchecked * } + if$ +} + +FUNCTION {output} +{ duplicate$ empty$ + 'pop$ + 'output.nonnull + if$ +} + +FUNCTION {output.check} +{ 't := + duplicate$ empty$ + { pop$ "empty " t * " in " * cite$ * warning$ } + 'output.nonnull + if$ +} + +FUNCTION {fin.entry.original} +{ add.period$ + write$ + newline$ +} + +FUNCTION {new.block} +{ output.state before.all = + 'skip$ + { after.block 'output.state := } + if$ +} + +FUNCTION {new.sentence} +{ output.state after.block = + 'skip$ + { output.state before.all = + 'skip$ + { after.sentence 'output.state := } + if$ + } + if$ +} + +FUNCTION {add.blank} +{ " " * before.all 'output.state := +} + +FUNCTION {date.block} +{ + add.blank +} + +FUNCTION {not} +{ { #0 } + { #1 } + if$ +} + +FUNCTION {and} +{ 'skip$ + { pop$ #0 } + if$ +} + +FUNCTION {or} +{ { pop$ #1 } + 'skip$ + if$ +} + +FUNCTION {new.block.checka} +{ empty$ + 'skip$ + 'new.block + if$ +} + +FUNCTION {new.block.checkb} +{ empty$ + swap$ empty$ + and + 'skip$ + 'new.block + if$ +} + +FUNCTION {new.sentence.checka} +{ empty$ + 'skip$ + 'new.sentence + if$ +} + +FUNCTION {new.sentence.checkb} +{ empty$ + swap$ empty$ + and + 'skip$ + 'new.sentence + if$ +} + +FUNCTION {field.or.null} +{ duplicate$ empty$ + { pop$ "" } + 'skip$ + if$ +} + +FUNCTION {emphasize} +{ skip$ } + +FUNCTION {capitalize} +{ "u" change.case$ "t" change.case$ } + +FUNCTION {space.word} +{ " " swap$ * " " * } + + % Here are the language-specific definitions for explicit words. + % Each function has a name bbl.xxx where xxx is the English word. + % The language selected here is ENGLISH +FUNCTION {bbl.and} +{ "and"} + +FUNCTION {bbl.etal} +{ "et~al." } + +FUNCTION {bbl.editors} +{ "Eds." } + +FUNCTION {bbl.editor} +{ "Ed." } + +FUNCTION {bbl.edby} +{ "edited by" } + +FUNCTION {bbl.edition} +{ "Edition" } + +FUNCTION {bbl.volume} +{ "Vol." } + +FUNCTION {bbl.of} +{ "of" } + +FUNCTION {bbl.number} +{ "no." } + +FUNCTION {bbl.nr} +{ "no." } + +FUNCTION {bbl.in} +{ "in" } + +FUNCTION {bbl.pages} +{ "pp." } + +FUNCTION {bbl.page} +{ "p." } + +FUNCTION {bbl.chapter} +{ "Ch." } + +FUNCTION {bbl.techrep} +{ "Tech. Rep." } + +FUNCTION {bbl.mthesis} +{ "Master's thesis" } + +FUNCTION {bbl.phdthesis} +{ "Ph.D. thesis" } + +FUNCTION {bbl.first} +{ "1st" } + +FUNCTION {bbl.second} +{ "2nd" } + +FUNCTION {bbl.third} +{ "3rd" } + +FUNCTION {bbl.fourth} +{ "4th" } + +FUNCTION {bbl.fifth} +{ "5th" } + +FUNCTION {bbl.st} +{ "st" } + +FUNCTION {bbl.nd} +{ "nd" } + +FUNCTION {bbl.rd} +{ "rd" } + +FUNCTION {bbl.th} +{ "th" } + +MACRO {jan} {"Jan."} + +MACRO {feb} {"Feb."} + +MACRO {mar} {"Mar."} + +MACRO {apr} {"Apr."} + +MACRO {may} {"May"} + +MACRO {jun} {"Jun."} + +MACRO {jul} {"Jul."} + +MACRO {aug} {"Aug."} + +MACRO {sep} {"Sep."} + +MACRO {oct} {"Oct."} + +MACRO {nov} {"Nov."} + +MACRO {dec} {"Dec."} + +FUNCTION {eng.ord} +{ duplicate$ "1" swap$ * + #-2 #1 substring$ "1" = + { bbl.th * } + { duplicate$ #-1 #1 substring$ + duplicate$ "1" = + { pop$ bbl.st * } + { duplicate$ "2" = + { pop$ bbl.nd * } + { "3" = + { bbl.rd * } + { bbl.th * } + if$ + } + if$ + } + if$ + } + if$ +} + +MACRO {acmcs} {"ACM Comput. Surv."} + +MACRO {acta} {"Acta Inf."} + +MACRO {cacm} {"Commun. ACM"} + +MACRO {ibmjrd} {"IBM J. Res. Dev."} + +MACRO {ibmsj} {"IBM Syst.~J."} + +MACRO {ieeese} {"IEEE Trans. Softw. Eng."} + +MACRO {ieeetc} {"IEEE Trans. Comput."} + +MACRO {ieeetcad} + {"IEEE Trans. Comput.-Aided Design Integrated Circuits"} + +MACRO {ipl} {"Inf. Process. Lett."} + +MACRO {jacm} {"J.~ACM"} + +MACRO {jcss} {"J.~Comput. Syst. Sci."} + +MACRO {scp} {"Sci. Comput. Programming"} + +MACRO {sicomp} {"SIAM J. Comput."} + +MACRO {tocs} {"ACM Trans. Comput. Syst."} + +MACRO {tods} {"ACM Trans. Database Syst."} + +MACRO {tog} {"ACM Trans. Gr."} + +MACRO {toms} {"ACM Trans. Math. Softw."} + +MACRO {toois} {"ACM Trans. Office Inf. Syst."} + +MACRO {toplas} {"ACM Trans. Prog. Lang. Syst."} + +MACRO {tcs} {"Theoretical Comput. Sci."} + +FUNCTION {write.url} +{ url empty$ + { skip$ } + { "\newline\urlprefix\url{" url * "}" * write$ newline$ } + if$ +} + +INTEGERS { nameptr namesleft numnames } + +FUNCTION {format.names} +{ 's := + #1 'nameptr := + s num.names$ 'numnames := + numnames 'namesleft := + { namesleft #0 > } + { s nameptr + "{f.~}{vv~}{ll}{, jj}" format.name$ + 't := + nameptr #1 > + { + namesleft #1 > + { ", " * t * } + { + "," * + s nameptr "{ll}" format.name$ duplicate$ "others" = + { 't := } + { pop$ } + if$ + t "others" = + { + " " * bbl.etal * + } + { " " * t * } + if$ + } + if$ + } + 't + if$ + nameptr #1 + 'nameptr := + namesleft #1 - 'namesleft := + } + while$ +} +FUNCTION {format.names.ed} +{ format.names } +FUNCTION {format.authors} +{ author empty$ + { "" } + { author format.names } + if$ +} + +FUNCTION {format.editors} +{ editor empty$ + { "" } + { editor format.names + editor num.names$ #1 > + { " (" * bbl.editors * ")" * } + { " (" * bbl.editor * ")" * } + if$ + } + if$ +} + +FUNCTION {format.in.editors} +{ editor empty$ + { "" } + { editor format.names.ed + editor num.names$ #1 > + { " (" * bbl.editors * ")" * } + { " (" * bbl.editor * ")" * } + if$ + } + if$ +} + +FUNCTION {format.note} +{ + note empty$ + { "" } + { note #1 #1 substring$ + duplicate$ "{" = + 'skip$ + { output.state mid.sentence = + { "l" } + { "u" } + if$ + change.case$ + } + if$ + note #2 global.max$ substring$ * + } + if$ +} + +FUNCTION {format.title} +{ title empty$ + { "" } + { title "t" change.case$ + } + if$ +} + +FUNCTION {output.bibitem.original} +{ newline$ + "\bibitem{" write$ + cite$ write$ + "}" write$ + newline$ + "" + before.all 'output.state := +} + +FUNCTION {n.dashify} +{ + 't := + "" + { t empty$ not } + { t #1 #1 substring$ "-" = + { t #1 #2 substring$ "--" = not + { "--" * + t #2 global.max$ substring$ 't := + } + { { t #1 #1 substring$ "-" = } + { "-" * + t #2 global.max$ substring$ 't := + } + while$ + } + if$ + } + { t #1 #1 substring$ * + t #2 global.max$ substring$ 't := + } + if$ + } + while$ +} + +FUNCTION {word.in} +{ bbl.in + ":" * + " " * } + +FUNCTION {format.date} +{ year empty$ + { month empty$ + { "" } + { "there's a month but no year in " cite$ * warning$ + month + } + if$ + } + { month empty$ + 'year + { month " " * year * } + if$ + } + if$ + duplicate$ empty$ + 'skip$ + { + before.all 'output.state := + " (" swap$ * ")" * + } + if$ +} + +FUNCTION{format.year} +{ year duplicate$ empty$ + { "empty year in " cite$ * warning$ pop$ "" } + { "(" swap$ * ")" * } + if$ +} + +FUNCTION {format.btitle} +{ title +} + +FUNCTION {tie.or.space.connect} +{ duplicate$ text.length$ #3 < + { "~" } + { " " } + if$ + swap$ * * +} + +FUNCTION {either.or.check} +{ empty$ + 'pop$ + { "can't use both " swap$ * " fields in " * cite$ * warning$ } + if$ +} + +FUNCTION {format.bvolume} +{ volume empty$ + { "" } + { bbl.volume volume tie.or.space.connect + series empty$ + 'skip$ + { bbl.of space.word * series emphasize * } + if$ + "volume and number" number either.or.check + } + if$ +} + +FUNCTION {format.number.series} +{ volume empty$ + { number empty$ + { series field.or.null } + { output.state mid.sentence = + { bbl.number } + { bbl.number capitalize } + if$ + number tie.or.space.connect + series empty$ + { "there's a number but no series in " cite$ * warning$ } + { bbl.in space.word * series * } + if$ + } + if$ + } + { "" } + if$ +} + +FUNCTION {is.num} +{ chr.to.int$ + duplicate$ "0" chr.to.int$ < not + swap$ "9" chr.to.int$ > not and +} + +FUNCTION {extract.num} +{ duplicate$ 't := + "" 's := + { t empty$ not } + { t #1 #1 substring$ + t #2 global.max$ substring$ 't := + duplicate$ is.num + { s swap$ * 's := } + { pop$ "" 't := } + if$ + } + while$ + s empty$ + 'skip$ + { pop$ s } + if$ +} + +FUNCTION {convert.edition} +{ edition extract.num "l" change.case$ 's := + s "first" = s "1" = or + { bbl.first 't := } + { s "second" = s "2" = or + { bbl.second 't := } + { s "third" = s "3" = or + { bbl.third 't := } + { s "fourth" = s "4" = or + { bbl.fourth 't := } + { s "fifth" = s "5" = or + { bbl.fifth 't := } + { s #1 #1 substring$ is.num + { s eng.ord 't := } + { edition 't := } + if$ + } + if$ + } + if$ + } + if$ + } + if$ + } + if$ + t +} + +FUNCTION {format.edition} +{ edition empty$ + { "" } + { output.state mid.sentence = + { convert.edition "l" change.case$ " " * bbl.edition * } + { convert.edition "t" change.case$ " " * bbl.edition * } + if$ + } + if$ +} + +INTEGERS { multiresult } + +FUNCTION {multi.page.check} +{ 't := + #0 'multiresult := + { multiresult not + t empty$ not + and + } + { t #1 #1 substring$ + duplicate$ "-" = + swap$ duplicate$ "," = + swap$ "+" = + or or + { #1 'multiresult := } + { t #2 global.max$ substring$ 't := } + if$ + } + while$ + multiresult +} + +FUNCTION {format.pages} +{ pages empty$ + { "" } + { pages multi.page.check + { bbl.pages pages n.dashify tie.or.space.connect } + { bbl.page pages tie.or.space.connect } + if$ + } + if$ +} + +FUNCTION {format.journal.pages} +{ pages empty$ + 'skip$ + { duplicate$ empty$ + { pop$ format.pages } + { + " " * + format.year * " " * + pages n.dashify * + } + if$ + } + if$ +} + +FUNCTION {format.vol.num.pages} +{ + % volume field.or.null + " " + volume empty$ + { pop$ "" } + { volume * } + if$ + number empty$ + 'skip$ + { + "~(" number * ")" * * + volume empty$ + { "there's a number but no volume in " cite$ * warning$ } + 'skip$ + if$ + } + if$ +} + +FUNCTION {format.chapter.pages} +{ chapter empty$ + { "" } + { type empty$ + { bbl.chapter } + { type "l" change.case$ } + if$ + chapter tie.or.space.connect + } + if$ +} + +FUNCTION {format.in.ed.booktitle} +{ booktitle empty$ + { "" } + { editor empty$ + { word.in booktitle * } + { word.in format.in.editors * ", " * + booktitle * } + if$ + } + if$ +} + +FUNCTION {empty.misc.check} +{ author empty$ title empty$ howpublished empty$ + month empty$ year empty$ note empty$ + and and and and and + { "all relevant fields are empty in " cite$ * warning$ } + 'skip$ + if$ +} + +FUNCTION {format.thesis.type} +{ type empty$ + 'skip$ + { pop$ + type "t" change.case$ + } + if$ +} + +FUNCTION {format.tr.number} +{ type empty$ + { bbl.techrep } + 'type + if$ + number empty$ + { "t" change.case$ } + { number tie.or.space.connect } + if$ +} + +FUNCTION {format.article.crossref} +{ + key empty$ + { journal empty$ + { "need key or journal for " cite$ * " to crossref " * crossref * + warning$ + "" + } + { word.in journal emphasize * } + if$ + } + { word.in key * " " *} + if$ + " \cite{" * crossref * "}" * +} + +FUNCTION {format.crossref.editor} +{ editor #1 "{vv~}{ll}" format.name$ + editor num.names$ duplicate$ + #2 > + { pop$ + " " * bbl.etal * + } + { #2 < + 'skip$ + { editor #2 "{ff }{vv }{ll}{ jj}" format.name$ "others" = + { + " " * bbl.etal * + } + { bbl.and space.word * editor #2 "{vv~}{ll}" format.name$ + * } + if$ + } + if$ + } + if$ +} + +FUNCTION {format.book.crossref} +{ volume empty$ + { "empty volume in " cite$ * "'s crossref of " * crossref * warning$ + word.in + } + { bbl.volume volume tie.or.space.connect + bbl.of space.word * + } + if$ + editor empty$ + editor field.or.null author field.or.null = + or + { key empty$ + { series empty$ + { "need editor, key, or series for " cite$ * " to crossref " * + crossref * warning$ + "" * + } + { series emphasize * } + if$ + } + { key * } + if$ + } + { format.crossref.editor * } + if$ + " \cite{" * crossref * "}" * +} + +FUNCTION {format.incoll.inproc.crossref} +{ + editor empty$ + editor field.or.null author field.or.null = + or + { key empty$ + { booktitle empty$ + { "need editor, key, or booktitle for " cite$ * " to crossref " * + crossref * warning$ + "" + } + { word.in booktitle * } + if$ + } + { word.in key * " " *} + if$ + } + { word.in format.crossref.editor * " " *} + if$ + " \cite{" * crossref * "}" * +} + +FUNCTION {format.org.or.pub} +{ 't := + "" + year empty$ + { "empty year in " cite$ * warning$ } + 'skip$ + if$ + address empty$ t empty$ and + year empty$ and + 'skip$ + { + t empty$ + { address empty$ + 'skip$ + { address * } + if$ + } + { t * + address empty$ + 'skip$ + { ", " * address * } + if$ + } + if$ + year empty$ + 'skip$ + { t empty$ address empty$ and + 'skip$ + { ", " * } + if$ + year * + } + if$ + } + if$ +} + +FUNCTION {format.publisher.address} +{ publisher empty$ + { "empty publisher in " cite$ * warning$ + "" + } + { publisher } + if$ + format.org.or.pub +} + +FUNCTION {format.organization.address} +{ organization empty$ + { "" } + { organization } + if$ + format.org.or.pub +} + +FUNCTION {make.href.null} +{ + pop$ +} +FUNCTION {make.href.hypertex} +{ + "\special {html: }" * swap$ * + "\special {html:}" * +} +FUNCTION {make.href.hyperref} +{ + "\href {" swap$ * "} {\path{" * swap$ * "}}" * +} +FUNCTION {make.href} +{ hrefform #2 = + 'make.href.hyperref % hrefform = 2 + { hrefform #1 = + 'make.href.hypertex % hrefform = 1 + 'make.href.null % hrefform = 0 (or anything else) + if$ + } + if$ +} + +FUNCTION {format.url} +{ inlinelinks #1 = url empty$ or + { "" } + { hrefform #1 = + { % special case -- add HyperTeX specials + urlintro "\url{" url * "}" * url make.href.hypertex * } + { urlintro "\url{" * url * "}" * } + if$ + } + if$ +} + +FUNCTION {format.eprint} +{ eprint empty$ + { "" } + { eprintprefix eprint * eprinturl eprint * make.href } + if$ +} + +FUNCTION {format.doi} +{ doi empty$ + { "" } + { doiprefix doi * doiurl doi * make.href } + if$ +} + +FUNCTION {output.url} +{ url empty$ + 'skip$ + { new.block + format.url output + format.lastchecked output + } + if$ +} + +FUNCTION {output.web.refs} +{ + new.block + output.url + addeprints eprint empty$ not and + { format.eprint output.nonnull } + 'skip$ + if$ + adddoiresolver doi empty$ not and + { format.doi output.nonnull } + 'skip$ + if$ +} + +FUNCTION {output.bibitem} +{ outside.brackets 'bracket.state := + output.bibitem.original + inlinelinks url empty$ not and + { #1 'makeinlinelink := } + { #0 'makeinlinelink := } + if$ +} + +FUNCTION {fin.entry} +{ output.web.refs % urlbst + makeinlinelink % ooops, it appears we didn't have a title for inlinelink + { setup.inlinelink % add some artificial link text here, as a fallback + "[link]" output.nonnull } + 'skip$ + if$ + bracket.state close.brackets = % urlbst + { "]" * } + 'skip$ + if$ + fin.entry.original +} + +FUNCTION {webpage} +{ output.bibitem + author empty$ + { editor empty$ + 'skip$ % author and editor both optional + { format.editors output.nonnull } + if$ + } + { editor empty$ + { format.authors output.nonnull } + { "can't use both author and editor fields in " cite$ * warning$ } + if$ + } + if$ + new.block + title empty$ 'skip$ 'setup.inlinelink if$ + format.title "title" output.check + inbrackets "online" output + new.block + year empty$ + 'skip$ + { format.date "year" output.check } + if$ + % We don't need to output the URL details ('lastchecked' and 'url'), + % because fin.entry does that for us, using output.web.refs. The only + % reason we would want to put them here is if we were to decide that + % they should go in front of the rather miscellaneous information in 'note'. + new.block + note output + fin.entry +} + +FUNCTION {article} +{ output.bibitem + format.authors "author" output.check + title empty$ 'skip$ 'setup.inlinelink if$ % urlbst + format.title "title" output.check + crossref missing$ + { journal + "journal" output.check + % add.blank + before.all 'output.state := + format.vol.num.pages output + } + { format.article.crossref output.nonnull + format.pages output + } + if$ + format.journal.pages + format.note output + fin.entry + write.url +} + +FUNCTION {book} +{ output.bibitem + author empty$ + { format.editors "author and editor" output.check + } + { format.authors output.nonnull + crossref missing$ + { "author and editor" editor either.or.check } + 'skip$ + if$ + } + if$ + title empty$ 'skip$ 'setup.inlinelink if$ % urlbst + format.btitle "title" output.check + crossref missing$ + { format.edition output + format.bvolume output + format.number.series output + format.publisher.address output + } + { + format.book.crossref output.nonnull + } + if$ + format.note output + fin.entry + write.url +} + +FUNCTION {booklet} +{ output.bibitem + format.authors output + title empty$ 'skip$ 'setup.inlinelink if$ % urlbst + format.title "title" output.check + howpublished output + address output + format.note output + format.date output + fin.entry + write.url +} + +FUNCTION {inbook} +{ output.bibitem + author empty$ + { format.editors "author and editor" output.check + } + { format.authors output.nonnull + crossref missing$ + { "author and editor" editor either.or.check } + 'skip$ + if$ + } + if$ + title empty$ 'skip$ 'setup.inlinelink if$ % urlbst + format.btitle "title" output.check + crossref missing$ + { + format.edition output + format.bvolume output + format.number.series output + format.publisher.address output + format.chapter.pages "chapter and pages" output.check + } + { + format.chapter.pages "chapter and pages" output.check + format.book.crossref output.nonnull + } + if$ + format.pages "pages" output.check + format.note output + fin.entry + write.url +} + +FUNCTION {incollection} +{ output.bibitem + format.authors "author" output.check + title empty$ 'skip$ 'setup.inlinelink if$ % urlbst + format.title "title" output.check + crossref missing$ + { format.in.ed.booktitle "booktitle" output.check + format.edition output + format.bvolume output + format.number.series output + format.publisher.address output + format.chapter.pages output + } + { format.incoll.inproc.crossref output.nonnull + format.chapter.pages output + } + if$ + format.pages "pages" output.check + format.note output + fin.entry + write.url +} + +FUNCTION {inproceedings} +{ output.bibitem + format.authors "author" output.check + title empty$ 'skip$ 'setup.inlinelink if$ % urlbst + format.title "title" output.check + crossref missing$ + { format.in.ed.booktitle "booktitle" output.check + format.edition output + format.bvolume output + format.number.series output + publisher empty$ + { format.organization.address output } + { organization output + format.publisher.address output + } + if$ + } + { format.incoll.inproc.crossref output.nonnull + } + if$ + format.pages "pages" output.check + format.note output + fin.entry + write.url +} + +FUNCTION {conference} { inproceedings } + +FUNCTION {manual} +{ output.bibitem + author empty$ + { organization empty$ + 'skip$ + { organization output.nonnull + address output + } + if$ + } + { format.authors output.nonnull } + if$ + title empty$ 'skip$ 'setup.inlinelink if$ % urlbst + format.btitle "title" output.check + author empty$ + { organization empty$ + { + address output + } + 'skip$ + if$ + } + { + organization output + address output + } + if$ + format.edition output + format.note output + format.date output + fin.entry + write.url +} + +FUNCTION {mastersthesis} +{ output.bibitem + format.authors "author" output.check + title empty$ 'skip$ 'setup.inlinelink if$ % urlbst + format.title "title" output.check + bbl.mthesis format.thesis.type output.nonnull + school "school" output.check + address output + format.note output + format.date "year" output.check + fin.entry + write.url +} + +FUNCTION {misc} +{ output.bibitem + format.authors output + title empty$ 'skip$ 'setup.inlinelink if$ % urlbst + format.title output + howpublished output + format.note output + format.date output + fin.entry + write.url + empty.misc.check +} + +FUNCTION {phdthesis} +{ output.bibitem + format.authors "author" output.check + title empty$ 'skip$ 'setup.inlinelink if$ % urlbst + format.title "title" output.check + bbl.phdthesis format.thesis.type output.nonnull + school "school" output.check + address output + format.note output + format.date "year" output.check + fin.entry + write.url +} + +FUNCTION {proceedings} +{ output.bibitem + editor empty$ + { organization output } + { format.editors output.nonnull } + if$ + title empty$ 'skip$ 'setup.inlinelink if$ % urlbst + format.btitle "title" output.check + format.bvolume output + format.number.series output + editor empty$ + { publisher empty$ + 'skip$ + { + format.publisher.address output + } + if$ + } + { publisher empty$ + { + format.organization.address output } + { + organization output + format.publisher.address output + } + if$ + } + if$ + format.note output + fin.entry + write.url +} + +FUNCTION {techreport} +{ output.bibitem + format.authors "author" output.check + title empty$ 'skip$ 'setup.inlinelink if$ % urlbst + format.title "title" output.check + format.tr.number output.nonnull + institution "institution" output.check + address output + format.note output + format.date "year" output.check + fin.entry + write.url +} + +FUNCTION {unpublished} +{ output.bibitem + format.authors "author" output.check + title empty$ 'skip$ 'setup.inlinelink if$ % urlbst + format.title "title" output.check + format.note "note" output.check + format.date output + fin.entry + write.url +} + +FUNCTION {default.type} { misc } + +READ + +STRINGS { longest.label } + +INTEGERS { number.label longest.label.width } + +FUNCTION {initialize.longest.label} +{ "" 'longest.label := + #1 'number.label := + #0 'longest.label.width := +} + +FUNCTION {longest.label.pass} +{ number.label int.to.str$ 'label := + number.label #1 + 'number.label := + label width$ longest.label.width > + { label 'longest.label := + label width$ 'longest.label.width := + } + 'skip$ + if$ +} + +EXECUTE {initialize.longest.label} + +ITERATE {longest.label.pass} + +FUNCTION {begin.bib} +{ preamble$ empty$ + 'skip$ + { preamble$ write$ newline$ } + if$ + "\begin{thebibliography}{" longest.label * "}" * + write$ newline$ + "\expandafter\ifx\csname url\endcsname\relax" + write$ newline$ + " \def\url#1{\texttt{#1}}\fi" + write$ newline$ + "\expandafter\ifx\csname urlprefix\endcsname\relax\def\urlprefix{URL }\fi" + write$ newline$ + "\expandafter\ifx\csname href\endcsname\relax" + write$ newline$ + " \def\href#1#2{#2} \def\path#1{#1}\fi" + write$ newline$ +} + +EXECUTE {begin.bib} + +EXECUTE {init.urlbst.variables} +EXECUTE {init.state.consts} + +ITERATE {call.type$} + +FUNCTION {end.bib} +{ newline$ + "\end{thebibliography}" write$ newline$ +} + +EXECUTE {end.bib} +%% End of customized bst file +%% +%% End of file `elsarticle-num.bst'. + + diff --git a/elsarticle-template.aux b/elsarticle-template.aux new file mode 100644 index 0000000..751cc5f --- /dev/null +++ b/elsarticle-template.aux @@ -0,0 +1,128 @@ +\relax +\providecommand\hyper@newdestlabel[2]{} +\providecommand\HyperFirstAtBeginDocument{\AtBeginDocument} +\HyperFirstAtBeginDocument{\ifx\hyper@anchor\@undefined +\global\let\oldcontentsline\contentsline +\gdef\contentsline#1#2#3#4{\oldcontentsline{#1}{#2}{#3}} +\global\let\oldnewlabel\newlabel +\gdef\newlabel#1#2{\newlabelxx{#1}#2} +\gdef\newlabelxx#1#2#3#4#5#6{\oldnewlabel{#1}{{#2}{#3}}} +\AtEndDocument{\ifx\hyper@anchor\@undefined +\let\contentsline\oldcontentsline +\let\newlabel\oldnewlabel +\fi} +\fi} +\global\let\hyper@last\relax +\gdef\HyperFirstAtBeginDocument#1{#1} +\providecommand*\HyPL@Entry[1]{} +\bibstyle{elsarticle-num} +\emailauthor{kahina.ghidouche@gmail.com}{Ghidouche Kahina\corref {mycorrespondingauthor}} +\emailauthor{raphael.couturier@univ-fcomte.fr}{Couturier Raphael\corref {mycorrespondingauthor}} +\emailauthor{ar.sider@univ-bejaia.dz}{Abderrahmane Sider\corref {mycorrespondingauthor}} +\HyPL@Entry{0<>} +\Newlabel{mycorrespondingauthor}{1} +\Newlabel{myfootnote}{1} +\Newlabel{mymainaddress}{a} +\Newlabel{mysecondaryaddress}{b} +\@writefile{toc}{\contentsline {section}{\numberline {1}Root finding problem}{1}{section.1}} +\citation{Weierstrass03} +\citation{Ilie50} +\citation{Docev62} +\citation{Durand60} +\citation{Kerner66} +\citation{Borch-Supan63} +\citation{Ehrlich67} +\citation{Aberth73} +\citation{Loizon83} +\citation{Freeman89} +\citation{Loizon83} +\citation{Freemanall90} +\citation{Raphaelall01} +\citation{CUDA10} +\citation{Kahinall14} +\@writefile{toc}{\contentsline {paragraph}{}{3}{section*.1}} +\citation{Aberth73} +\citation{Weierstrass03} +\citation{Aberth73} +\citation{Bini96} +\citation{Ostrowski41} +\@writefile{toc}{\contentsline {section}{\numberline {2}Aberth method}{4}{section.2}} +\@writefile{toc}{\contentsline {subsection}{\numberline {2.1}Polynomials Initialization}{4}{subsection.2.1}} +\citation{Karimall98} +\@writefile{toc}{\contentsline {subsection}{\numberline {2.2}Vector $Z^{(0)}$ Initialization}{5}{subsection.2.2}} +\@writefile{toc}{\contentsline {subsection}{\numberline {2.3}Iterative Function $H_{i}$}{5}{subsection.2.3}} +\@writefile{toc}{\contentsline {subsection}{\numberline {2.4}Convergence condition}{5}{subsection.2.4}} +\@writefile{toc}{\contentsline {section}{\numberline {3}Amelioration of Aberth method }{5}{section.3}} +\citation{Karimall98} +\citation{Mirankar68,Mirankar71} +\citation{Schedler72} +\citation{Winogard72} +\citation{Benall68,Jana06,Janall99,Riceall06} +\citation{Azad07,Gemignani07,Kalantari08,Skachek08,Zhancall08,Zhuall08} +\citation{Bini04} +\citation{Cosnard90,Freeman89,Freemanall90,,Jana99,Janall99} +\citation{Freemanall90} +\citation{Mirankar71} +\@writefile{toc}{\contentsline {section}{\numberline {4}The implementation of simultaneous methods in a parallel computer}{6}{section.4}} +\citation{Kahinall14} +\citation{NVIDIA10} +\@writefile{toc}{\contentsline {section}{\numberline {5}A parallel implementation of Aberth method}{8}{section.5}} +\@writefile{toc}{\contentsline {subsection}{\numberline {5.1}Background on the GPU architecture}{8}{subsection.5.1}} +\@writefile{toc}{\contentsline {subsection}{\numberline {5.2}Background on the CUDA Programming Model}{9}{subsection.5.2}} +\@writefile{toc}{\contentsline {subsection}{\numberline {5.3} The implementation of Aberth method on GPU}{10}{subsection.5.3}} +\@writefile{toc}{\contentsline {subsubsection}{\numberline {5.3.1}A sequential Aberth algorithm}{10}{subsubsection.5.3.1}} +\@writefile{loa}{\contentsline {algocf}{\numberline {1}{\ignorespaces Algorithm to find root polynomial with Aberth method}}{10}{algocf.1}} +\@writefile{toc}{\contentsline {paragraph}{The execution time}{11}{section*.2}} +\@writefile{toc}{\contentsline {subsubsection}{\numberline {5.3.2}Parallelize the steps on GPU }{12}{subsubsection.5.3.2}} +\@writefile{loa}{\contentsline {algocf}{\numberline {2}{\ignorespaces Algorithm to find root polynomial with Aberth method}}{13}{algocf.2}} +\@writefile{loa}{\contentsline {algocf}{\numberline {3}{\ignorespaces A global Algorithm for the iterative function}}{14}{algocf.3}} +\@writefile{toc}{\contentsline {subsection}{\numberline {5.4}Experimental study}{14}{subsection.5.4}} +\@writefile{toc}{\contentsline {subsubsection}{\numberline {5.4.1}Definition of the polynomial used}{14}{subsubsection.5.4.1}} +\bibdata{mybibfile} +\@writefile{toc}{\contentsline {subsubsection}{\numberline {5.4.2}The study condition}{15}{subsubsection.5.4.2}} +\@writefile{toc}{\contentsline {subsubsection}{\numberline {5.4.3}Comparative study}{15}{subsubsection.5.4.3}} +\@writefile{lot}{\contentsline {table}{\numberline {1}{\ignorespaces the convergence of Aberth algorithm}}{15}{table.1}} +\newlabel{tab:theConvergenceOfAberthAlgorithm}{{1}{15}{the convergence of Aberth algorithm}{table.1}{}} +\@writefile{toc}{\contentsline {paragraph}{Aberth algorithm on CPU and GPU}{15}{table.1}} +\@writefile{toc}{\contentsline {paragraph}{The impact of the thread's number into the convergence of Aberth algorithm}{15}{table.2}} +\bibcite{Weierstrass03}{{1}{}{{}}{{}}} +\bibcite{Ilie50}{{2}{}{{}}{{}}} +\bibcite{Docev62}{{3}{}{{}}{{}}} +\bibcite{Durand60}{{4}{}{{}}{{}}} +\@writefile{lot}{\contentsline {table}{\numberline {2}{\ignorespaces The impact of the thread's number into the convergence of Aberth algorithm}}{16}{table.2}} +\newlabel{tab:Theimpactofthethread'snumberintotheconvergenceofAberthalgorithm}{{2}{16}{The impact of the thread's number into the convergence of Aberth algorithm}{table.2}{}} +\@writefile{lot}{\contentsline {table}{\numberline {3}{\ignorespaces Aberth algorithm compare to Durand-Kerner algorithm}}{16}{table.3}} +\newlabel{tab:AberthAlgorithCompareToDurandKernerAlgorithm}{{3}{16}{Aberth algorithm compare to Durand-Kerner algorithm}{table.3}{}} +\@writefile{toc}{\contentsline {paragraph}{A comparative study between Aberth and Durand-kerner algorithm}{16}{table.3}} +\bibcite{Kerner66}{{5}{}{{}}{{}}} +\bibcite{Borch-Supan63}{{6}{}{{}}{{}}} +\bibcite{Ehrlich67}{{7}{}{{}}{{}}} +\bibcite{Aberth73}{{8}{}{{}}{{}}} +\bibcite{Loizon83}{{9}{}{{}}{{}}} +\bibcite{Freeman89}{{10}{}{{}}{{}}} +\bibcite{Freemanall90}{{11}{}{{}}{{}}} +\bibcite{Raphaelall01}{{12}{}{{}}{{}}} +\bibcite{CUDA10}{{13}{}{{}}{{}}} +\bibcite{Kahinall14}{{14}{}{{}}{{}}} +\bibcite{Bini96}{{15}{}{{}}{{}}} +\bibcite{Ostrowski41}{{16}{}{{}}{{}}} +\bibcite{Karimall98}{{17}{}{{}}{{}}} +\bibcite{Mirankar68}{{18}{}{{}}{{}}} +\bibcite{Mirankar71}{{19}{}{{}}{{}}} +\bibcite{Schedler72}{{20}{}{{}}{{}}} +\bibcite{Winogard72}{{21}{}{{}}{{}}} +\bibcite{Benall68}{{22}{}{{}}{{}}} +\bibcite{Jana06}{{23}{}{{}}{{}}} +\bibcite{Janall99}{{24}{}{{}}{{}}} +\bibcite{Riceall06}{{25}{}{{}}{{}}} +\bibcite{Azad07}{{26}{}{{}}{{}}} +\bibcite{Gemignani07}{{27}{}{{}}{{}}} +\bibcite{Kalantari08}{{28}{}{{}}{{}}} +\bibcite{Skachek08}{{29}{}{{}}{{}}} +\bibcite{Zhancall08}{{30}{}{{}}{{}}} +\bibcite{Zhuall08}{{31}{}{{}}{{}}} +\bibcite{Bini04}{{32}{}{{}}{{}}} +\bibcite{Cosnard90}{{33}{}{{}}{{}}} +\bibcite{Jana99}{{34}{}{{}}{{}}} +\bibcite{NVIDIA10}{{35}{}{{}}{{}}} +\providecommand\NAT@force@numbers{}\NAT@force@numbers diff --git a/elsarticle-template.bbl b/elsarticle-template.bbl new file mode 100644 index 0000000..606edd7 --- /dev/null +++ b/elsarticle-template.bbl @@ -0,0 +1,161 @@ +\begin{thebibliography}{10} +\expandafter\ifx\csname url\endcsname\relax + \def\url#1{\texttt{#1}}\fi +\expandafter\ifx\csname urlprefix\endcsname\relax\def\urlprefix{URL }\fi +\expandafter\ifx\csname href\endcsname\relax + \def\href#1#2{#2} \def\path#1{#1}\fi + +\bibitem{Weierstrass03} +K.~Weierstrass, Neuer beweis des satzes, dass jede ganze rationale function + einer veranderlichen dagestellt werden kann als ein product aus linearen + functionen derselben veranderlichen, Ges. Werke 3 (1903) 251--269. + +\bibitem{Ilie50} +L.~Ilieff, On the approximations of newton, Annual Sofia Univ~(46) (1950) + 167--171. +\newblock \href {http://dx.doi.org/10.1016/0003-4916(63)90068-X} + {\path{doi:10.1016/0003-4916(63)90068-X}}. + +\bibitem{Docev62} +K.~Docev, An alternative method of newton for simultaneous calculation of all + the roots of a given algebraic equation, Phys. Math. J~(5) (1962) 136--139. + +\bibitem{Durand60} +E.~Durand, Solution numerique des equations algebriques, vol. 1, equations du + type f(x)=0, racines d'une polynome Vol.1. + +\bibitem{Kerner66} +I.~Kerner, Ein gesamtschritteverfahren zur berechnung der nullstellen von + polynomen~(8) (1966) 290--294. + +\bibitem{Borch-Supan63} +W.~Borch-Supan, A posteriori error for the zeros of polynomials~(5) (1963) + 380--398. + +\bibitem{Ehrlich67} +L.~Ehrlich, A modified newton method for polynomials, Comm. Ass. Comput. + Mach.~(10) (1967) 107--108. + +\bibitem{Aberth73} +O.~Aberth, Iteration methods for finding all zeros of a polynomial + simultaneously, Mathematics of Computation 27~(122) (1973) 339--344. +\newblock \href {http://dx.doi.org/10.1016/0003-4916(63)90068-X} + {\path{doi:10.1016/0003-4916(63)90068-X}}. + +\bibitem{Loizon83} +G.~Loizon, Higher-order iteration functions for simultaneously approximating + polynomial zeros, Intern. J. Computer Math~(14) (1983) 45--58. + +\bibitem{Freeman89} +T.~Freeman, Calculating polynomial zeros on a local memory parallel computer, + Parallel Computing~(12) (1989) 351--358. + +\bibitem{Freemanall90} +T.~Freeman, R.~Brankin, Asynchronous polynomial zero-finding algorithms, + Parallel Computing~(17) (1990) 673--681. + +\bibitem{Raphaelall01} +R.~Couturier, F.~Spetiri, Extraction de racines dans des polynômes creux de + degrées élevés.rsrcp (réseaux et systèmes répartis, calculateurs + parallèles), Algorithmes itératifs paralléles et distribués 1~(13) (1990) + 67--81. + +\bibitem{CUDA10} +Compute Unified Device Architecture Programming Guide Version 3.0. + +\bibitem{Kahinall14} +K.~Ghidouche, R.~Couturie, A.~Sider, parallel implementation of the + durand-kerner algorithm for polynomial root-finding on gpu, IEEE. Conf. on + advanced Networking, Distributed Systems and Applications (2014) 53--57. + +\bibitem{Bini96} +D.~Bini, Numerical computation of polynomial zeros by means of aberth s method, + Numerical Algorithms 13~(4) (1996) 179--200. + +\bibitem{Ostrowski41} +A.~Ostrowski, On a theorem by j.l. walsh concerning the moduli of roots of + algebraic equations,bull. a.m.s., Algorithmes itératifs paralléles et + distribués 1~(47) (1941) 742--746. + +\bibitem{Karimall98} +K.~Rhofir, F.~Spies, J.-C. Miellou, Perfectionnements de la méthode asynchrone + de durand-kerner pour les polynômes complexes, Calculateurs Parallèles + 10~(4) (1998) 449--458. + +\bibitem{Mirankar68} +W.~Mirankar, Parallel methods for approximating the roots of a function, IBM + Res Dev 30 (1968) 297--301. + +\bibitem{Mirankar71} +W.~Mirankar, A survey of parallelism in numerical analysis, SIAM Rev (1971) + 524--547. + +\bibitem{Schedler72} +G.~Schedler, Parallel iteration methods in complexity of computer + communications, Commun ACM (1967) 286--290. + +\bibitem{Winogard72} +S.~Winogard, Parallel iteration methods in complexity of computer + communications, Plenum, New York. + +\bibitem{Benall68} +M.~Ben-Or, E.~Feig, D.~Kozzen, P.~Tiwary, A fast parallel algorithm for + determining all roots of a polynomial with real roots, Int: Proc of ACM + (1968) 340--349. + +\bibitem{Jana06} +P.~Jana, Polynomial interpolation and polynomial root finding on otis-mesh, + Parallel Comput 32~(3) (2006) 301--312. + +\bibitem{Janall99} +P.~Jana, B.~Sinha, R.~D. Gupta, Efficient parallel algorithms for finding + polynomial zeroes, Proc of the 6th int conference on advance computing, CDAC, + Pune University Campus,India 15~(3) (1999) 189--196. + +\bibitem{Riceall06} +T.~Rice, L.~Jamieson, A highly parallel algorithm for root extraction, IEEE + Trans Comp 38~(3) (2006) 443--449. + +\bibitem{Azad07} +H.~Azad, The performance of synchronous parallel polynomial root extraction on + a ring multicomputer, Clust Comput 2~(10) (2007) 167--174. + +\bibitem{Gemignani07} +L.~Gemignani, Structured matrix methods for polynomial root finding., n: Proc + of the 2007 Intl symposium on symbolic and algebraic computation (2007) + 175--180. + +\bibitem{Kalantari08} +B.~Kalantari, Polynomial root finding and polynomiography., World + Scientifict,New Jersey. + +\bibitem{Skachek08} +V.~Skachek, Structured matrix methods for polynomial root finding., n: Proc of + the 2007 Intl symposium on symbolic and algebraic computation (2008) + 175--180. + +\bibitem{Zhancall08} +X.~Zhanc, Z.~M.~Wan, A constrained learning algorithm for finding multiple real + roots of polynomial, In: Proc of the 2008 intl symposium on computational + intelligence and design (2008) 38--41. + +\bibitem{Zhuall08} +W.~Zhu, w.~Zeng, D.~Lin, an adaptive algorithm finding multiple roots of + polynomials, Lect Notes Comput Sci~(5262) (2008) 674--681. + +\bibitem{Bini04} +D.~Bini, L.~Gemignani, Inverse power and durand kerner iterations for + univariate polynomial root finding, Comput Math Appl~(47) (2004) 447--459. + +\bibitem{Cosnard90} +M.~Cosnard, P.~Fraigniaud, Finding the roots of a polynomial on an mimd + multicomputer, Parallel Comput 15~(3) (1990) 75--85. + +\bibitem{Jana99} +P.~Jana, Finding polynomial zeroes on a multi-mesh of trees (mmt), In: Proc of + the 2nd int conference on information technology (1999) 202--206. + +\bibitem{NVIDIA10} +NVIDIA, NVIDIA CUDA C Programming Guide, Vol.~7 of 001, PG, 2015. + +\end{thebibliography} diff --git a/elsarticle-template.blg b/elsarticle-template.blg new file mode 100644 index 0000000..0a14f38 --- /dev/null +++ b/elsarticle-template.blg @@ -0,0 +1,20 @@ +This is BibTeX, Version 0.99dThe top-level auxiliary file: elsarticle-template.aux +The style file: elsarticle-num.bst +Database file #1: mybibfile.bib +Warning--I didn't find a database entry for "" +Warning--there's a number but no volume in Ilie50 +Warning--there's a number but no volume in Docev62 +Warning--empty journal in Durand60 +Warning--empty journal in Kerner66 +Warning--there's a number but no volume in Kerner66 +Warning--empty journal in Borch-Supan63 +Warning--there's a number but no volume in Borch-Supan63 +Warning--there's a number but no volume in Ehrlich67 +Warning--there's a number but no volume in Loizon83 +Warning--there's a number but no volume in Freeman89 +Warning--there's a number but no volume in Freemanall90 +Warning--there's a number but no volume in Zhuall08 +Warning--there's a number but no volume in Bini04 +Warning--can't use both author and editor fields in NVIDIA10 +Warning--can't use both volume and number fields in NVIDIA10 +(There were 16 warnings) diff --git a/elsarticle-template.dvi b/elsarticle-template.dvi new file mode 100644 index 0000000000000000000000000000000000000000..f6b612a64cb6d4c4f5796a9a29796cc7118b7181 GIT binary patch literal 86420 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 Iofm)p3kf(10ssI2 literal 0 HcmV?d00001 diff --git a/elsarticle-template.log b/elsarticle-template.log new file mode 100644 index 0000000..8fd7379 --- /dev/null +++ b/elsarticle-template.log @@ -0,0 +1,517 @@ +This is pdfTeX, Version 3.14159265-2.6-1.40.16 (MiKTeX 2.9 64-bit) (preloaded format=latex 2015.9.8) 19 OCT 2015 12:48 +entering extended mode +**elsarticle-template.tex +(elsarticle-template.tex +LaTeX2e <2015/01/01> patch level 2 +Babel <3.9m> and hyphenation patterns for 69 languages loaded. +("C:\Program Files\MiKTeX 2.9\tex\latex\elsarticle\elsarticle.cls" +Document Class: elsarticle 2009/09/17, 1.2.0: Elsevier Ltd +\@bls=\dimen102 +("C:\Program Files\MiKTeX 2.9\tex\latex\base\article.cls" +Document Class: article 2014/09/29 v1.4h Standard LaTeX document class +("C:\Program Files\MiKTeX 2.9\tex\latex\base\size10.clo" +File: size10.clo 2014/09/29 v1.4h Standard LaTeX file (size option) +) +\c@part=\count79 +\c@section=\count80 +\c@subsection=\count81 +\c@subsubsection=\count82 +\c@paragraph=\count83 +\c@subparagraph=\count84 +\c@figure=\count85 +\c@table=\count86 +\abovecaptionskip=\skip41 +\belowcaptionskip=\skip42 +\bibindent=\dimen103 +) ("C:\Program Files\MiKTeX 2.9\tex\latex\graphics\graphicx.sty" +Package: graphicx 2014/10/28 v1.0g Enhanced LaTeX Graphics (DPC,SPQR) + ("C:\Program Files\MiKTeX 2.9\tex\latex\graphics\keyval.sty" +Package: keyval 2014/10/28 v1.15 key=value parser (DPC) +\KV@toks@=\toks14 +) +("C:\Program Files\MiKTeX 2.9\tex\latex\graphics\graphics.sty" +Package: graphics 2014/10/28 v1.0p Standard LaTeX Graphics (DPC,SPQR) + ("C:\Program Files\MiKTeX 2.9\tex\latex\graphics\trig.sty" +Package: trig 1999/03/16 v1.09 sin cos tan (DPC) +) ("C:\Program Files\MiKTeX 2.9\tex\latex\00miktex\graphics.cfg" +File: graphics.cfg 2007/01/18 v1.5 graphics configuration of teTeX/TeXLive +) +Package graphics Info: Driver file: dvips.def on input line 94. + +("C:\Program Files\MiKTeX 2.9\tex\latex\graphics\dvips.def" +File: dvips.def 2014/10/14 v3.0j Driver-dependent file (DPC,SPQR) +)) +\Gin@req@height=\dimen104 +\Gin@req@width=\dimen105 +) ("C:\Program Files\MiKTeX 2.9\tex\latex\psnfss\pifont.sty" +Package: pifont 2005/04/12 PSNFSS-v9.2a Pi font support (SPQR) +LaTeX Font Info: Try loading font information for U+pzd on input line 63. + ("C:\Program Files\MiKTeX 2.9\tex\latex\psnfss\upzd.fd" +File: upzd.fd 2001/06/04 font definitions for U/pzd. +) +LaTeX Font Info: Try loading font information for U+psy on input line 64. + ("C:\Program Files\MiKTeX 2.9\tex\latex\psnfss\upsy.fd" +File: upsy.fd 2001/06/04 font definitions for U/psy. +)) +\c@tnote=\count87 +\c@fnote=\count88 +\c@cnote=\count89 +\c@ead=\count90 +\c@author=\count91 +\@eadauthor=\toks15 +\c@affn=\count92 +\absbox=\box26 +\keybox=\box27 +\Columnwidth=\dimen106 +\space@left=\dimen107 +\els@boxa=\box28 +\els@boxb=\box29 +\leftMargin=\dimen108 +\@enLab=\toks16 +\@sep=\skip43 +\@@sep=\skip44 + +(elsarticle-template.spl) ("C:\Program Files\MiKTeX 2.9\tex\latex\natbib\natbib.sty" +Package: natbib 2010/09/13 8.31b (PWD, AO) +\bibhang=\skip45 +\bibsep=\skip46 +LaTeX Info: Redefining \cite on input line 694. +\c@NAT@ctr=\count93 +) +\splwrite=\write3 +) +("C:\Program Files\MiKTeX 2.9\tex\latex\lineno\lineno.sty" +Package: lineno 2005/11/02 line numbers on paragraphs v4.41 +\linenopenalty=\count94 +\output=\toks17 +\linenoprevgraf=\count95 +\linenumbersep=\dimen109 +\linenumberwidth=\dimen110 +\c@linenumber=\count96 +\c@pagewiselinenumber=\count97 +\c@LN@truepage=\count98 +\c@internallinenumber=\count99 +\c@internallinenumbers=\count100 +\quotelinenumbersep=\dimen111 +\bframerule=\dimen112 +\bframesep=\dimen113 +\bframebox=\box30 +LaTeX Info: Redefining \\ on input line 3056. +) ("C:\Program Files\MiKTeX 2.9\tex\latex\hyperref\hyperref.sty" +Package: hyperref 2012/11/06 v6.83m Hypertext links for LaTeX + ("C:\Program Files\MiKTeX 2.9\tex\generic\oberdiek\hobsub-hyperref.sty" +Package: hobsub-hyperref 2012/04/25 v1.12 Bundle oberdiek, subset hyperref (HO) + +("C:\Program Files\MiKTeX 2.9\tex\generic\oberdiek\hobsub-generic.sty" +Package: hobsub-generic 2012/04/25 v1.12 Bundle oberdiek, subset generic (HO) +Package: hobsub 2012/04/25 v1.12 Construct package bundles (HO) +Package: infwarerr 2010/04/08 v1.3 Providing info/warning/error messages (HO) +Package: ltxcmds 2011/11/09 v1.22 LaTeX kernel commands for general use (HO) +Package: ifluatex 2010/03/01 v1.3 Provides the ifluatex switch (HO) +Package ifluatex Info: LuaTeX not detected. +Package: ifvtex 2010/03/01 v1.5 Detect VTeX and its facilities (HO) +Package ifvtex Info: VTeX not detected. +Package: intcalc 2007/09/27 v1.1 Expandable calculations with integers (HO) +Package: ifpdf 2011/01/30 v2.3 Provides the ifpdf switch (HO) +Package ifpdf Info: pdfTeX in PDF mode is not detected. +Package: etexcmds 2011/02/16 v1.5 Avoid name clashes with e-TeX commands (HO) +Package etexcmds Info: Could not find \expanded. +(etexcmds) That can mean that you are not using pdfTeX 1.50 or +(etexcmds) that some package has redefined \expanded. +(etexcmds) In the latter case, load this package earlier. +Package: kvsetkeys 2012/04/25 v1.16 Key value parser (HO) +Package: kvdefinekeys 2011/04/07 v1.3 Define keys (HO) +Package: pdftexcmds 2011/11/29 v0.20 Utility functions of pdfTeX for LuaTeX (HO) +Package pdftexcmds Info: LuaTeX not detected. +Package pdftexcmds Info: \pdf@primitive is available. +Package pdftexcmds Info: \pdf@ifprimitive is available. +Package pdftexcmds Info: \pdfdraftmode is ignored in DVI mode. +Package: pdfescape 2011/11/25 v1.13 Implements pdfTeX's escape features (HO) +Package: bigintcalc 2012/04/08 v1.3 Expandable calculations on big integers (HO) +Package: bitset 2011/01/30 v1.1 Handle bit-vector datatype (HO) +Package: uniquecounter 2011/01/30 v1.2 Provide unlimited unique counter (HO) +) +Package hobsub Info: Skipping package `hobsub' (already loaded). +Package: letltxmacro 2010/09/02 v1.4 Let assignment for LaTeX macros (HO) +Package: hopatch 2011/06/24 v1.1 Wrapper for package hooks (HO) +Package: xcolor-patch 2011/01/30 xcolor patch +Package: atveryend 2011/06/30 v1.8 Hooks at the very end of document (HO) +Package atveryend Info: \enddocument detected (standard20110627). +Package: atbegshi 2011/10/05 v1.16 At begin shipout hook (HO) +Package: refcount 2011/10/16 v3.4 Data extraction from label references (HO) +Package: hycolor 2011/01/30 v1.7 Color options for hyperref/bookmark (HO) +) +("C:\Program Files\MiKTeX 2.9\tex\generic\ifxetex\ifxetex.sty" +Package: ifxetex 2010/09/12 v0.6 Provides ifxetex conditional +) +("C:\Program Files\MiKTeX 2.9\tex\latex\oberdiek\auxhook.sty" +Package: auxhook 2011/03/04 v1.3 Hooks for auxiliary files (HO) +) +("C:\Program Files\MiKTeX 2.9\tex\latex\oberdiek\kvoptions.sty" +Package: kvoptions 2011/06/30 v3.11 Key value format for package options (HO) +) +\@linkdim=\dimen114 +\Hy@linkcounter=\count101 +\Hy@pagecounter=\count102 + +("C:\Program Files\MiKTeX 2.9\tex\latex\hyperref\pd1enc.def" +File: pd1enc.def 2012/11/06 v6.83m Hyperref: PDFDocEncoding definition (HO) +) +\Hy@SavedSpaceFactor=\count103 + +("C:\Program Files\MiKTeX 2.9\tex\latex\00miktex\hyperref.cfg" +File: hyperref.cfg 2002/06/06 v1.2 hyperref configuration of TeXLive +) +Package hyperref Info: Hyper figures OFF on input line 4443. +Package hyperref Info: Link nesting OFF on input line 4448. +Package hyperref Info: Hyper index ON on input line 4451. +Package hyperref Info: Plain pages OFF on input line 4458. +Package hyperref Info: Backreferencing OFF on input line 4463. +Package hyperref Info: Implicit mode ON; LaTeX internals redefined. +Package hyperref Info: Bookmarks ON on input line 4688. +\c@Hy@tempcnt=\count104 + ("C:\Program Files\MiKTeX 2.9\tex\latex\url\url.sty" +\Urlmuskip=\muskip10 +Package: url 2013/09/16 ver 3.4 Verb mode for urls, etc. +) +LaTeX Info: Redefining \url on input line 5041. +\XeTeXLinkMargin=\dimen115 +\Fld@menulength=\count105 +\Field@Width=\dimen116 +\Fld@charsize=\dimen117 +Package hyperref Info: Hyper figures OFF on input line 6295. +Package hyperref Info: Link nesting OFF on input line 6300. +Package hyperref Info: Hyper index ON on input line 6303. +Package hyperref Info: backreferencing OFF on input line 6310. +Package hyperref Info: Link coloring OFF on input line 6315. +Package hyperref Info: Link coloring with OCG OFF on input line 6320. +Package hyperref Info: PDF/A mode OFF on input line 6325. +LaTeX Info: Redefining \ref on input line 6365. +LaTeX Info: Redefining \pageref on input line 6369. +\Hy@abspage=\count106 +\c@Item=\count107 +\c@Hfootnote=\count108 +) + +Package hyperref Message: Driver (default): hdvips. + +("C:\Program Files\MiKTeX 2.9\tex\latex\hyperref\hdvips.def" +File: hdvips.def 2012/11/06 v6.83m Hyperref driver for dvips + ("C:\Program Files\MiKTeX 2.9\tex\latex\hyperref\pdfmark.def" +File: pdfmark.def 2012/11/06 v6.83m Hyperref definitions for pdfmark specials +\pdf@docset=\toks18 +\pdf@box=\box31 +\pdf@toks=\toks19 +\pdf@defaulttoks=\toks20 +\HyField@AnnotCount=\count109 +\Fld@listcount=\count110 +\c@bookmark@seq@number=\count111 + ("C:\Program Files\MiKTeX 2.9\tex\latex\oberdiek\rerunfilecheck.sty" +Package: rerunfilecheck 2011/04/15 v1.7 Rerun checks for auxiliary files (HO) +Package uniquecounter Info: New unique counter `rerunfilecheck' on input line 282. +) +\Hy@SectionHShift=\skip47 +)) +("C:\Program Files\MiKTeX 2.9\tex\latex\amsmath\amsmath.sty" +Package: amsmath 2013/01/14 v2.14 AMS math features +\@mathmargin=\skip48 + +For additional information on amsmath, use the `?' option. +("C:\Program Files\MiKTeX 2.9\tex\latex\amsmath\amstext.sty" +Package: amstext 2000/06/29 v2.01 + ("C:\Program Files\MiKTeX 2.9\tex\latex\amsmath\amsgen.sty" +File: amsgen.sty 1999/11/30 v2.0 +\@emptytoks=\toks21 +\ex@=\dimen118 +)) ("C:\Program Files\MiKTeX 2.9\tex\latex\amsmath\amsbsy.sty" +Package: amsbsy 1999/11/29 v1.2d +\pmbraise@=\dimen119 +) +("C:\Program Files\MiKTeX 2.9\tex\latex\amsmath\amsopn.sty" +Package: amsopn 1999/12/14 v2.01 operator names +) +\inf@bad=\count112 +LaTeX Info: Redefining \frac on input line 210. +\uproot@=\count113 +\leftroot@=\count114 +LaTeX Info: Redefining \overline on input line 306. +\classnum@=\count115 +\DOTSCASE@=\count116 +LaTeX Info: Redefining \ldots on input line 378. +LaTeX Info: Redefining \dots on input line 381. +LaTeX Info: Redefining \cdots on input line 466. +\Mathstrutbox@=\box32 +\strutbox@=\box33 +\big@size=\dimen120 +LaTeX Font Info: Redeclaring font encoding OML on input line 566. +LaTeX Font Info: Redeclaring font encoding OMS on input line 567. +\macc@depth=\count117 +\c@MaxMatrixCols=\count118 +\dotsspace@=\muskip11 +\c@parentequation=\count119 +\dspbrk@lvl=\count120 +\tag@help=\toks22 +\row@=\count121 +\column@=\count122 +\maxfields@=\count123 +\andhelp@=\toks23 +\eqnshift@=\dimen121 +\alignsep@=\dimen122 +\tagshift@=\dimen123 +\tagwidth@=\dimen124 +\totwidth@=\dimen125 +\lineht@=\dimen126 +\@envbody=\toks24 +\multlinegap=\skip49 +\multlinetaggap=\skip50 +\mathdisplay@stack=\toks25 +LaTeX Info: Redefining \[ on input line 2665. +LaTeX Info: Redefining \] on input line 2666. +) +("C:\Program Files\MiKTeX 2.9\tex\latex\amsfonts\amsfonts.sty" +Package: amsfonts 2013/01/14 v3.01 Basic AMSFonts support +\symAMSa=\mathgroup4 +\symAMSb=\mathgroup5 +LaTeX Font Info: Overwriting math alphabet `\mathfrak' in version `bold' +(Font) U/euf/m/n --> U/euf/b/n on input line 106. +) +("C:\Program Files\MiKTeX 2.9\tex\latex\amsfonts\amssymb.sty" +Package: amssymb 2013/01/14 v3.01 AMS font symbols +) +(C:\Users\MEZHOUD\AppData\Roaming\MiKTeX\2.9\tex\latex\algorithm2e\algorithm2e.sty +Package: algorithm2e 2013/01/06 v5.00 algorithms environments +\c@AlgoLine=\count124 + +("C:\Program Files\MiKTeX 2.9\tex\latex\base\ifthen.sty" +Package: ifthen 2014/09/29 v1.1c Standard LaTeX ifthen package (DPC) +) ("C:\Program Files\MiKTeX 2.9\tex\latex\tools\xspace.sty" +Package: xspace 2014/10/28 v1.13 Space after command names (DPC,MH) +) +("C:\Program Files\MiKTeX 2.9\tex\latex\ltxmisc\relsize.sty" +Package: relsize 2003/07/04 ver 3.1 +) +******************************************************** +Package `algorithm2e' Release 5.0 -- january 06 2013 -- +- algorithm2e-announce@lirmm.fr mailing list for announcement about releases +- algorithm2e-discussion@lirmm.fr mailing list for discussion about package +subscribe by emailing sympa@lirmm.fr with 'subscribe ' +- Author: Christophe Fiorio (cfiorio@um2.fr) +******************************************************** +\skiptotal=\skip51 +\skiplinenumber=\skip52 +\skiprule=\skip53 +\skiphlne=\skip54 +\skiptext=\skip55 +\skiplength=\skip56 +\algomargin=\skip57 +\skipalgocfslide=\skip58 +\algowidth=\dimen127 +\inoutsize=\dimen128 +\inoutindent=\dimen129 +\interspacetitleruled=\dimen130 +\interspacealgoruled=\dimen131 +\interspacetitleboxruled=\dimen132 +\algocf@inoutbox=\box34 +\algocf@inputbox=\box35 +\AlCapSkip=\skip59 +\AlCapHSkip=\skip60 +\algoskipindent=\skip61 +\algocf@nlbox=\box36 +\algocf@hangingbox=\box37 +\algocf@untilbox=\box38 +\algocf@skipuntil=\skip62 +\algocf@capbox=\box39 +\algoheightruledefault=\skip63 +\algoheightrule=\skip64 +\algotitleheightruledefault=\skip65 +\algotitleheightrule=\skip66 +\c@algocfline=\count125 +\c@algocfproc=\count126 +\c@algocf=\count127 +\algocf@algoframe=\box40 +\algocf@algobox=\box41 +) ("C:\Program Files\MiKTeX 2.9\tex\latex\tools\array.sty" +Package: array 2014/10/28 v2.4c Tabular extension package (FMi) +\col@sep=\dimen133 +\extrarowheight=\dimen134 +\NC@list=\toks26 +\extratabsurround=\skip67 +\backup@length=\skip68 +) ("C:\Program Files\MiKTeX 2.9\tex\latex\multirow\multirow.sty" +\bigstrutjot=\dimen135 +) ("C:\Program Files\MiKTeX 2.9\tex\latex\makecell\makecell.sty" +Package: makecell 2009/08/03 V0.1e Managing of Tab Column Heads and Cells +\rotheadsize=\dimen136 +\c@nlinenum=\count128 +\TeXr@lab=\toks27 +) (elsarticle-template.aux) +LaTeX Font Info: Checking defaults for OML/cmm/m/it on input line 51. +LaTeX Font Info: ... okay on input line 51. +LaTeX Font Info: Checking defaults for T1/cmr/m/n on input line 51. +LaTeX Font Info: ... okay on input line 51. +LaTeX Font Info: Checking defaults for OT1/cmr/m/n on input line 51. +LaTeX Font Info: ... okay on input line 51. +LaTeX Font Info: Checking defaults for OMS/cmsy/m/n on input line 51. +LaTeX Font Info: ... okay on input line 51. +LaTeX Font Info: Checking defaults for OMX/cmex/m/n on input line 51. +LaTeX Font Info: ... okay on input line 51. +LaTeX Font Info: Checking defaults for U/cmr/m/n on input line 51. +LaTeX Font Info: ... okay on input line 51. +LaTeX Font Info: Checking defaults for PD1/pdf/m/n on input line 51. +LaTeX Font Info: ... okay on input line 51. +\AtBeginShipoutBox=\box42 +Package hyperref Info: Link coloring OFF on input line 51. + +("C:\Program Files\MiKTeX 2.9\tex\latex\hyperref\nameref.sty" +Package: nameref 2012/10/27 v2.43 Cross-referencing by name of section + +("C:\Program Files\MiKTeX 2.9\tex\generic\oberdiek\gettitlestring.sty" +Package: gettitlestring 2010/12/03 v1.4 Cleanup title references (HO) +) +\c@section@level=\count129 +) +LaTeX Info: Redefining \ref on input line 51. +LaTeX Info: Redefining \pageref on input line 51. +LaTeX Info: Redefining \nameref on input line 51. + (elsarticle-template.out) +(elsarticle-template.out) +\@outlinefile=\write4 +LaTeX Font Info: Try loading font information for U+msa on input line 90. + ("C:\Program Files\MiKTeX 2.9\tex\latex\amsfonts\umsa.fd" +File: umsa.fd 2013/01/14 v3.01 AMS symbols A +) +LaTeX Font Info: Try loading font information for U+msb on input line 90. + +("C:\Program Files\MiKTeX 2.9\tex\latex\amsfonts\umsb.fd" +File: umsb.fd 2013/01/14 v3.01 AMS symbols B +) +Missing character: There is no à in font cmti8! +Missing character: There is no © in font cmti8! + + +LaTeX Font Warning: Command \Large invalid in math mode on input line 99. + +[1 + + +] [2] [3] + +Package hyperref Warning: Token not allowed in a PDF string (PDFDocEncoding): +(hyperref) removing `math shift' on input line 240. + + +Package hyperref Warning: Token not allowed in a PDF string (PDFDocEncoding): +(hyperref) removing `superscript' on input line 240. + + +Package hyperref Warning: Token not allowed in a PDF string (PDFDocEncoding): +(hyperref) removing `math shift' on input line 240. + +[4] + +Package hyperref Warning: Token not allowed in a PDF string (PDFDocEncoding): +(hyperref) removing `math shift' on input line 264. + + +Package hyperref Warning: Token not allowed in a PDF string (PDFDocEncoding): +(hyperref) removing `subscript' on input line 264. + + +Package hyperref Warning: Token not allowed in a PDF string (PDFDocEncoding): +(hyperref) removing `math shift' on input line 264. + +[5] + +Package natbib Warning: Citation `' on page 6 undefined on input line 352. + +[6] [7] [8] [9] [10] [11] +Underfull \hbox (badness 10000) in paragraph at lines 526--530 + + [] + +[12] +Underfull \hbox (badness 10000) in paragraph at lines 553--554 + + [] + +[13] +Overfull \hbox (9.92766pt too wide) in paragraph at lines 576--578 +\OT1/cmr/m/n/10 trans-fers from the CPU mem-ory to the GPU mem-ory []\OT1/cmtt/m/n/10 (cudaMemcpyHostToDevice) + [] + + +LaTeX Font Warning: Command \Large invalid in math mode on input line 597. + +[14] +Overfull \hbox (1.92747pt too wide) in paragraph at lines 622--633 + [][] + [] + + +LaTeX Warning: `!h' float specifier changed to `!ht'. + + +Overfull \hbox (1.92747pt too wide) in paragraph at lines 660--667 + [][] + [] + +(elsarticle-template.bbl [15] [16] +Missing character: There is no à in font cmr10! +Missing character: There is no ´ in font cmr10! +Missing character: There is no à in font cmr10! +Missing character: There is no © in font cmr10! +Missing character: There is no à in font cmr10! +Missing character: There is no © in font cmr10! +Missing character: There is no à in font cmr10! +Missing character: There is no © in font cmr10! +Missing character: There is no à in font cmr10! +Missing character: There is no © in font cmr10! +Missing character: There is no à in font cmr10! +Missing character: There is no ¨ in font cmr10! +Missing character: There is no à in font cmr10! +Missing character: There is no © in font cmr10! +Missing character: There is no à in font cmr10! +Missing character: There is no ¨ in font cmr10! +Missing character: There is no à in font cmr10! +Missing character: There is no © in font cmr10! +Missing character: There is no à in font cmr10! +Missing character: There is no © in font cmr10! +Missing character: There is no à in font cmr10! +Missing character: There is no © in font cmr10! +Missing character: There is no à in font cmr10! +Missing character: There is no © in font cmr10! +Missing character: There is no à in font cmr10! +Missing character: There is no © in font cmr10! +Missing character: There is no à in font cmr10! +Missing character: There is no © in font cmr10! + [17] +Missing character: There is no à in font cmr10! +Missing character: There is no © in font cmr10! +Missing character: There is no à in font cmr10! +Missing character: There is no ´ in font cmr10! +Missing character: There is no à in font cmr10! +Missing character: There is no ¨ in font cmr10! + [18]) + +Package natbib Warning: There were undefined citations. + +Package atveryend Info: Empty hook `BeforeClearDocument' on input line 675. +[19] +Package atveryend Info: Empty hook `AfterLastShipout' on input line 675. + (elsarticle-template.aux) +Package atveryend Info: Empty hook `AtVeryEndDocument' on input line 675. +Package atveryend Info: Executing hook `AtEndAfterFileList' on input line 675. +Package rerunfilecheck Info: File `elsarticle-template.out' has not changed. +(rerunfilecheck) Checksum: D58FEC72D34B0C09E9A87851F40247DC;1417. +Package atveryend Info: Empty hook `AtVeryVeryEnd' on input line 675. + ) +Here is how much of TeX's memory you used: + 7944 strings out of 493674 + 111350 string characters out of 3143981 + 236548 words of memory out of 3000000 + 11205 multiletter control sequences out of 15000+200000 + 12426 words of font info for 47 fonts, out of 3000000 for 9000 + 1025 hyphenation exceptions out of 8191 + 32i,18n,32p,622b,531s stack positions out of 5000i,500n,10000p,200000b,50000s + +Output written on elsarticle-template.dvi (19 pages, 86420 bytes). diff --git a/elsarticle-template.out b/elsarticle-template.out new file mode 100644 index 0000000..202aedb --- /dev/null +++ b/elsarticle-template.out @@ -0,0 +1,18 @@ +\BOOKMARK [1][-]{section.1}{Root finding problem}{}% 1 +\BOOKMARK [1][-]{section.2}{Aberth method}{}% 2 +\BOOKMARK [2][-]{subsection.2.1}{Polynomials Initialization}{section.2}% 3 +\BOOKMARK [2][-]{subsection.2.2}{Vector Z\(0\) Initialization}{section.2}% 4 +\BOOKMARK [2][-]{subsection.2.3}{Iterative Function Hi}{section.2}% 5 +\BOOKMARK [2][-]{subsection.2.4}{Convergence condition}{section.2}% 6 +\BOOKMARK [1][-]{section.3}{Amelioration of Aberth method }{}% 7 +\BOOKMARK [1][-]{section.4}{The implementation of simultaneous methods in a parallel computer}{}% 8 +\BOOKMARK [1][-]{section.5}{A parallel implementation of Aberth method}{}% 9 +\BOOKMARK [2][-]{subsection.5.1}{Background on the GPU architecture}{section.5}% 10 +\BOOKMARK [2][-]{subsection.5.2}{Background on the CUDA Programming Model}{section.5}% 11 +\BOOKMARK [2][-]{subsection.5.3}{ The implementation of Aberth method on GPU}{section.5}% 12 +\BOOKMARK [3][-]{subsubsection.5.3.1}{A sequential Aberth algorithm}{subsection.5.3}% 13 +\BOOKMARK [3][-]{subsubsection.5.3.2}{Parallelize the steps on GPU }{subsection.5.3}% 14 +\BOOKMARK [2][-]{subsection.5.4}{Experimental study}{section.5}% 15 +\BOOKMARK [3][-]{subsubsection.5.4.1}{Definition of the polynomial used}{subsection.5.4}% 16 +\BOOKMARK [3][-]{subsubsection.5.4.2}{The study condition}{subsection.5.4}% 17 +\BOOKMARK [3][-]{subsubsection.5.4.3}{Comparative study}{subsection.5.4}% 18 diff --git a/elsarticle-template.pdf b/elsarticle-template.pdf new file mode 100644 index 0000000000000000000000000000000000000000..247f1e2cace183bb868901f389c4caf818fbd354 GIT binary patch literal 103288 zcma&MQ?M|=wxqdj+qP}nwr$(CZQJ;_ZQHhOYfewhMBI+(ZbOaSxK?hxy_-qz3od^-9xvXST(%2 zrjBpsPwNNROEWH+=QNe(G?+wS#F^M(>fK?zoU7JSd?G0ID1)Iz2O$kCr(^|LS&SeE zh7#5vAg_tAkTV=v>d7xHqEQq5sW+2E!oolbugS*_3@8tx^Hm0F*U&}x`Z`IGOmg5L zD;CnQ*1db_>Z)Uln&+=<XG9XoD_f}=-0D2RuDZ4b65X*r?@FOB7q2`%p;Ip zjo{1Mm^%zgN3>hjE>XEFup@yG3Le02o>kCGUa#Uyr4?r$XeJkQeIF0Y*L-(nY8{OB zk5t3+8cBb_BhDkdoRP4veLTAZ#kYN;z?jI7@aZCwUa^DOffS@Z4ofyD?Riz|}J%}i$*vapr%PL3l$AgG~ zB2x*2W@!T!JgLxSlEVn3z<(=8(l$v~ka;nI!gwcfk$zHVAqgKL-vB7%*=6Fq4L~~3h)wQ7EsE81blHF^UEo6 zitK^bwI0%?tQRT=A#z`(f+`vn1flfkrn31I&&H zg3lm(hPWpoA|!<$4w77|`onTp29t{i3ELcsX9UYVjEAEpvIH}oa7KZGl>D-nAC^jU zKi~Pr!?rMnXyLXe`2CC~C^#v}?!q{Dq6nk5H{lWR><7a2Xl{o|P7nl&NzZ~W)FE-e z-OQtxb`@CN?vOI*M3A}{27pi$9@yWi`Ed!UvYOq@gt}q0dH?Lgd`;kj137ifmSQ+$ z?HFjoR=`{0bix)hsPTDLu6H&rT~^fME`Wbo#A#NzNJP02{bkIUf5e0yoeeeNYFF8b z*3GEOmh4GDJ~V_Ro(PF~&|o_+6P)gEx0}fmQZ;2Fue)hE)rClNvaBrd=Xu&}yS4A7 zDC(D{G6q0cdIo!5lRtHHuJ{?B^;KA#VZ}c7L2@53f%$}ZHRC^P*2S!0&eOky?iy&Q zSFbiRcvTjw=p!r_@udk9-4DOVUf)cXTz}@+PVs%sNvPW;_M)EGKJcWa5-UO)ioAn^g-_n`JW?jCw2Z<*La)1?bo z8|%Wa(^{WMujq~4<_V;bEq+ogz8bdu(9ioI0qnnI3)uNCHG!Tp$hyi$@xJ9b$;AYI z+&;9@soiN)0err1!i5e4SpeiRk4n{B<<-Kq+-Llqb#7g^sxU1~W2M=y13kZ$aILXX zzU{u&9>8ItUbx(Q60a zB}8rVLZ!T*9jz>5+r^%nzY;)iH@Ppm@P9$+J6_YFOzlkmKkfX_?SH8)6Z?N7yG*Q% zEdNt>XEZhAx7m>V_Vf#V|6yS`jtHlq5Wu_TaFnx$fionm!(*|UYgxCjlr1y2`v0gk zR#bPf9$|Dvivq!qP@!ppSM#ZX;{)Lh-{Zq80sf5%cEIQ9g8jVAGF1sap_8S}swC7#&gjA7R;-QSgaKg5`R)7z7shN~L2qHl>vnH@~EvS&*? zl3crs#uMZ2+KXUyYNDoz3Y#dqsQyG^)O571G}m2PJhPo%7H^2PWlNYCYO_+5lXJGU z_EgR6;!;nN9%&*xq?}CRmI**Q;-QV>gtvl1TCTq$M%lEgItzygMt!vlJ>**$nt$ST z$jzjg(BSKM_|8&!9#+~9F&{8~{2g_SaN(ob-;Z0q-((V(#9R>*`XCxxMG&C_kOMiD zJ-#5wVx0X^!sftd(QdTW?RE*Y*K-M%Fftg(1OftEPZnKGGzv+Ov3RO+RsO(zlI|lgIu@-EO{)^ z%;HD3>C{Wdi{Lb+B!g0>e?N7y(_t+(2=xtXdg!mP&al+xcRJlNvt0RZxT3blpU++i zTyB2a5wkd6HgKn$ukH}kR#uOqq^)MahZogr^>suyUUQ5Fz!sA@RSiGwhx88&7c-tm ze=6&zio$ZzC1>C!hZrviELifGa2k~IPCgp^40}+soI5nY&T!cp6hf~K?P{RN$#^f_ zNldn8GafP89h6jjjWL(kzJi|Wq(XG6QYBhc17E_Q%@`r}GQ>8@ffpsE%0A%HI08Cn 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 ZVo^y&QED2Op@ET^kqMWos;j>n7XT2&bhiKi literal 0 HcmV?d00001 diff --git a/elsarticle-template.spl b/elsarticle-template.spl new file mode 100644 index 0000000..e69de29 diff --git a/elsarticle-template.tex b/elsarticle-template.tex new file mode 100644 index 0000000..df35ecb --- /dev/null +++ b/elsarticle-template.tex @@ -0,0 +1,675 @@ +\documentclass[review]{elsarticle} + +\usepackage{lineno,hyperref} +%%\usepackage[utf8]{inputenc} +%%\usepackage[T1]{fontenc} +%%\usepackage[french]{babel} +\usepackage{amsmath,amsfonts,amssymb} +\usepackage[ruled,vlined]{algorithm2e} +\usepackage{array,multirow,makecell} +\setcellgapes{1pt} +\makegapedcells +\newcolumntype{R}[1]{>{\raggedleft\arraybackslash }b{#1}} +\newcolumntype{L}[1]{>{\raggedright\arraybackslash }b{#1}} +\newcolumntype{C}[1]{>{\centering\arraybackslash }b{#1}} +\modulolinenumbers[5] + +\journal{Journal of \LaTeX\ Templates} + +%%%%%%%%%%%%%%%%%%%%%%% +%% Elsevier bibliography styles +%%%%%%%%%%%%%%%%%%%%%%% +%% To change the style, put a % in front of the second line of the current style and +%% remove the % from the second line of the style you would like to use. +%%%%%%%%%%%%%%%%%%%%%%% + +%% Numbered +%\bibliographystyle{model1-num-names} + +%% Numbered without titles +%\bibliographystyle{model1a-num-names} + +%% Harvard +%\bibliographystyle{model2-names.bst}\biboptions{authoryear} + +%% Vancouver numbered +%\usepackage{numcompress}\bibliographystyle{model3-num-names} + +%% Vancouver name/year +%\usepackage{numcompress}\bibliographystyle{model4-names}\biboptions{authoryear} + +%% APA style +%\bibliographystyle{model5-names}\biboptions{authoryear} + +%% AMA style +%\usepackage{numcompress}\bibliographystyle{model6-num-names} + +%% `Elsevier LaTeX' style +\bibliographystyle{elsarticle-num} +%%%%%%%%%%%%%%%%%%%%%%% + +\begin{document} + +\begin{frontmatter} + +\title{A parallel root finding polynomial on GPU} + +%% Group authors per affiliation: +\author{Elsevier\fnref{myfootnote}} +\address{Radarweg 29, Amsterdam} +\fntext[myfootnote]{Since 1880.} + +%% or include affiliations in footnotes: +\author[mymainaddress]{Ghidouche Kahina\corref{mycorrespondingauthor}} +%%\ead[url]{kahina.ghidouche@gmail.com} +\cortext[mycorrespondingauthor]{Corresponding author} +\ead{kahina.ghidouche@gmail.com} + +\author[mysecondaryaddress]{Couturier Raphael\corref{mycorrespondingauthor}} +%%\cortext[mycorrespondingauthor]{Corresponding author} +\ead{raphael.couturier@univ-fcomte.fr} + +\author[mymainaddress]{Abderrahmane Sider\corref{mycorrespondingauthor}} +%%\cortext[mycorrespondingauthor]{Corresponding author} +\ead{ar.sider@univ-bejaia.dz} + +\address[mymainaddress]{Department of informatics,University of Bejaia,Algeria} +\address[mysecondaryaddress]{FEMTO-ST Institute, University of Franche-Compté } + +\begin{abstract} +in this article we present a parallel implementation +of the Aberth algorithm for the problem root finding for +high degree polynomials on GPU architecture (Graphics +Processing Unit). +\end{abstract} + +\begin{keyword} +root finding of polynomials, high degree, iterative methods, Durant-Kerner, GPU, CUDA, CPU , Parallelization +\end{keyword} + +\end{frontmatter} + +\linenumbers + +\section{Root finding problem} +We consider a polynomial of degree \textit{n} having coefficients +in the complex \textit{C} and zeros $\alpha_{i},\textit{i=1,...,n}$. +%%\begin{center} +\begin{equation} + {\Large p(x)=\sum{a_{i}x^{i}}=a_{n}\prod(x-\alpha_{i}),a_{0} a_{n}\neq 0} +\end{equation} +%%\end{center} + + The root finding problem consist to find +all n root of \textit{p(x)}. the problem of finding a root is +equivalent to the problem of finding a fixed-point. To see this +consider the fixed-point problem of finding the n-dimensional +vector x such that +\begin{center} +$x=g(x). $ +\end{center} +Where $g : C^{n}\longrightarrow C^{n}$. Note that we can easily +rewrite this fixed-point problem as a root-finding problem by +setting $f (x) = x-g(x)$ and likewise we can recast the +root-finding problem into a fixed-point problem by setting +\begin{center} +$g(x)= f(x)-x$ +\end{center} +Often it will not be possible to solve such nonlinear equation +root-finding problems analytically. When this occurs we turn to +numerical methods to approximate the solution. Generally speaking, +algorithms for solving problems numerically can be divided into +two main groups: direct methods and iterative methods. +\\ + Direct methods exist only for $n \leq 4$,solved in closed form by G. Cardano +in the mid-16th century. However, N.H. Abel in the early 19th +century showed that polynomials of degree five or more could not +be solved by directs methods. Since then researchers have +concentrated on numerical (iterative) methods such as the famous +Newton's method, Bernoulli's method of the 18th, and Graeffe's. +With the advent of electronic computers, different methods has +been developed such as the Jenkins-Traub method, Larkin s method, +Muller's method, and several methods for simultaneous +approximation of all the roots, starting with the Durand-Kerner +method: +%%\begin{center} +\begin{equation} + Z_{i}=Z_{i}-\frac{P(Z_{i})}{\prod_{i\neq j}(z_{i}-z_{j})} +\end{equation} +%%\end{center} + +This formula is mentioned for the first time from +Weiestrass~\cite{Weierstrass03} as part of the fundamental theorem +of Algebra and is rediscovered from Ilieff~\cite{Ilie50}, +Docev~\cite{Docev62}, Durand~\cite{Durand60}, +Kerner~\cite{Kerner66}. Another method discovered from +Borsch-Supan~\cite{ Borch-Supan63} and also described and brought +in the following form from Ehrlich~\cite{Ehrlich67} and +Aberth~\cite{Aberth73}. +%%\begin{center} +\begin{equation} + Z_{i}=Z_{i}-\frac{1}{{\frac {P'(Z_{i})} {P(Z_{i})}}-{\sum_{i\neq j}(z_{i}-z_{j})}} +\end{equation} +%%\end{center} + +Aberth, Ehrlich and Farmer-Loizou~\cite{Loizon83} have proved that +the above method has cubic order of convergence for simple roots. + + +Iterative methods raise several problem when implemented e.g. +specific sizes of numbers must be used to deal with this +difficulty.Moreover,the convergence time of iterative methods +drastically increase like the degrees of high polynomials. The +parallelization of these algorithms will improve the convergence +time. + +Many authors have treated the problem of parallelization of +simultaneous methods. Freeman~\cite{Freeman89} has tested the DK +method, EA method and another method of the fourth order proposed +from Farmer and Loizou~\cite{Loizon83},on a 8- processor linear +chain, for polynomial of degree up to 8. The third method often +diverges, but the first two methods have speed-up 5.5 +(speed-up=(Time on one processor)/(Time on p processors)). Later +Freeman and Bane~\cite{Freemanall90} consider asynchronous +algorithms, in which each processor continues to update its +approximations even although the latest values of other $z_i((k))$ +have not received from the other processors, in difference with +the synchronous version where it would wait. +in~\cite{Raphaelall01}proposed two methods of parallelization for +architecture with shared memory and distributed memory,it able to +compute the root of polynomial degree 10000 on 430 s with only 8 +pc and 2 communications per iteration. Compare to the sequential +it take 3300 s to obtain the same results. + +After this few works discuses this problem until the apparition of +the Compute Unified Device Architecture (CUDA)~\cite{CUDA10},a +parallel computing platform and a programming model invented by +NVIDIA. The computing ability of GPU has exceeded the counterpart +of CPU. It is a waste of resource to be just a graphics card for +GPU. CUDA adopts a totally new computing architecture to use the +hardware resources provided by GPU in order to offer a stronger +computing ability to the massive data computing. + + +Indeed,~\cite{Kahinall14}proposed the implementation of the +Durand-Kerner method on GPU (Graphics Processing Unit). The main +result prove that a parallel implementation is 10 times as fast as +the sequential implementation on a single CPU for high degree +polynomials that is greater than about 48000. +\paragraph{} +The mean part of our work is to implement the Aberth method for the problem root finding for +high degree polynomials on GPU architecture (Graphics Processing Unit). Initially we present the Aberth method in section 1. Amelioration of Aberth method was proposed in section 2. A related works for the implementation of simultaneous methods in a parallel computer was discuss in section 3. Section 4 we propose a parallel implementation of Aberth method on GPU. Section 5, we present our result and discuss it. Finally, in Section 6, we present our conclusions and future research directions. + +\section{Aberth method} +A cubically convergent iteration method for finding zeros of +polynomials was proposed by O.Aberth~\cite{Aberth73}. The Aberth +method is a purely algebraic derivation.To illustrate the +derivation, we let $w_{i}(z)$ be the product of linear factor + +\begin{equation} +w_{i}(z)=\prod_{j=1,j \neq i}^{n} (z-x_{j}) +\end{equation} + +And rational function $R_{i}(z)$ be the correction term of +Weistrass method~\cite{Weierstrass03}: + +\begin{equation} +R_{i}(z)=\frac{p(z)}{w_{i}(z)} , i=1,2,...,n +\end{equation} + +Differentiating the rational function $R_{i}(z)$ and applying the +Newton method, we have: + +\begin{equation} +\frac{R_{i}(z)}{R_{i}^{'}(z)}= \frac{p(z)}{p^{'}(z)-p(z)\frac{w_{i}(z)}{w_{i}^{'}(z)}}= \frac{p(z)}{p^{'}(z)-p(z) \sum _{j=1,j \neq i}^{n}\frac{1}{z-x_{i}}}, i=1,2,...,n +\end{equation} + +Substituting $x_{j}$ for z we obtain the Aberth iteration method + +Let present the means stages of Aberth method. + +\subsection{Polynomials Initialization} + The initialization of polynomial P(z) with complex coefficients + are given by: + +\begin{equation} + p(z)=\sum{a_{i}z^{n-i}} , a_{n} \neq 0,a_{0}=1, a_{i}\subset C +\end{equation} + + +\subsection{Vector $Z^{(0)}$ Initialization} + +The choice of the initial points $z^{(0)}_{i}, i = 1, . . . , n.$ +from which starting the iteration (2) or (3), is rather delicate +since the number of steps needed by the iterative method to reach +a given approximation strongly depends on it. +In~\cite{Aberth73}the Aberth iteration is started by selecting n +equispaced points on a circle of center 0 and radius r, where r is +an upper bound to the moduli of the zeros. After,~\cite{Bini96} +performs this choice by selecting complex numbers along different +circles and relies on the result of~\cite{Ostrowski41}. + +\begin{equation} +%%\begin{align} +\sigma_{0}=\frac{u+v}{2};u=\frac{\sum_{i=1}^{n}u_{i}}{n.max_{i=1}^{n}u_{i}}; +v=\frac{\sum_{i=0}^{n-1}v_{i}}{n.min_{i=0}^{n-1}v_{i}};\\ +%%\end{align} +\end{equation} +Where: +\begin{equation} +u_{i}=2.|a_{i}|^{\frac{1}{i}}; +v_{i}=\frac{|\frac{a_{n}}{a_{i}}|^{\frac{1}{n-i}}}{2}. +\end{equation} + +\subsection{Iterative Function $H_{i}$} +The operator used with Aberth method is corresponding to the +following equation which will enable the convergence towards +polynomial solutions, provided all the roots are distinct. + +\begin{equation} +H_{i}(z)=z_{i}-\frac{1}{\frac{P^{'}(z_{i})}{P(z_{i})}-\sum_{j\neq +i}{\frac{1}{z_{i}-z_{j}}}} +\end{equation} + +\subsection{Convergence condition} +Determines the success of the termination. It consists in stopping +the iterative function $H_{i}(z)$ when the root are stable, the method +converge sufficiently: + +\begin{equation} +\forall i \in +[1,n];\frac{z_{i}^{(k)}-z_{i}^{(k-1)}}{z_{i}^{(k)}}<\xi +\end{equation} + + +\section{Amelioration of Aberth method } +The Aberth method implementation suffer of overflow problems. This +situation occurs, for instance, in the case where a polynomial +having positive coefficients and large degree is computed at a +point $\xi$ where $|\xi| > 1$. Indeed the limited number in the +mantissa of floating takings the computation of P(z) wrong when z +is large. for example $(10^{50}) +1+ (- 10^{50})$ will give result +0 instead of 1 in reality. Consequently we can not compute the roots +for large polynomial's degree. This problem was discuss in +~\cite{Karimall98} for the Durand-Kerner method, the authors +propose to use the logarithm and the exponential of a complex: + +\begin{equation} + \forall(x,y)\in R^{*2}; \ln (x+i.y)=\ln(x^{2}+y^{2}) +2+i.\arcsin(y\sqrt{x^{2}+y^{2}})_{\left] -\pi, \pi\right[ } +\end{equation} +%%\begin{equation} +\begin{align} + \forall(x,y)\in R^{*2}; \exp(x+i.y) & = \exp(x).\exp(i.y)\\ + & =\exp(x).\cos(y)+i.\exp(x).\sin(y) +\end{align} +%%\end{equation} + +The application of logarithm can replace any multiplications and +divisions with additions and subtractions. Consequently, it +manipulates lower absolute values and can be compute the roots for +large polynomial's degree exceed~\cite{Karimall98}. + +Applying this solution for the Aberth method we obtain the +iteration function with logarithm: +%%$$ \exp \bigl( \ln(p(z)_{k})-ln(\ln(p(z)_{k}^{'}))- \ln(1- \exp(\ln(p(z)_{k})-ln(\ln(p(z)_{k}^{'})+\ln\sum_{i\neq j}^{n}\frac{1}{z_{k}-z_{j}})$$ +\begin{equation} +H_{i}(z)=z_{i}^{k}-\exp \left(\ln \left( +p(z_{k})\right)-\ln\left(p(z_{k}^{'})\right)- \ln +\left(1-Q(z_{k})\right)\right) +\end{equation} +Where: + +\begin{equation} +Q(z_{k})=\exp\left( \ln (p(z_{k}))-\ln(p(z_{k}^{'}))+\ln \left( +\sum_{k\neq j}^{n}\frac{1}{z_{k}-z_{j}}\right)\right) +\end{equation} + +This solution is applying when it is necessary + +\section{The implementation of simultaneous methods in a parallel computer} + The main problem of the simultaneous methods is that the necessary +time needed for the convergence is increased with the increasing +of the degree of the polynomial. The parallelization of these +algorithms will improve the convergence time. Researchers usually +adopt one of the two following approaches to parallelize root +finding algorithms. One approach is to reduce the total number of +iterations as implemented by Miranker +~\cite{Mirankar68,Mirankar71}, Schedler~\cite{Schedler72} and +Winogard~\cite{Winogard72}. Another approach is to reduce the +computation time per iteration, as reported +in~\cite{Benall68,Jana06,Janall99,Riceall06}. There are many +schemes for simultaneous approximations of all roots of a given +polynomial. Several works on different methods and issues of root +finding have been reported in~\cite{Azad07, Gemignani07, Kalantari08, Skachek08, Zhancall08, Zhuall08}. However, Durand-Kerner and Ehrlich methods are the most practical choices among +them~\cite{Bini04}. These two methods have been extensively +studied for parallelization due to their following advantages. The +computation involved in these methods has some inherent +parallelism that can be suitably exploited by SIMD machines. +Moreover, they have fast rate of convergence (quadratic for the +Durand-Kerner method and cubic for the Ehrlich). Various parallel +algorithms reported for these methods can be found +in~\cite{Cosnard90, Freeman89,Freemanall90,,Jana99,Janall99}. +Freeman and Bane~\cite{Freemanall90} presented two parallel +algorithms on a local memory MIMD computer with the compute-to +communication time ratio O(n). However, their algorithms require +each processor to communicate its current approximation to all +other processors at the end of each iteration. Therefore they +cause a high degree of memory conflict. Recently the author +in~\cite{Mirankar71} proposed two versions of parallel algorithm +for the Durand-Kerner method, and Aberth method on model of +Optoelectronic Transpose Interconnection System (OTIS).The +algorithms are mapped on an OTIS-2D torus using N processors. This +solution need N processors to compute N roots, that it is not +practical (is not suitable to compute large polynomial's degrees). +Until then, the related works are not able to compute the root of +the large polynomial's degrees (higher then 1000) and with small +time. + + Finding polynomial roots rapidly and accurately it is our +objective, with the apparition of the CUDA(Compute Unified Device +Architecture), finding the roots of polynomials becomes rewarding +and very interesting, CUDA adopts a totally new computing +architecture to use the hardware resources provided by GPU in +order to offer a stronger computing ability to the massive data +computing. In~\cite{Kahinall14} we proposed the first implantation +of the root finding polynomials method on GPU (Graphics Processing +Unit),which is the Durand-Kerner method. The main result prove +that a parallel implementation is 10 times as fast as the +sequential implementation on a single CPU for high degree +polynomials that is greater than about 48000. Indeed, in this +paper we present a parallel implementation of Aberth method on +GPU, more details are discussed in the following of this paper. + + +\section {A parallel implementation of Aberth method} + +\subsection{Background on the GPU architecture} +A GPU is viewed as an accelerator for the data-parallel and +intensive arithmetic computations. It draws its computing power +from the parallel nature of its hardware and software +architectures. A GPU is composed of hundreds of Streaming +Processors (SPs) organized in several blocks called Streaming +Multiprocessors (SMs). It also has a memory hierarchy. It has a +private read-write local memory per SP, fast shared memory and +read-only constant and texture caches per SM and a read-write +global memory shared by all its SPs~\cite{NVIDIA10} + + On a CPU equipped with a GPU, all the data-parallel and intensive +functions of an application running on the CPU are off-loaded onto +the GPU in order to accelerate their computations. A similar +data-parallel function is executed on a GPU as a kernel by +thousands or even millions of parallel threads, grouped together +as a grid of thread blocks. Therefore, each SM of the GPU executes +one or more thread blocks in SIMD fashion (Single Instruction, +Multiple Data) and in turn each SP of a GPU SM runs one or more +threads within a block in SIMT fashion (Single Instruction, +Multiple threads). Indeed at any given clock cycle, the threads +execute the same instruction of a kernel, but each of them +operates on different data. + GPUs only work on data filled in their +global memories and the final results of their kernel executions +must be communicated to their CPUs. Hence, the data must be +transferred in and out of the GPU. However, the speed of memory +copy between the GPU and the CPU is slower than the memory +bandwidths of the GPU memories and, thus, it dramatically affects +the performances of GPU computations. Accordingly, it is necessary +to limit data transfers between the GPU and its CPU during the +computations. +\subsection{Background on the CUDA Programming Model} + +The CUDA programming model is similar in style to a single program +multiple-data (SPMD) softwaremodel. The GPU is treated as a +coprocessor that executes data-parallel kernel functions. CUDA +provides three key abstractions, a hierarchy of thread groups, +shared memories, and barrier synchronization. Threads have a three +level hierarchy. A grid is a set of thread blocks that execute a +kernel function. Each grid consists of blocks of threads. Each +block is composed of hundreds of threads. Threads within one block +can share data using shared memory and can be synchronized at a +barrier. All threads within a block are executed concurrently on a +multithreaded architecture.The programmer specifies the number of +threads per block, and the number of blocks per grid. A thread in +the CUDA programming language is much lighter weight than a thread +in traditional operating systems. A thread in CUDA typically +processes one data element at a time. The CUDA programming model +has two shared read-write memory spaces, the shared memory space +and the global memory space. The shared memory is local to a block +and the global memory space is accessible by all blocks. CUDA also +provides two read-only memory spaces, the constant space and the +texture space, which reside in external DRAM, and are accessed via +read-only caches. + +\subsection{ The implementation of Aberth method on GPU} +%%\subsection{A CUDA implementation of the Aberth's method } +%%\subsection{A GPU implementation of the Aberth's method } + + + +\subsubsection{A sequential Aberth algorithm} +The means steps of Aberth method can expressed as an algorithm +like: + +\begin{algorithm}[H] +\LinesNumbered +\caption{Algorithm to find root polynomial with Aberth method} + +\KwIn{$Z^{0}$(Initial root's vector),$\varepsilon$ (error +tolerance threshold),P(Polynomial to solve)} + +\KwOut {Z(The solution root's vector)} + +\BlankLine + +Initialization of the parameter of the polynomial to solve\; +Initialization of the solution vector $Z^{0}$\; + +\While {$\Delta z_{max}\succ \epsilon$}{ + Let $\Delta z_{max}=0$\; +\For{$j \gets 0 $ \KwTo $n$}{ +$ZPrec\left[j\right]=Z\left[j\right]$\; +$Z\left[j\right]=H\left(j,Z\right)$\; +} + +\For{$i \gets 0 $ \KwTo $n-1$}{ +$c=\frac{\left|Z\left[i\right]-ZPrec\left[i\right]\right|}{Z\left[i\right]}$\; +\If{$c\succ\Delta z_{max}$ }{ +$\Delta z_{max}$=c\;} +} +} +\end{algorithm} + +~\\ +In this sequential algorithm one thread CPU execute all steps. Let see the step 3 the execution of the iterative function, 2 instructions are needed, the first instruction \textit{save} the solution vector for the previous iteration, the second instruction \textit{update} or compute a new values of the roots. +We have two manner to execute the iterative function, taking a Jacobi iteration who need all the previous value $z^{(k)}_{i}$ to compute the new value $z^{(k+1)}_{i}$we have: + +\begin{equation} +H(i,z^{k+1})=\frac{p(z^{(k)}_{i})}{p'(z^{(k)}_{i})-p(z^{(k)}_{i})\sum^{n}_{j=1 j\neq i}\frac{1}{z^{(k)}_{i}-z^{(k)}_{j}}}, i=1,...,n. +\end{equation} + +Or with the Gauss-seidel iteration, we have: +\begin{equation} +H(i,z^{k+1})=\frac{p(z^{(k)}_{i})}{p'(z^{(k)}_{i})-p(z^{(k)}_{i})\sum^{i-1}_{j=1}\frac{1}{z^{(k)}_{i}-z^{(k+1)}_{j}}+\sum^{n}_{j=i+1}\frac{1}{z^{(k)}_{i}-z^{(k)}_{j}}}, i=1,...,n. +\end{equation} + +In formula(16), the Gauss-seidel iteration converge more quickly because they used the most fresh computed root $z^{k+1}_{i}$ , at this reason we used Gauss-seidel iteration. + +The steps 4 of the Aberth method compute the convergence of the roots, using(9) formula. +Both steps 3 and 4 use 1 thread to compute N roots on CPU, which is harmful for the large polynomial's roots finding. + +\paragraph{The execution time} +Let $T_{i}(N)$: the time to compute one new root's value of the step 3,$T_{i}$ depend on the polynomial's degrees N, when N increase $T_{i}$ increase to. We need $N.T_{i}(N)$ to compute all the new root's value in one iteration on the step 3. + +Let $T_{j}$: the time to compute one root's convergence value of the step 4, we need $N.T_{j}$ to compute all the root's convergence value in one iteration on the step 4. + +The execution time for both steps 3 and 4 can see like: +\begin{equation} +T_{exe}=N(T_{i}(N)+T_{j})+O(n). +\end{equation} +Let Nbr\_iter the number of iteration necessary to compute all the roots, so the total execution time $Total\_time_{exe}$ can give like: + +\begin{equation} +Total\_time_{exe}=\left[N\left(T_{i}(N)+T_{j}\right)+O(n)\right].Nbr\_iter +\end{equation} +The execution time increase with the increasing of the polynomial's root, which take necessary to parallelize this step to reduce the execution time. In the following paper you explain how we parrallelize this step using GPU architecture with CUDA platform. + +\subsubsection{Parallelize the steps on GPU } +On the CPU Aberth algorithm both steps 3 and 4 contain the loop \verb=for=, it use one thread to execute all the instruction in the loop N times. Here we explain how the GPU architecture can compute this loop and reduce the execution time. +The GPU architecture assign the execution of this loop to a groups of parallel threads organized as a grid of blocks each block contain a number of threads. All threads within a block are executed concurrently in parallel. The instruction are executed as a kernel. + +Let nbr\_thread be the number of threads executed in parallel, so you can easily transform the (18)formula like this: + +\begin{equation} +Total\_time_{exe}=\left[\frac{N}{nbr\_thread}\left(T_{i}(N)+T_{j}\right)+O(n)\right].Nbr\_iter. +\end{equation} + +In theory, the $Total\_time_{exe}$ on GPU is speed up nbr\_thread times as a $Total\_time_{exe}$ on CPU. We show more details in the experiment part. +~\\ +~\\ +In CUDA platform, All the instruction of the loop \verb=for= are executed by the GPU as a kernel form. A kernel is a procedure written in CUDA and defined by a heading \verb=__global__=, which means that it is to be executed by the GPU. The following algorithm see the Aberth algorithm on GPU: + +\begin{algorithm}[H] +\LinesNumbered +\caption{Algorithm to find root polynomial with Aberth method} + +\KwIn{$Z^{0}$(Initial root's vector),$\varepsilon$ (error +tolerance threshold),P(Polynomial to solve)} + +\KwOut {Z(The solution root's vector)} + +\BlankLine + +Initialization of the parameter of the polynomial to solve\; +Initialization of the solution vector $Z^{0}$\; +Allocate and fill the data in the global memory GPU\; + +\While {$\Delta z_{max}\succ \epsilon$}{ + Let $\Delta z_{max}=0$\; +$ kernel\_save(d\_Z^{k-1})$\; +$ kernel\_update(d\_z^{k})$\; +$kernel\_testConverge (d_?z_{max},d_Z^{k},d_Z^{k-1})$\; +} +\end{algorithm} +~\\ + +After the initialization step, all data of the root finding problem to be solved must be copied from the CPU memory to the GPU global memory, because the GPUs only work on the data filled in their memories. Next, all the data-parallel arithmetic operations inside the main loop \verb=(do ... while(...))= are executed as kernels by the GPU. The first kernel \textit{save} in line( 6, Algorithm 2) consist to save the vector of polynomial's root found at the previous time step on GPU memory, in order to test the convergence of the root at each iteration in line (8, Algorithm 2). + +The second kernel executes the iterative function and update Z(k),as formula (), we notice that the kernel update are called in two forms, separated with the value of \emph{R} which determines the radius beyond which we apply the logarithm formula like this: + +\begin{algorithm}[H] +\LinesNumbered +\caption{A global Algorithm for the iterative function} + +\eIf{$(\left|Z^{(k)}\right|<= R)$}{ +$kernel\_update(d\_z^{k})$\;} +{ +$kernel\_update\_Log(d\_z^{k})$\; +} +\end{algorithm} + +The first form execute the formula(8) if all the module's $( |Z(k)|<= R)$, else the kernel execute the formulas(13,14).the radius R was computed like: + +$$R = \exp( \log(DBL\_MAX) / (2*(double)P.degrePolynome) )$$ + +The last kernel verify the convergence of the root after each update of $Z^{(k)}$, as formula(), we used the function of the CUBLAS Library (CUDA Basic Linear Algebra Subroutines) to implement this kernel. + +The kernels terminates its computations when all the root are converged. Finally, the solution of the root finding problem is copied back from the GPU global memory to the CPU memory. We use the communication functions of CUDA for the memory allocations in the GPU \verb=(cudaMalloc())= and the data transfers from the CPU memory to the GPU memory \verb=(cudaMemcpyHostToDevice)= +or from the GPU memory to the CPU memory \verb=(cudaMemcpyDeviceToHost))=. +\subsection{Experimental study} + +\subsubsection{Definition of the polynomial used} +We use a polynomial of the following form for which the +roots are distributed on 2 distinct circles: +\begin{equation} + \forall \alpha_{1} \alpha_{2} \in C,\forall n_{1},n_{2} \in N^{*}; P(z)= (z^{n^{1}}-\alpha_{1})(z^{n^{2}}-\alpha_{2}) +\end{equation} + +This form makes it possible to associate roots having two +different modules and thus to work on a polynomial constitute +of four non zero terms. +\\ + An other form of the polynomial to obtain a full polynomial is: +%%\begin{equation} + %%\forall \alpha_{i} \in C,\forall n_{i}\in N^{*}; P(z)= \sum^{n}_{i=1}(z^{n^{i}}.a_{i}) +%%\end{equation} + +\begin{equation} + {\Large \forall a_{i} \in C; p(x)=\sum^{n-1}_{i=1} a_{i}.x^{i}} +\end{equation} +with this formula, we can have until \textit{n} non zero terms. + +\subsubsection{The study condition} +In order to have representative average values, for each +point of our curves we measured the roots finding of 10 +different polynomials. + +The our experiences results concern two parameters which are +the polynomial degree and the execution time of our program +to converge on the solution. The polynomial degree allows us +to validate that our algorithm is powerful with high degree +polynomials. The execution time remains the +element-key which justifies our work of parallelization. + For our tests we used a CPU Intel(R) Xeon(R) CPU +E5620@2.40GHz and a GPU Tesla C2070 (with 6 Go of ram) + +\subsubsection{Comparative study} +We initially carried out the convergence of Aberth algorithm with various sizes of polynomial, in second we evaluate the influence of the size of the threads per block.... + +\paragraph{Aberth algorithm on CPU and GPU} + +\begin{table}[!ht] + \centering + \begin{tabular} {|R{2cm}|L{2.5cm}|L{2.5cm}|L{1.5cm}|L{1.5cm}|} + \hline Polynomial's degrees & $T_{exe}$ on CPU & $T_{exe}$ on GPU & CPU iteration & GPU iteration\\ + \hline 5000 & 1.90 & 0.40 & 18 & 17\\ + \hline 10000 & 172.723 & 0.59 & 21 & 24\\ + \hline 20000 & 172.723 & 1.52 & 21 & 25\\ + \hline 30000 & 172.723 & 2.77 & 21 & 33\\ + \hline 50000 & 172.723 & 3.92 & 21 & 18\\ + \hline 500000 & $>$1h & 497.109 & & 24\\ + \hline 1000000 & $>$1h & 1,524.51& & 24\\ + \hline + \end{tabular} + \caption{the convergence of Aberth algorithm} + \label{tab:theConvergenceOfAberthAlgorithm} +\end{table} + +\paragraph{The impact of the thread's number into the convergence of Aberth algorithm} + +\begin{table}[!h] + \centering + \begin{tabular} {|R{2.5cm}|L{2.5cm}|L{2.5cm}|} + \hline Thread's numbers & Execution time &Number of iteration\\ + \hline 1024 & 523 & 27\\ + \hline 512 & 449.426 & 24\\ + \hline 256 & 440.805 & 24\\ + \hline 128 & 456.175 & 22\\ + \hline 64 & 472.862 & 23\\ + \hline 32 & 830.152 & 24\\ + \hline 8 & 2632.78 & 23 \\ + \hline + \end{tabular} + \caption{The impact of the thread's number into the convergence of Aberth algorithm} + \label{tab:Theimpactofthethread'snumberintotheconvergenceofAberthalgorithm} + +\end{table} + +\paragraph{A comparative study between Aberth and Durand-kerner algorithm} +\begin{table}[htbp] + \centering + \begin{tabular} {|R{2cm}|L{2.5cm}|L{2.5cm}|L{1.5cm}|L{1.5cm}|} + \hline Polynomial's degrees & Aberth $T_{exe}$ & D-Kerner $T_{exe}$ & Aberth iteration & D-Kerner iteration\\ + \hline 5000 & 0.40 & 3.42 & 17 & 138 \\ + \hline 50000 & 3.92 & 385.266 & 17 & 823\\ + \hline 500000 & 497.109 & 4677.36 & 24 & 214\\ + \hline + \end{tabular} + \caption{Aberth algorithm compare to Durand-Kerner algorithm} + \label{tab:AberthAlgorithCompareToDurandKernerAlgorithm} +\end{table} + + + +\bibliography{mybibfile} + +\end{document} \ No newline at end of file diff --git a/kahina_paper1 b/kahina_paper1 new file mode 100644 index 0000000..b187eff --- /dev/null +++ b/kahina_paper1 @@ -0,0 +1,189 @@ +%% +%% This is file 'numcompress'. +%% +%% Copyright (C) 2009-2012 River Valley Technologies +%% +%% +%% This package may be distributed under the terms of the LaTeX Project +%% Public License, as described in lppl.txt in the base LaTeX distribution. +%% Either version 1.0 or, at your option, any later version. +%% +%% $Id: numcompress.sty 187 2012-08-18 09:36:35Z rishi $ +%% $URL: http://lenova.river-valley.com/svn/elsbst/trunk/numcompress.sty $ +%% +\NeedsTeXFormat{LaTeX2e} +\def\Fileversion$#1: #2 ${\gdef\fileversion{#2}} +\def\Filedate$#1: #2-#3-#4 #5 #6 #7 ${\gdef\filedate{#2/#3/#4}} +\Fileversion$Rev: 187 $ +\Filedate$LastChangedDate: 2012-08-18 15:06:35 +0530 (Sat, 18 Aug 2012) $ +\ProvidesPackage{numcompress} + [\filedate\space\fileversion\space numcompress (CVR)] +\PackageWarningNoLine{numcompress} + {****************************************\MessageBreak + Package numcompress v,\fileversion\space loaded\MessageBreak + [Compress numbers (CVR)]\MessageBreak + ****************************************} +\newif\ifdots \dotsfalse +\newif\ifnumcompress \numcompresstrue + +\DeclareOption{dots}{\global\dotstrue} +\DeclareOption{nodots}{\global\dotsfalse} +\DeclareOption{compress}{\global\numcompresstrue} +\DeclareOption{nocompress}{\global\numcompressfalse} + +\ProcessOptions + +\def\removeDot#1{\def\tmp{#1}% + \ifx\tmp\@empty\else\@removeDot#1\@nil\fi} + +\def\@removeDot#1\@nil{\edef\fchar{\expandafter\@car#1\@nil}% + \edef\rchar{\expandafter\@cdr#1!\@nil}% + \def\@xmltempa{.}\def\@xmltempb{!}% + \ifx\fchar\@xmltempb\relax\else% + \ifx\fchar\@xmltempa\relax\else% + \fchar\ignorespaces\fi\removeDot{\rchar}\fi} + +\def\First[#1]{\csname First#1\endcsname} +\def\Second[#1]{\csname Second#1\endcsname} + +\def\parseFirstPage#1{\@tempcnta=0 + \@tfor\@digits:=#1\do{% + {\global\advance\@tempcnta by 1 + \expandafter\xdef\csname + First\the\@tempcnta\endcsname{\@digits}% + \xdef\flength{\the\@tempcnta}}}} + +\def\parseSecondPage#1{\@tempcnta=0 + \@tfor\@digits:=#1\do{% + {\global\advance\@tempcnta by 1 + \expandafter\xdef\csname + Second\the\@tempcnta\endcsname{\@digits}% + \xdef\llength{\the\@tempcnta}}}} + +\newif\ifdissimilar\dissimilarfalse +\def\checkequal#1#2{\edef\Farg{#1}\edef\Sarg{#2}% + \edef\One{A}% + \ifcat\One\Farg \relax\else% + \ifdissimilar\Sarg\else% + \ifnum\Farg=\Sarg\relax\else\Sarg\dissimilartrue\fi\fi\fi} +% +\let\@@fpage\@empty +\let\@@lpage\@empty +\def\fpage@compress#1{% + \gdef\@@fpage{#1}% + \edef\llength{0}% + \parseFirstPage{#1}% + \ifnum\flength=\llength% + \gdef\@fpage{\@@fpage}% + \gdef\@lpage{% + \@ifundefined{Second1}{}{\checkequal{\First[1]}{\Second[1]}}% + \@ifundefined{Second2}{}{\checkequal{\First[2]}{\Second[2]}}% + \@ifundefined{Second3}{}{\checkequal{\First[3]}{\Second[3]}}% + \@ifundefined{Second4}{}{\checkequal{\First[4]}{\Second[4]}}% + \@ifundefined{Second5}{}{\checkequal{\First[5]}{\Second[5]}}% + }% + \else% + \gdef\@fpage{\@@fpage}% + \gdef\@lpage{\@@lpage}% + \fi} + +\def\lpage@compress#1{% + \gdef\@@lpage{#1}% + \parseSecondPage{#1}% + \ifnum\flength=\llength% + \gdef\@fpage{\@@fpage}% + \gdef\@lpage{% + \edef\One{A}% + \edef\xFirst{\First[1]}% + \edef\xSecond{\Second[1]}% + \ifcat\One\xSecond\relax% + \ifx\xFirst\xSecond% + \@ifundefined{Second1}{}{\checkequal{\First[1]}{\Second[1]}}% + \@ifundefined{Second2}{}{\checkequal{\First[2]}{\Second[2]}}% + \@ifundefined{Second3}{}{\checkequal{\First[3]}{\Second[3]}}% + \@ifundefined{Second4}{}{\checkequal{\First[4]}{\Second[4]}}% + \@ifundefined{Second5}{}{\checkequal{\First[5]}{\Second[5]}}% + \else#1\fi% + \else% + \ifx\xFirst\xSecond% + \@ifundefined{Second1}{}{\checkequal{\First[1]}{\Second[1]}}% + \@ifundefined{Second2}{}{\checkequal{\First[2]}{\Second[2]}}% + \@ifundefined{Second3}{}{\checkequal{\First[3]}{\Second[3]}}% + \@ifundefined{Second4}{}{\checkequal{\First[4]}{\Second[4]}}% + \@ifundefined{Second5}{}{\checkequal{\First[5]}{\Second[5]}}% + \else#1\fi% + \fi% + }% + \else + \gdef\@fpage{\@@fpage}% + \gdef\@lpage{% + \edef\Targ{#1}% + \edef\One{A}% + \edef\xFirst{\First[1]}% + \edef\xSecond{\Second[1]}% + \ifx\xFirst\xSecond + \ifcat\One\xSecond\relax\else\@@lpage\fi% + \else#1\fi% + }% + \fi} + +%\newwrite\xx +%\immediate\openout\xx=tmpbib.tex +\gdef\@@lpage@compress#1--#2\@nil{\lpage@compress{#1}} +\gdef\@@@pages#1#2{\def\next{#2}% +% \immediate\write\xx{[\the\c@NAT@ctr.]\space [#1][#2]}% + \fpage@compress{#1}%\ifx\next\@empty\relax\else + \@@lpage@compress#2\@nil%\fi + {\@fpage\ifx\next\@empty\relax\else + --\@lpage\fi}\resetall} + +\gdef\@@@page#1{#1\resetall} + +\def\mk@empty#1{\@tempcnta=1 + \loop\ifnum\@tempcnta<6 + \expandafter\let\csname#1\the\@tempcnta\endcsname\relax + \advance\@tempcnta by 1 \repeat} +\def\resetall{\let\@lpage\@empty\let\@fpage\@empty + \def\flength{0}\def\llength{0}% + \let\@@fpage\@empty\let\@@lpage\@empty + \mk@empty{First}\mk@empty{Second}} + + +\ifdots + \gdef\xfnm[#1]{\unskip\space#1} + \def\bibinfo#1#2{\@ifnextchar.{\@@bibinfo{#1}{#2}}{\@@@bibinfo{#1}{#2}}} + \def\@@@bibinfo#1#2{\def\next{#1}% + \def\@@@pg{pages}\def\@@@au{author}% + \ifx\next\@@@pg\bibpages{#2}\else + \ifx\next\@@@au\bibauthor{#2}\else + #2\fi\fi} + \def\@@bibinfo#1#2.{\def\next{#1}% + \def\@@@pg{pages}\def\@@@au{author}% + \ifx\next\@@@pg\bibpages{#2}.\else + \ifx\next\@@@au\bibauthor{#2}\else + #2.\fi\fi} +\else + \gdef\xfnm[#1]{\unskip\space\removeDot{#1}} + \def\bibinfo#1#2{\def\next{#1}% + \def\@@@pg{pages}\def\@@@au{author}% + \ifx\next\@@@pg\bibpages{#2}\else + \ifx\next\@@@au\bibauthor{#2}\else + #2\fi\fi} +\fi + +\ifnumcompress + \def\bibpages#1{\@@bibpages#1--\\\@nil} + \def\@@bibpages#1--#2\@nil{% + \ifx\\#2\relax\@@@page{#1}\else + \@@@pages{#1}{#2}\fi} + \else + \def\bibpages#1{#1} +\fi + +\def\bibauthor#1{#1} + +\endinput + +%% +%% End of package 'numcompress.sty' +%% diff --git a/model1-num-names.bst b/model1-num-names.bst new file mode 100644 index 0000000..27b4bdc --- /dev/null +++ b/model1-num-names.bst @@ -0,0 +1,1529 @@ +%% +%% This is file `model1-num-names.bst' (Version 2.0), +%% +%% Copyright 2009-2012 Elsevier Ltd +%% +%% This file is part of the 'Elsarticle Bundle'. +%% --------------------------------------------- +%% +%% It may be distributed under the conditions of the LaTeX Project Public +%% License, either version 1.2 of this license or (at your option) any +%% later version. The latest version of this license is in +%% http://www.latex-project.org/lppl.txt +%% and version 1.2 or later is part of all distributions of LaTeX +%% version 1999/12/01 or later. +%% +%% $Id: model1-num-names.bst 206 2012-10-22 07:28:26Z rishi $ +%% +%% $URL: http://lenova.river-valley.com/svn/elsbst/trunk/New-Model-1/model1-num-names.bst $ +%% +%% + +ENTRY + { address + author + booktitle + chapter + collaboration + edition + editor + howpublished + institution + journal + key + month + note + number + organization + pages + publisher + school + series + title + type + volume + year + url + doi + eprint + pubmed + } + {} + { label extra.label sort.label short.list } + +INTEGERS { output.state before.all mid.sentence after.sentence after.block } + +STRINGS { urlprefix doiprefix eprintprefix pubmedprefix } + +FUNCTION {init.web.variables} +{ + "\URLprefix " 'urlprefix := + "\DOIprefix" 'doiprefix := + "\ArXivprefix " 'eprintprefix := + "\Pubmedprefix " 'pubmedprefix := +} + +FUNCTION {init.state.consts} +{ #0 'before.all := + #1 'mid.sentence := + #2 'after.sentence := + #3 'after.block := +} +STRINGS { s t} +FUNCTION {output.nonnull} +{ 's := + output.state mid.sentence = + { ", " * write$ } + { output.state after.block = +% { add.period$ write$ + { ", " * write$ + newline$ + "\newblock " write$ + } + { output.state before.all = + 'write$ + { add.period$ " " * write$ } + if$ + } + if$ + mid.sentence 'output.state := + } + if$ + s +} +FUNCTION {output} +{ duplicate$ empty$ + 'pop$ + 'output.nonnull + if$ +} +FUNCTION {output.check} +{ 't := + duplicate$ empty$ + { pop$ "empty " t * " in " * cite$ * warning$ } + 'output.nonnull + if$ +} +FUNCTION {fin.entry} +{ add.period$ + write$ + newline$ +} + +FUNCTION {new.block} +{ output.state before.all = + 'skip$ + { after.block 'output.state := } + if$ +} +FUNCTION {new.sentence} +{ output.state after.block = + 'skip$ + { output.state before.all = + 'skip$ + { after.sentence 'output.state := } + if$ + } + if$ +} +FUNCTION {add.blank} +{ " " * before.all 'output.state := +} + +FUNCTION {date.block} +{ + skip$ +} + +FUNCTION {not} +{ { #0 } + { #1 } + if$ +} +FUNCTION {and} +{ 'skip$ + { pop$ #0 } + if$ +} +FUNCTION {or} +{ { pop$ #1 } + 'skip$ + if$ +} +FUNCTION {new.block.checkb} +{ empty$ + swap$ empty$ + and + 'skip$ + 'new.block + if$ +} +FUNCTION {field.or.null} +{ duplicate$ empty$ + { pop$ "" } + 'skip$ + if$ +} +FUNCTION {emphasize} +{ duplicate$ empty$ + { pop$ "" } + { "\textit{" swap$ * "}" * } + if$ +} +FUNCTION {tie.or.space.prefix} +{ duplicate$ text.length$ #3 < + { "~" } + { " " } + if$ + swap$ +} + +FUNCTION {capitalize} +{ "u" change.case$ "t" change.case$ } + +FUNCTION {space.word} +{ " " swap$ * " " * } + % Here are the language-specific definitions for explicit words. + % Each function has a name bbl.xxx where xxx is the English word. + % The language selected here is ENGLISH +FUNCTION {bbl.and} +{ "and"} + +FUNCTION {bbl.etal} +{ "et~al." } + +FUNCTION {bbl.editors} +{ "eds." } + +FUNCTION {bbl.editor} +{ "ed." } + +FUNCTION {bbl.edby} +{ "edited by" } + +FUNCTION {bbl.edition} +{ "ed." } + +FUNCTION {bbl.volume} +{ "volume" } + +FUNCTION {bbl.of} +{ "of" } + +FUNCTION {bbl.number} +{ "number" } + +FUNCTION {bbl.nr} +{ "no." } + +FUNCTION {bbl.in} +{ "in" } + +FUNCTION {bbl.pages} +{ "pp." } + +FUNCTION {bbl.page} +{ "p." } + +FUNCTION {bbl.chapter} +{ "chapter" } + +FUNCTION {bbl.techrep} +{ "Technical Report" } + +FUNCTION {bbl.mthesis} +{ "Master's thesis" } + +FUNCTION {bbl.phdthesis} +{ "Ph.D. thesis" } + +MACRO {jan} {"January"} + +MACRO {feb} {"February"} + +MACRO {mar} {"March"} + +MACRO {apr} {"April"} + +MACRO {may} {"May"} + +MACRO {jun} {"June"} + +MACRO {jul} {"July"} + +MACRO {aug} {"August"} + +MACRO {sep} {"September"} + +MACRO {oct} {"October"} + +MACRO {nov} {"November"} + +MACRO {dec} {"December"} + +MACRO {acmcs} {"ACM Comput. Surv."} + +MACRO {acta} {"Acta Inf."} + +MACRO {cacm} {"Commun. ACM"} + +MACRO {ibmjrd} {"IBM J. Res. Dev."} + +MACRO {ibmsj} {"IBM Syst.~J."} + +MACRO {ieeese} {"IEEE Trans. Software Eng."} + +MACRO {ieeetc} {"IEEE Trans. Comput."} + +MACRO {ieeetcad} + {"IEEE Trans. Comput. Aid. Des."} + +MACRO {ipl} {"Inf. Process. Lett."} + +MACRO {jacm} {"J.~ACM"} + +MACRO {jcss} {"J.~Comput. Syst. Sci."} + +MACRO {scp} {"Sci. Comput. Program."} + +MACRO {sicomp} {"SIAM J. Comput."} + +MACRO {tocs} {"ACM Trans. Comput. Syst."} + +MACRO {tods} {"ACM Trans. Database Syst."} + +MACRO {tog} {"ACM Trans. Graphic."} + +MACRO {toms} {"ACM Trans. Math. Software"} + +MACRO {toois} {"ACM Trans. Office Inf. Syst."} + +MACRO {toplas} {"ACM Trans. Progr. Lang. Syst."} + +MACRO {tcs} {"Theor. Comput. Sci."} + +FUNCTION {bibinfo.check} +{ swap$ + duplicate$ missing$ + { + pop$ pop$ + "" + } + { duplicate$ empty$ + { + swap$ pop$ + } + { swap$ + "\bibinfo{" swap$ * "}{" * swap$ * "}" * + } + if$ + } + if$ +} +FUNCTION {bibinfo.warn} +{ swap$ + duplicate$ missing$ + { + swap$ "missing " swap$ * " in " * cite$ * warning$ pop$ + "" + } + { duplicate$ empty$ + { + swap$ "empty " swap$ * " in " * cite$ * warning$ + } + { swap$ + pop$ + } + if$ + } + if$ +} +STRINGS { bibinfo} +INTEGERS { nameptr namesleft numnames } + +FUNCTION {format.names} +{ 'bibinfo := + duplicate$ empty$ 'skip$ { + 's := + "" 't := + #1 'nameptr := + s num.names$ 'numnames := + numnames 'namesleft := + { namesleft #0 > } + { s nameptr + "{f.~}{vv~}{ll}{, jj}" + format.name$ + bibinfo bibinfo.check + 't := + nameptr #1 > + { + namesleft #1 > + { ", " * t * } + { + "," * + s nameptr "{ll}" format.name$ duplicate$ "others" = + { 't := } + { pop$ } + if$ + t "others" = + { + " " * bbl.etal * + } + { " " * t * } + if$ + } + if$ + } + 't + if$ + nameptr #1 + 'nameptr := + namesleft #1 - 'namesleft := + } + while$ + } if$ +} +FUNCTION {format.names.ed} +{ + format.names +} +FUNCTION {format.key} +{ empty$ + { key field.or.null } + { "" } + if$ +} + +%FUNCTION {format.authors} +%{ author "author" format.names +%} + +FUNCTION {format.authors} +{ author "author" format.names + duplicate$ empty$ 'skip$ + { collaboration "collaboration" bibinfo.check + duplicate$ empty$ 'skip$ + { " (" swap$ * ")" * } + if$ + * + } + if$ +} + +FUNCTION {get.bbl.editor} +{ editor num.names$ #1 > 'bbl.editors 'bbl.editor if$ } + +FUNCTION {format.editors} +{ editor "editor" format.names duplicate$ empty$ 'skip$ + { + " " * + get.bbl.editor + capitalize + "(" swap$ * ")" * + * + } + if$ +} +FUNCTION {format.note} +{ + note empty$ + { "" } + { note #1 #1 substring$ + duplicate$ "{" = + 'skip$ + { output.state mid.sentence = + { "l" } + { "u" } + if$ + change.case$ + } + if$ + note #2 global.max$ substring$ * "note" bibinfo.check + } + if$ +} + +FUNCTION {format.title} +{ title + duplicate$ empty$ 'skip$ + { "t" change.case$ } + if$ + "title" bibinfo.check +} + +FUNCTION {format.full.names} +{'s := + "" 't := + #1 'nameptr := + s num.names$ 'numnames := + numnames 'namesleft := + { namesleft #0 > } + { s nameptr + "{vv~}{ll}" format.name$ + 't := + nameptr #1 > + { + namesleft #1 > + { ", " * t * } + { + s nameptr "{ll}" format.name$ duplicate$ "others" = + { 't := } + { pop$ } + if$ + t "others" = + { + " " * bbl.etal * + } + { + numnames #2 > + { "," * } + 'skip$ + if$ + bbl.and + space.word * t * + } + if$ + } + if$ + } + 't + if$ + nameptr #1 + 'nameptr := + namesleft #1 - 'namesleft := + } + while$ +} + +FUNCTION {author.editor.key.full} +{ author empty$ + { editor empty$ + { key empty$ + { cite$ #1 #3 substring$ } + 'key + if$ + } + { editor format.full.names } + if$ + } + { author format.full.names } + if$ +} + +FUNCTION {author.key.full} +{ author empty$ + { key empty$ + { cite$ #1 #3 substring$ } + 'key + if$ + } + { author format.full.names } + if$ +} + +FUNCTION {editor.key.full} +{ editor empty$ + { key empty$ + { cite$ #1 #3 substring$ } + 'key + if$ + } + { editor format.full.names } + if$ +} + +FUNCTION {make.full.names} +{ type$ "book" = + type$ "inbook" = + or + 'author.editor.key.full + { type$ "proceedings" = + 'editor.key.full + 'author.key.full + if$ + } + if$ +} + +FUNCTION {output.bibitem} +{ newline$ + "\bibitem[{" write$ + label write$ + ")" make.full.names duplicate$ short.list = + { pop$ } + { * } + if$ + "}]{" * write$ + cite$ write$ + "}" write$ + newline$ + "" + before.all 'output.state := +} + +FUNCTION {n.dashify} +{ + 't := + "" + { t empty$ not } + { t #1 #1 substring$ "-" = + { t #1 #2 substring$ "--" = not + { "--" * + t #2 global.max$ substring$ 't := + } + { { t #1 #1 substring$ "-" = } + { "-" * + t #2 global.max$ substring$ 't := + } + while$ + } + if$ + } + { t #1 #1 substring$ * + t #2 global.max$ substring$ 't := + } + if$ + } + while$ +} + +FUNCTION {word.in} +{ bbl.in + ":" * + " " * } + +FUNCTION {format.date} +{ year "year" bibinfo.check duplicate$ empty$ + { + "empty year in " cite$ * "; set to ????" * warning$ + pop$ "????" + } + 'skip$ + if$ + extra.label * +} +FUNCTION{format.year} +{ year "year" bibinfo.check duplicate$ empty$ + { "empty year in " cite$ * + "; set to ????" * + warning$ + pop$ "????" + } + { + } + if$ + extra.label * + " (" swap$ * ")" * +} +FUNCTION {format.btitle} +{ title "title" bibinfo.check + duplicate$ empty$ 'skip$ + { + } + if$ +} +FUNCTION {either.or.check} +{ empty$ + 'pop$ + { "can't use both " swap$ * " fields in " * cite$ * warning$ } + if$ +} +FUNCTION {format.bvolume} +{ volume empty$ + { "" } + { bbl.volume volume tie.or.space.prefix + "volume" bibinfo.check * * + series "series" bibinfo.check + duplicate$ empty$ 'pop$ + { swap$ bbl.of space.word * swap$ + emphasize * } + if$ + "volume and number" number either.or.check + } + if$ +} +FUNCTION {format.number.series} +{ volume empty$ + { number empty$ + { series field.or.null } + { series empty$ + { number "number" bibinfo.check } + { output.state mid.sentence = + { bbl.number } + { bbl.number capitalize } + if$ + number tie.or.space.prefix "number" bibinfo.check * * + bbl.in space.word * + series "series" bibinfo.check * + } + if$ + } + if$ + } + { "" } + if$ +} + +FUNCTION {format.edition} +{ edition duplicate$ empty$ 'skip$ + { + output.state mid.sentence = + { "l" } + { "t" } + if$ change.case$ + "edition" bibinfo.check + " " * bbl.edition * + } + if$ +} +INTEGERS { multiresult } +FUNCTION {multi.page.check} +{ 't := + #0 'multiresult := + { multiresult not + t empty$ not + and + } + { t #1 #1 substring$ + duplicate$ "-" = + swap$ duplicate$ "," = + swap$ "+" = + or or + { #1 'multiresult := } + { t #2 global.max$ substring$ 't := } + if$ + } + while$ + multiresult +} +FUNCTION {format.pages} +{ pages duplicate$ empty$ 'skip$ + { duplicate$ multi.page.check + { + bbl.pages swap$ + n.dashify + } + { + bbl.page swap$ + } + if$ + tie.or.space.prefix + "pages" bibinfo.check + * * + } + if$ +} +FUNCTION {format.journal.pages} +{ pages duplicate$ empty$ 'pop$ + { swap$ duplicate$ empty$ + { pop$ pop$ format.pages } + { + " " * + swap$ + n.dashify + "pages" bibinfo.check + * + } + if$ + } + if$ +} +FUNCTION {format.vol.num.pages} +{ volume field.or.null + duplicate$ empty$ 'skip$ + { + "volume" bibinfo.check + } + if$ + format.year * +} + +FUNCTION {format.chapter.pages} +{ chapter empty$ + { "" } + { type empty$ + { bbl.chapter } + { type "l" change.case$ + "type" bibinfo.check + } + if$ + chapter tie.or.space.prefix + "chapter" bibinfo.check + * * + } + if$ +} + +FUNCTION {format.booktitle} +{ + booktitle "booktitle" bibinfo.check +} +FUNCTION {format.in.ed.booktitle} +{ format.booktitle duplicate$ empty$ 'skip$ + { + editor "editor" format.names.ed duplicate$ empty$ 'pop$ + { + " " * + get.bbl.editor + capitalize + "(" swap$ * "), " * + * swap$ + * } + if$ + word.in swap$ * + } + if$ +} +FUNCTION {format.thesis.type} +{ type duplicate$ empty$ + 'pop$ + { swap$ pop$ + "t" change.case$ "type" bibinfo.check + } + if$ +} +FUNCTION {format.tr.number} +{ number "number" bibinfo.check + type duplicate$ empty$ + { pop$ bbl.techrep } + 'skip$ + if$ + "type" bibinfo.check + swap$ duplicate$ empty$ + { pop$ "t" change.case$ } + { tie.or.space.prefix * * } + if$ +} +FUNCTION {format.article.crossref} +{ + word.in + " \cite{" * crossref * "}" * +} +FUNCTION {format.book.crossref} +{ volume duplicate$ empty$ + { "empty volume in " cite$ * "'s crossref of " * crossref * warning$ + pop$ word.in + } + { bbl.volume + swap$ tie.or.space.prefix "volume" bibinfo.check * * bbl.of space.word * + } + if$ + " \cite{" * crossref * "}" * +} +FUNCTION {format.incoll.inproc.crossref} +{ + word.in + " \cite{" * crossref * "}" * +} +FUNCTION {format.org.or.pub} +{ 't := + "" + address empty$ t empty$ and + 'skip$ + { + t empty$ + { address "address" bibinfo.check * + } + { t * + address empty$ + 'skip$ + { ", " * address "address" bibinfo.check * } + if$ + } + if$ + } + if$ +} +FUNCTION {format.publisher.address} +{ publisher "publisher" bibinfo.check format.org.or.pub +} + +FUNCTION {format.organization.address} +{ organization "organization" bibinfo.check format.org.or.pub +} + +FUNCTION {print.url} + {url duplicate$ empty$ + { pop$ "" } + { new.sentence + urlprefix "\url{" * swap$ * "}" * + } + if$ + } + +FUNCTION {print.doi} + {doi duplicate$ empty$ + { pop$ "" } + { new.sentence + doiprefix "\doi{" * swap$ * "}" * + } + if$ + } + +FUNCTION {print.eprint} + {eprint duplicate$ empty$ + { pop$ "" } + { new.sentence + duplicate$ "\href{http://arxiv.org/abs/" swap$ * "}{\tt arXiv:" * swap$ * "}" * + } + if$ + } + +FUNCTION {print.pubmed} + {pubmed duplicate$ empty$ + { pop$ "" } + { new.sentence + pubmedprefix "\Pubmed{" * swap$ * "}" * + } + if$ + } + +FUNCTION {webpage} +{ "%Type = Webpage" write$ + output.bibitem + format.authors "author" output.check + author format.key output + author empty$ + { + format.title "title" output.check + new.block + format.date "year" output.check + date.block + } + { + format.date "year" output.check + date.block + format.title "title" output.check + new.block +} + if$ + print.url output + fin.entry +} + + +FUNCTION {article} +{ "%Type = Article" write$ + output.bibitem + format.authors "author" output.check + author format.key output + new.block + format.title "title" output.check + new.block + crossref missing$ + { + journal + "journal" bibinfo.check + "journal" output.check + add.blank + format.vol.num.pages output + } + { format.article.crossref output.nonnull + } + if$ + format.journal.pages + new.sentence + format.note output + fin.entry +} +FUNCTION {book} +{ "%Type = Book" write$ + output.bibitem + author empty$ + { format.editors "author and editor" output.check + editor format.key output + } + { format.authors output.nonnull + crossref missing$ + { "author and editor" editor either.or.check } + 'skip$ + if$ + } + if$ + format.btitle "title" output.check + crossref missing$ + { format.bvolume output + format.number.series output + format.edition output + format.publisher.address output + } + { + format.book.crossref output.nonnull + } + if$ + format.date "year" output.check + new.sentence + print.url output + print.doi output + print.eprint output + print.pubmed output + format.note output + fin.entry +} +FUNCTION {booklet} +{ "%Type = Booklet" write$ + output.bibitem + format.authors output + author format.key output + format.title "title" output.check + howpublished "howpublished" bibinfo.check output + address "address" bibinfo.check output + format.date "year" output.check + new.sentence + print.url output + print.doi output + print.eprint output + print.pubmed output + format.note output + fin.entry +} + +FUNCTION {inbook} +{ "%Type = Inbook" write$ + output.bibitem + author empty$ + { format.editors "author and editor" output.check + editor format.key output + } + { format.authors output.nonnull + crossref missing$ + { "author and editor" editor either.or.check } + 'skip$ + if$ + } + if$ + format.btitle "title" output.check + crossref missing$ + { + format.bvolume output + format.number.series output + format.edition output + format.publisher.address output + } + { + format.book.crossref output.nonnull + } + if$ + format.date "year" output.check + format.pages "pages" output.check + new.sentence + print.url output + print.doi output + print.eprint output + print.pubmed output + format.note output + fin.entry +} + +FUNCTION {incollection} +{ "%Type = Incollection" write$ + output.bibitem + format.authors "author" output.check + author format.key output + new.block + format.title "title" output.check + new.block + crossref missing$ + { format.in.ed.booktitle "booktitle" output.check + format.bvolume output + format.number.series output + format.edition output + format.publisher.address output + } + { format.incoll.inproc.crossref output.nonnull + } + if$ + format.date "year" output.check + format.pages "pages" output.check + new.sentence + print.url output + print.doi output + print.eprint output + print.pubmed output + format.note output + fin.entry +} +FUNCTION {inproceedings} +{ "%Type = Inproceedings" write$ + output.bibitem + format.authors "author" output.check + author format.key output + new.block + format.title "title" output.check + new.block + crossref missing$ + { format.in.ed.booktitle "booktitle" output.check + format.bvolume output + format.number.series output + publisher empty$ + { format.organization.address output } + { organization "organization" bibinfo.check output + format.publisher.address output + } + if$ + } + { format.incoll.inproc.crossref output.nonnull + } + if$ + format.date output + format.pages "pages" output.check + new.sentence + print.url output + print.doi output + print.eprint output + print.pubmed output + format.note output + fin.entry +} +FUNCTION {conference} { inproceedings } +FUNCTION {manual} +{ "%Type = Manual" write$ + output.bibitem + format.authors output + author format.key output + format.btitle "title" output.check + format.edition output + organization "organization" bibinfo.check output + address "address" bibinfo.check output + format.date "year" output.check + new.sentence + print.url output + print.doi output + print.eprint output + print.pubmed output + format.note output + fin.entry +} + +FUNCTION {mastersthesis} +{ "%Type = Masterthesis" write$ + output.bibitem + format.authors "author" output.check + author format.key output + format.btitle + "title" output.check + bbl.mthesis format.thesis.type output.nonnull + school "school" bibinfo.warn output + address "address" bibinfo.check output + format.date "year" output.check + new.sentence + print.url output + print.doi output + print.eprint output + print.pubmed output + format.note output + fin.entry +} + +FUNCTION {misc} +{ "%Type = Misc" write$ + output.bibitem + format.authors output + author format.key output + format.title output + howpublished "howpublished" bibinfo.check output + format.date "year" output.check + new.sentence + print.url output + print.doi output + print.eprint output + print.pubmed output + format.note output + fin.entry +} +FUNCTION {phdthesis} +{ "%Type = Phdthesis" write$ + output.bibitem + format.authors "author" output.check + author format.key output + format.btitle + "title" output.check + bbl.phdthesis format.thesis.type output.nonnull + school "school" bibinfo.warn output + address "address" bibinfo.check output + format.date "year" output.check + new.sentence + print.url output + print.doi output + print.eprint output + print.pubmed output + format.note output + fin.entry +} + +FUNCTION {proceedings} +{ "%Type = Proceedings" write$ + output.bibitem + format.editors output + editor format.key output + format.btitle "title" output.check + format.bvolume output + format.number.series output + publisher empty$ + { format.organization.address output } + { organization "organization" bibinfo.check output + format.publisher.address output + } + if$ + format.date "year" output.check + new.sentence + print.url output + print.doi output + print.eprint output + print.pubmed output + format.note output + fin.entry +} + +FUNCTION {techreport} +{ "%Type = Techreport" write$ + output.bibitem + format.authors "author" output.check + author format.key output + format.btitle + "title" output.check + format.tr.number output.nonnull + institution "institution" bibinfo.warn output + address "address" bibinfo.check output + format.date "year" output.check + new.sentence + print.url output + print.doi output + print.eprint output + print.pubmed output + format.note output + fin.entry +} + +FUNCTION {unpublished} +{ "%Type = Unpublished" write$ + output.bibitem + format.authors "author" output.check + author format.key output + format.title "title" output.check + format.date "year" output.check + new.sentence + print.url output + print.doi output + print.eprint output + print.pubmed output + format.note "note" output.check + fin.entry +} + +FUNCTION {default.type} { misc } +READ +FUNCTION {sortify} +{ purify$ + "l" change.case$ +} +INTEGERS { len } +FUNCTION {chop.word} +{ 's := + 'len := + s #1 len substring$ = + { s len #1 + global.max$ substring$ } + 's + if$ +} +FUNCTION {format.lab.names} +{ 's := + "" 't := + s #1 "{vv~}{ll}" format.name$ + s num.names$ duplicate$ + #2 > + { pop$ + " " * bbl.etal * + } + { #2 < + 'skip$ + { s #2 "{ff }{vv }{ll}{ jj}" format.name$ "others" = + { + " " * bbl.etal * + } + { bbl.and space.word * s #2 "{vv~}{ll}" format.name$ + * } + if$ + } + if$ + } + if$ +} + +FUNCTION {author.key.label} +{ author empty$ + { key empty$ + { cite$ #1 #3 substring$ } + 'key + if$ + } + { author format.lab.names } + if$ +} + +FUNCTION {author.editor.key.label} +{ author empty$ + { editor empty$ + { key empty$ + { cite$ #1 #3 substring$ } + 'key + if$ + } + { editor format.lab.names } + if$ + } + { author format.lab.names } + if$ +} + +FUNCTION {editor.key.label} +{ editor empty$ + { key empty$ + { cite$ #1 #3 substring$ } + 'key + if$ + } + { editor format.lab.names } + if$ +} + +FUNCTION {calc.short.authors} +{ type$ "book" = + type$ "inbook" = + or + 'author.editor.key.label + { type$ "proceedings" = + 'editor.key.label + 'author.key.label + if$ + } + if$ + 'short.list := +} + +FUNCTION {calc.label} +{ calc.short.authors + short.list + "(" + * + year duplicate$ empty$ + { pop$ "????" } + { purify$ #-1 #4 substring$ } + if$ + * + 'label := +} + +FUNCTION {sort.format.names} +{ 's := + #1 'nameptr := + "" + s num.names$ 'numnames := + numnames 'namesleft := + { namesleft #0 > } + { s nameptr + "{vv{ } }{ll{ }}{ f{ }}{ jj{ }}" + format.name$ 't := + nameptr #1 > + { + " " * + namesleft #1 = t "others" = and + { "zzzzz" * } + { t sortify * } + if$ + } + { t sortify * } + if$ + nameptr #1 + 'nameptr := + namesleft #1 - 'namesleft := + } + while$ +} + +FUNCTION {sort.format.title} +{ 't := + "A " #2 + "An " #3 + "The " #4 t chop.word + chop.word + chop.word + sortify + #1 global.max$ substring$ +} +FUNCTION {author.sort} +{ author empty$ + { key empty$ + { "to sort, need author or key in " cite$ * warning$ + "" + } + { key sortify } + if$ + } + { author sort.format.names } + if$ +} +FUNCTION {author.editor.sort} +{ author empty$ + { editor empty$ + { key empty$ + { "to sort, need author, editor, or key in " cite$ * warning$ + "" + } + { key sortify } + if$ + } + { editor sort.format.names } + if$ + } + { author sort.format.names } + if$ +} +FUNCTION {editor.sort} +{ editor empty$ + { key empty$ + { "to sort, need editor or key in " cite$ * warning$ + "" + } + { key sortify } + if$ + } + { editor sort.format.names } + if$ +} +FUNCTION {presort} +{ calc.label + label sortify + " " + * + type$ "book" = + type$ "inbook" = + or + 'author.editor.sort + { type$ "proceedings" = + 'editor.sort + 'author.sort + if$ + } + if$ + #1 entry.max$ substring$ + 'sort.label := + sort.label + * + " " + * + title field.or.null + sort.format.title + * + #1 entry.max$ substring$ + 'sort.key$ := +} + +ITERATE {presort} +%SORT +STRINGS { last.label next.extra } +INTEGERS { last.extra.num number.label } +FUNCTION {initialize.extra.label.stuff} +{ #0 int.to.chr$ 'last.label := + "" 'next.extra := + #0 'last.extra.num := + #0 'number.label := +} +FUNCTION {forward.pass} +{ last.label label = + { last.extra.num #1 + 'last.extra.num := + last.extra.num int.to.chr$ 'extra.label := + } + { "a" chr.to.int$ 'last.extra.num := + "" 'extra.label := + label 'last.label := + } + if$ + number.label #1 + 'number.label := +} +FUNCTION {reverse.pass} +{ next.extra "b" = + { "a" 'extra.label := } + 'skip$ + if$ + extra.label 'next.extra := + extra.label + duplicate$ empty$ + 'skip$ + { "{\natexlab{" swap$ * "}}" * } + if$ + 'extra.label := + label extra.label * 'label := +} +EXECUTE {initialize.extra.label.stuff} +ITERATE {forward.pass} +REVERSE {reverse.pass} +FUNCTION {bib.sort.order} +{ sort.label + " " + * + year field.or.null sortify + * + " " + * + title field.or.null + sort.format.title + * + #1 entry.max$ substring$ + 'sort.key$ := +} +ITERATE {bib.sort.order} +%SORT +FUNCTION {begin.bib} +{ preamble$ empty$ + 'skip$ + { preamble$ write$ newline$ } + if$ + "\begin{thebibliography}{" number.label int.to.str$ * "}" * + write$ newline$ + "\expandafter\ifx\csname natexlab\endcsname\relax\def\natexlab#1{#1}\fi" + write$ newline$ + "\providecommand{\url}[1]{\texttt{#1}}" + write$ newline$ + "\providecommand{\href}[2]{#2}" + write$ newline$ + "\providecommand{\path}[1]{#1}" + write$ newline$ + "\providecommand{\DOIprefix}{doi:}" + write$ newline$ + "\providecommand{\ArXivprefix}{arXiv:}" + write$ newline$ + "\providecommand{\URLprefix}{URL: }" + write$ newline$ + "\providecommand{\Pubmedprefix}{pmid:}" + write$ newline$ + "\providecommand{\doi}[1]{\href{http://dx.doi.org/#1}{\path{#1}}}" + write$ newline$ + "\providecommand{\Pubmed}[1]{\href{pmid:#1}{\path{#1}}}" + write$ newline$ + "\providecommand{\bibinfo}[2]{#2}" + write$ newline$ + "\ifx\xfnm\relax \def\xfnm[#1]{\unskip,\space#1}\fi" + write$ newline$ +} +EXECUTE {begin.bib} +EXECUTE {init.state.consts} +EXECUTE {init.web.variables} +ITERATE {call.type$} +FUNCTION {end.bib} +{ newline$ + "\end{thebibliography}" write$ newline$ +} +EXECUTE {end.bib} +%% End of customized bst file +%% +%% End of file `model1-num-names.bst'. +%% +%% +%% Change log: +%% ----------- +%% 22.04.2011 +%% +%% 10.08.2012 +%% a. doi, url, eprint, pmid added +%% b. Bibtype `webpage' defined +%% +%% 30.08.2012 +%% a. collaboration added. diff --git a/model1a-num-names.bst b/model1a-num-names.bst new file mode 100644 index 0000000..551bbec --- /dev/null +++ b/model1a-num-names.bst @@ -0,0 +1,1520 @@ +%% +%% This is file `model1a-num-names.bst' (Version 2.0), +%% +%% Copyright 2009-2012 Elsevier Ltd +%% +%% This file is part of the 'Elsarticle Bundle'. +%% --------------------------------------------- +%% +%% It may be distributed under the conditions of the LaTeX Project Public +%% License, either version 1.2 of this license or (at your option) any +%% later version. The latest version of this license is in +%% http://www.latex-project.org/lppl.txt +%% and version 1.2 or later is part of all distributions of LaTeX +%% version 1999/12/01 or later. +%% +%% $Id: model1a-num-names.bst 207 2012-10-22 07:29:13Z rishi $ +%% +%% $URL: http://lenova.river-valley.com/svn/elsbst/trunk/New-Model-1a/model1a-num-names.bst $ +%% +%% + +ENTRY + { address + author + booktitle + chapter + collaboration + edition + editor + howpublished + institution + journal + key + month + note + number + organization + pages + publisher + school + series + title + type + volume + year + url + doi + eprint + pubmed + } + {} + { label extra.label sort.label short.list } + +INTEGERS { output.state before.all mid.sentence after.sentence after.block } + +STRINGS { urlprefix doiprefix eprintprefix pubmedprefix } + +FUNCTION {init.web.variables} +{ + "\URLprefix " 'urlprefix := + "\DOIprefix" 'doiprefix := + "\ArXivprefix " 'eprintprefix := + "\Pubmedprefix " 'pubmedprefix := +} + +FUNCTION {init.state.consts} +{ #0 'before.all := + #1 'mid.sentence := + #2 'after.sentence := + #3 'after.block := +} +STRINGS { s t} +FUNCTION {output.nonnull} +{ 's := + output.state mid.sentence = + { ", " * write$ } + { output.state after.block = + { add.period$ write$ + newline$ + "\newblock " write$ + } + { output.state before.all = + 'write$ + { add.period$ " " * write$ } + if$ + } + if$ + mid.sentence 'output.state := + } + if$ + s +} +FUNCTION {output} +{ duplicate$ empty$ + 'pop$ + 'output.nonnull + if$ +} +FUNCTION {output.check} +{ 't := + duplicate$ empty$ + { pop$ "empty " t * " in " * cite$ * warning$ } + 'output.nonnull + if$ +} +FUNCTION {fin.entry} +{ add.period$ + write$ + newline$ +} + +FUNCTION {new.block} +{ output.state before.all = + 'skip$ + { after.block 'output.state := } + if$ +} +FUNCTION {new.sentence} +{ output.state after.block = + 'skip$ + { output.state before.all = + 'skip$ + { after.sentence 'output.state := } + if$ + } + if$ +} +FUNCTION {add.blank} +{ " " * before.all 'output.state := +} + +FUNCTION {date.block} +{ + skip$ +} + +FUNCTION {not} +{ { #0 } + { #1 } + if$ +} +FUNCTION {and} +{ 'skip$ + { pop$ #0 } + if$ +} +FUNCTION {or} +{ { pop$ #1 } + 'skip$ + if$ +} +FUNCTION {new.block.checkb} +{ empty$ + swap$ empty$ + and + 'skip$ + 'new.block + if$ +} +FUNCTION {field.or.null} +{ duplicate$ empty$ + { pop$ "" } + 'skip$ + if$ +} +FUNCTION {emphasize} +{ duplicate$ empty$ + { pop$ "" } + { "\textit{" swap$ * "}" * } + if$ +} +FUNCTION {tie.or.space.prefix} +{ duplicate$ text.length$ #3 < + { "~" } + { " " } + if$ + swap$ +} + +FUNCTION {capitalize} +{ "u" change.case$ "t" change.case$ } + +FUNCTION {space.word} +{ " " swap$ * " " * } + % Here are the language-specific definitions for explicit words. + % Each function has a name bbl.xxx where xxx is the English word. + % The language selected here is ENGLISH +FUNCTION {bbl.and} +{ "and"} + +FUNCTION {bbl.etal} +{ "et~al." } + +FUNCTION {bbl.editors} +{ "eds." } + +FUNCTION {bbl.editor} +{ "ed." } + +FUNCTION {bbl.edby} +{ "edited by" } + +FUNCTION {bbl.edition} +{ "ed." } + +FUNCTION {bbl.volume} +{ "volume" } + +FUNCTION {bbl.of} +{ "of" } + +FUNCTION {bbl.number} +{ "number" } + +FUNCTION {bbl.nr} +{ "no." } + +FUNCTION {bbl.in} +{ "in" } + +FUNCTION {bbl.pages} +{ "pp." } + +FUNCTION {bbl.page} +{ "p." } + +FUNCTION {bbl.chapter} +{ "chapter" } + +FUNCTION {bbl.techrep} +{ "Technical Report" } + +FUNCTION {bbl.mthesis} +{ "Master's thesis" } + +FUNCTION {bbl.phdthesis} +{ "Ph.D. thesis" } + +MACRO {jan} {"January"} + +MACRO {feb} {"February"} + +MACRO {mar} {"March"} + +MACRO {apr} {"April"} + +MACRO {may} {"May"} + +MACRO {jun} {"June"} + +MACRO {jul} {"July"} + +MACRO {aug} {"August"} + +MACRO {sep} {"September"} + +MACRO {oct} {"October"} + +MACRO {nov} {"November"} + +MACRO {dec} {"December"} + +MACRO {acmcs} {"ACM Comput. Surv."} + +MACRO {acta} {"Acta Inf."} + +MACRO {cacm} {"Commun. ACM"} + +MACRO {ibmjrd} {"IBM J. Res. Dev."} + +MACRO {ibmsj} {"IBM Syst.~J."} + +MACRO {ieeese} {"IEEE Trans. Software Eng."} + +MACRO {ieeetc} {"IEEE Trans. Comput."} + +MACRO {ieeetcad} + {"IEEE Trans. Comput. Aid. Des."} + +MACRO {ipl} {"Inf. Process. Lett."} + +MACRO {jacm} {"J.~ACM"} + +MACRO {jcss} {"J.~Comput. Syst. Sci."} + +MACRO {scp} {"Sci. Comput. Program."} + +MACRO {sicomp} {"SIAM J. Comput."} + +MACRO {tocs} {"ACM Trans. Comput. Syst."} + +MACRO {tods} {"ACM Trans. Database Syst."} + +MACRO {tog} {"ACM Trans. Graphic."} + +MACRO {toms} {"ACM Trans. Math. Software"} + +MACRO {toois} {"ACM Trans. Office Inf. Syst."} + +MACRO {toplas} {"ACM Trans. Progr. Lang. Syst."} + +MACRO {tcs} {"Theor. Comput. Sci."} + +FUNCTION {bibinfo.check} +{ swap$ + duplicate$ missing$ + { + pop$ pop$ + "" + } + { duplicate$ empty$ + { + swap$ pop$ + } + { swap$ + "\bibinfo{" swap$ * "}{" * swap$ * "}" * + } + if$ + } + if$ +} +FUNCTION {bibinfo.warn} +{ swap$ + duplicate$ missing$ + { + swap$ "missing " swap$ * " in " * cite$ * warning$ pop$ + "" + } + { duplicate$ empty$ + { + swap$ "empty " swap$ * " in " * cite$ * warning$ + } + { swap$ + pop$ + } + if$ + } + if$ +} +STRINGS { bibinfo} +INTEGERS { nameptr namesleft numnames } + +FUNCTION {format.names} +{ 'bibinfo := + duplicate$ empty$ 'skip$ { + 's := + "" 't := + #1 'nameptr := + s num.names$ 'numnames := + numnames 'namesleft := + { namesleft #0 > } + { s nameptr + "{f.~}{vv~}{ll}{, jj}" + format.name$ + bibinfo bibinfo.check + 't := + nameptr #1 > + { + namesleft #1 > + { ", " * t * } + { + "," * + s nameptr "{ll}" format.name$ duplicate$ "others" = + { 't := } + { pop$ } + if$ + t "others" = + { + " " * bbl.etal * + } + { " " * t * } + if$ + } + if$ + } + 't + if$ + nameptr #1 + 'nameptr := + namesleft #1 - 'namesleft := + } + while$ + } if$ +} +FUNCTION {format.names.ed} +{ + format.names +} + +FUNCTION {format.key} +{ empty$ + { key field.or.null } + { "" } + if$ +} + +FUNCTION {format.authors} +{ author "author" format.names + duplicate$ empty$ 'skip$ + { collaboration "collaboration" bibinfo.check + duplicate$ empty$ 'skip$ + { " (" swap$ * ")" * } + if$ + * + } + if$ +} + +FUNCTION {get.bbl.editor} +{ editor num.names$ #1 > 'bbl.editors 'bbl.editor if$ } + +FUNCTION {format.editors} +{ editor "editor" format.names duplicate$ empty$ 'skip$ + { + " " * + get.bbl.editor + capitalize + "(" swap$ * ")" * + * + } + if$ +} +FUNCTION {format.note} +{ + note empty$ + { "" } + { note #1 #1 substring$ + duplicate$ "{" = + 'skip$ + { output.state mid.sentence = + { "l" } + { "u" } + if$ + change.case$ + } + if$ + note #2 global.max$ substring$ * "note" bibinfo.check + } + if$ +} + +FUNCTION {format.title} +{ title + duplicate$ empty$ 'skip$ + { "t" change.case$ } + if$ + "title" bibinfo.check +} + +FUNCTION {format.full.names} +{'s := + "" 't := + #1 'nameptr := + s num.names$ 'numnames := + numnames 'namesleft := + { namesleft #0 > } + { s nameptr + "{vv~}{ll}" format.name$ + 't := + nameptr #1 > + { + namesleft #1 > + { ", " * t * } + { + s nameptr "{ll}" format.name$ duplicate$ "others" = + { 't := } + { pop$ } + if$ + t "others" = + { + " " * bbl.etal * + } + { + numnames #2 > + { "," * } + 'skip$ + if$ + bbl.and + space.word * t * + } + if$ + } + if$ + } + 't + if$ + nameptr #1 + 'nameptr := + namesleft #1 - 'namesleft := + } + while$ +} + +FUNCTION {author.editor.key.full} +{ author empty$ + { editor empty$ + { key empty$ + { cite$ #1 #3 substring$ } + 'key + if$ + } + { editor format.full.names } + if$ + } + { author format.full.names } + if$ +} + +FUNCTION {author.key.full} +{ author empty$ + { key empty$ + { cite$ #1 #3 substring$ } + 'key + if$ + } + { author format.full.names } + if$ +} + +FUNCTION {editor.key.full} +{ editor empty$ + { key empty$ + { cite$ #1 #3 substring$ } + 'key + if$ + } + { editor format.full.names } + if$ +} + +FUNCTION {make.full.names} +{ type$ "book" = + type$ "inbook" = + or + 'author.editor.key.full + { type$ "proceedings" = + 'editor.key.full + 'author.key.full + if$ + } + if$ +} + +FUNCTION {output.bibitem} +{ newline$ + "\bibitem[{" write$ + label write$ + ")" make.full.names duplicate$ short.list = + { pop$ } + { * } + if$ + "}]{" * write$ + cite$ write$ + "}" write$ + newline$ + "" + before.all 'output.state := +} + +FUNCTION {n.dashify} +{ + 't := + "" + { t empty$ not } + { t #1 #1 substring$ "-" = + { t #1 #2 substring$ "--" = not + { "--" * + t #2 global.max$ substring$ 't := + } + { { t #1 #1 substring$ "-" = } + { "-" * + t #2 global.max$ substring$ 't := + } + while$ + } + if$ + } + { t #1 #1 substring$ * + t #2 global.max$ substring$ 't := + } + if$ + } + while$ +} + +FUNCTION {word.in} +{ bbl.in + ":" * + " " * } + +FUNCTION {format.date} +{ year "year" bibinfo.check duplicate$ empty$ + { + "empty year in " cite$ * "; set to ????" * warning$ + pop$ "????" + } + 'skip$ + if$ + extra.label * +} +FUNCTION{format.year} +{ year "year" bibinfo.check duplicate$ empty$ + { "empty year in " cite$ * + "; set to ????" * + warning$ + pop$ "????" + } + { + } + if$ + extra.label * + " (" swap$ * ")" * +} +FUNCTION {format.btitle} +{ title "title" bibinfo.check + duplicate$ empty$ 'skip$ + { + } + if$ +} +FUNCTION {either.or.check} +{ empty$ + 'pop$ + { "can't use both " swap$ * " fields in " * cite$ * warning$ } + if$ +} +FUNCTION {format.bvolume} +{ volume empty$ + { "" } + { bbl.volume volume tie.or.space.prefix + "volume" bibinfo.check * * + series "series" bibinfo.check + duplicate$ empty$ 'pop$ + { swap$ bbl.of space.word * swap$ + emphasize * } + if$ + "volume and number" number either.or.check + } + if$ +} +FUNCTION {format.number.series} +{ volume empty$ + { number empty$ + { series field.or.null } + { series empty$ + { number "number" bibinfo.check } + { output.state mid.sentence = + { bbl.number } + { bbl.number capitalize } + if$ + number tie.or.space.prefix "number" bibinfo.check * * + bbl.in space.word * + series "series" bibinfo.check * + } + if$ + } + if$ + } + { "" } + if$ +} + +FUNCTION {format.edition} +{ edition duplicate$ empty$ 'skip$ + { + output.state mid.sentence = + { "l" } + { "t" } + if$ change.case$ + "edition" bibinfo.check + " " * bbl.edition * + } + if$ +} +INTEGERS { multiresult } +FUNCTION {multi.page.check} +{ 't := + #0 'multiresult := + { multiresult not + t empty$ not + and + } + { t #1 #1 substring$ + duplicate$ "-" = + swap$ duplicate$ "," = + swap$ "+" = + or or + { #1 'multiresult := } + { t #2 global.max$ substring$ 't := } + if$ + } + while$ + multiresult +} +FUNCTION {format.pages} +{ pages duplicate$ empty$ 'skip$ + { duplicate$ multi.page.check + { + bbl.pages swap$ + n.dashify + } + { + bbl.page swap$ + } + if$ + tie.or.space.prefix + "pages" bibinfo.check + * * + } + if$ +} +FUNCTION {format.journal.pages} +{ pages duplicate$ empty$ 'pop$ + { swap$ duplicate$ empty$ + { pop$ pop$ format.pages } + { + " " * + swap$ + n.dashify + "pages" bibinfo.check + * + } + if$ + } + if$ +} +FUNCTION {format.vol.num.pages} +{ volume field.or.null + duplicate$ empty$ 'skip$ + { + "volume" bibinfo.check + } + if$ + format.year * +} + +FUNCTION {format.chapter.pages} +{ chapter empty$ + { "" } + { type empty$ + { bbl.chapter } + { type "l" change.case$ + "type" bibinfo.check + } + if$ + chapter tie.or.space.prefix + "chapter" bibinfo.check + * * + } + if$ +} + +FUNCTION {format.booktitle} +{ + booktitle "booktitle" bibinfo.check +} +FUNCTION {format.in.ed.booktitle} +{ format.booktitle duplicate$ empty$ 'skip$ + { + editor "editor" format.names.ed duplicate$ empty$ 'pop$ + { + " " * + get.bbl.editor + capitalize + "(" swap$ * "), " * + * swap$ + * } + if$ + word.in swap$ * + } + if$ +} +FUNCTION {format.thesis.type} +{ type duplicate$ empty$ + 'pop$ + { swap$ pop$ + "t" change.case$ "type" bibinfo.check + } + if$ +} +FUNCTION {format.tr.number} +{ number "number" bibinfo.check + type duplicate$ empty$ + { pop$ bbl.techrep } + 'skip$ + if$ + "type" bibinfo.check + swap$ duplicate$ empty$ + { pop$ "t" change.case$ } + { tie.or.space.prefix * * } + if$ +} +FUNCTION {format.article.crossref} +{ + word.in + " \cite{" * crossref * "}" * +} +FUNCTION {format.book.crossref} +{ volume duplicate$ empty$ + { "empty volume in " cite$ * "'s crossref of " * crossref * warning$ + pop$ word.in + } + { bbl.volume + swap$ tie.or.space.prefix "volume" bibinfo.check * * bbl.of space.word * + } + if$ + " \cite{" * crossref * "}" * +} +FUNCTION {format.incoll.inproc.crossref} +{ + word.in + " \cite{" * crossref * "}" * +} +FUNCTION {format.org.or.pub} +{ 't := + "" + address empty$ t empty$ and + 'skip$ + { + t empty$ + { address "address" bibinfo.check * + } + { t * + address empty$ + 'skip$ + { ", " * address "address" bibinfo.check * } + if$ + } + if$ + } + if$ +} +FUNCTION {format.publisher.address} +{ publisher "publisher" bibinfo.check format.org.or.pub +} + +FUNCTION {format.organization.address} +{ organization "organization" bibinfo.check format.org.or.pub +} + +FUNCTION {print.url} + {url duplicate$ empty$ + { pop$ "" } + { new.sentence + urlprefix "\url{" * swap$ * "}" * + } + if$ + } + +FUNCTION {print.doi} + {doi duplicate$ empty$ + { pop$ "" } + { new.sentence + doiprefix "\doi{" * swap$ * "}" * + } + if$ + } + +FUNCTION {print.eprint} + {eprint duplicate$ empty$ + { pop$ "" } + { new.sentence + duplicate$ "\href{http://arxiv.org/abs/" swap$ * "}{\tt arXiv:" * swap$ * "}" * + } + if$ + } + +FUNCTION {print.pubmed} + {pubmed duplicate$ empty$ + { pop$ "" } + { new.sentence + pubmedprefix "\Pubmed{" * swap$ * "}" * + } + if$ + } + +FUNCTION {webpage} +{ "%Type = Webpage" write$ + output.bibitem + format.authors "author" output.check + author format.key output + author empty$ + { + format.title "title" output.check + new.block + format.date "year" output.check + date.block + } + { + format.date "year" output.check + date.block + format.title "title" output.check + new.block +} + if$ + print.url output + fin.entry +} + + +FUNCTION {article} +{ "%Type = Article" write$ + output.bibitem + format.authors "author" output.check + author format.key output + crossref missing$ + { + journal + "journal" bibinfo.check + "journal" output.check + add.blank + format.vol.num.pages output + } + { format.article.crossref output.nonnull + } + if$ + format.journal.pages + new.sentence + print.url output + print.doi output + print.eprint output + print.pubmed output + format.note output + fin.entry +} + +FUNCTION {book} +{ "%Type = Book" write$ + output.bibitem + author empty$ + { format.editors "author and editor" output.check + editor format.key output + } + { format.authors output.nonnull + crossref missing$ + { "author and editor" editor either.or.check } + 'skip$ + if$ + } + if$ + format.btitle "title" output.check + crossref missing$ + { format.bvolume output + format.number.series output + format.edition output + format.publisher.address output + } + { + format.book.crossref output.nonnull + } + if$ + format.date "year" output.check + new.sentence + print.url output + print.doi output + print.eprint output + print.pubmed output + format.note output + fin.entry +} +FUNCTION {booklet} +{ "%Type = Booklet" write$ + output.bibitem + format.authors output + author format.key output + format.title "title" output.check + howpublished "howpublished" bibinfo.check output + address "address" bibinfo.check output + format.date "year" output.check + new.sentence + format.note output + fin.entry +} + +FUNCTION {inbook} +{ "%Type = Inbook" write$ + output.bibitem + author empty$ + { format.editors "author and editor" output.check + editor format.key output + } + { format.authors output.nonnull + crossref missing$ + { "author and editor" editor either.or.check } + 'skip$ + if$ + } + if$ + format.btitle "title" output.check + crossref missing$ + { + format.bvolume output + format.number.series output + format.edition output + format.publisher.address output + } + { + format.book.crossref output.nonnull + } + if$ + format.date "year" output.check + format.pages "pages" output.check + new.sentence + print.url output + print.doi output + print.eprint output + print.pubmed output + format.note output + fin.entry +} + +FUNCTION {incollection} +{ "%Type = Incollection" write$ + output.bibitem + format.authors "author" output.check + author format.key output + crossref missing$ + { format.in.ed.booktitle "booktitle" output.check + format.bvolume output + format.number.series output + format.publisher.address output + format.edition output + format.date output + } + { format.incoll.inproc.crossref output.nonnull + } + if$ + format.pages "pages" output.check + new.sentence + print.url output + print.doi output + print.eprint output + print.pubmed output + format.note output + fin.entry +} + +FUNCTION {inproceedings} +{ "%Type = Inproceedings" write$ + output.bibitem + format.authors "author" output.check + author format.key output + crossref missing$ + { format.in.ed.booktitle "booktitle" output.check + format.bvolume output + format.number.series output + publisher empty$ + { format.organization.address output } + { organization "organization" bibinfo.check output + format.publisher.address output + format.date output + } + if$ + } + { format.incoll.inproc.crossref output.nonnull + } + if$ + format.pages "pages" output.check + new.sentence + print.url output + print.doi output + print.eprint output + print.pubmed output + format.note output + fin.entry +} + +FUNCTION {conference} { inproceedings } + +FUNCTION {manual} +{ "%Type = Manual" write$ + output.bibitem + format.authors output + author format.key output + format.btitle "title" output.check + format.edition output + organization "organization" bibinfo.check output + address "address" bibinfo.check output + format.date "year" output.check + new.sentence + print.url output + print.doi output + print.eprint output + print.pubmed output + format.note output + fin.entry +} + +FUNCTION {mastersthesis} +{ "%Type = Masterthesis" write$ + output.bibitem + format.authors "author" output.check + author format.key output + format.btitle + "title" output.check + bbl.mthesis format.thesis.type output.nonnull + school "school" bibinfo.warn output + address "address" bibinfo.check output + format.date "year" output.check + new.sentence + print.url output + print.doi output + print.eprint output + print.pubmed output + format.note output + fin.entry +} + +FUNCTION {misc} +{ "%Type = Misc" write$ + output.bibitem + format.authors output + author format.key output + format.title output + howpublished "howpublished" bibinfo.check output + format.date "year" output.check + new.sentence + print.url output + print.doi output + print.eprint output + print.pubmed output + format.note output + fin.entry +} + +FUNCTION {phdthesis} +{ "%Type = Phdthesis" write$ + output.bibitem + format.authors "author" output.check + author format.key output + format.btitle + "title" output.check + bbl.phdthesis format.thesis.type output.nonnull + school "school" bibinfo.warn output + address "address" bibinfo.check output + format.date "year" output.check + new.sentence + print.url output + print.doi output + print.eprint output + print.pubmed output + format.note output + fin.entry +} + +FUNCTION {proceedings} +{ "%Type = Proceedings" write$ + output.bibitem + format.editors output + editor format.key output + format.btitle "title" output.check + format.bvolume output + format.number.series output + publisher empty$ + { format.organization.address output } + { organization "organization" bibinfo.check output + format.publisher.address output + } + if$ + format.date "year" output.check + new.sentence + print.url output + print.doi output + print.eprint output + print.pubmed output + format.note output + fin.entry +} + +FUNCTION {techreport} +{ "%Type = Techreport" write$ + output.bibitem + format.authors "author" output.check + author format.key output + format.btitle + "title" output.check + format.tr.number output.nonnull + institution "institution" bibinfo.warn output + address "address" bibinfo.check output + format.date "year" output.check + new.sentence + print.url output + print.doi output + print.eprint output + print.pubmed output + format.note output + fin.entry +} + +FUNCTION {unpublished} +{ "%Type = Unpublished" write$ + output.bibitem + format.authors "author" output.check + author format.key output + format.title "title" output.check + format.date "year" output.check + new.sentence + print.url output + print.doi output + print.eprint output + print.pubmed output + format.note "note" output.check + fin.entry +} + +FUNCTION {default.type} { misc } +READ +FUNCTION {sortify} +{ purify$ + "l" change.case$ +} +INTEGERS { len } +FUNCTION {chop.word} +{ 's := + 'len := + s #1 len substring$ = + { s len #1 + global.max$ substring$ } + 's + if$ +} +FUNCTION {format.lab.names} +{ 's := + "" 't := + s #1 "{vv~}{ll}" format.name$ + s num.names$ duplicate$ + #2 > + { pop$ + " " * bbl.etal * + } + { #2 < + 'skip$ + { s #2 "{ff }{vv }{ll}{ jj}" format.name$ "others" = + { + " " * bbl.etal * + } + { bbl.and space.word * s #2 "{vv~}{ll}" format.name$ + * } + if$ + } + if$ + } + if$ +} + +FUNCTION {author.key.label} +{ author empty$ + { key empty$ + { cite$ #1 #3 substring$ } + 'key + if$ + } + { author format.lab.names } + if$ +} + +FUNCTION {author.editor.key.label} +{ author empty$ + { editor empty$ + { key empty$ + { cite$ #1 #3 substring$ } + 'key + if$ + } + { editor format.lab.names } + if$ + } + { author format.lab.names } + if$ +} + +FUNCTION {editor.key.label} +{ editor empty$ + { key empty$ + { cite$ #1 #3 substring$ } + 'key + if$ + } + { editor format.lab.names } + if$ +} + +FUNCTION {calc.short.authors} +{ type$ "book" = + type$ "inbook" = + or + 'author.editor.key.label + { type$ "proceedings" = + 'editor.key.label + 'author.key.label + if$ + } + if$ + 'short.list := +} + +FUNCTION {calc.label} +{ calc.short.authors + short.list + "(" + * + year duplicate$ empty$ + { pop$ "????" } + { purify$ #-1 #4 substring$ } + if$ + * + 'label := +} + +FUNCTION {sort.format.names} +{ 's := + #1 'nameptr := + "" + s num.names$ 'numnames := + numnames 'namesleft := + { namesleft #0 > } + { s nameptr + "{ll{ }}{ f{ }}{ jj{ }}" + format.name$ 't := + nameptr #1 > + { + " " * + namesleft #1 = t "others" = and + { "zzzzz" * } + { t sortify * } + if$ + } + { t sortify * } + if$ + nameptr #1 + 'nameptr := + namesleft #1 - 'namesleft := + } + while$ +} + +FUNCTION {sort.format.title} +{ 't := + "A " #2 + "An " #3 + "The " #4 t chop.word + chop.word + chop.word + sortify + #1 global.max$ substring$ +} +FUNCTION {author.sort} +{ author empty$ + { key empty$ + { "to sort, need author or key in " cite$ * warning$ + "" + } + { key sortify } + if$ + } + { author sort.format.names } + if$ +} +FUNCTION {author.editor.sort} +{ author empty$ + { editor empty$ + { key empty$ + { "to sort, need author, editor, or key in " cite$ * warning$ + "" + } + { key sortify } + if$ + } + { editor sort.format.names } + if$ + } + { author sort.format.names } + if$ +} +FUNCTION {editor.sort} +{ editor empty$ + { key empty$ + { "to sort, need editor or key in " cite$ * warning$ + "" + } + { key sortify } + if$ + } + { editor sort.format.names } + if$ +} +FUNCTION {presort} +{ calc.label + label sortify + " " + * + type$ "book" = + type$ "inbook" = + or + 'author.editor.sort + { type$ "proceedings" = + 'editor.sort + 'author.sort + if$ + } + if$ + #1 entry.max$ substring$ + 'sort.label := + sort.label + * + " " + * + title field.or.null + sort.format.title + * + #1 entry.max$ substring$ + 'sort.key$ := +} + +ITERATE {presort} +%SORT +STRINGS { last.label next.extra } +INTEGERS { last.extra.num number.label } +FUNCTION {initialize.extra.label.stuff} +{ #0 int.to.chr$ 'last.label := + "" 'next.extra := + #0 'last.extra.num := + #0 'number.label := +} +FUNCTION {forward.pass} +{ last.label label = + { last.extra.num #1 + 'last.extra.num := + last.extra.num int.to.chr$ 'extra.label := + } + { "a" chr.to.int$ 'last.extra.num := + "" 'extra.label := + label 'last.label := + } + if$ + number.label #1 + 'number.label := +} +FUNCTION {reverse.pass} +{ next.extra "b" = + { "a" 'extra.label := } + 'skip$ + if$ + extra.label 'next.extra := + extra.label + duplicate$ empty$ + 'skip$ + { "{\natexlab{" swap$ * "}}" * } + if$ + 'extra.label := + label extra.label * 'label := +} +EXECUTE {initialize.extra.label.stuff} +ITERATE {forward.pass} +REVERSE {reverse.pass} +FUNCTION {bib.sort.order} +{ sort.label + " " + * + year field.or.null sortify + * + " " + * + title field.or.null + sort.format.title + * + #1 entry.max$ substring$ + 'sort.key$ := +} +ITERATE {bib.sort.order} +%SORT +FUNCTION {begin.bib} +{ preamble$ empty$ + 'skip$ + { preamble$ write$ newline$ } + if$ + "\begin{thebibliography}{" number.label int.to.str$ * "}" * + write$ newline$ + "\expandafter\ifx\csname natexlab\endcsname\relax\def\natexlab#1{#1}\fi" + write$ newline$ + "\providecommand{\url}[1]{\texttt{#1}}" + write$ newline$ + "\providecommand{\href}[2]{#2}" + write$ newline$ + "\providecommand{\path}[1]{#1}" + write$ newline$ + "\providecommand{\DOIprefix}{doi:}" + write$ newline$ + "\providecommand{\ArXivprefix}{arXiv:}" + write$ newline$ + "\providecommand{\URLprefix}{URL: }" + write$ newline$ + "\providecommand{\Pubmedprefix}{pmid:}" + write$ newline$ + "\providecommand{\doi}[1]{\href{http://dx.doi.org/#1}{\path{#1}}}" + write$ newline$ + "\providecommand{\Pubmed}[1]{\href{pmid:#1}{\path{#1}}}" + write$ newline$ + "\providecommand{\bibinfo}[2]{#2}" + write$ newline$ + "\ifx\xfnm\relax \def\xfnm[#1]{\unskip,\space#1}\fi" + write$ newline$ +} +EXECUTE {begin.bib} +EXECUTE {init.state.consts} +EXECUTE {init.web.variables} +ITERATE {call.type$} +FUNCTION {end.bib} +{ newline$ + "\end{thebibliography}" write$ newline$ +} +EXECUTE {end.bib} +%% End of customized bst file +%% +%% End of file `model1a-num-names.bst'. +%% +%% Change log: +%% ----------- +%% 22.04.2011 +%% +%% 10.08.2012 +%% a. doi, url, eprint, pmid added +%% b. Bibtype `webpage' defined +%% +%% 30.08.2012 +%% a. collaboration added. diff --git a/model2-names.bst b/model2-names.bst new file mode 100644 index 0000000..877f10c --- /dev/null +++ b/model2-names.bst @@ -0,0 +1,1656 @@ +%% +%% This is file `model2-names.bst' (Version 2.0), +%% +%% Copyright 2009-2013 Elsevier Ltd +%% +%% This file is part of the 'Elsarticle Bundle'. +%% --------------------------------------------- +%% +%% It may be distributed under the conditions of the LaTeX Project Public +%% License, either version 1.2 of this license or (at your option) any +%% later version. The latest version of this license is in +%% http://www.latex-project.org/lppl.txt +%% and version 1.2 or later is part of all distributions of LaTeX +%% version 1999/12/01 or later. +%% +%% $Id: model2-names.bst 217 2013-03-13 11:50:49Z rishi $ +%% +%% $URL: http://lenova.river-valley.com/svn/elsbst/trunk/New-Model-2/model2-names.bst $ +%% + +ENTRY + { address + archive + author + booktitle + chapter + collaboration + edition + editor + howpublished + institution + journal + key + month + note + number + organization + pages + publisher + school + series + title + type + volume + year + url + doi + eprint + pubmed + } + {} + { label extra.label sort.label short.list } + +INTEGERS { output.state before.all mid.sentence after.sentence after.block } + +STRINGS { urlprefix doiprefix eprintprefix pubmedprefix } + +FUNCTION {init.web.variables} +{ + "\URLprefix " 'urlprefix := + "\DOIprefix" 'doiprefix := + "\ArXivprefix " 'eprintprefix := + "\Pubmedprefix " 'pubmedprefix := +} + +FUNCTION {init.state.consts} +{ #0 'before.all := + #1 'mid.sentence := + #2 'after.sentence := + #3 'after.block := +} +STRINGS { s t} +FUNCTION {output.comma} +{ ", " * write$} + +FUNCTION {output.nonnull} +{ 's := + output.state mid.sentence = + { ". " * write$ } + { output.state after.block = + { add.period$ write$ + newline$ + "\newblock " write$ + } + { output.state before.all = + 'write$ + { ", " * write$ } + if$ + } + if$ + mid.sentence 'output.state := + } + if$ + s +} +FUNCTION {output.commanull} +{ 's := + output.state mid.sentence = + { ", " * write$ } + { output.state after.block = + { ", " * write$ + newline$ + "\newblock " write$ + } + { output.state before.all = + 'write$ + { add.period$ " " * write$ } + if$ + } + if$ + mid.sentence 'output.state := + } + if$ + s +} +FUNCTION {output} +{ duplicate$ empty$ + 'pop$ + 'output.nonnull + if$ +} +FUNCTION {output.check} +{ 't := + duplicate$ empty$ + { pop$ "empty " t * " in " * cite$ * warning$ } + 'output.nonnull + if$ +} +FUNCTION {output.book.check} +{ 't := + duplicate$ empty$ + { pop$ "empty " t * " in " * cite$ * warning$ } + 'output.nonnull + if$ +} +FUNCTION {fin.entry} +{ add.period$ + write$ + newline$ +} + +FUNCTION {new.block} +{ output.state before.all = + 'skip$ + { after.block 'output.state := } + if$ +} +FUNCTION {new.sentence} +{ output.state after.block = + 'skip$ + { output.state before.all = + 'skip$ + { after.sentence 'output.state := } + if$ + } + if$ +} +FUNCTION {add.blank} +{ " " * before.all 'output.state := +} + +FUNCTION {date.block} +{ + new.block +} + +FUNCTION {not} +{ { #0 } + { #1 } + if$ +} +FUNCTION {and} +{ 'skip$ + { pop$ #0 } + if$ +} +FUNCTION {or} +{ { pop$ #1 } + 'skip$ + if$ +} +FUNCTION {new.block.checkb} +{ empty$ + swap$ empty$ + and + 'skip$ + 'new.block + if$ +} +FUNCTION {field.or.null} +{ duplicate$ empty$ + { pop$ "" } + 'skip$ + if$ +} +FUNCTION {emphasize} +{ duplicate$ empty$ + { pop$ "" } + { "\textit{" swap$ * "}" * } + if$ +} +FUNCTION {tie.or.space.prefix} +{ duplicate$ text.length$ #3 < + { "~" } + { " " } + if$ + swap$ +} + +FUNCTION {capitalize} +{ "u" change.case$ "t" change.case$ } + +FUNCTION {space.word} +{ " " swap$ * " " * } + % Here are the language-specific definitions for explicit words. + % Each function has a name bbl.xxx where xxx is the English word. + % The language selected here is ENGLISH +FUNCTION {bbl.and} +{ "and"} + +FUNCTION {bbl.etal} +{ "et~al." } + +FUNCTION {bbl.editors} +{ "Eds." } + +FUNCTION {bbl.editor} +{ "Ed." } + +FUNCTION {bbl.edby} +{ "edited by" } + +FUNCTION {bbl.edition} +{ "ed." } + +FUNCTION {bbl.volume} +{ "volume" } + +FUNCTION {bbl.of} +{ "of" } + +FUNCTION {bbl.number} +{ "number" } + +FUNCTION {bbl.nr} +{ "no." } + +FUNCTION {bbl.in} +{ "in" } + +FUNCTION {bbl.pages} +{ "pp." } + +FUNCTION {bbl.page} +{ "p." } + +FUNCTION {bbl.chapter} +{ "chapter" } + +FUNCTION {bbl.techrep} +{ "Technical Report" } + +FUNCTION {bbl.mthesis} +{ "Master's thesis" } + +FUNCTION {bbl.phdthesis} +{ "Ph.D. thesis" } + +MACRO {jan} {"January"} + +MACRO {feb} {"February"} + +MACRO {mar} {"March"} + +MACRO {apr} {"April"} + +MACRO {may} {"May"} + +MACRO {jun} {"June"} + +MACRO {jul} {"July"} + +MACRO {aug} {"August"} + +MACRO {sep} {"September"} + +MACRO {oct} {"October"} + +MACRO {nov} {"November"} + +MACRO {dec} {"December"} + +MACRO {acmcs} {"ACM Comput. Surv."} + +MACRO {acta} {"Acta Inf."} + +MACRO {cacm} {"Commun. ACM"} + +MACRO {ibmjrd} {"IBM J. Res. Dev."} + +MACRO {ibmsj} {"IBM Syst.~J."} + +MACRO {ieeese} {"IEEE Trans. Software Eng."} + +MACRO {ieeetc} {"IEEE Trans. Comput."} + +MACRO {ieeetcad} + {"IEEE Trans. Comput. Aid. Des."} + +MACRO {ipl} {"Inf. Process. Lett."} + +MACRO {jacm} {"J.~ACM"} + +MACRO {jcss} {"J.~Comput. Syst. Sci."} + +MACRO {scp} {"Sci. Comput. Program."} + +MACRO {sicomp} {"SIAM J. Comput."} + +MACRO {tocs} {"ACM Trans. Comput. Syst."} + +MACRO {tods} {"ACM Trans. Database Syst."} + +MACRO {tog} {"ACM Trans. Graphic."} + +MACRO {toms} {"ACM Trans. Math. Software"} + +MACRO {toois} {"ACM Trans. Office Inf. Syst."} + +MACRO {toplas} {"ACM Trans. Progr. Lang. Syst."} + +MACRO {tcs} {"Theor. Comput. Sci."} + +%% Begin - Added on March 13, 2013 + +MACRO {aj} {"Astron. J."} +MACRO {actaa} {"Acta Astron."} +MACRO {araa} {"Annu. Rev. Astron. Astrophys."} +MACRO {apj} {"Astrophys. J."} +MACRO {apjl} {"Astrophys. J. Lett."} +MACRO {apjs} {"Astrophys. J. Suppl. S"} +MACRO {ao} {"Appl. Optics"} +MACRO {apss} {"Astrophys. Space Sci."} +MACRO {aap} {"Astronom. Astrophys."} +MACRO {aapr} {"Astron. Astrophys Rev"} +MACRO {aaps} {"Astron. Astrophys. Sup."} +MACRO {azh} {"Astron. Zh+"} +MACRO {caa} {"Chinese Astron. Astr."} +MACRO {icarus} {"Icarus"} +MACRO {jcap} {"J. Cosmol. Astropart. Phys."} +MACRO {jrasc} {"J. Roy. Astron. Soc. Can."} +MACRO {memras} {"Memoirs of the RAS"} +MACRO {mnras} {"Mon. Not. R. Astron. Soc."} +MACRO {na} {"New Astron."} +MACRO {nar} {"New Astron. Rev."} +MACRO {pra} {"Phys. Rev. A"} +MACRO {prb} {"Phys. Rev. B"} +MACRO {prc} {"Phys. Rev. C"} +MACRO {prd} {"Phys. Rev. D"} +MACRO {pre} {"Phys. Rev. E"} +MACRO {prl} {"Phys. Rev. Lett"} +MACRO {pasa} {"Publ. Astron. Soc. Aust."} +MACRO {pasp} {"Publ. Astron. Soc. Pac."} +MACRO {pasj} {"Publ. Astron. Soc. Jpn."} +MACRO {rmxaa} {"Rev. Mex. Astron. Astr."} +MACRO {rjras} {"Q. J. Roy. Astron. Soc."} +MACRO {skytel} {"Sky Telescope"} +MACRO {solphys} {"Sol. Phys."} +MACRO {sovast} {"Sov. Astron."} +MACRO {ssr} {"Space Sci. Rev."} +MACRO {zap} {"Zeitschrift fuer Astrophysik"} +MACRO {nat} {"Nature"} +MACRO {iaucirc} {"IAU Cirulars"} +MACRO {gca} {"Geochim. Cosmochim. Ac."} +MACRO {grl} {"Geophys. Res. Lett."} +MACRO {jcp} {"J. Chem. Phys."} +MACRO {jgr} {"J. Geophys. Res."} +MACRO {jqsrt} {"J. Quant. Spectrosc. RA"} +MACRO {nphysa} {"Nucl. Phys. A"} +MACRO {physrep} {"Phys. Rep."} +MACRO {physscr} {"Phys. Scrip."} +MACRO {planss} {"Planet. Space Sci."} +MACRO {baas} {"Bull. Aust. Acoust. Soc"} +MACRO {aplett} {"Astrophys. Lett."} +MACRO {procspie} {"Proc. SPIE"} +MACRO {cjaa} {"Chinese J. Astron. Ast."} +MACRO {fcp} {"Fundam. Cosm. Phys."} +MACRO {memsai} {"Mem. Soc. Astron. Ital."} +MACRO {bain} {"Bull. Astron. Inst. Neth., Suppl. Ser."} + +%% End - Added on March 13, 2013 + + +FUNCTION {bibinfo.check} +{ swap$ + duplicate$ missing$ + { + pop$ pop$ + "" + } + { duplicate$ empty$ + { + swap$ pop$ + } + { swap$ + "\bibinfo{" swap$ * "}{" * swap$ * "}" * + } + if$ + } + if$ +} +FUNCTION {bibinfo.warn} +{ swap$ + duplicate$ missing$ + { + swap$ "missing " swap$ * " in " * cite$ * warning$ pop$ + "" + } + { duplicate$ empty$ + { + swap$ "empty " swap$ * " in " * cite$ * warning$ + } + { swap$ + pop$ + } + if$ + } + if$ +} + +STRINGS { bibinfo} + +INTEGERS { nameptr namesleft numnames } + +FUNCTION {format.names} +{ 'bibinfo := + duplicate$ empty$ 'skip$ { + 's := + "" 't := + #1 'nameptr := + s num.names$ 'numnames := + numnames 'namesleft := + { namesleft #0 > } + { s nameptr + "{vv~}{ll}{, jj}{, f{.}.}" + format.name$ + bibinfo bibinfo.check + 't := + nameptr #1 > + { + namesleft #1 > + { ", " * t * } + { + "," * + s nameptr "{ll}" format.name$ duplicate$ "others" = + { 't := } + { pop$ } + if$ + t "others" = + { + " " * bbl.etal * + } + { " " * t * } + if$ + } + if$ + } + 't + if$ + nameptr #1 + 'nameptr := + namesleft #1 - 'namesleft := + } + while$ + } if$ +} +FUNCTION {format.names.ed} +{ + format.names +} +FUNCTION {format.key} +{ empty$ + { key field.or.null } + { "" } + if$ +} + +FUNCTION {format.authors} +{ author "author" format.names + duplicate$ empty$ 'skip$ + { collaboration "collaboration" bibinfo.check + duplicate$ empty$ 'skip$ + { " (" swap$ * ")" * } + if$ + * + } + if$ +} + +FUNCTION {get.bbl.editor} +{ editor num.names$ #1 > 'bbl.editors 'bbl.editor if$ } + +FUNCTION {format.editors} +{ editor "editor" format.names duplicate$ empty$ 'skip$ + { + " " * + get.bbl.editor + capitalize + "(" swap$ * ")" * + * + } + if$ +} +FUNCTION {format.note} +{ + note empty$ + { "" } + { note #1 #1 substring$ + duplicate$ "{" = + 'skip$ + { output.state mid.sentence = + { "l" } + { "u" } + if$ + change.case$ + } + if$ + note #2 global.max$ substring$ * "note" bibinfo.check + } + if$ +} + +FUNCTION {format.title} +{ title + duplicate$ empty$ 'skip$ + { "t" change.case$ } + if$ + "title" bibinfo.check +} +FUNCTION {format.full.names} +{'s := + "" 't := + #1 'nameptr := + s num.names$ 'numnames := + numnames 'namesleft := + { namesleft #0 > } + { s nameptr + "{vv~}{ll}" format.name$ + 't := + nameptr #1 > + { + namesleft #1 > + { ", " * t * } + { + s nameptr "{ll}" format.name$ duplicate$ "others" = + { 't := } + { pop$ } + if$ + t "others" = + { + " " * bbl.etal * + } + { + bbl.and + space.word * t * + } + if$ + } + if$ + } + 't + if$ + nameptr #1 + 'nameptr := + namesleft #1 - 'namesleft := + } + while$ +} + +FUNCTION {author.editor.key.full} +{ author empty$ + { editor empty$ + { key empty$ + { cite$ #1 #3 substring$ } + 'key + if$ + } + { editor format.full.names } + if$ + } + { author format.full.names } + if$ +} + +FUNCTION {author.key.full} +{ author empty$ + { key empty$ + { cite$ #1 #3 substring$ } + 'key + if$ + } + { author format.full.names } + if$ +} + +FUNCTION {editor.key.full} +{ editor empty$ + { key empty$ + { cite$ #1 #3 substring$ } + 'key + if$ + } + { editor format.full.names } + if$ +} + +FUNCTION {make.full.names} +{ type$ "book" = + type$ "inbook" = + or + 'author.editor.key.full + { type$ "proceedings" = + 'editor.key.full + 'author.key.full + if$ + } + if$ +} + +FUNCTION {output.bibitem} +{ newline$ + "\bibitem[{" write$ + label write$ + ")" make.full.names duplicate$ short.list = + { pop$ } + { * } + if$ + "}]{" * write$ + cite$ write$ + "}" write$ + newline$ + "" + before.all 'output.state := +} + +FUNCTION {n.dashify} +{ + 't := + "" + { t empty$ not } + { t #1 #1 substring$ "-" = + { t #1 #2 substring$ "--" = not + { "--" * + t #2 global.max$ substring$ 't := + } + { { t #1 #1 substring$ "-" = } + { "-" * + t #2 global.max$ substring$ 't := + } + while$ + } + if$ + } + { t #1 #1 substring$ * + t #2 global.max$ substring$ 't := + } + if$ + } + while$ +} + +FUNCTION {word.in} +{ bbl.in %capitalize + ":" * + " " * } + +FUNCTION {format.date} +{ year "year" bibinfo.check duplicate$ empty$ + { + } + 'skip$ + if$ + extra.label * + before.all 'output.state := + ", " swap$ * +} +FUNCTION {format.btitle} +{ title "title" bibinfo.check + duplicate$ empty$ 'skip$ + { + } + if$ +} +FUNCTION {either.or.check} +{ empty$ + 'pop$ + { "can't use both " swap$ * " fields in " * cite$ * warning$ } + if$ +} +FUNCTION {format.bvolume} +{ volume empty$ + { "" } + { bbl.volume volume tie.or.space.prefix + "volume" bibinfo.check * * + series "series" bibinfo.check + duplicate$ empty$ 'pop$ + { swap$ bbl.of space.word * swap$ + emphasize * } + if$ + "volume and number" number either.or.check + } + if$ +} +FUNCTION {format.number.series} +{ volume empty$ + { number empty$ + { series field.or.null } + { series empty$ + { number "number" bibinfo.check } + { output.state mid.sentence = + { bbl.number } + { bbl.number capitalize } + if$ + number tie.or.space.prefix "number" bibinfo.check * * + bbl.in space.word * + series "series" bibinfo.check * + } + if$ + } + if$ + } + { "" } + if$ +} + +FUNCTION {format.edition} +{ edition duplicate$ empty$ 'skip$ + { + output.state mid.sentence = + { "l" } + { "t" } + if$ change.case$ + "edition" bibinfo.check + " " * bbl.edition * + } + if$ +} +INTEGERS { multiresult } +FUNCTION {multi.page.check} +{ 't := + #0 'multiresult := + { multiresult not + t empty$ not + and + } + { t #1 #1 substring$ + duplicate$ "-" = + swap$ duplicate$ "," = + swap$ "+" = + or or + { #1 'multiresult := } + { t #2 global.max$ substring$ 't := } + if$ + } + while$ + multiresult +} +%FUNCTION {format.pages} +%{ pages duplicate$ empty$ 'skip$ +% { duplicate$ multi.page.check +% { +% n.dashify +% } +% { +% } +% if$ +% "pages" bibinfo.check +% } +% if$ +%} + +FUNCTION {format.pages} +{ pages duplicate$ empty$ 'skip$ + { duplicate$ multi.page.check + { + bbl.pages swap$ + n.dashify + } + { + bbl.page swap$ + } + if$ + tie.or.space.prefix + "pages" bibinfo.check + * * + } + if$ +} + +FUNCTION {format.journal.pages} +{ pages duplicate$ empty$ 'pop$ + { swap$ duplicate$ empty$ + { pop$ pop$ format.pages } + { + ", " * + swap$ + n.dashify + "pages" bibinfo.check + * + } + if$ + } + if$ +} +FUNCTION {format.vol.num.pages} +{ volume field.or.null + duplicate$ empty$ 'skip$ + { + "volume" bibinfo.check + } + if$ +} + +FUNCTION {format.chapter.pages} +{ chapter empty$ + { "" } + { type empty$ + { bbl.chapter } + { type "l" change.case$ + "type" bibinfo.check + } + if$ + chapter tie.or.space.prefix + "chapter" bibinfo.check + * * + } + if$ +} + +FUNCTION {format.booktitle} +{ + booktitle "booktitle" bibinfo.check +} +FUNCTION {format.in.ed.booktitle} +{ format.booktitle duplicate$ empty$ 'skip$ + { + editor "editor" format.names.ed duplicate$ empty$ 'pop$ + { + " " * + get.bbl.editor + capitalize + "(" swap$ * "), " * + * swap$ + * } + if$ + word.in swap$ * + } + if$ +} +FUNCTION {format.thesis.type} +{ type duplicate$ empty$ + 'pop$ + { swap$ pop$ + "t" change.case$ "type" bibinfo.check + } + if$ +} +FUNCTION {format.tr.number} +{ number "number" bibinfo.check + type duplicate$ empty$ + { pop$ bbl.techrep } + 'skip$ + if$ + "type" bibinfo.check + swap$ duplicate$ empty$ + { pop$ "t" change.case$ } + { tie.or.space.prefix * * } + if$ +} +FUNCTION {format.article.crossref} +{ + word.in + " \cite{" * crossref * "}" * +} +FUNCTION {format.book.crossref} +{ volume duplicate$ empty$ + { "empty volume in " cite$ * "'s crossref of " * crossref * warning$ + pop$ word.in + } + { bbl.volume + capitalize + swap$ tie.or.space.prefix "volume" bibinfo.check * * bbl.of space.word * + } + if$ + " \cite{" * crossref * "}" * +} +FUNCTION {format.incoll.inproc.crossref} +{ + word.in + " \cite{" * crossref * "}" * +} +FUNCTION {format.org.or.pub} +{ 't := + "" + address empty$ t empty$ and + 'skip$ + { + t empty$ + { address "address" bibinfo.check * + } + { t * + address empty$ + 'skip$ + { ", " * address "address" bibinfo.check * } + if$ + } + if$ + } + if$ +} +FUNCTION {format.publisher.address} +{ publisher "publisher" bibinfo.check format.org.or.pub +} + +FUNCTION {format.organization.address} +{ organization "organization" bibinfo.check format.org.or.pub +} + +FUNCTION {print.url} + {url duplicate$ empty$ + { pop$ "" } + { new.sentence + urlprefix "\url{" * swap$ * "}" * + } + if$ + } + +FUNCTION {print.doi} + {doi duplicate$ empty$ + { pop$ "" } + { new.sentence + doiprefix "\doi{" * swap$ * "}" * + } + if$ + } + +FUNCTION {print.eprint} + {eprint duplicate$ empty$ + { pop$ "" } + { new.sentence + duplicate$ "\href{http://arxiv.org/abs/" swap$ * "}{\tt arXiv:" * swap$ * "}" * } + if$ + } + +FUNCTION {print.pubmed} + {pubmed duplicate$ empty$ + { pop$ "" } + { new.sentence + pubmedprefix "\Pubmed{" * swap$ * "}" * + } + if$ + } + +FUNCTION {webpage} +{ "%Type = Webpage" write$ + output.bibitem + format.authors "author" output.check + author format.key output + author empty$ + { + format.title "title" output.check + new.block + format.date "year" output.check + date.block + } + { + format.date "year" output.check + date.block + format.title "title" output.check + new.block +} + if$ + print.url output + fin.entry +} + + +FUNCTION {article} +{ "%Type = Article" write$ + output.bibitem + format.authors "author" output.check + author format.key output + format.date "year" output.check + date.block + format.title "title" output.check + new.block + crossref missing$ + { + journal + "journal" bibinfo.check + "journal" output.check + add.blank + format.vol.num.pages output + } + { format.article.crossref output.nonnull + } + if$ + format.journal.pages + new.block + print.url output + print.doi output + print.eprint output + print.pubmed output + format.note output + fin.entry +} + +FUNCTION {book} +{ "%Type = Book" write$ + output.bibitem + author empty$ + { format.editors "author and editor" output.check + editor format.key output + } + { format.authors output.nonnull + crossref missing$ + { "author and editor" editor either.or.check } + 'skip$ + if$ + } + if$ + format.date "year" output.check + date.block + format.btitle "title" output.check + crossref missing$ + { format.bvolume output + new.block + format.number.series output + format.edition output + new.sentence + format.publisher.address output + } + { + new.block + format.book.crossref output.nonnull + } + if$ + new.block + print.url output + print.doi output + print.eprint output + print.pubmed output + format.note output + fin.entry +} + +FUNCTION {booklet} +{ "%Type = Booklet" write$ + output.bibitem + format.authors output + author format.key output + format.date "year" output.check + date.block + format.title "title" output.check + new.block + howpublished "howpublished" bibinfo.check output + address "address" bibinfo.check output + new.block + print.url output + print.doi output + print.eprint output + print.pubmed output + format.note output + fin.entry +} + +FUNCTION {inbook} +{ "%Type = Inbook" write$ + output.bibitem + author empty$ + { format.editors "author and editor" output.check + editor format.key output + } + { format.authors output.nonnull + crossref missing$ + { "author and editor" editor either.or.check } + 'skip$ + if$ + } + if$ + format.date "year" output.check + date.block + format.btitle "title" output.check + format.edition output + crossref missing$ + { + format.publisher.address output + format.bvolume output + format.chapter.pages "chapter and pages" output.check + new.block + format.number.series output + new.sentence + } + { + format.chapter.pages "chapter and pages" output.check + new.block + format.book.crossref output.nonnull + } + if$ + format.pages "pages" output.check + new.block + print.url output + print.doi output + print.eprint output + print.pubmed output + format.note output + fin.entry +} + +FUNCTION {incollection} +{ "%Type = Incollection" write$ + output.bibitem + format.authors "author" output.check + author format.key output + format.date "year" output.check + date.block + format.title "title" output.book.check + new.sentence + crossref missing$ + { format.in.ed.booktitle "booktitle" output.book.check + format.edition output + format.publisher.address output + format.bvolume output + format.number.series output + format.chapter.pages output + new.sentence + } + { format.incoll.inproc.crossref output.nonnull + format.chapter.pages output + } + if$ + format.pages "pages" output.check + new.block + print.url output + print.doi output + print.eprint output + print.pubmed output + format.note output + fin.entry +} + +FUNCTION {inproceedings} +{ "%Type = Inproceedings" write$ + output.bibitem + format.authors "author" output.check + author format.key output + format.date "year" output.check + date.block + format.title "title" output.book.check + new.sentence + crossref missing$ + { format.in.ed.booktitle "booktitle" output.check + new.sentence + publisher empty$ + { format.organization.address output } + { organization "organization" bibinfo.check output + format.publisher.address output + } + if$ +% format.bvolume output +% format.number.series output +% format.pages output + } + { format.incoll.inproc.crossref output.nonnull + format.pages output + } + if$ + format.pages "pages" output.check + new.block + print.url output + print.doi output + print.eprint output + print.pubmed output + format.note output + fin.entry +} + +FUNCTION {conference} { inproceedings } + +FUNCTION {manual} +{ "%Type = Manual" write$ + output.bibitem + format.authors output + author format.key output + format.date "year" output.check + date.block + format.btitle "title" output.check + format.edition output + organization address new.block.checkb + organization "organization" bibinfo.check output + address "address" bibinfo.check output + new.block + print.url output + print.doi output + print.eprint output + print.pubmed output + format.note output + fin.entry +} + +FUNCTION {mastersthesis} +{ "%Type = Masterthesis" write$ + output.bibitem + format.authors "author" output.check + author format.key output + format.date "year" output.check + date.block + format.btitle + "title" output.check + new.block + bbl.mthesis format.thesis.type output.nonnull + school "school" bibinfo.warn output + address "address" bibinfo.check output + new.block + print.url output + print.doi output + print.eprint output + print.pubmed output + format.note output + fin.entry +} + +FUNCTION {misc} +{ "%Type = Misc" write$ + output.bibitem + format.authors output + author format.key output + format.date "year" output.check + date.block + format.title output + new.block + howpublished "howpublished" bibinfo.check output + new.block + print.url output + print.doi output + print.eprint output + print.pubmed output + format.note output + fin.entry +} + +FUNCTION {phdthesis} +{ "%Type = Phdthesis" write$ + output.bibitem + format.authors "author" output.check + author format.key output + format.date "year" output.check + date.block + format.btitle + "title" output.check + new.block + bbl.phdthesis format.thesis.type output.nonnull + school "school" bibinfo.warn output + address "address" bibinfo.check output + new.block + print.url output + print.doi output + print.eprint output + print.pubmed output + format.note output + fin.entry +} + +FUNCTION {proceedings} +{ "%Type = Proceedings" write$ + output.bibitem + format.editors output + editor format.key output + format.date "year" output.check + date.block + format.btitle "title" output.check + format.bvolume output + format.number.series output + new.sentence + publisher empty$ + { format.organization.address output } + { organization "organization" bibinfo.check output + format.publisher.address output + } + if$ + new.block + print.url output + print.doi output + print.eprint output + print.pubmed output + format.note output + fin.entry +} + +FUNCTION {techreport} +{ "%Type = Techreport" write$ + output.bibitem + format.authors "author" output.check + author format.key output + format.date "year" output.check + date.block + format.btitle + "title" output.check + new.block + format.tr.number output.nonnull + institution "institution" bibinfo.warn output + address "address" bibinfo.check output + new.block + print.url output + print.doi output + print.eprint output + print.pubmed output + format.note output + fin.entry +} + +FUNCTION {unpublished} +{ "%Type = Unpublished" write$ + output.bibitem + format.authors "author" output.check + author format.key output + format.date "year" output.check + date.block + format.title "title" output.check + new.block + print.url output + print.doi output + print.eprint output + print.pubmed output + format.note "note" output.check + fin.entry +} + +FUNCTION {default.type} { misc } +READ +FUNCTION {sortify} +{ purify$ + "l" change.case$ +} +INTEGERS { len } +FUNCTION {chop.word} +{ 's := + 'len := + s #1 len substring$ = + { s len #1 + global.max$ substring$ } + 's + if$ +} +FUNCTION {format.lab.names} +{ 's := + "" 't := + s #1 "{vv~}{ll}" format.name$ + s num.names$ duplicate$ + #2 > + { pop$ + " " * bbl.etal * + } + { #2 < + 'skip$ + { s #2 "{ff }{vv }{ll}{ jj}" format.name$ "others" = + { + " " * bbl.etal * + } + { bbl.and space.word * s #2 "{vv~}{ll}" format.name$ + * } + if$ + } + if$ + } + if$ +} + +FUNCTION {author.key.label} +{ author empty$ + { key empty$ + { cite$ #1 #3 substring$ } + 'key + if$ + } + { author format.lab.names } + if$ +} + +FUNCTION {author.editor.key.label} +{ author empty$ + { editor empty$ + { key empty$ + { cite$ #1 #3 substring$ } + 'key + if$ + } + { editor format.lab.names } + if$ + } + { author format.lab.names } + if$ +} + +FUNCTION {editor.key.label} +{ editor empty$ + { key empty$ + { cite$ #1 #3 substring$ } + 'key + if$ + } + { editor format.lab.names } + if$ +} + +FUNCTION {calc.short.authors} +{ type$ "book" = + type$ "inbook" = + or + 'author.editor.key.label + { type$ "proceedings" = + 'editor.key.label + 'author.key.label + if$ + } + if$ + 'short.list := +} + +FUNCTION {calc.label} +{ calc.short.authors + short.list + "(" + * + year duplicate$ empty$ + short.list key field.or.null = or + { pop$ "" } + 'skip$ + if$ + * + 'label := +} + +FUNCTION {sort.format.names} +{ 's := + #1 'nameptr := + "" + s num.names$ 'numnames := + numnames 'namesleft := + { namesleft #0 > } + { s nameptr + "{ll{ }}{ f{ }}{ jj{ }}" + format.name$ 't := + nameptr #1 > + { + " " * + namesleft #1 = t "others" = and + { "zzzzz" * } + { t sortify * } + if$ + } + { t sortify * } + if$ + nameptr #1 + 'nameptr := + namesleft #1 - 'namesleft := + } + while$ +} + +FUNCTION {sort.format.title} +{ 't := + "A " #2 + "An " #3 + "The " #4 t chop.word + chop.word + chop.word + sortify + #1 global.max$ substring$ +} +FUNCTION {author.sort} +{ author empty$ + { key empty$ + { "to sort, need author or key in " cite$ * warning$ + "" + } + { key sortify } + if$ + } + { author sort.format.names } + if$ +} +FUNCTION {author.editor.sort} +{ author empty$ + { editor empty$ + { key empty$ + { "to sort, need author, editor, or key in " cite$ * warning$ + "" + } + { key sortify } + if$ + } + { editor sort.format.names } + if$ + } + { author sort.format.names } + if$ +} +FUNCTION {editor.sort} +{ editor empty$ + { key empty$ + { "to sort, need editor or key in " cite$ * warning$ + "" + } + { key sortify } + if$ + } + { editor sort.format.names } + if$ +} +FUNCTION {presort} +{ calc.label + label sortify + " " + * + type$ "book" = + type$ "inbook" = + or + 'author.editor.sort + { type$ "proceedings" = + 'editor.sort + 'author.sort + if$ + } + if$ + #1 entry.max$ substring$ + 'sort.label := + sort.label + * + " " + * + title field.or.null + sort.format.title + * + #1 entry.max$ substring$ + 'sort.key$ := +} + +ITERATE {presort} +SORT +STRINGS { last.label next.extra } +INTEGERS { last.extra.num number.label } +FUNCTION {initialize.extra.label.stuff} +{ #0 int.to.chr$ 'last.label := + "" 'next.extra := + #0 'last.extra.num := + #0 'number.label := +} +FUNCTION {forward.pass} +{ last.label label = + { last.extra.num #1 + 'last.extra.num := + last.extra.num int.to.chr$ 'extra.label := + } + { "a" chr.to.int$ 'last.extra.num := + "" 'extra.label := + label 'last.label := + } + if$ + number.label #1 + 'number.label := +} +FUNCTION {reverse.pass} +{ next.extra "b" = + { "a" 'extra.label := } + 'skip$ + if$ + extra.label 'next.extra := + extra.label + duplicate$ empty$ + 'skip$ +% { "{\natexlab{" swap$ * "}}" * } + { "" swap$ * "" * } + if$ + 'extra.label := + label extra.label * 'label := +} +EXECUTE {initialize.extra.label.stuff} +ITERATE {forward.pass} +REVERSE {reverse.pass} +FUNCTION {bib.sort.order} +{ sort.label + " " + * + year field.or.null sortify + * + " " + * + title field.or.null + sort.format.title + * + #1 entry.max$ substring$ + 'sort.key$ := +} +ITERATE {bib.sort.order} +SORT +FUNCTION {begin.bib} +{ preamble$ empty$ + 'skip$ + { preamble$ write$ newline$ } + if$ + "\begin{thebibliography}{" number.label int.to.str$ * "}" * + write$ newline$ + "\expandafter\ifx\csname natexlab\endcsname\relax\def\natexlab#1{#1}\fi" + write$ newline$ + "\providecommand{\url}[1]{\texttt{#1}}" + write$ newline$ + "\providecommand{\href}[2]{#2}" + write$ newline$ + "\providecommand{\path}[1]{#1}" + write$ newline$ + "\providecommand{\DOIprefix}{doi:}" + write$ newline$ + "\providecommand{\ArXivprefix}{arXiv:}" + write$ newline$ + "\providecommand{\URLprefix}{URL: }" + write$ newline$ + "\providecommand{\Pubmedprefix}{pmid:}" + write$ newline$ + "\providecommand{\doi}[1]{\href{http://dx.doi.org/#1}{\path{#1}}}" + write$ newline$ + "\providecommand{\Pubmed}[1]{\href{pmid:#1}{\path{#1}}}" + write$ newline$ + "\providecommand{\bibinfo}[2]{#2}" + write$ newline$ + "\ifx\xfnm\relax \def\xfnm[#1]{\unskip,\space#1}\fi" + write$ newline$ +} +EXECUTE {begin.bib} +EXECUTE {init.state.consts} +EXECUTE {init.web.variables} +ITERATE {call.type$} +FUNCTION {end.bib} +{ newline$ + "\end{thebibliography}" write$ newline$ +} +EXECUTE {end.bib} +%% End of customized bst file +%% +%% End of file `model2-names.bst'. +%% +%% Change log: +%% ----------- +%% 22.04.2011 +%% +%% 10.08.2012 +%% a. doi, url, eprint, pmid added +%% b. Bibtype `webpage' defined +%% +%% 30.08.2012 +%% a. collaboration added. +%% diff --git a/model3-num-names.bst b/model3-num-names.bst new file mode 100644 index 0000000..cd10393 --- /dev/null +++ b/model3-num-names.bst @@ -0,0 +1,1702 @@ +%% +%% This is file `model3-num-names.bst' (Version 2.0), +%% +%% Copyright 2009-2012 Elsevier Ltd +%% +%% This file is part of the 'Elsarticle Bundle'. +%% --------------------------------------------- +%% +%% It may be distributed under the conditions of the LaTeX Project Public +%% License, either version 1.2 of this license or (at your option) any +%% later version. The latest version of this license is in +%% http://www.latex-project.org/lppl.txt +%% and version 1.2 or later is part of all distributions of LaTeX +%% version 1999/12/01 or later. +%% +%% $Id: model3-num-names.bst 211 2012-10-22 07:31:59Z rishi $ +%% +%% $URL: http://lenova.river-valley.com/svn/elsbst/trunk/New-Model-3/model3-num-names.bst $ +%% +%% + +ENTRY + { address + archive + author + booktitle + chapter + collaboration + edition + editor + eid + howpublished + institution + isbn + journal + key + month + note + number + numpages + organization + pages + publisher + school + series + title + type + volume + year + url + doi + eprint + pubmed + } + {} + { label extra.label sort.label short.list } + +INTEGERS { output.state before.all mid.sentence after.sentence after.block } + +STRINGS { urlprefix doiprefix eprintprefix pubmedprefix } + +FUNCTION {init.web.variables} +{ + "\URLprefix " 'urlprefix := + "\DOIprefix" 'doiprefix := + "\ArXivprefix " 'eprintprefix := + "\Pubmedprefix " 'pubmedprefix := +} + +FUNCTION {init.state.consts} +{ #0 'before.all := + #1 'mid.sentence := + #2 'after.sentence := + #3 'after.block := +} + +STRINGS { s t} + +FUNCTION {output.nonnull} +{ 's := + output.state mid.sentence = + { "; " * write$ } + { output.state after.block = + { add.period$ write$ + newline$ + "\newblock " write$ + } + { output.state before.all = + 'write$ + { add.period$ " " * write$ } + if$ + } + if$ + mid.sentence 'output.state := + } + if$ + s +} +FUNCTION {output} +{ duplicate$ empty$ + 'pop$ + 'output.nonnull + if$ +} +FUNCTION {output.check} +{ 't := + duplicate$ empty$ + { pop$ "empty " t * " in " * cite$ * warning$ } + 'output.nonnull + if$ +} +FUNCTION {fin.entry} +{ add.period$ + write$ + newline$ +} + +FUNCTION {new.block} +{ output.state before.all = + 'skip$ + { after.block 'output.state := } + if$ +} +FUNCTION {new.sentence} +{ output.state after.block = + 'skip$ + { output.state before.all = + 'skip$ + { after.sentence 'output.state := } + if$ + } + if$ +} +FUNCTION {add.blank} +{ " " * before.all 'output.state := +} + +FUNCTION {no.blank.or.punct} +{ "" * before.all 'output.state := +} + +FUNCTION {date.block} +{ + ";" * + no.blank.or.punct +} + +FUNCTION {book.date.block} +{ + "," * + no.blank.or.punct +} + +FUNCTION {not} +{ { #0 } + { #1 } + if$ +} +FUNCTION {and} +{ 'skip$ + { pop$ #0 } + if$ +} +FUNCTION {or} +{ { pop$ #1 } + 'skip$ + if$ +} +STRINGS {z} +FUNCTION {remove.dots} +{ 'z := + "" + { z empty$ not } + { z #1 #1 substring$ + z #2 global.max$ substring$ 'z := + duplicate$ "." = 'pop$ + { * } + if$ + } + while$ +} +FUNCTION {new.block.checkb} +{ empty$ + swap$ empty$ + and + 'skip$ + 'new.block + if$ +} +FUNCTION {field.or.null} +{ duplicate$ empty$ + { pop$ "" } + 'skip$ + if$ +} +FUNCTION {emphasize} +{ duplicate$ empty$ + { pop$ "" } + { "\emph{" swap$ * "}" * } + if$ +} +FUNCTION {tie.or.space.prefix} +{ duplicate$ text.length$ #3 < + { "~" } + { " " } + if$ + swap$ +} + +FUNCTION {capitalize} +{ "u" change.case$ "t" change.case$ } + +FUNCTION {space.word} +{ " " swap$ * " " * } + % Here are the language-specific definitions for explicit words. + % Each function has a name bbl.xxx where xxx is the English word. + % The language selected here is ENGLISH +FUNCTION {bbl.and} +{ "and"} + +FUNCTION {bbl.etal} +{ "et~al." } + +FUNCTION {bbl.editors} +{ "editors" } + +FUNCTION {bbl.editor} +{ "editor" } + +FUNCTION {bbl.edby} +{ "edited by" } + +FUNCTION {bbl.edition} +{ "ed." } + +FUNCTION {bbl.volume} +{ "vol." } + +FUNCTION {bbl.of} +{ "of" } + +FUNCTION {bbl.number} +{ "no." } + +FUNCTION {bbl.nr} +{ "no." } + +FUNCTION {bbl.in} +{ "in" } + +FUNCTION {bbl.pages} +{ " p." } + +FUNCTION {bbl.page} +{ " p." } + +FUNCTION {bbl.eidpp} +{ "pages" } + +FUNCTION {bbl.chapter} +{ "chap." } + +FUNCTION {bbl.techrep} +{ "Tech. Rep." } + +FUNCTION {bbl.mthesis} +{ "Master's thesis" } + +FUNCTION {bbl.phdthesis} +{ "Ph.D. thesis" } + +FUNCTION {close.brace} +{ "}{}" } + +MACRO {jan} {"Jan."} + +MACRO {feb} {"Feb."} + +MACRO {mar} {"Mar."} + +MACRO {apr} {"Apr."} + +MACRO {may} {"May"} + +MACRO {jun} {"Jun."} + +MACRO {jul} {"Jul."} + +MACRO {aug} {"Aug."} + +MACRO {sep} {"Sep."} + +MACRO {oct} {"Oct."} + +MACRO {nov} {"Nov."} + +MACRO {dec} {"Dec."} + +MACRO {acmcs} {"ACM Comput. Surv."} + +MACRO {acta} {"Acta Inf."} + +MACRO {cacm} {"Commun. ACM"} + +MACRO {ibmjrd} {"IBM J. Res. Dev."} + +MACRO {ibmsj} {"IBM Syst.~J."} + +MACRO {ieeese} {"IEEE Trans. Software Eng."} + +MACRO {ieeetc} {"IEEE Trans. Comput."} + +MACRO {ieeetcad} + {"IEEE Trans. Comput. Aid. Des."} + +MACRO {ipl} {"Inf. Process. Lett."} + +MACRO {jacm} {"J.~ACM"} + +MACRO {jcss} {"J.~Comput. Syst. Sci."} + +MACRO {scp} {"Sci. Comput. Program."} + +MACRO {sicomp} {"SIAM J. Comput."} + +MACRO {tocs} {"ACM Trans. Comput. Syst."} + +MACRO {tods} {"ACM Trans. Database Syst."} + +MACRO {tog} {"ACM Trans. Graphic."} + +MACRO {toms} {"ACM Trans. Math. Software"} + +MACRO {toois} {"ACM Trans. Office Inf. Syst."} + +MACRO {toplas} {"ACM Trans. Progr. Lang. Syst."} + +MACRO {tcs} {"Theor. Comput. Sci."} + +FUNCTION {bibinfo.check} +{ swap$ + duplicate$ missing$ + { + pop$ pop$ + "" + } + { duplicate$ empty$ + { + swap$ pop$ + } + { swap$ + "\bibinfo{" swap$ * "}{" * swap$ * "}" * + } + if$ + } + if$ +} +FUNCTION {bibinfo.warn} +{ swap$ + duplicate$ missing$ + { + swap$ "missing " swap$ * " in " * cite$ * warning$ pop$ + "" + } + { duplicate$ empty$ + { + swap$ "empty " swap$ * " in " * cite$ * warning$ + } + { swap$ + pop$ + } + if$ + } + if$ +} + + +INTEGERS { nameptr namesleft numnames } + + +STRINGS { bibinfo} + +% FUNCTION {format.names} +% { 'bibinfo := +% duplicate$ empty$ 'skip$ { +% 's := +% "" 't := +% #1 'nameptr := +% s num.names$ 'numnames := +% numnames 'namesleft := +% { namesleft #0 > } +% { s nameptr +% "{vv~}{ll}{ jj}{ f{}}" +% format.name$ +% remove.dots +% bibinfo bibinfo.check +% 't := +% nameptr #1 > +% { +% namesleft #1 > +% { ", " * t * } +% { +% s nameptr "{ll}" format.name$ duplicate$ "others" = +% { 't := } +% { pop$ } +% if$ +% "," * +% t "others" = +% { +% " " * bbl.etal * +% } +% { " " * t * } +% if$ +% } +% if$ +% } +% 't +% if$ +% nameptr #1 + 'nameptr := +% namesleft #1 - 'namesleft := +% } +% while$ +% } if$ +% } + +FUNCTION {format.names} +{ 'bibinfo := + duplicate$ empty$ 'skip$ { + 's := + "" 't := + #1 'nameptr := + s num.names$ 'numnames := + numnames 'namesleft := + { namesleft #0 > } + { s nameptr + "{vv~}{ll}{ jj}\xfnm[{ f{.}.}]" + format.name$ +% remove.dots + bibinfo bibinfo.check + 't := + nameptr #1 > + { + nameptr #6 + #1 + = + numnames #6 + > and + { "others" 't := + #1 'namesleft := } + 'skip$ + if$ + namesleft #1 > + { ", " * t * } + { + "," * + s nameptr "{ll}" format.name$ duplicate$ "others" = + { 't := } + { pop$ } + if$ + t "others" = + { + " " * bbl.etal * + } + { " " * t * } + if$ + } + if$ + } + 't + if$ + nameptr #1 + 'nameptr := + namesleft #1 - 'namesleft := + } + while$ + } if$ +} + + +FUNCTION {format.names.ed} +{ + format.names +} +FUNCTION {format.key} +{ empty$ + { key field.or.null } + { "" } + if$ +} + +FUNCTION {format.authors} +{ author "author" format.names + duplicate$ empty$ 'skip$ + { collaboration "collaboration" bibinfo.check + duplicate$ empty$ 'skip$ + { " (" swap$ * ")" * } + if$ + * + } + if$ +} +FUNCTION {get.bbl.editor} +{ editor num.names$ #1 > 'bbl.editors 'bbl.editor if$ } + +FUNCTION {format.editors} +{ editor "editor" format.names duplicate$ empty$ 'skip$ + { + "," * + " " * + get.bbl.editor + * + } + if$ +} +FUNCTION {format.isbn} +{ isbn "isbn" bibinfo.check + duplicate$ empty$ 'skip$ + { + new.block + "ISBN " swap$ * + } + if$ +} + +FUNCTION {format.note} +{ + note empty$ + { "" } + { note #1 #1 substring$ + duplicate$ "{" = + 'skip$ + { output.state mid.sentence = + { "l" } + { "u" } + if$ + change.case$ + } + if$ + note #2 global.max$ substring$ * "note" bibinfo.check + } + if$ +} + +FUNCTION {format.title} +{ title + duplicate$ empty$ 'skip$ + { "t" change.case$ } + if$ + "title" bibinfo.check +} +FUNCTION {format.full.names} +{'s := + "" 't := + #1 'nameptr := + s num.names$ 'numnames := + numnames 'namesleft := + { namesleft #0 > } + { s nameptr + "{vv~}{ll}" format.name$ + 't := + nameptr #1 > + { + nameptr #6 + #1 + = + numnames #6 + > and + { "others" 't := + #1 'namesleft := } + 'skip$ + if$ + namesleft #1 > + { ", " * t * } + { + s nameptr "{ll}" format.name$ duplicate$ "others" = + { 't := } + { pop$ } + if$ + t "others" = + { + " " * bbl.etal * + } + { + bbl.and + space.word * t * + } + if$ + } + if$ + } + 't + if$ + nameptr #1 + 'nameptr := + namesleft #1 - 'namesleft := + } + while$ +} + +FUNCTION {author.editor.key.full} +{ author empty$ + { editor empty$ + { key empty$ + { cite$ #1 #3 substring$ } + 'key + if$ + } + { editor format.full.names } + if$ + } + { author format.full.names } + if$ +} + +FUNCTION {author.key.full} +{ author empty$ + { key empty$ + { cite$ #1 #3 substring$ } + 'key + if$ + } + { author format.full.names } + if$ +} + +FUNCTION {editor.key.full} +{ editor empty$ + { key empty$ + { cite$ #1 #3 substring$ } + 'key + if$ + } + { editor format.full.names } + if$ +} + +FUNCTION {make.full.names} +{ type$ "book" = + type$ "inbook" = + or + 'author.editor.key.full + { type$ "proceedings" = + 'editor.key.full + 'author.key.full + if$ + } + if$ +} + +FUNCTION {output.bibitem} +{ newline$ + "\bibitem[{" write$ + label write$ + ")" make.full.names duplicate$ short.list = + { pop$ } + { * } + if$ + "}]{" * write$ + cite$ write$ + "}" write$ + newline$ + "" + before.all 'output.state := +} + +FUNCTION {n.dashify} +{ + 't := + "" + { t empty$ not } + { t #1 #1 substring$ "-" = + { t #1 #2 substring$ "--" = not + { "--" * + t #2 global.max$ substring$ 't := + } + { { t #1 #1 substring$ "-" = } + { "-" * + t #2 global.max$ substring$ 't := + } + while$ + } + if$ + } + { t #1 #1 substring$ * + t #2 global.max$ substring$ 't := + } + if$ + } + while$ +} + +FUNCTION {word.in} +{ bbl.in capitalize + ":" * + " " * } + +FUNCTION {format.date} +{ year "year" bibinfo.check duplicate$ empty$ + { + "empty year in " cite$ * "; set to ????" * warning$ + pop$ "????" + } + 'skip$ + if$ + extra.label * +} +FUNCTION {format.btitle} +{ title "title" bibinfo.check + duplicate$ empty$ 'skip$ + { + } + if$ +} +FUNCTION {either.or.check} +{ empty$ + 'pop$ + { "can't use both " swap$ * " fields in " * cite$ * warning$ } + if$ +} +FUNCTION {format.bvolume} +{ volume empty$ + { "" } + { bbl.volume volume tie.or.space.prefix + "volume" bibinfo.check * * + series "series" bibinfo.check + duplicate$ empty$ 'pop$ + { swap$ bbl.of space.word * swap$ + emphasize * } + if$ + "volume and number" number either.or.check + } + if$ +} +FUNCTION {format.number.series} +{ volume empty$ + { number empty$ + { series field.or.null } + { series empty$ + { number "number" bibinfo.check } + { output.state mid.sentence = + { bbl.number } + { bbl.number capitalize } + if$ + number tie.or.space.prefix "number" bibinfo.check * * + bbl.in space.word * + series "series" bibinfo.check * + } + if$ + } + if$ + } + { "" } + if$ +} + +FUNCTION {format.edition} +{ edition duplicate$ empty$ 'skip$ + { + output.state mid.sentence = + { "l" } + { "t" } + if$ change.case$ + "edition" bibinfo.check + " " * bbl.edition * + } + if$ +} +INTEGERS { multiresult } +FUNCTION {multi.page.check} +{ 't := + #0 'multiresult := + { multiresult not + t empty$ not + and + } + { t #1 #1 substring$ + duplicate$ "-" = + swap$ duplicate$ "," = + swap$ "+" = + or or + { #1 'multiresult := } + { t #2 global.max$ substring$ 't := } + if$ + } + while$ + multiresult +} + +FUNCTION {format.pages} +{ pages duplicate$ empty$ 'skip$ + { duplicate$ multi.page.check + { + bbl.pages swap$ + n.dashify + } + { + bbl.page swap$ + } + if$ + tie.or.space.prefix + "pages" bibinfo.check + * * + } + if$ +} +FUNCTION {format.journal.pages} +{ pages duplicate$ empty$ 'pop$ + { swap$ duplicate$ empty$ + { pop$ pop$ format.pages } + { + ":" * + swap$ + n.dashify + "pages" bibinfo.check + * + } + if$ + } + if$ +} +FUNCTION {format.journal.eid} +{ eid "eid" bibinfo.check + duplicate$ empty$ 'pop$ + { swap$ duplicate$ empty$ 'skip$ + { + ":" * + } + if$ + swap$ * + numpages empty$ 'skip$ + { bbl.eidpp numpages tie.or.space.prefix + "numpages" bibinfo.check * * + " (" swap$ * ")" * * + } + if$ + } + if$ +} +FUNCTION {format.vol.num.pages} +{ volume field.or.null + duplicate$ empty$ 'skip$ + { + "volume" bibinfo.check + } + if$ + number "number" bibinfo.check duplicate$ empty$ 'skip$ + { + swap$ duplicate$ empty$ + { "there's a number but no volume in " cite$ * warning$ } + 'skip$ + if$ + swap$ + "(" swap$ * ")" * + } + if$ * +} + +FUNCTION {format.chapter.pages} +{ chapter empty$ + { "" } + { type empty$ + { bbl.chapter } + { type "l" change.case$ + "type" bibinfo.check + } + if$ + chapter tie.or.space.prefix + "chapter" bibinfo.check + * * + } + if$ +} + +FUNCTION {format.booktitle} +{ + booktitle "booktitle" bibinfo.check +} +FUNCTION {format.in.ed.booktitle} +{ format.booktitle duplicate$ empty$ 'skip$ + { + editor "editor" format.names.ed duplicate$ empty$ 'pop$ + { + "," * + " " * + get.bbl.editor + ". " * + * swap$ + * } + if$ + word.in swap$ * + } + if$ +} +FUNCTION {format.thesis.type} +{ type duplicate$ empty$ + 'pop$ + { swap$ pop$ + "t" change.case$ "type" bibinfo.check + } + if$ +} +FUNCTION {format.tr.number} +{ number "number" bibinfo.check + type duplicate$ empty$ + { pop$ bbl.techrep } + 'skip$ + if$ + "type" bibinfo.check + swap$ duplicate$ empty$ + { pop$ "t" change.case$ } + { tie.or.space.prefix * * } + if$ +} +FUNCTION {format.article.crossref} +{ + word.in + " \cite{" * crossref * "}" * +} +FUNCTION {format.book.crossref} +{ volume duplicate$ empty$ + { "empty volume in " cite$ * "'s crossref of " * crossref * warning$ + pop$ word.in + } + { bbl.volume + capitalize + swap$ tie.or.space.prefix "volume" bibinfo.check * * bbl.of space.word * + } + if$ + " \cite{" * crossref * "}" * +} +FUNCTION {format.incoll.inproc.crossref} +{ + word.in + " \cite{" * crossref * "}" * +} +FUNCTION {format.org.or.pub} +{ 't := + "" + address empty$ t empty$ and + 'skip$ + { + address "address" bibinfo.check * + t empty$ + 'skip$ + { address empty$ + 'skip$ + { ": " * } + if$ + t * + } + if$ + } + if$ +} +FUNCTION {format.publisher.address} +{ publisher "publisher" bibinfo.check format.org.or.pub +} + +FUNCTION {format.organization.address} +{ organization "organization" bibinfo.check format.org.or.pub +} + +FUNCTION {print.url} + {url duplicate$ empty$ + { pop$ "" } + { new.sentence + urlprefix "\url{" * swap$ * "}" * + } + if$ + } + +FUNCTION {print.doi} + {doi duplicate$ empty$ + { pop$ "" } + { new.sentence + doiprefix "\doi{" * swap$ * "}" * + } + if$ + } + +FUNCTION {print.eprint} + {eprint duplicate$ empty$ + { pop$ "" } + { new.sentence + duplicate$ "\href{http://arxiv.org/abs/" swap$ * "}{\tt arXiv:" * swap$ * "}" * + } + if$ + } + +FUNCTION {print.pubmed} + {pubmed duplicate$ empty$ + { pop$ "" } + { new.sentence + pubmedprefix "\Pubmed{" * swap$ * "}" * + } + if$ + } + +FUNCTION {webpage} +{ "%Type = Webpage" write$ + output.bibitem + format.authors "author" output.check + author format.key output + author empty$ + { + format.title "title" output.check + new.block + format.date "year" output.check + date.block + } + { + format.date "year" output.check + date.block + format.title "title" output.check + new.block +} + if$ + print.url output + fin.entry +} + +FUNCTION {article} +{ "%Type = Article" write$ + output.bibitem + format.authors "author" output.check + author format.key output + new.block + format.title "title" output.check + new.block + crossref missing$ + { + journal + remove.dots + "journal" bibinfo.check + "journal" output.check + add.blank + format.date "year" output.check + date.block + format.vol.num.pages output + } + { format.article.crossref output.nonnull + } + if$ + eid empty$ + { format.journal.pages } + { format.journal.eid } + if$ + new.block + print.url output + print.doi output + print.eprint output + print.pubmed output + format.note output + fin.entry +} + +FUNCTION {book} +{ "%Type = Book" write$ + output.bibitem + author empty$ + { format.editors "author and editor" output.check + editor format.key output + } + { format.authors output.nonnull + crossref missing$ + { "author and editor" editor either.or.check } + 'skip$ + if$ + } + if$ + new.block + format.btitle "title" output.check + crossref missing$ + { format.bvolume output + new.block + new.sentence + format.number.series output + format.edition output + format.publisher.address output + } + { + new.block + format.book.crossref output.nonnull + } + if$ + format.date "year" output.check + format.isbn output + new.block + print.url output + print.doi output + print.eprint output + print.pubmed output + format.note output + fin.entry +} + +FUNCTION {booklet} +{ "%Type = Booklet" write$ + output.bibitem + format.authors output + author format.key output + new.block + format.title "title" output.check + new.block + howpublished "howpublished" bibinfo.check output + address "address" bibinfo.check output + format.date "year" output.check + format.isbn output + new.block + print.url output + print.doi output + print.eprint output + print.pubmed output + format.note output + fin.entry +} + +FUNCTION {inbook} +{ "%Type = Inbook" write$ + output.bibitem + author empty$ + { format.editors "author and editor" output.check + editor format.key output + } + { format.authors output.nonnull + crossref missing$ + { "author and editor" editor either.or.check } + 'skip$ + if$ + } + if$ + new.block + format.btitle "title" output.check + crossref missing$ + { + format.bvolume output + format.chapter.pages "chapter and pages" output.check + new.block + new.sentence + format.number.series output + format.edition output + format.publisher.address output + } + { + format.chapter.pages "chapter and pages" output.check + new.block + format.book.crossref output.nonnull + } + if$ + crossref missing$ + { format.isbn output } + 'skip$ + if$ + format.date "year" output.check + book.date.block + format.pages "pages" output.check + new.block + print.url output + print.doi output + print.eprint output + print.pubmed output + format.note output + fin.entry +} + +FUNCTION {incollection} +{ "%Type = Incollection" write$ + output.bibitem + format.authors "author" output.check + author format.key output + new.block + format.title "title" output.check + new.block + crossref missing$ + { format.in.ed.booktitle "booktitle" output.check + format.bvolume output + format.chapter.pages output + format.edition output + new.sentence + format.number.series output + format.publisher.address output + format.isbn output + } + { format.incoll.inproc.crossref output.nonnull + format.chapter.pages output + } + if$ + format.date "year" output.check + book.date.block + format.pages "pages" output.check + new.block + print.url output + print.doi output + print.eprint output + print.pubmed output + format.note output + fin.entry +} + +FUNCTION {inproceedings} +{ "%Type = Inproceedings" write$ + output.bibitem + format.authors "author" output.check + author format.key output + new.block + format.title "title" output.check + new.block + crossref missing$ + { format.in.ed.booktitle "booktitle" output.check + format.bvolume output + new.sentence + format.number.series output + publisher empty$ + { format.organization.address output } + { organization "organization" bibinfo.check output + format.publisher.address output + } + if$ + format.isbn output + } + { format.incoll.inproc.crossref output.nonnull + } + if$ + format.date "year" output.check + book.date.block + format.pages "pages" output.check + new.block + print.url output + print.doi output + print.eprint output + print.pubmed output + format.note output + fin.entry +} + +FUNCTION {conference} { inproceedings } + +FUNCTION {manual} +{ "%Type = Manual" write$ + output.bibitem + format.authors output + author format.key output + new.block + format.btitle "title" output.check + format.edition output + organization address new.block.checkb + organization "organization" bibinfo.check output + address "address" bibinfo.check output + format.date "year" output.check + new.block + print.url output + print.doi output + print.eprint output + print.pubmed output + format.note output + fin.entry +} + +FUNCTION {mastersthesis} +{ "%Type = Masterthesis" write$ + output.bibitem + format.authors "author" output.check + author format.key output + new.block + format.title + "title" output.check + new.block + bbl.mthesis format.thesis.type output.nonnull + school "school" bibinfo.warn output + address "address" bibinfo.check output + format.date "year" output.check + new.block + print.url output + print.doi output + print.eprint output + print.pubmed output + format.note output + fin.entry +} + +FUNCTION {misc} +{ "%Type = Misc" write$ + output.bibitem + format.authors output + author format.key output + new.block + format.title output + new.block + howpublished "howpublished" bibinfo.check output + format.date "year" output.check + new.block + print.url output + print.doi output + print.eprint output + print.pubmed output + format.note output + fin.entry +} + +FUNCTION {phdthesis} +{ "%Type = Phdthesis" write$ + output.bibitem + format.authors "author" output.check + author format.key output + new.block + format.title + "title" output.check + new.block + bbl.phdthesis format.thesis.type output.nonnull + school "school" bibinfo.warn output + address "address" bibinfo.check output + format.date "year" output.check + new.block + print.url output + print.doi output + print.eprint output + print.pubmed output + format.note output + fin.entry +} + +FUNCTION {proceedings} +{ "%Type = Proceedings" write$ + output.bibitem + format.editors output + editor format.key output + new.block + format.btitle "title" output.check + format.bvolume output + new.sentence + format.number.series output + publisher empty$ + { format.organization.address output } + { organization "organization" bibinfo.check output + format.publisher.address output + } + if$ + format.date "year" output.check + format.isbn output + new.block + print.url output + print.doi output + print.eprint output + print.pubmed output + format.note output + fin.entry +} + +FUNCTION {techreport} +{ "%Type = Techreport" write$ + output.bibitem + format.authors "author" output.check + author format.key output + new.block + format.title + "title" output.check + new.block + format.tr.number output.nonnull + institution "institution" bibinfo.warn output + address "address" bibinfo.check output + format.date "year" output.check + new.block + print.url output + print.doi output + print.eprint output + print.pubmed output + format.note output + fin.entry +} + +FUNCTION {unpublished} +{ "%Type = Unpublished" write$ + output.bibitem + format.authors "author" output.check + author format.key output + new.block + format.title "title" output.check + format.date "year" output.check + new.block + print.url output + print.doi output + print.eprint output + print.pubmed output + format.note "note" output.check + fin.entry +} + +FUNCTION {default.type} { misc } +READ +FUNCTION {sortify} +{ purify$ + "l" change.case$ +} +INTEGERS { len } +FUNCTION {chop.word} +{ 's := + 'len := + s #1 len substring$ = + { s len #1 + global.max$ substring$ } + 's + if$ +} +FUNCTION {format.lab.names} +{ 's := + "" 't := + s #1 "{vv~}{ll}" format.name$ + s num.names$ duplicate$ + #2 > + { pop$ + " " * bbl.etal * + } + { #2 < + 'skip$ + { s #2 "{ff }{vv }{ll}{ jj}" format.name$ "others" = + { + " " * bbl.etal * + } + { bbl.and space.word * s #2 "{vv~}{ll}" format.name$ + * } + if$ + } + if$ + } + if$ +} + +FUNCTION {author.key.label} +{ author empty$ + { key empty$ + { cite$ #1 #3 substring$ } + 'key + if$ + } + { author format.lab.names } + if$ +} + +FUNCTION {author.editor.key.label} +{ author empty$ + { editor empty$ + { key empty$ + { cite$ #1 #3 substring$ } + 'key + if$ + } + { editor format.lab.names } + if$ + } + { author format.lab.names } + if$ +} + +FUNCTION {editor.key.label} +{ editor empty$ + { key empty$ + { cite$ #1 #3 substring$ } + 'key + if$ + } + { editor format.lab.names } + if$ +} + +FUNCTION {calc.short.authors} +{ type$ "book" = + type$ "inbook" = + or + 'author.editor.key.label + { type$ "proceedings" = + 'editor.key.label + 'author.key.label + if$ + } + if$ + 'short.list := +} + +FUNCTION {calc.label} +{ calc.short.authors + short.list + "(" + * + year duplicate$ empty$ + { pop$ "????" } + { purify$ #-1 #4 substring$ } + if$ + * + 'label := +} + +FUNCTION {sort.format.names} +{ 's := + #1 'nameptr := + "" + s num.names$ 'numnames := + numnames 'namesleft := + { namesleft #0 > } + { s nameptr + "{vv{ } }{ll{ }}{ f{ }}{ jj{ }}" +% "{vv~}{ll~}{\rd[f.f.]}{jj~}" + format.name$ 't := + nameptr #1 > + { + " " * + namesleft #1 = t "others" = and + { "zzzzz" * } + { t sortify * } + if$ + } + { t sortify * } + if$ + nameptr #1 + 'nameptr := + namesleft #1 - 'namesleft := + } + while$ +} + +FUNCTION {sort.format.title} +{ 't := + "A " #2 + "An " #3 + "The " #4 t chop.word + chop.word + chop.word + sortify + #1 global.max$ substring$ +} +FUNCTION {author.sort} +{ author empty$ + { key empty$ + { "to sort, need author or key in " cite$ * warning$ + "" + } + { key sortify } + if$ + } + { author sort.format.names } + if$ +} +FUNCTION {author.editor.sort} +{ author empty$ + { editor empty$ + { key empty$ + { "to sort, need author, editor, or key in " cite$ * warning$ + "" + } + { key sortify } + if$ + } + { editor sort.format.names } + if$ + } + { author sort.format.names } + if$ +} +FUNCTION {editor.sort} +{ editor empty$ + { key empty$ + { "to sort, need editor or key in " cite$ * warning$ + "" + } + { key sortify } + if$ + } + { editor sort.format.names } + if$ +} +INTEGERS { seq.num } +FUNCTION {init.seq} +{ #0 'seq.num :=} +EXECUTE {init.seq} +FUNCTION {int.to.fix} +{ "000000000" swap$ int.to.str$ * + #-1 #10 substring$ +} +FUNCTION {presort} +{ calc.label + label sortify + " " + * + seq.num #1 + 'seq.num := + seq.num int.to.fix + 'sort.label := + sort.label + * + " " + * + title field.or.null + sort.format.title + * + #1 entry.max$ substring$ + 'sort.key$ := +} + +ITERATE {presort} +SORT +STRINGS { last.label next.extra } +INTEGERS { last.extra.num number.label } +FUNCTION {initialize.extra.label.stuff} +{ #0 int.to.chr$ 'last.label := + "" 'next.extra := + #0 'last.extra.num := + #0 'number.label := +} +FUNCTION {forward.pass} +{ last.label label = + { last.extra.num #1 + 'last.extra.num := + last.extra.num int.to.chr$ 'extra.label := + } + { "a" chr.to.int$ 'last.extra.num := + "" 'extra.label := + label 'last.label := + } + if$ + number.label #1 + 'number.label := +} +FUNCTION {reverse.pass} +{ next.extra "b" = + { "a" 'extra.label := } + 'skip$ + if$ + extra.label 'next.extra := + extra.label + duplicate$ empty$ + 'skip$ + { "{\natexlab{" swap$ * "}}" * } + if$ + 'extra.label := + label extra.label * 'label := +} +EXECUTE {initialize.extra.label.stuff} +ITERATE {forward.pass} +REVERSE {reverse.pass} +FUNCTION {bib.sort.order} +{ sort.label + " " + * + year field.or.null sortify + * + " " + * + title field.or.null + sort.format.title + * + #1 entry.max$ substring$ + 'sort.key$ := +} +ITERATE {bib.sort.order} +SORT +FUNCTION {begin.bib} +{ preamble$ empty$ + 'skip$ + { preamble$ write$ newline$ } + if$ + "\begin{thebibliography}{" number.label int.to.str$ * "}" * + write$ newline$ + "\providecommand{\natexlab}[1]{#1}" + write$ newline$ + "\providecommand{\url}[1]{\texttt{#1}}" + write$ newline$ + "\providecommand{\href}[2]{#2}" + write$ newline$ + "\providecommand{\path}[1]{#1}" + write$ newline$ + "\providecommand{\eprint}[1]{\href{http://arxiv.org/abs/#1}{\path{#1}}}" + write$ newline$ + "\providecommand{\DOIprefix}{doi:}" + write$ newline$ + "\providecommand{\ArXivprefix}{arXiv:}" + write$ newline$ + "\providecommand{\URLprefix}{URL: }" + write$ newline$ + "\providecommand{\Pubmedprefix}{pmid:}" + write$ newline$ + "\providecommand{\doi}[1]{\href{http://dx.doi.org/#1}{\path{#1}}}" + write$ newline$ + "\providecommand{\Pubmed}[1]{\href{pmid:#1}{\path{#1}}}" + write$ newline$ + "\providecommand{\BIBand}{and}" + write$ newline$ + "\providecommand{\bibinfo}[2]{#2}" + write$ newline$ + "\ifx\xfnm\undefined \def\xfnm[#1]{\unskip,\space#1}\fi" + write$ newline$ +} +EXECUTE {begin.bib} +EXECUTE {init.state.consts} +EXECUTE {init.web.variables} +ITERATE {call.type$} +FUNCTION {end.bib} +{ newline$ + "\end{thebibliography}" write$ newline$ +} +EXECUTE {end.bib} +%% End of customized bst file +%% +%% End of file `model3-num-names.bst'. +%% +%% Change log: +%% ----------- +%% 22.04.2011 +%% +%% 10.08.2012 +%% a. doi, url, eprint, pmid added +%% b. Bibtype `webpage' defined +%% diff --git a/model4-names.bst b/model4-names.bst new file mode 100644 index 0000000..d74becf --- /dev/null +++ b/model4-names.bst @@ -0,0 +1,1697 @@ +%% +%% This is file `model4-names.bst' (Version 2.0), +%% +%% Copyright 2009-2012 Elsevier Ltd +%% +%% This file is part of the 'Elsarticle Bundle'. +%% --------------------------------------------- +%% +%% It may be distributed under the conditions of the LaTeX Project Public +%% License, either version 1.2 of this license or (at your option) any +%% later version. The latest version of this license is in +%% http://www.latex-project.org/lppl.txt +%% and version 1.2 or later is part of all distributions of LaTeX +%% version 1999/12/01 or later. +%% +%% $Id: model4-names.bst 213 2012-10-22 07:33:47Z rishi $ +%% +%% $URL: http://lenova.river-valley.com/svn/elsbst/trunk/New-Model-4/model4-names.bst $ +%% +%% + + +ENTRY + { address + author + booktitle + chapter + collaboration + edition + editor + howpublished + institution + journal + key + month + note + number + organization + pages + publisher + school + series + title + type + volume + year + url + doi + eprint + pubmed + } + {} + { label extra.label sort.label short.list } + +INTEGERS { output.state before.all mid.sentence after.sentence after.block } + +STRINGS { urlprefix doiprefix eprintprefix pubmedprefix } + +FUNCTION {init.web.variables} +{ + "\URLprefix " 'urlprefix := + "\DOIprefix" 'doiprefix := + "\ArXivprefix " 'eprintprefix := + "\Pubmedprefix " 'pubmedprefix := +} + +FUNCTION {init.state.consts} +{ #0 'before.all := + #1 'mid.sentence := + #2 'after.sentence := + #3 'after.block := +} +STRINGS { s t} +FUNCTION {output.nonnull} +{ 's := + output.state mid.sentence = + { "; " * write$ } + { output.state after.block = + { add.period$ write$ + newline$ + "\newblock " write$ + } + { output.state before.all = + 'write$ + { add.period$ " " * write$ } + if$ + } + if$ + mid.sentence 'output.state := + } + if$ + s +} +FUNCTION {output} +{ duplicate$ empty$ + 'pop$ + 'output.nonnull + if$ +} +FUNCTION {output.check} +{ 't := + duplicate$ empty$ + { pop$ "empty " t * " in " * cite$ * warning$ } + 'output.nonnull + if$ +} +FUNCTION {fin.entry} +{ add.period$ + write$ + newline$ +} + +FUNCTION {new.block} +{ output.state before.all = + 'skip$ + { after.block 'output.state := } + if$ +} +FUNCTION {new.sentence} +{ output.state after.block = + 'skip$ + { output.state before.all = + 'skip$ + { after.sentence 'output.state := } + if$ + } + if$ +} +FUNCTION {add.blank} +{ " " * before.all 'output.state := +} + +FUNCTION {no.blank.or.punct} +{ "" * before.all 'output.state := +} + +FUNCTION {date.block} +{ + ";" * + no.blank.or.punct +} + +FUNCTION {not} +{ { #0 } + { #1 } + if$ +} +FUNCTION {and} +{ 'skip$ + { pop$ #0 } + if$ +} +FUNCTION {or} +{ { pop$ #1 } + 'skip$ + if$ +} +STRINGS {z} +FUNCTION {remove.dots} +{ 'z := + "" + { z empty$ not } + { z #1 #1 substring$ + z #2 global.max$ substring$ 'z := + duplicate$ "." = 'pop$ + { * } + if$ + } + while$ +} +FUNCTION {new.block.checkb} +{ empty$ + swap$ empty$ + and + 'skip$ + 'new.block + if$ +} +FUNCTION {field.or.null} +{ duplicate$ empty$ + { pop$ "" } + 'skip$ + if$ +} +FUNCTION {emphasize} +{ duplicate$ empty$ + { pop$ "" } + { "\textit{" swap$ * "}" * } + if$ +} +FUNCTION {tie.or.space.prefix} +{ duplicate$ text.length$ #3 < + { "~" } + { " " } + if$ + swap$ +} + +FUNCTION {capitalize} +{ "u" change.case$ "t" change.case$ } + +FUNCTION {space.word} +{ " " swap$ * " " * } + % Here are the language-specific definitions for explicit words. + % Each function has a name bbl.xxx where xxx is the English word. + % The language selected here is ENGLISH +FUNCTION {bbl.and} +{ "and"} + +FUNCTION {bbl.etal} +{ "et~al." } + +FUNCTION {bbl.editors} +{ "editors" } + +FUNCTION {bbl.editor} +{ "editor" } + +FUNCTION {bbl.edby} +{ "edited by" } + +FUNCTION {bbl.edition} +{ "ed." } + +FUNCTION {bbl.volume} +{ "volume" } + +FUNCTION {bbl.of} +{ "of" } + +FUNCTION {bbl.number} +{ "number" } + +FUNCTION {bbl.nr} +{ "no." } + +FUNCTION {bbl.in} +{ "in" } + +FUNCTION {bbl.pages} +{ "p." } + +FUNCTION {bbl.page} +{ "p." } + +FUNCTION {bbl.chapter} +{ "chapter" } + +FUNCTION {bbl.techrep} +{ "Technical Report" } + +FUNCTION {bbl.mthesis} +{ "Master's thesis" } + +FUNCTION {bbl.phdthesis} +{ "Ph.D. thesis" } + +FUNCTION {bbl.first} +{ "1st" } + +FUNCTION {bbl.second} +{ "2nd" } + +FUNCTION {bbl.third} +{ "3rd" } + +FUNCTION {bbl.fourth} +{ "4th" } + +FUNCTION {bbl.fifth} +{ "5th" } + +FUNCTION {bbl.st} +{ "st" } + +FUNCTION {bbl.nd} +{ "nd" } + +FUNCTION {bbl.rd} +{ "rd" } + +FUNCTION {bbl.th} +{ "th" } + +MACRO {jan} {"January"} + +MACRO {feb} {"February"} + +MACRO {mar} {"March"} + +MACRO {apr} {"April"} + +MACRO {may} {"May"} + +MACRO {jun} {"June"} + +MACRO {jul} {"July"} + +MACRO {aug} {"August"} + +MACRO {sep} {"September"} + +MACRO {oct} {"October"} + +MACRO {nov} {"November"} + +MACRO {dec} {"December"} + +FUNCTION {eng.ord} +{ duplicate$ "1" swap$ * + #-2 #1 substring$ "1" = + { bbl.th * } + { duplicate$ #-1 #1 substring$ + duplicate$ "1" = + { pop$ bbl.st * } + { duplicate$ "2" = + { pop$ bbl.nd * } + { "3" = + { bbl.rd * } + { bbl.th * } + if$ + } + if$ + } + if$ + } + if$ +} + +MACRO {acmcs} {"ACM Comput. Surv."} + +MACRO {acta} {"Acta Inf."} + +MACRO {cacm} {"Commun. ACM"} + +MACRO {ibmjrd} {"IBM J. Res. Dev."} + +MACRO {ibmsj} {"IBM Syst.~J."} + +MACRO {ieeese} {"IEEE Trans. Software Eng."} + +MACRO {ieeetc} {"IEEE Trans. Comput."} + +MACRO {ieeetcad} + {"IEEE Trans. Comput. Aid. Des."} + +MACRO {ipl} {"Inf. Process. Lett."} + +MACRO {jacm} {"J.~ACM"} + +MACRO {jcss} {"J.~Comput. Syst. Sci."} + +MACRO {scp} {"Sci. Comput. Program."} + +MACRO {sicomp} {"SIAM J. Comput."} + +MACRO {tocs} {"ACM Trans. Comput. Syst."} + +MACRO {tods} {"ACM Trans. Database Syst."} + +MACRO {tog} {"ACM Trans. Graphic."} + +MACRO {toms} {"ACM Trans. Math. Software"} + +MACRO {toois} {"ACM Trans. Office Inf. Syst."} + +MACRO {toplas} {"ACM Trans. Progr. Lang. Syst."} + +MACRO {tcs} {"Theor. Comput. Sci."} + +FUNCTION {bibinfo.check} +{ swap$ + duplicate$ missing$ + { + pop$ pop$ + "" + } + { duplicate$ empty$ + { + swap$ pop$ + } + { swap$ + "\bibinfo{" swap$ * "}{" * swap$ * "}" * + } + if$ + } + if$ +} +FUNCTION {bibinfo.warn} +{ swap$ + duplicate$ missing$ + { + swap$ "missing " swap$ * " in " * cite$ * warning$ pop$ + "" + } + { duplicate$ empty$ + { + swap$ "empty " swap$ * " in " * cite$ * warning$ + } + { swap$ + pop$ + } + if$ + } + if$ +} +STRINGS { bibinfo} +INTEGERS { nameptr namesleft numnames } + +FUNCTION {format.names} +{ 'bibinfo := + duplicate$ empty$ 'skip$ { + 's := + "" 't := + #1 'nameptr := + s num.names$ 'numnames := + numnames 'namesleft := + { namesleft #0 > } + { s nameptr + "{vv~}{ll}{ jj}\xfnm[{ f{.}.}]" + format.name$ +% remove.dots + bibinfo bibinfo.check + 't := + nameptr #1 > + { + namesleft #1 > + { ", " * t * } + { + "," * + s nameptr "{ll}" format.name$ duplicate$ "others" = + { 't := } + { pop$ } + if$ + t "others" = + { + " " * bbl.etal * + } + { " " * t * } + if$ + } + if$ + } + 't + if$ + nameptr #1 + 'nameptr := + namesleft #1 - 'namesleft := + } + while$ + } if$ +} +FUNCTION {format.names.ed} +{ + format.names +} +FUNCTION {format.key} +{ empty$ + { key field.or.null } + { "" } + if$ +} + +FUNCTION {format.authors} +{ author "author" format.names + duplicate$ empty$ 'skip$ + { collaboration "collaboration" bibinfo.check + duplicate$ empty$ 'skip$ + { " (" swap$ * ")" * } + if$ + * + } + if$ +} + +FUNCTION {get.bbl.editor} +{ editor num.names$ #1 > 'bbl.editors 'bbl.editor if$ } + +FUNCTION {format.editors} +{ editor "editor" format.names duplicate$ empty$ 'skip$ + { + "," * + " " * + get.bbl.editor + * + } + if$ +} +FUNCTION {format.note} +{ + note empty$ + { "" } + { note #1 #1 substring$ + duplicate$ "{" = + 'skip$ + { output.state mid.sentence = + { "l" } + { "u" } + if$ + change.case$ + } + if$ + note #2 global.max$ substring$ * "note" bibinfo.check + } + if$ +} + +FUNCTION {format.title} +{ title + duplicate$ empty$ 'skip$ + { "t" change.case$ } + if$ + "title" bibinfo.check +} +FUNCTION {format.full.names} +{'s := + "" 't := + #1 'nameptr := + s num.names$ 'numnames := + numnames 'namesleft := + { namesleft #0 > } + { s nameptr + "{vv~}{ll}" format.name$ + 't := + nameptr #1 > + { + namesleft #1 > + { ", " * t * } + { + s nameptr "{ll}" format.name$ duplicate$ "others" = + { 't := } + { pop$ } + if$ + t "others" = + { + " " * bbl.etal * + } + { + bbl.and + space.word * t * + } + if$ + } + if$ + } + 't + if$ + nameptr #1 + 'nameptr := + namesleft #1 - 'namesleft := + } + while$ +} + +FUNCTION {author.editor.key.full} +{ author empty$ + { editor empty$ + { key empty$ + { cite$ #1 #3 substring$ } + 'key + if$ + } + { editor format.full.names } + if$ + } + { author format.full.names } + if$ +} + +FUNCTION {author.key.full} +{ author empty$ + { key empty$ + { cite$ #1 #3 substring$ } + 'key + if$ + } + { author format.full.names } + if$ +} + +FUNCTION {editor.key.full} +{ editor empty$ + { key empty$ + { cite$ #1 #3 substring$ } + 'key + if$ + } + { editor format.full.names } + if$ +} + +FUNCTION {make.full.names} +{ type$ "book" = + type$ "inbook" = + or + 'author.editor.key.full + { type$ "proceedings" = + 'editor.key.full + 'author.key.full + if$ + } + if$ +} + +FUNCTION {output.bibitem} +{ newline$ + "\bibitem[{" write$ + label write$ + ")" make.full.names duplicate$ short.list = + { pop$ } + { * } + if$ + "}]{" * write$ + cite$ write$ + "}" write$ + newline$ + "" + before.all 'output.state := +} + +FUNCTION {n.dashify} +{ + 't := + "" + { t empty$ not } + { t #1 #1 substring$ "-" = + { t #1 #2 substring$ "--" = not + { "--" * + t #2 global.max$ substring$ 't := + } + { { t #1 #1 substring$ "-" = } + { "-" * + t #2 global.max$ substring$ 't := + } + while$ + } + if$ + } + { t #1 #1 substring$ * + t #2 global.max$ substring$ 't := + } + if$ + } + while$ +} + +FUNCTION {word.in} +{ bbl.in capitalize + ":" * + " " * } + +FUNCTION {format.date} +{ year "year" bibinfo.check duplicate$ empty$ + { + } + 'skip$ + if$ + extra.label * +} +FUNCTION {format.btitle} +{ title "title" bibinfo.check + duplicate$ empty$ 'skip$ + { + } + if$ +} +FUNCTION {either.or.check} +{ empty$ + 'pop$ + { "can't use both " swap$ * " fields in " * cite$ * warning$ } + if$ +} +FUNCTION {format.bvolume} +{ volume empty$ + { "" } + { bbl.volume volume tie.or.space.prefix + "volume" bibinfo.check * * + series "series" bibinfo.check + duplicate$ empty$ 'pop$ + { swap$ bbl.of space.word * swap$ + emphasize * } + if$ + "volume and number" number either.or.check + } + if$ +} +FUNCTION {format.number.series} +{ volume empty$ + { number empty$ + { series field.or.null } + { output.state mid.sentence = + { bbl.number } + { bbl.number capitalize } + if$ + number tie.or.space.prefix "number" bibinfo.check * * + series empty$ + { "there's a number but no series in " cite$ * warning$ } + { bbl.in space.word * + series "series" bibinfo.check * + } + if$ + } + if$ + } + { "" } + if$ +} +FUNCTION {is.num} +{ chr.to.int$ + duplicate$ "0" chr.to.int$ < not + swap$ "9" chr.to.int$ > not and +} + +FUNCTION {extract.num} +{ duplicate$ 't := + "" 's := + { t empty$ not } + { t #1 #1 substring$ + t #2 global.max$ substring$ 't := + duplicate$ is.num + { s swap$ * 's := } + { pop$ "" 't := } + if$ + } + while$ + s empty$ + 'skip$ + { pop$ s } + if$ +} + +FUNCTION {convert.edition} +{ extract.num "l" change.case$ 's := + s "first" = s "1" = or + { bbl.first 't := } + { s "second" = s "2" = or + { bbl.second 't := } + { s "third" = s "3" = or + { bbl.third 't := } + { s "fourth" = s "4" = or + { bbl.fourth 't := } + { s "fifth" = s "5" = or + { bbl.fifth 't := } + { s #1 #1 substring$ is.num + { s eng.ord 't := } + { edition 't := } + if$ + } + if$ + } + if$ + } + if$ + } + if$ + } + if$ + t +} + +FUNCTION {format.edition} +{ edition duplicate$ empty$ 'skip$ + { + convert.edition + output.state mid.sentence = + { "l" } + { "t" } + if$ change.case$ + "edition" bibinfo.check + " " * bbl.edition * + } + if$ +} +INTEGERS { multiresult } +FUNCTION {multi.page.check} +{ 't := + #0 'multiresult := + { multiresult not + t empty$ not + and + } + { t #1 #1 substring$ + duplicate$ "-" = + swap$ duplicate$ "," = + swap$ "+" = + or or + { #1 'multiresult := } + { t #2 global.max$ substring$ 't := } + if$ + } + while$ + multiresult +} +FUNCTION {format.pages} +{ pages duplicate$ empty$ 'skip$ + { duplicate$ multi.page.check + { + bbl.pages swap$ + n.dashify + } + { + bbl.page swap$ + } + if$ + tie.or.space.prefix + "pages" bibinfo.check + * * + } + if$ +} +FUNCTION {format.journal.pages} +{ pages duplicate$ empty$ 'pop$ + { swap$ duplicate$ empty$ + { pop$ pop$ format.pages } + { + ":" * + swap$ + n.dashify + "pages" bibinfo.check + * + } + if$ + } + if$ +} +FUNCTION {format.vol.num.pages} +{ volume field.or.null + duplicate$ empty$ 'skip$ + { + "volume" bibinfo.check + } + if$ + number "number" bibinfo.check duplicate$ empty$ 'skip$ + { + swap$ duplicate$ empty$ + { "there's a number but no volume in " cite$ * warning$ } + 'skip$ + if$ + swap$ + "(" swap$ * ")" * + } + if$ * +} + +FUNCTION {format.chapter.pages} +{ chapter empty$ + { "" } + { type empty$ + { bbl.chapter } + { type "l" change.case$ + "type" bibinfo.check + } + if$ + chapter tie.or.space.prefix + "chapter" bibinfo.check + * * + } + if$ +} + +FUNCTION {format.booktitle} +{ + booktitle "booktitle" bibinfo.check +} +FUNCTION {format.in.ed.booktitle} +{ format.booktitle duplicate$ empty$ 'skip$ + { + editor "editor" format.names.ed duplicate$ empty$ 'pop$ + { + "," * + " " * + get.bbl.editor + ". " * + * swap$ + * } + if$ + word.in swap$ * + } + if$ +} +FUNCTION {format.thesis.type} +{ type duplicate$ empty$ + 'pop$ + { swap$ pop$ + "t" change.case$ "type" bibinfo.check + } + if$ +} +FUNCTION {format.tr.number} +{ number "number" bibinfo.check + type duplicate$ empty$ + { pop$ bbl.techrep } + 'skip$ + if$ + "type" bibinfo.check + swap$ duplicate$ empty$ + { pop$ "t" change.case$ } + { tie.or.space.prefix * * } + if$ +} +FUNCTION {format.article.crossref} +{ + word.in + " \cite{" * crossref * "}" * +} +FUNCTION {format.book.crossref} +{ volume duplicate$ empty$ + { "empty volume in " cite$ * "'s crossref of " * crossref * warning$ + pop$ word.in + } + { bbl.volume + capitalize + swap$ tie.or.space.prefix "volume" bibinfo.check * * bbl.of space.word * + } + if$ + " \cite{" * crossref * "}" * +} +FUNCTION {format.incoll.inproc.crossref} +{ + word.in + " \cite{" * crossref * "}" * +} +FUNCTION {format.org.or.pub} +{ 't := + "" + address empty$ t empty$ and + 'skip$ + { + address "address" bibinfo.check * + t empty$ + 'skip$ + { address empty$ + 'skip$ + { ": " * } + if$ + t * + } + if$ + } + if$ +} +FUNCTION {format.publisher.address} +{ publisher "publisher" bibinfo.check format.org.or.pub +} + +FUNCTION {format.organization.address} +{ organization "organization" bibinfo.check format.org.or.pub +} + +FUNCTION {print.url} + {url duplicate$ empty$ + { pop$ "" } + { new.sentence + urlprefix "\url{" * swap$ * "}" * + } + if$ + } + +FUNCTION {print.doi} + {doi duplicate$ empty$ + { pop$ "" } + { new.sentence + doiprefix "\doi{" * swap$ * "}" * + } + if$ + } + +FUNCTION {print.eprint} + {eprint duplicate$ empty$ + { pop$ "" } + { new.sentence + duplicate$ "\href{http://arxiv.org/abs/" swap$ * "}{\tt arXiv:" * swap$ * "}" * + } + if$ + } + +FUNCTION {print.pubmed} + {pubmed duplicate$ empty$ + { pop$ "" } + { new.sentence + pubmedprefix "\Pubmed{" * swap$ * "}" * + } + if$ + } + +FUNCTION {book.date.block} +{ + ", " * + no.blank.or.punct +} + +FUNCTION {inbook.date.block} +{ + ". " * + no.blank.or.punct +} + +FUNCTION {webpage} +{ "%Type = Webpage" write$ + output.bibitem + format.authors "author" output.check + author format.key output + author empty$ + { + format.title "title" output.check + new.block + format.date "year" output.check + date.block + } + { + format.date "year" output.check + date.block + format.title "title" output.check + new.block +} + if$ + print.url output + fin.entry +} + + +FUNCTION {article} +{ "%Type = Article" write$ + output.bibitem + format.authors "author" output.check + author format.key output + new.block + format.title "title" output.check + new.block + crossref missing$ + { + journal + remove.dots + "journal" bibinfo.check + "journal" output.check + add.blank + format.date "year" output.check + date.block + format.vol.num.pages output + } + { format.article.crossref output.nonnull + } + if$ + format.journal.pages + new.block + print.url output + print.doi output + print.eprint output + print.pubmed output + format.note output + fin.entry +} + +FUNCTION {book} +{ "%Type = Book" write$ + output.bibitem + author empty$ + { format.editors "author and editor" output.check + editor format.key output + } + { format.authors output.nonnull + crossref missing$ + { "author and editor" editor either.or.check } + 'skip$ + if$ + } + if$ + new.block + format.btitle "title" output.check + new.block + format.edition output + crossref missing$ + { format.bvolume output + new.block + format.number.series output + new.sentence + format.publisher.address output + } + { + new.block + format.book.crossref output.nonnull + } + if$ + new.block + book.date.block + format.date "year" output.check + new.block + print.url output + print.doi output + print.eprint output + print.pubmed output + format.note output + fin.entry +} + +FUNCTION {booklet} +{ "%Type = Booklet" write$ + output.bibitem + format.authors output + author format.key output + new.block + format.title "title" output.check + new.block + howpublished "howpublished" bibinfo.check output + address "address" bibinfo.check output + format.date "year" output.check + new.block + print.url output + print.doi output + print.eprint output + print.pubmed output + format.note output + fin.entry +} + +FUNCTION {inbook} +{ "%Type = Inbook" write$ + output.bibitem + author empty$ + { format.editors "author and editor" output.check + editor format.key output + } + { format.authors output.nonnull + crossref missing$ + { "author and editor" editor either.or.check } + 'skip$ + if$ + } + if$ + new.block + format.btitle "title" output.check + crossref missing$ + { + format.publisher.address output + format.bvolume output + new.block + format.number.series output + new.sentence + } + { + new.block + format.book.crossref output.nonnull + } + if$ + format.edition output + format.pages "pages" output.check + new.block + print.url output + print.doi output + print.eprint output + print.pubmed output + format.note output + fin.entry +} + +FUNCTION {incollection} +{ "%Type = Incollection" write$ + output.bibitem + format.authors "author" output.check + author format.key output + new.block + format.title "title" output.check + new.block + crossref missing$ + { format.in.ed.booktitle "booktitle" output.check + new.sentence + publisher empty$ + { format.organization.address output } + { organization "organization" bibinfo.check output + format.publisher.address output + } + if$ + format.bvolume output + format.number.series output + format.edition output + } + { format.incoll.inproc.crossref output.nonnull + } + if$ + format.date "year" output.check + inbook.date.block + format.pages "pages" output.check + new.block + print.url output + print.doi output + print.eprint output + print.pubmed output + format.note output + fin.entry +} + +FUNCTION {inproceedings} +{ "%Type = Inproceedings" write$ + output.bibitem + format.authors "author" output.check + author format.key output + new.block + format.title "title" output.check + new.block + crossref missing$ + { format.in.ed.booktitle "booktitle" output.check + new.sentence + publisher empty$ + { format.organization.address output } + { organization "organization" bibinfo.check output + format.publisher.address output + } + if$ + format.bvolume output + format.number.series output + } + { format.incoll.inproc.crossref output.nonnull + } + if$ + format.date "year" output.check + inbook.date.block + format.pages "pages" output.check + new.block + print.url output + print.doi output + print.eprint output + print.pubmed output + format.note output + fin.entry +} + +FUNCTION {conference} { inproceedings } + +FUNCTION {manual} +{ "%Type = Manual" write$ + output.bibitem + format.authors output + author format.key output + new.block + format.btitle "title" output.check + organization address new.block.checkb + organization "organization" bibinfo.check output + address "address" bibinfo.check output + format.edition output + format.date "year" output.check + inbook.date.block + format.pages "pages" output.check + new.block + print.url output + print.doi output + print.eprint output + print.pubmed output + format.note output + fin.entry +} + +FUNCTION {mastersthesis} +{ "%Type = Masterthesis" write$ + output.bibitem + format.authors "author" output.check + author format.key output + new.block + format.btitle + "title" output.check + new.block + bbl.mthesis format.thesis.type output.nonnull + school "school" bibinfo.warn output + address "address" bibinfo.check output + format.date "year" output.check + new.block + print.url output + print.doi output + print.eprint output + print.pubmed output + format.note output + fin.entry +} + +FUNCTION {misc} +{ "%Type = Misc" write$ + output.bibitem + format.authors output + author format.key output + new.block + format.title output + new.block + howpublished "howpublished" bibinfo.check output + format.date "year" output.check + new.block + print.url output + print.doi output + print.eprint output + print.pubmed output + format.note output + fin.entry +} + +FUNCTION {phdthesis} +{ "%Type = Phdthesis" write$ + output.bibitem + format.authors "author" output.check + author format.key output + new.block + format.btitle + "title" output.check + new.block + bbl.phdthesis format.thesis.type output.nonnull + school "school" bibinfo.warn output + address "address" bibinfo.check output + format.date "year" output.check + new.block + print.url output + print.doi output + print.eprint output + print.pubmed output + format.note output + fin.entry +} + +FUNCTION {proceedings} +{ "%Type = Proceedings" write$ + output.bibitem + format.editors output + editor format.key output + new.block + format.btitle "title" output.check + format.bvolume output + format.number.series output + new.sentence + publisher empty$ + { format.organization.address output } + { organization "organization" bibinfo.check output + format.publisher.address output + } + if$ + format.date "year" output.check + new.block + print.url output + print.doi output + print.eprint output + print.pubmed output + format.note output + fin.entry +} + +FUNCTION {techreport} +{ "%Type = Techreport" write$ + output.bibitem + format.authors "author" output.check + author format.key output + new.block + format.btitle + "title" output.check + new.block + format.tr.number output.nonnull + institution "institution" bibinfo.warn output + address "address" bibinfo.check output + format.date "year" output.check + new.block + print.url output + print.doi output + print.eprint output + print.pubmed output + format.note output + fin.entry +} + +FUNCTION {unpublished} +{ "%Type = Unpublished" write$ + output.bibitem + format.authors "author" output.check + author format.key output + new.block + format.title "title" output.check + format.date "year" output.check + new.block + print.url output + print.doi output + print.eprint output + print.pubmed output + format.note "note" output.check + fin.entry +} + +FUNCTION {default.type} { misc } +READ +FUNCTION {sortify} +{ purify$ + "l" change.case$ +} +INTEGERS { len } +FUNCTION {chop.word} +{ 's := + 'len := + s #1 len substring$ = + { s len #1 + global.max$ substring$ } + 's + if$ +} +FUNCTION {format.lab.names} +{ 's := + "" 't := + s #1 "{vv~}{ll}" format.name$ + s num.names$ duplicate$ + #2 > + { pop$ + " " * bbl.etal * + } + { #2 < + 'skip$ + { s #2 "{ff }{vv }{ll}{ jj}" format.name$ "others" = + { + " " * bbl.etal * + } + { bbl.and space.word * s #2 "{vv~}{ll}" format.name$ + * } + if$ + } + if$ + } + if$ +} + +FUNCTION {author.key.label} +{ author empty$ + { key empty$ + { cite$ #1 #3 substring$ } + 'key + if$ + } + { author format.lab.names } + if$ +} + +FUNCTION {author.editor.key.label} +{ author empty$ + { editor empty$ + { key empty$ + { cite$ #1 #3 substring$ } + 'key + if$ + } + { editor format.lab.names } + if$ + } + { author format.lab.names } + if$ +} + +FUNCTION {editor.key.label} +{ editor empty$ + { key empty$ + { cite$ #1 #3 substring$ } + 'key + if$ + } + { editor format.lab.names } + if$ +} + +FUNCTION {calc.short.authors} +{ type$ "book" = + type$ "inbook" = + or + 'author.editor.key.label + { type$ "proceedings" = + 'editor.key.label + 'author.key.label + if$ + } + if$ + 'short.list := +} + +FUNCTION {calc.label} +{ calc.short.authors + short.list + "(" + * + year duplicate$ empty$ + short.list key field.or.null = or + { pop$ "" } + 'skip$ + if$ + * + 'label := +} + +FUNCTION {sort.format.names} +{ 's := + #1 'nameptr := + "" + s num.names$ 'numnames := + numnames 'namesleft := + { namesleft #0 > } + { s nameptr + "{ll{ }}{ f{ }}{ jj{ }}" + format.name$ 't := + nameptr #1 > + { + " " * + namesleft #1 = t "others" = and + { "zzzzz" * } + { t sortify * } + if$ + } + { t sortify * } + if$ + nameptr #1 + 'nameptr := + namesleft #1 - 'namesleft := + } + while$ +} + +FUNCTION {sort.format.title} +{ 't := + "A " #2 + "An " #3 + "The " #4 t chop.word + chop.word + chop.word + sortify + #1 global.max$ substring$ +} +FUNCTION {author.sort} +{ author empty$ + { key empty$ + { "to sort, need author or key in " cite$ * warning$ + "" + } + { key sortify } + if$ + } + { author sort.format.names } + if$ +} +FUNCTION {author.editor.sort} +{ author empty$ + { editor empty$ + { key empty$ + { "to sort, need author, editor, or key in " cite$ * warning$ + "" + } + { key sortify } + if$ + } + { editor sort.format.names } + if$ + } + { author sort.format.names } + if$ +} +FUNCTION {editor.sort} +{ editor empty$ + { key empty$ + { "to sort, need editor or key in " cite$ * warning$ + "" + } + { key sortify } + if$ + } + { editor sort.format.names } + if$ +} +FUNCTION {presort} +{ calc.label + label sortify + " " + * + type$ "book" = + type$ "inbook" = + or + 'author.editor.sort + { type$ "proceedings" = + 'editor.sort + 'author.sort + if$ + } + if$ + #1 entry.max$ substring$ + 'sort.label := + sort.label + * + " " + * + title field.or.null + sort.format.title + * + #1 entry.max$ substring$ + 'sort.key$ := +} + +ITERATE {presort} +SORT +STRINGS { last.label next.extra } +INTEGERS { last.extra.num number.label } +FUNCTION {initialize.extra.label.stuff} +{ #0 int.to.chr$ 'last.label := + "" 'next.extra := + #0 'last.extra.num := + #0 'number.label := +} +FUNCTION {forward.pass} +{ last.label label = + { last.extra.num #1 + 'last.extra.num := + last.extra.num int.to.chr$ 'extra.label := + } + { "a" chr.to.int$ 'last.extra.num := + "" 'extra.label := + label 'last.label := + } + if$ + number.label #1 + 'number.label := +} +FUNCTION {reverse.pass} +{ next.extra "b" = + { "a" 'extra.label := } + 'skip$ + if$ + extra.label 'next.extra := + extra.label + duplicate$ empty$ + 'skip$ + { "{\natexlab{" swap$ * "}}" * } + if$ + 'extra.label := + label extra.label * 'label := +} +EXECUTE {initialize.extra.label.stuff} +ITERATE {forward.pass} +REVERSE {reverse.pass} +FUNCTION {bib.sort.order} +{ sort.label + " " + * + year field.or.null sortify + * + " " + * + title field.or.null + sort.format.title + * + #1 entry.max$ substring$ + 'sort.key$ := +} +ITERATE {bib.sort.order} +SORT +FUNCTION {begin.bib} +{ preamble$ empty$ + 'skip$ + { preamble$ write$ newline$ } + if$ + "\begin{thebibliography}{" number.label int.to.str$ * "}" * + write$ newline$ + "\expandafter\ifx\csname natexlab\endcsname\relax\def\natexlab#1{#1}\fi" + write$ newline$ + "\providecommand{\url}[1]{\texttt{#1}}" + write$ newline$ + "\providecommand{\href}[2]{#2}" + write$ newline$ + "\providecommand{\path}[1]{#1}" + write$ newline$ + "\providecommand{\DOIprefix}{doi:}" + write$ newline$ + "\providecommand{\ArXivprefix}{arXiv:}" + write$ newline$ + "\providecommand{\URLprefix}{URL: }" + write$ newline$ + "\providecommand{\Pubmedprefix}{pmid:}" + write$ newline$ + "\providecommand{\doi}[1]{\href{http://dx.doi.org/#1}{\path{#1}}}" + write$ newline$ + "\providecommand{\Pubmed}[1]{\href{pmid:#1}{\path{#1}}}" + write$ newline$ + "\providecommand{\bibinfo}[2]{#2}" + write$ newline$ + "\ifx\xfnm\undefined \def\xfnm[#1]{\unskip,\space#1}\fi" + write$ newline$ +} +EXECUTE {begin.bib} +EXECUTE {init.state.consts} +EXECUTE {init.web.variables} +ITERATE {call.type$} +FUNCTION {end.bib} +{ newline$ + "\end{thebibliography}" write$ newline$ +} +EXECUTE {end.bib} +%% End of customized bst file +%% +%% +%% Change log: +%% ----------- +%% 22.04.2011 +%% +%% 10.08.2012 +%% a. doi, url, eprint, pmid added +%% b. Bibtype `webpage' defined +%% +%% 30.08.2012 +%% a. collaboration added. +%% +%% End of file `model4-names.bst'. + diff --git a/model5-names.bst b/model5-names.bst new file mode 100644 index 0000000..d377fda --- /dev/null +++ b/model5-names.bst @@ -0,0 +1,1723 @@ +%% +%% This is file `model5-names.bst' (Version 2.0), +%% +%% Copyright 2009-2012 Elsevier Ltd +%% +%% This file is part of the 'Elsarticle Bundle'. +%% --------------------------------------------- +%% +%% It may be distributed under the conditions of the LaTeX Project Public +%% License, either version 1.2 of this license or (at your option) any +%% later version. The latest version of this license is in +%% http://www.latex-project.org/lppl.txt +%% and version 1.2 or later is part of all distributions of LaTeX +%% version 1999/12/01 or later. +%% +%% $Id: model5-names.bst 214 2012-10-22 07:34:19Z rishi $ +%% +%% $URL: http://lenova.river-valley.com/svn/elsbst/trunk/New-Model-5/model5-names.bst $ +%% +%% + +ENTRY + { address + author + booktitle + chapter + collaboration + edition + editor + howpublished + institution + journal + key + month + note + number + organization + pages + publisher + school + series + title + type + volume + year + url + doi + eprint + pubmed + } + {} + { label extra.label sort.label short.list } + +INTEGERS { output.state before.all mid.sentence after.sentence after.block } + +STRINGS { urlprefix doiprefix eprintprefix pubmedprefix } + +FUNCTION {init.web.variables} +{ + "\URLprefix " 'urlprefix := + "\DOIprefix" 'doiprefix := + "\ArXivprefix " 'eprintprefix := + "\Pubmedprefix " 'pubmedprefix := +} + +FUNCTION {init.state.consts} +{ #0 'before.all := + #1 'mid.sentence := + #2 'after.sentence := + #3 'after.block := +} +STRINGS { s t} +FUNCTION {output.nonnull} +{ 's := + output.state mid.sentence = + { " " * write$ } + { output.state after.block = + { add.period$ write$ + newline$ + "\newblock " write$ + } + { output.state before.all = + 'write$ + { add.period$ " " * write$ } + if$ + } + if$ + mid.sentence 'output.state := + } + if$ + s +} +FUNCTION {output} +{ duplicate$ empty$ + 'pop$ + 'output.nonnull + if$ +} +FUNCTION {output.check} +{ 't := + duplicate$ empty$ + { pop$ "empty " t * " in " * cite$ * warning$ } + 'output.nonnull + if$ +} +FUNCTION {fin.entry} +{ add.period$ + write$ + newline$ +} + +FUNCTION {new.block} +{ output.state before.all = + 'skip$ + { after.block 'output.state := } + if$ +} +FUNCTION {new.sentence} +{ output.state after.block = + 'skip$ + { output.state before.all = + 'skip$ + { after.sentence 'output.state := } + if$ + } + if$ +} +FUNCTION {add.blank} +{ " " * before.all 'output.state := +} + +FUNCTION {date.block} +{ + new.block +} + +FUNCTION {not} +{ { #0 } + { #1 } + if$ +} +FUNCTION {and} +{ 'skip$ + { pop$ #0 } + if$ +} +FUNCTION {or} +{ { pop$ #1 } + 'skip$ + if$ +} +FUNCTION {new.block.checkb} +{ empty$ + swap$ empty$ + and + 'skip$ + 'new.block + if$ +} +FUNCTION {field.or.null} +{ duplicate$ empty$ + { pop$ "" } + 'skip$ + if$ +} +FUNCTION {emphasize} +{ duplicate$ empty$ + { pop$ "" } + { "{\it " swap$ * "\/}" * } + if$ +} +FUNCTION {tie.or.space.prefix} +{ duplicate$ text.length$ #3 < + { "~" } + { " " } + if$ + swap$ +} + +FUNCTION {capitalize} +{ "u" change.case$ "t" change.case$ } + +FUNCTION {space.word} +{ " " swap$ * " " * } + % Here are the language-specific definitions for explicit words. + % Each function has a name bbl.xxx where xxx is the English word. + % The language selected here is ENGLISH +FUNCTION {bbl.and} +{ "\&"} + +FUNCTION {bbl.etal} +{ "et~al." } + +FUNCTION {bbl.editors} +{ "eds." } + +FUNCTION {bbl.editor} +{ "ed." } + +FUNCTION {bbl.edby} +{ "edited by" } + +FUNCTION {bbl.edition} +{ "ed." } + +FUNCTION {bbl.volume} +{ "volume" } + +FUNCTION {bbl.of} +{ "of" } + +FUNCTION {bbl.number} +{ "number" } + +FUNCTION {bbl.nr} +{ "no." } + +FUNCTION {bbl.in} +{ "in" } + +FUNCTION {bbl.pages} +{ "pp." } + +FUNCTION {bbl.page} +{ "p." } + +FUNCTION {bbl.chapter} +{ "chapter" } + +FUNCTION {bbl.techrep} +{ "Technical Report" } + +FUNCTION {bbl.mthesis} +{ "Master's thesis" } + +FUNCTION {bbl.phdthesis} +{ "Ph.D. thesis" } + +FUNCTION {bbl.first} +{ "1st" } + +FUNCTION {bbl.second} +{ "2nd" } + +FUNCTION {bbl.third} +{ "3rd" } + +FUNCTION {bbl.fourth} +{ "4th" } + +FUNCTION {bbl.fifth} +{ "5th" } + +FUNCTION {bbl.st} +{ "st" } + +FUNCTION {bbl.nd} +{ "nd" } + +FUNCTION {bbl.rd} +{ "rd" } + +FUNCTION {bbl.th} +{ "th" } + +MACRO {jan} {"January"} + +MACRO {feb} {"February"} + +MACRO {mar} {"March"} + +MACRO {apr} {"April"} + +MACRO {may} {"May"} + +MACRO {jun} {"June"} + +MACRO {jul} {"July"} + +MACRO {aug} {"August"} + +MACRO {sep} {"September"} + +MACRO {oct} {"October"} + +MACRO {nov} {"November"} + +MACRO {dec} {"December"} + +FUNCTION {eng.ord} +{ duplicate$ "1" swap$ * + #-2 #1 substring$ "1" = + { bbl.th * } + { duplicate$ #-1 #1 substring$ + duplicate$ "1" = + { pop$ bbl.st * } + { duplicate$ "2" = + { pop$ bbl.nd * } + { "3" = + { bbl.rd * } + { bbl.th * } + if$ + } + if$ + } + if$ + } + if$ +} + +MACRO {acmcs} {"ACM Comput. Surv."} + +MACRO {acta} {"Acta Inf."} + +MACRO {cacm} {"Commun. ACM"} + +MACRO {ibmjrd} {"IBM J. Res. Dev."} + +MACRO {ibmsj} {"IBM Syst.~J."} + +MACRO {ieeese} {"IEEE Trans. Software Eng."} + +MACRO {ieeetc} {"IEEE Trans. Comput."} + +MACRO {ieeetcad} + {"IEEE Trans. Comput. Aid. Des."} + +MACRO {ipl} {"Inf. Process. Lett."} + +MACRO {jacm} {"J.~ACM"} + +MACRO {jcss} {"J.~Comput. Syst. Sci."} + +MACRO {scp} {"Sci. Comput. Program."} + +MACRO {sicomp} {"SIAM J. Comput."} + +MACRO {tocs} {"ACM Trans. Comput. Syst."} + +MACRO {tods} {"ACM Trans. Database Syst."} + +MACRO {tog} {"ACM Trans. Graphic."} + +MACRO {toms} {"ACM Trans. Math. Software"} + +MACRO {toois} {"ACM Trans. Office Inf. Syst."} + +MACRO {toplas} {"ACM Trans. Progr. Lang. Syst."} + +MACRO {tcs} {"Theor. Comput. Sci."} + +FUNCTION {bibinfo.check} +{ swap$ + duplicate$ missing$ + { + pop$ pop$ + "" + } + { duplicate$ empty$ + { + swap$ pop$ + } + { swap$ + "\bibinfo{" swap$ * "}{" * swap$ * "}" * + } + if$ + } + if$ +} +FUNCTION {bibinfo.warn} +{ swap$ + duplicate$ missing$ + { + swap$ "missing " swap$ * " in " * cite$ * warning$ pop$ + "" + } + { duplicate$ empty$ + { + swap$ "empty " swap$ * " in " * cite$ * warning$ + } + { swap$ + pop$ + } + if$ + } + if$ +} +STRINGS { bibinfo} +INTEGERS { nameptr namesleft numnames } + +FUNCTION {format.names} +{ 'bibinfo := + duplicate$ empty$ 'skip$ { + 's := + "" 't := + #1 'nameptr := + s num.names$ 'numnames := + numnames 'namesleft := + { namesleft #0 > } + { s nameptr + "{vv~}{ll}{, f.}{, jj}" + format.name$ + bibinfo bibinfo.check + 't := + nameptr #1 > + { + nameptr #9 + #90 + + #1 + = + numnames #9 + #90 + + > and + { "others" 't := + #1 'namesleft := } + 'skip$ + if$ + namesleft #1 > + { ", " * t * } + { + s nameptr "{ll}" format.name$ duplicate$ "others" = + { 't := } + { pop$ } + if$ + t "others" = + { + " " * bbl.etal * + } + {"," * + bbl.and + space.word * t * + } + if$ + } + if$ + } + 't + if$ + nameptr #1 + 'nameptr := + namesleft #1 - 'namesleft := + } + while$ + } if$ +} +FUNCTION {format.names.ed} +{ + 'bibinfo := + duplicate$ empty$ 'skip$ { + 's := + "" 't := + #1 'nameptr := + s num.names$ 'numnames := + numnames 'namesleft := + { namesleft #0 > } + { s nameptr + "{f.~}{vv~}{ll}{, jj}" + format.name$ + bibinfo bibinfo.check + 't := + nameptr #1 > + { + namesleft #1 > + { ", " * t * } + { + s nameptr "{ll}" format.name$ duplicate$ "others" = + { 't := } + { pop$ } + if$ + t "others" = + { + + " " * bbl.etal * + } + {"," * + bbl.and + space.word * t * + } + if$ + } + if$ + } + 't + if$ + nameptr #1 + 'nameptr := + namesleft #1 - 'namesleft := + } + while$ + } if$ +} +FUNCTION {format.key} +{ empty$ + { key field.or.null } + { "" } + if$ +} + +FUNCTION {format.authors} +{ author "author" format.names + duplicate$ empty$ 'skip$ + { collaboration "collaboration" bibinfo.check + duplicate$ empty$ 'skip$ + { " (" swap$ * ")" * } + if$ + * + } + if$ +} + + +FUNCTION {get.bbl.editor} +{ editor num.names$ #1 > 'bbl.editors 'bbl.editor if$ } + +FUNCTION {format.editors} +{ editor "editor" format.names duplicate$ empty$ 'skip$ + { + " " * + get.bbl.editor + capitalize + "(" swap$ * ")" * + * + } + if$ +} +FUNCTION {format.note} +{ + note empty$ + { "" } + { note #1 #1 substring$ + duplicate$ "{" = + 'skip$ + { output.state mid.sentence = + { "l" } + { "u" } + if$ + change.case$ + } + if$ + note #2 global.max$ substring$ * "note" bibinfo.check + } + if$ +} + +FUNCTION {format.title} +{ title + duplicate$ empty$ 'skip$ + { "t" change.case$ } + if$ + "title" bibinfo.check +} +FUNCTION {format.full.names} +{'s := + "" 't := + #1 'nameptr := + s num.names$ 'numnames := + numnames 'namesleft := + { namesleft #0 > } + { s nameptr + "{vv~}{ll}" format.name$ + 't := + nameptr #1 > + { + nameptr #9 + #90 + + #1 + = + numnames #9 + #90 + + > and + { "others" 't := + #1 'namesleft := } + 'skip$ + if$ + namesleft #1 > + { ", " * t * } + { + s nameptr "{ll}" format.name$ duplicate$ "others" = + { 't := } + { pop$ } + if$ + t "others" = + { + " " * bbl.etal * + } + { + bbl.and + space.word * t * + } + if$ + } + if$ + } + 't + if$ + nameptr #1 + 'nameptr := + namesleft #1 - 'namesleft := + } + while$ +} + +FUNCTION {author.editor.key.full} +{ author empty$ + { editor empty$ + { key empty$ + { cite$ #1 #3 substring$ } + 'key + if$ + } + { editor format.full.names } + if$ + } + { author format.full.names } + if$ +} + +FUNCTION {author.key.full} +{ author empty$ + { key empty$ + { cite$ #1 #3 substring$ } + 'key + if$ + } + { author format.full.names } + if$ +} + +FUNCTION {editor.key.full} +{ editor empty$ + { key empty$ + { cite$ #1 #3 substring$ } + 'key + if$ + } + { editor format.full.names } + if$ +} + +FUNCTION {make.full.names} +{ type$ "book" = + type$ "inbook" = + or + 'author.editor.key.full + { type$ "proceedings" = + 'editor.key.full + 'author.key.full + if$ + } + if$ +} + +FUNCTION {output.bibitem} +{ newline$ + "\bibitem[{" write$ + label write$ + ")" make.full.names duplicate$ short.list = + { pop$ } + { * } + if$ + "}]{" * write$ + cite$ write$ + "}" write$ + newline$ + "" + before.all 'output.state := +} + +FUNCTION {n.dashify} +{ + 't := + "" + { t empty$ not } + { t #1 #1 substring$ "-" = + { t #1 #2 substring$ "--" = not + { "--" * + t #2 global.max$ substring$ 't := + } + { { t #1 #1 substring$ "-" = } + { "-" * + t #2 global.max$ substring$ 't := + } + while$ + } + if$ + } + { t #1 #1 substring$ * + t #2 global.max$ substring$ 't := + } + if$ + } + while$ +} + +FUNCTION {word.in} +{ bbl.in capitalize + "" * + " " * } + +FUNCTION {format.date} +{ year "year" bibinfo.check duplicate$ empty$ + { + } + 'skip$ + if$ + extra.label * + before.all 'output.state := + " (" swap$ * ")" * +} +FUNCTION {format.btitle} +{ title "title" bibinfo.check + duplicate$ empty$ 'skip$ + { + emphasize + } + if$ +} +FUNCTION {either.or.check} +{ empty$ + 'pop$ + { "can't use both " swap$ * " fields in " * cite$ * warning$ } + if$ +} +FUNCTION {format.bvolume} +{ volume empty$ + { "" } + { bbl.volume volume tie.or.space.prefix + "volume" bibinfo.check * * + series "series" bibinfo.check + duplicate$ empty$ 'pop$ + { swap$ bbl.of space.word * swap$ + emphasize * } + if$ + "volume and number" number either.or.check + } + if$ +} +FUNCTION {format.number.series} +{ volume empty$ + { number empty$ + { series field.or.null } + { series empty$ + { number "number" bibinfo.check } + { output.state mid.sentence = + { bbl.number } + { bbl.number capitalize } + if$ + number tie.or.space.prefix "number" bibinfo.check * * + bbl.in space.word * + series "series" bibinfo.check * + } + if$ + } + if$ + } + { "" } + if$ +} +FUNCTION {is.num} +{ chr.to.int$ + duplicate$ "0" chr.to.int$ < not + swap$ "9" chr.to.int$ > not and +} + +FUNCTION {extract.num} +{ duplicate$ 't := + "" 's := + { t empty$ not } + { t #1 #1 substring$ + t #2 global.max$ substring$ 't := + duplicate$ is.num + { s swap$ * 's := } + { pop$ "" 't := } + if$ + } + while$ + s empty$ + 'skip$ + { pop$ s } + if$ +} + +FUNCTION {convert.edition} +{ extract.num "l" change.case$ 's := + s "first" = s "1" = or + { bbl.first 't := } + { s "second" = s "2" = or + { bbl.second 't := } + { s "third" = s "3" = or + { bbl.third 't := } + { s "fourth" = s "4" = or + { bbl.fourth 't := } + { s "fifth" = s "5" = or + { bbl.fifth 't := } + { s #1 #1 substring$ is.num + { s eng.ord 't := } + { edition 't := } + if$ + } + if$ + } + if$ + } + if$ + } + if$ + } + if$ + t +} + +FUNCTION {format.edition} +{ edition duplicate$ empty$ 'skip$ + { + convert.edition + output.state mid.sentence = + { "l" } + { "t" } + if$ change.case$ + "edition" bibinfo.check + " " * bbl.edition * + "(" swap$ * ")" * + } + if$ +} +INTEGERS { multiresult } +FUNCTION {multi.page.check} +{ 't := + #0 'multiresult := + { multiresult not + t empty$ not + and + } + { t #1 #1 substring$ + duplicate$ "-" = + swap$ duplicate$ "," = + swap$ "+" = + or or + { #1 'multiresult := } + { t #2 global.max$ substring$ 't := } + if$ + } + while$ + multiresult +} +FUNCTION {format.pages} +{ pages duplicate$ empty$ 'skip$ + { duplicate$ multi.page.check + { + bbl.pages swap$ + n.dashify + } + { + bbl.page swap$ + } + if$ + tie.or.space.prefix + "pages" bibinfo.check + * * + "(" swap$ * ")" * + } + if$ +} + +FUNCTION {format.journal.pages} +{ pages duplicate$ empty$ 'pop$ + { swap$ duplicate$ empty$ + { pop$ pop$ format.pages } + { + ", " * + swap$ + n.dashify + "pages" bibinfo.check + * + } + if$ + } + if$ +} +FUNCTION {format.vol.num.pages} +{ volume field.or.null + duplicate$ empty$ 'skip$ + { + "volume" bibinfo.check + } + if$ + emphasize + format.journal.pages +} + +FUNCTION {format.chapter.pages} +{ chapter empty$ + 'format.pages + { type empty$ + { bbl.chapter } + { type "l" change.case$ + "type" bibinfo.check + } + if$ + chapter tie.or.space.prefix + "chapter" bibinfo.check + * * + pages empty$ + 'skip$ + { ". " * format.pages * } + if$ + } + if$ +} + +FUNCTION {format.booktitle} +{ + booktitle "booktitle" bibinfo.check + emphasize +} +FUNCTION {format.in.ed.booktitle} +{ format.booktitle duplicate$ empty$ 'skip$ + { + editor "editor" format.names.ed duplicate$ empty$ 'pop$ + { + " " * + get.bbl.editor + capitalize + "(" swap$ * "), " * + * swap$ + * } + if$ + word.in swap$ * + } + if$ +} +FUNCTION {format.thesis.type} +{ type duplicate$ empty$ + 'pop$ + { swap$ pop$ + "t" change.case$ "type" bibinfo.check + } + if$ +} +FUNCTION {format.tr.number} +{ number "number" bibinfo.check + type duplicate$ empty$ + { pop$ bbl.techrep } + 'skip$ + if$ + "type" bibinfo.check + swap$ duplicate$ empty$ + { pop$ "t" change.case$ } + { tie.or.space.prefix * * } + if$ +} +FUNCTION {format.article.crossref} +{ + word.in + " \cite{" * crossref * "}" * +} +FUNCTION {format.book.crossref} +{ volume duplicate$ empty$ + { "empty volume in " cite$ * "'s crossref of " * crossref * warning$ + pop$ word.in + } + { bbl.volume + capitalize + swap$ tie.or.space.prefix "volume" bibinfo.check * * bbl.of space.word * + } + if$ + " \cite{" * crossref * "}" * +} +FUNCTION {format.incoll.inproc.crossref} +{ + word.in + " \cite{" * crossref * "}" * +} +FUNCTION {format.org.or.pub} +{ 't := + "" + address empty$ t empty$ and + 'skip$ + { + address "address" bibinfo.check * + t empty$ + 'skip$ + { address empty$ + 'skip$ + { ": " * } + if$ + t * + } + if$ + } + if$ +} +FUNCTION {format.publisher.address} +{ publisher "publisher" bibinfo.check format.org.or.pub +} + +FUNCTION {format.organization.address} +{ organization "organization" bibinfo.check format.org.or.pub +} + +FUNCTION {print.url} + {url duplicate$ empty$ + { pop$ "" } + { new.sentence + urlprefix "\url{" * swap$ * "}" * + } + if$ + } + +FUNCTION {print.doi} + {doi duplicate$ empty$ + { pop$ "" } + { new.sentence + doiprefix "\doi{" * swap$ * "}" * + } + if$ + } + +FUNCTION {print.eprint} + {eprint duplicate$ empty$ + { pop$ "" } + { new.sentence + duplicate$ "\href{http://arxiv.org/abs/" swap$ * "}{\tt arXiv:" * swap$ * "}" * + } + if$ + } + +FUNCTION {print.pubmed} + {pubmed duplicate$ empty$ + { pop$ "" } + { new.sentence + pubmedprefix "\Pubmed{" * swap$ * "}" * + } + if$ + } + +FUNCTION {webpage} +{ "%Type = Webpage" write$ + output.bibitem + format.authors "author" output.check + author format.key output + author empty$ + { + format.title "title" output.check + new.block + format.date "year" output.check + date.block + } + { + format.date "year" output.check + date.block + format.title "title" output.check + new.block +} + if$ + print.url output + fin.entry +} + +FUNCTION {article} +{ "%Type = Article" write$ + output.bibitem + format.authors "author" output.check + author format.key output + format.date "year" output.check + date.block + format.title "title" output.check + new.block + crossref missing$ + { + journal + "journal" bibinfo.check + emphasize + "journal" output.check + ", " * + format.vol.num.pages output + } + { format.article.crossref output.nonnull + format.pages output + } + if$ + print.url output + print.doi output + print.eprint output + print.pubmed output + new.block + format.note output + fin.entry +} + +FUNCTION {book} +{ "%Type = Book" write$ + output.bibitem + author empty$ + { format.editors "author and editor" output.check + editor format.key output + } + { format.authors output.nonnull + crossref missing$ + { "author and editor" editor either.or.check } + 'skip$ + if$ + } + if$ + format.date "year" output.check + date.block + format.btitle "title" output.check + crossref missing$ + { format.bvolume output + new.block + new.sentence + format.number.series output + format.edition output + new.block + format.publisher.address output + } + { + new.block + format.book.crossref output.nonnull + } + if$ + new.block + print.url output + print.doi output + print.eprint output + print.pubmed output + format.note output + fin.entry +} + +FUNCTION {booklet} +{ "%Type = booklet" write$ + output.bibitem + format.authors output + author format.key output + format.date "year" output.check + date.block + format.title "title" output.check + new.block + howpublished "howpublished" bibinfo.check output + address "address" bibinfo.check output + new.block + print.url output + print.doi output + print.eprint output + print.pubmed output + format.note output + fin.entry +} + +FUNCTION {inbook} +{ "%Type = Inbook" write$ + output.bibitem + format.authors "author" output.check + author format.key output + format.date "year" output.check + date.block + format.title "title" output.check + new.block + crossref missing$ + { format.in.ed.booktitle "booktitle" output.check + format.number.series output + format.chapter.pages output + new.block + format.publisher.address output + format.bvolume output + new.sentence + format.edition output + } + { format.incoll.inproc.crossref output.nonnull + } + if$ + new.block + print.url output + print.doi output + print.eprint output + print.pubmed output + format.note output + fin.entry +} + + +FUNCTION {incollection} +{ "%Type = Incollection" write$ + output.bibitem + format.authors "author" output.check + author format.key output + format.date "year" output.check + date.block + format.title "title" output.check + new.block + crossref missing$ + { format.in.ed.booktitle "booktitle" output.check + format.number.series output + format.chapter.pages output + new.block + format.publisher.address output + format.bvolume output + new.sentence + format.edition output + } + { format.incoll.inproc.crossref output.nonnull + } + if$ + new.block + print.url output + print.doi output + print.eprint output + print.pubmed output + format.note output + fin.entry +} + +FUNCTION {inproceedings} +{ "%Type = Inproceedings" write$ + output.bibitem + format.authors "author" output.check + author format.key output + format.date "year" output.check + date.block + format.title "title" output.check + new.block + crossref missing$ + { format.in.ed.booktitle "booktitle" output.check + format.number.series output + format.pages output + new.block + publisher empty$ + { format.organization.address output } + { organization "organization" bibinfo.check output + format.publisher.address output + } + if$ + format.bvolume output + } + { format.incoll.inproc.crossref output.nonnull + } + if$ + new.block + print.url output + print.doi output + print.eprint output + print.pubmed output + format.note output + fin.entry +} + +FUNCTION {conference} { inproceedings } + +FUNCTION {manual} +{ "%Type = Manual" write$ + output.bibitem + format.authors output + author format.key output + format.date "year" output.check + date.block + format.btitle "title" output.check + organization address new.block.checkb + organization "organization" bibinfo.check output + address "address" bibinfo.check output + format.edition output + new.block + print.url output + print.doi output + print.eprint output + print.pubmed output + format.note output + fin.entry +} + +FUNCTION {mastersthesis} +{ "%Type = Masterthesis" write$ + output.bibitem + format.authors "author" output.check + author format.key output + format.date "year" output.check + date.block + format.btitle + "title" output.check + new.block + bbl.mthesis format.thesis.type output.nonnull + school "school" bibinfo.warn output + address "address" bibinfo.check output + new.block + print.url output + print.doi output + print.eprint output + print.pubmed output + format.note output + fin.entry +} + +FUNCTION {misc} +{ "%Type = Misc" write$ + output.bibitem + format.authors output + author format.key output + format.date "year" output.check + date.block + format.title output + new.block + howpublished "howpublished" bibinfo.check output + new.block + print.url output + print.doi output + print.eprint output + print.pubmed output + format.note output + fin.entry +} + +FUNCTION {phdthesis} +{ "%Type = Phdthesis" write$ + output.bibitem + format.authors "author" output.check + author format.key output + format.date "year" output.check + date.block + format.btitle + "title" output.check + new.block + bbl.phdthesis format.thesis.type output.nonnull + school "school" bibinfo.warn output + address "address" bibinfo.check output + new.block + print.url output + print.doi output + print.eprint output + print.pubmed output + format.note output + fin.entry +} + +FUNCTION {proceedings} +{ "%Type = Proceedings" write$ + output.bibitem + format.editors output + editor format.key output + format.date "year" output.check + date.block + format.btitle "title" output.check + format.bvolume output + new.sentence + format.number.series output + publisher empty$ + { format.organization.address output } + { organization "organization" bibinfo.check output + format.publisher.address output + } + if$ + new.block + print.url output + print.doi output + print.eprint output + print.pubmed output + format.note output + fin.entry +} + +FUNCTION {techreport} +{ "%Type = Techreport" write$ + output.bibitem + format.authors "author" output.check + author format.key output + format.date "year" output.check + date.block + format.btitle + "title" output.check + new.block + format.tr.number output.nonnull + institution "institution" bibinfo.warn output + address "address" bibinfo.check output + new.block + print.url output + print.doi output + print.eprint output + print.pubmed output + format.note output + fin.entry +} + +FUNCTION {unpublished} +{ "%Type = Unpublished" write$ + output.bibitem + format.authors "author" output.check + author format.key output + format.date "year" output.check + date.block + format.title "title" output.check + new.block + print.url output + print.doi output + print.eprint output + print.pubmed output + format.note "note" output.check + fin.entry +} + +FUNCTION {default.type} { misc } +READ +FUNCTION {sortify} +{ purify$ + "l" change.case$ +} +INTEGERS { len } +FUNCTION {chop.word} +{ 's := + 'len := + s #1 len substring$ = + { s len #1 + global.max$ substring$ } + 's + if$ +} +FUNCTION {format.lab.names} +{ 's := + "" 't := + s #1 "{vv~}{ll}" format.name$ + s num.names$ duplicate$ + #2 > + { pop$ + " " * bbl.etal * + } + { #2 < + 'skip$ + { s #2 "{ff }{vv }{ll}{ jj}" format.name$ "others" = + { + " " * bbl.etal * + } + { bbl.and space.word * s #2 "{vv~}{ll}" format.name$ + * } + if$ + } + if$ + } + if$ +} + +FUNCTION {author.key.label} +{ author empty$ + { key empty$ + { cite$ #1 #3 substring$ } + 'key + if$ + } + { author format.lab.names } + if$ +} + +FUNCTION {author.editor.key.label} +{ author empty$ + { editor empty$ + { key empty$ + { cite$ #1 #3 substring$ } + 'key + if$ + } + { editor format.lab.names } + if$ + } + { author format.lab.names } + if$ +} + +FUNCTION {editor.key.label} +{ editor empty$ + { key empty$ + { cite$ #1 #3 substring$ } + 'key + if$ + } + { editor format.lab.names } + if$ +} + +FUNCTION {calc.short.authors} +{ type$ "book" = + type$ "inbook" = + or + 'author.editor.key.label + { type$ "proceedings" = + 'editor.key.label + 'author.key.label + if$ + } + if$ + 'short.list := +} + +FUNCTION {calc.label} +{ calc.short.authors + short.list + "(" + * + year duplicate$ empty$ + short.list key field.or.null = or + { pop$ "" } + 'skip$ + if$ + * + 'label := +} + +FUNCTION {sort.format.names} +{ 's := + #1 'nameptr := + "" + s num.names$ 'numnames := + numnames 'namesleft := + { namesleft #0 > } + { s nameptr + "{ll{ }}{ f{ }}{ jj{ }}" + format.name$ 't := + nameptr #1 > + { + nameptr #9 + #90 + + #1 + = + numnames #9 + #90 + + > and + { "others" 't := + #1 'namesleft := } + 'skip$ + if$ + " " * + namesleft #1 = t "others" = and + { "zzzzz" * } + { t sortify * } + if$ + } + { t sortify * } + if$ + nameptr #1 + 'nameptr := + namesleft #1 - 'namesleft := + } + while$ +} + +FUNCTION {sort.format.title} +{ 't := + "A " #2 + "An " #3 + "The " #4 t chop.word + chop.word + chop.word + sortify + #1 global.max$ substring$ +} +FUNCTION {author.sort} +{ author empty$ + { key empty$ + { "to sort, need author or key in " cite$ * warning$ + "" + } + { key sortify } + if$ + } + { author sort.format.names } + if$ +} +FUNCTION {author.editor.sort} +{ author empty$ + { editor empty$ + { key empty$ + { "to sort, need author, editor, or key in " cite$ * warning$ + "" + } + { key sortify } + if$ + } + { editor sort.format.names } + if$ + } + { author sort.format.names } + if$ +} +FUNCTION {editor.sort} +{ editor empty$ + { key empty$ + { "to sort, need editor or key in " cite$ * warning$ + "" + } + { key sortify } + if$ + } + { editor sort.format.names } + if$ +} +FUNCTION {presort} +{ calc.label + label sortify + " " + * + type$ "book" = + type$ "inbook" = + or + 'author.editor.sort + { type$ "proceedings" = + 'editor.sort + 'author.sort + if$ + } + if$ + #1 entry.max$ substring$ + 'sort.label := + sort.label + * + " " + * + title field.or.null + sort.format.title + * + #1 entry.max$ substring$ + 'sort.key$ := +} + +ITERATE {presort} +SORT +STRINGS { last.label next.extra } +INTEGERS { last.extra.num number.label } +FUNCTION {initialize.extra.label.stuff} +{ #0 int.to.chr$ 'last.label := + "" 'next.extra := + #0 'last.extra.num := + #0 'number.label := +} +FUNCTION {forward.pass} +{ last.label label = + { last.extra.num #1 + 'last.extra.num := + last.extra.num int.to.chr$ 'extra.label := + } + { "a" chr.to.int$ 'last.extra.num := + "" 'extra.label := + label 'last.label := + } + if$ + number.label #1 + 'number.label := +} +FUNCTION {reverse.pass} +{ next.extra "b" = + { "a" 'extra.label := } + 'skip$ + if$ + extra.label 'next.extra := + extra.label + duplicate$ empty$ + 'skip$ + { "{\natexlab{" swap$ * "}}" * } + if$ + 'extra.label := + label extra.label * 'label := +} +EXECUTE {initialize.extra.label.stuff} +ITERATE {forward.pass} +REVERSE {reverse.pass} +FUNCTION {bib.sort.order} +{ sort.label + " " + * + year field.or.null sortify + * + " " + * + title field.or.null + sort.format.title + * + #1 entry.max$ substring$ + 'sort.key$ := +} +ITERATE {bib.sort.order} +SORT +FUNCTION {begin.bib} +{ preamble$ empty$ + 'skip$ + { preamble$ write$ newline$ } + if$ + "\begin{thebibliography}{" number.label int.to.str$ * "}" * + write$ newline$ + "\expandafter\ifx\csname natexlab\endcsname\relax\def\natexlab#1{#1}\fi" + write$ newline$ + "\providecommand{\url}[1]{\texttt{#1}}" + write$ newline$ + "\providecommand{\href}[2]{#2}" + write$ newline$ + "\providecommand{\path}[1]{#1}" + write$ newline$ + "\providecommand{\DOIprefix}{doi:}" + write$ newline$ + "\providecommand{\ArXivprefix}{arXiv:}" + write$ newline$ + "\providecommand{\URLprefix}{URL: }" + write$ newline$ + "\providecommand{\Pubmedprefix}{pmid:}" + write$ newline$ + "\providecommand{\doi}[1]{\href{http://dx.doi.org/#1}{\path{#1}}}" + write$ newline$ + "\providecommand{\Pubmed}[1]{\href{pmid:#1}{\path{#1}}}" + write$ newline$ + "\providecommand{\bibinfo}[2]{#2}" + write$ newline$ + "\ifx\xfnm\relax \def\xfnm[#1]{\unskip,\space#1}\fi" + write$ newline$ +} +EXECUTE {begin.bib} +EXECUTE {init.state.consts} +EXECUTE {init.web.variables} +ITERATE {call.type$} +FUNCTION {end.bib} +{ newline$ + "\end{thebibliography}" write$ newline$ +} +EXECUTE {end.bib} +%% End of customized bst file +%% +%% End of file `model5-names.bst'. +%% +%% Change log: +%% ----------- +%% 22.04.2011 +%% +%% 10.08.2012 +%% a. doi, url, eprint, pmid added +%% b. Bibtype `webpage' defined +%% +%% 30.08.2012 +%% a. collaboration added. +%% + diff --git a/model6-num-names.bst b/model6-num-names.bst new file mode 100644 index 0000000..2fed96d --- /dev/null +++ b/model6-num-names.bst @@ -0,0 +1,1684 @@ +%% +%% This is file `model6-num-names.bst' (Version 2.0), +%% +%% Copyright 2009-2012 Elsevier Ltd +%% +%% This file is part of the 'Elsarticle Bundle'. +%% --------------------------------------------- +%% +%% It may be distributed under the conditions of the LaTeX Project Public +%% License, either version 1.2 of this license or (at your option) any +%% later version. The latest version of this license is in +%% http://www.latex-project.org/lppl.txt +%% and version 1.2 or later is part of all distributions of LaTeX +%% version 1999/12/01 or later. +%% +%% $Id: model6-num-names.bst 215 2012-10-22 07:34:58Z rishi $ +%% +%% $URL: http://lenova.river-valley.com/svn/elsbst/trunk/New-Model-6/model6-num-names.bst $ +%% +%% + +ENTRY + { address + archive + author + booktitle + chapter + collaboration + edition + editor + eid + howpublished + institution + isbn + journal + key + month + note + number + numpages + organization + pages + publisher + school + series + title + type + volume + year + url + doi + eprint + pubmed + } + {} + { label extra.label sort.label short.list } + +INTEGERS { output.state before.all mid.sentence after.sentence after.block } + +STRINGS { urlprefix doiprefix eprintprefix pubmedprefix } + +FUNCTION {init.web.variables} +{ + "\URLprefix " 'urlprefix := + "\DOIprefix" 'doiprefix := + "\ArXivprefix " 'eprintprefix := + "\Pubmedprefix " 'pubmedprefix := +} + +FUNCTION {init.state.consts} +{ #0 'before.all := + #1 'mid.sentence := + #2 'after.sentence := + #3 'after.block := +} +STRINGS { s t} +FUNCTION {output.nonnull} +{ 's := + output.state mid.sentence = + { "; " * write$ } + { output.state after.block = + { add.period$ write$ + newline$ + "\newblock " write$ + } + { output.state before.all = + 'write$ + { add.period$ " " * write$ } + if$ + } + if$ + mid.sentence 'output.state := + } + if$ + s +} +FUNCTION {output} +{ duplicate$ empty$ + 'pop$ + 'output.nonnull + if$ +} +FUNCTION {output.check} +{ 't := + duplicate$ empty$ + { pop$ "empty " t * " in " * cite$ * warning$ } + 'output.nonnull + if$ +} +FUNCTION {fin.entry} +{ add.period$ + write$ + newline$ +} + +FUNCTION {new.block} +{ output.state before.all = + 'skip$ + { after.block 'output.state := } + if$ +} +FUNCTION {new.sentence} +{ output.state after.block = + 'skip$ + { output.state before.all = + 'skip$ + { after.sentence 'output.state := } + if$ + } + if$ +} +FUNCTION {add.blank} +{ " " * before.all 'output.state := +} + +FUNCTION {no.blank.or.punct} +{ "" * before.all 'output.state := +} + +FUNCTION {date.block} +{ + ";" * + no.blank.or.punct +} + +FUNCTION {book.date.block} +{ ":\unskip" * + no.blank.or.punct +} + +FUNCTION {not} +{ { #0 } + { #1 } + if$ +} +FUNCTION {and} +{ 'skip$ + { pop$ #0 } + if$ +} +FUNCTION {or} +{ { pop$ #1 } + 'skip$ + if$ +} +STRINGS {z} +FUNCTION {remove.dots} +{ 'z := + "" + { z empty$ not } + { z #1 #1 substring$ + z #2 global.max$ substring$ 'z := + duplicate$ "." = 'pop$ + { * } + if$ + } + while$ +} +FUNCTION {new.block.checkb} +{ empty$ + swap$ empty$ + and + 'skip$ + 'new.block + if$ +} +FUNCTION {field.or.null} +{ duplicate$ empty$ + { pop$ "" } + 'skip$ + if$ +} +FUNCTION {emphasize} +{ duplicate$ empty$ + { pop$ "" } + { "\emph{" swap$ * "}" * } + if$ +} +FUNCTION {tie.or.space.prefix} +{ duplicate$ text.length$ #3 < + { "~" } + { " " } + if$ + swap$ +} + +FUNCTION {capitalize} +{ "u" change.case$ "t" change.case$ } + +FUNCTION {space.word} +{ " " swap$ * " " * } + % Here are the language-specific definitions for explicit words. + % Each function has a name bbl.xxx where xxx is the English word. + % The language selected here is ENGLISH +FUNCTION {bbl.and} +{ "and"} + +FUNCTION {bbl.etal} +{ "et~al." } + +FUNCTION {bbl.editors} +{ "eds." } + +FUNCTION {bbl.editor} +{ "ed." } + +FUNCTION {bbl.edby} +{ "edited by" } + +FUNCTION {bbl.edition} +{ "ed." } + +FUNCTION {bbl.volume} +{ "vol." } + +FUNCTION {bbl.of} +{ "of" } + +FUNCTION {bbl.number} +{ "no." } + +FUNCTION {bbl.nr} +{ "no." } + +FUNCTION {bbl.in} +{ "in" } + +FUNCTION {bbl.pages} +{ "" } + +FUNCTION {bbl.page} +{ "" } + +FUNCTION {bbl.eidpp} +{ "pages" } + +FUNCTION {bbl.chapter} +{ "chap." } + +FUNCTION {bbl.techrep} +{ "Tech. Rep." } + +FUNCTION {bbl.mthesis} +{ "Master's thesis" } + +FUNCTION {bbl.phdthesis} +{ "Ph.D. thesis" } + +FUNCTION {close.brace} +{ "}{}" } + +MACRO {jan} {"Jan."} + +MACRO {feb} {"Feb."} + +MACRO {mar} {"Mar."} + +MACRO {apr} {"Apr."} + +MACRO {may} {"May"} + +MACRO {jun} {"Jun."} + +MACRO {jul} {"Jul."} + +MACRO {aug} {"Aug."} + +MACRO {sep} {"Sep."} + +MACRO {oct} {"Oct."} + +MACRO {nov} {"Nov."} + +MACRO {dec} {"Dec."} + +MACRO {acmcs} {"ACM Comput. Surv."} + +MACRO {acta} {"Acta Inf."} + +MACRO {cacm} {"Commun. ACM"} + +MACRO {ibmjrd} {"IBM J. Res. Dev."} + +MACRO {ibmsj} {"IBM Syst.~J."} + +MACRO {ieeese} {"IEEE Trans. Software Eng."} + +MACRO {ieeetc} {"IEEE Trans. Comput."} + +MACRO {ieeetcad} + {"IEEE Trans. Comput. Aid. Des."} + +MACRO {ipl} {"Inf. Process. Lett."} + +MACRO {jacm} {"J.~ACM"} + +MACRO {jcss} {"J.~Comput. Syst. Sci."} + +MACRO {scp} {"Sci. Comput. Program."} + +MACRO {sicomp} {"SIAM J. Comput."} + +MACRO {tocs} {"ACM Trans. Comput. Syst."} + +MACRO {tods} {"ACM Trans. Database Syst."} + +MACRO {tog} {"ACM Trans. Graphic."} + +MACRO {toms} {"ACM Trans. Math. Software"} + +MACRO {toois} {"ACM Trans. Office Inf. Syst."} + +MACRO {toplas} {"ACM Trans. Progr. Lang. Syst."} + +MACRO {tcs} {"Theor. Comput. Sci."} + +FUNCTION {bibinfo.check} +{ swap$ + duplicate$ missing$ + { + pop$ pop$ + "" + } + { duplicate$ empty$ + { + swap$ pop$ + } + { swap$ + "\bibinfo{" swap$ * "}{" * swap$ * "}" * + } + if$ + } + if$ +} +FUNCTION {bibinfo.warn} +{ swap$ + duplicate$ missing$ + { + swap$ "missing " swap$ * " in " * cite$ * warning$ pop$ + "" + } + { duplicate$ empty$ + { + swap$ "empty " swap$ * " in " * cite$ * warning$ + } + { swap$ + pop$ + } + if$ + } + if$ +} + +INTEGERS { nameptr namesleft numnames } + + +STRINGS { bibinfo} + +% FUNCTION {format.names} +% { 'bibinfo := +% duplicate$ empty$ 'skip$ { +% 's := +% "" 't := +% #1 'nameptr := +% s num.names$ 'numnames := +% numnames 'namesleft := +% { namesleft #0 > } +% { s nameptr +% "{vv~}{ll}{ jj}{ f{}}" +% format.name$ +% remove.dots +% bibinfo bibinfo.check +% 't := +% nameptr #1 > +% { +% namesleft #1 > +% { ", " * t * } +% { +% s nameptr "{ll}" format.name$ duplicate$ "others" = +% { 't := } +% { pop$ } +% if$ +% "," * +% t "others" = +% { +% " " * bbl.etal * +% } +% { " " * t * } +% if$ +% } +% if$ +% } +% 't +% if$ +% nameptr #1 + 'nameptr := +% namesleft #1 - 'namesleft := +% } +% while$ +% } if$ +% } + +FUNCTION {format.names} +{ 'bibinfo := + duplicate$ empty$ 'skip$ { + 's := + "" 't := + #1 'nameptr := + s num.names$ 'numnames := + numnames 'namesleft := + { namesleft #0 > } + { s nameptr + "{vv~}{ll}{ jj}\xfnm[{ f{.}.}]" + format.name$ +% remove.dots + bibinfo bibinfo.check + 't := + nameptr #1 > + { + namesleft #1 > + { ", " * t * } + { + "," * + s nameptr "{ll}" format.name$ duplicate$ "others" = + { 't := } + { pop$ } + if$ + t "others" = + { + " " * bbl.etal * + } + { " " * t * } + if$ + } + if$ + } + 't + if$ + nameptr #1 + 'nameptr := + namesleft #1 - 'namesleft := + } + while$ + } if$ +} + + +FUNCTION {format.names.ed} +{ + format.names +} +FUNCTION {format.key} +{ empty$ + { key field.or.null } + { "" } + if$ +} + +FUNCTION {format.authors} +{ author "author" format.names + duplicate$ empty$ 'skip$ + { collaboration "collaboration" bibinfo.check + duplicate$ empty$ 'skip$ + { " (" swap$ * ")" * } + if$ + * + } + if$ +} +FUNCTION {get.bbl.editor} +{ editor num.names$ #1 > 'bbl.editors 'bbl.editor if$ } + +FUNCTION {format.editors} +{ editor "editor" format.names duplicate$ empty$ 'skip$ + { + "," * + " " * + get.bbl.editor + * + } + if$ +} +FUNCTION {format.isbn} +{ isbn "isbn" bibinfo.check + duplicate$ empty$ 'skip$ + { + new.block + "ISBN " swap$ * + } + if$ +} + +FUNCTION {format.note} +{ + note empty$ + { "" } + { note #1 #1 substring$ + duplicate$ "{" = + 'skip$ + { output.state mid.sentence = + { "l" } + { "u" } + if$ + change.case$ + } + if$ + note #2 global.max$ substring$ * "note" bibinfo.check + } + if$ +} + +FUNCTION {format.title} +{ title + duplicate$ empty$ 'skip$ + { "t" change.case$ } + if$ + "title" bibinfo.check +} +FUNCTION {format.full.names} +{'s := + "" 't := + #1 'nameptr := + s num.names$ 'numnames := + numnames 'namesleft := + { namesleft #0 > } + { s nameptr + "{vv~}{ll}" format.name$ + 't := + nameptr #1 > + { + namesleft #1 > + { ", " * t * } + { + s nameptr "{ll}" format.name$ duplicate$ "others" = + { 't := } + { pop$ } + if$ + t "others" = + { + " " * bbl.etal * + } + { + bbl.and + space.word * t * + } + if$ + } + if$ + } + 't + if$ + nameptr #1 + 'nameptr := + namesleft #1 - 'namesleft := + } + while$ +} + +FUNCTION {author.editor.key.full} +{ author empty$ + { editor empty$ + { key empty$ + { cite$ #1 #3 substring$ } + 'key + if$ + } + { editor format.full.names } + if$ + } + { author format.full.names } + if$ +} + +FUNCTION {author.key.full} +{ author empty$ + { key empty$ + { cite$ #1 #3 substring$ } + 'key + if$ + } + { author format.full.names } + if$ +} + +FUNCTION {editor.key.full} +{ editor empty$ + { key empty$ + { cite$ #1 #3 substring$ } + 'key + if$ + } + { editor format.full.names } + if$ +} + +FUNCTION {make.full.names} +{ type$ "book" = + type$ "inbook" = + or + 'author.editor.key.full + { type$ "proceedings" = + 'editor.key.full + 'author.key.full + if$ + } + if$ +} + +FUNCTION {output.bibitem} +{ newline$ + "\bibitem[{" write$ + label write$ + ")" make.full.names duplicate$ short.list = + { pop$ } + { * } + if$ + "}]{" * write$ + cite$ write$ + "}" write$ + newline$ + "" + before.all 'output.state := +} + +FUNCTION {n.dashify} +{ + 't := + "" + { t empty$ not } + { t #1 #1 substring$ "-" = + { t #1 #2 substring$ "--" = not + { "--" * + t #2 global.max$ substring$ 't := + } + { { t #1 #1 substring$ "-" = } + { "-" * + t #2 global.max$ substring$ 't := + } + while$ + } + if$ + } + { t #1 #1 substring$ * + t #2 global.max$ substring$ 't := + } + if$ + } + while$ +} + +FUNCTION {word.in} +{ bbl.in capitalize + ":" * + " " * } + +FUNCTION {format.date} +{ year "year" bibinfo.check duplicate$ empty$ + { + "empty year in " cite$ * "; set to ????" * warning$ + pop$ "????" + } + 'skip$ + if$ + extra.label * +} +FUNCTION {format.btitle} +{ title "title" bibinfo.check + duplicate$ empty$ 'skip$ + { + } + if$ +} +FUNCTION {either.or.check} +{ empty$ + 'pop$ + { "can't use both " swap$ * " fields in " * cite$ * warning$ } + if$ +} +FUNCTION {format.bvolume} +{ volume empty$ + { "" } + { bbl.volume volume tie.or.space.prefix + "volume" bibinfo.check * * + series "series" bibinfo.check + duplicate$ empty$ 'pop$ + { swap$ bbl.of space.word * swap$ + emphasize * } + if$ + "volume and number" number either.or.check + } + if$ +} +FUNCTION {format.number.series} +{ volume empty$ + { number empty$ + { series field.or.null } + { series empty$ + { number "number" bibinfo.check } + { output.state mid.sentence = + { bbl.number } + { bbl.number capitalize } + if$ + number tie.or.space.prefix "number" bibinfo.check * * + bbl.in space.word * + series "series" bibinfo.check * + } + if$ + } + if$ + } + { "" } + if$ +} + +FUNCTION {format.edition} +{ edition duplicate$ empty$ 'skip$ + { + output.state mid.sentence = + { "l" } + { "t" } + if$ change.case$ + "edition" bibinfo.check + " " * bbl.edition * + } + if$ +} +INTEGERS { multiresult } +FUNCTION {multi.page.check} +{ 't := + #0 'multiresult := + { multiresult not + t empty$ not + and + } + { t #1 #1 substring$ + duplicate$ "-" = + swap$ duplicate$ "," = + swap$ "+" = + or or + { #1 'multiresult := } + { t #2 global.max$ substring$ 't := } + if$ + } + while$ + multiresult +} +FUNCTION {format.pages} +{ pages duplicate$ empty$ 'skip$ + { duplicate$ multi.page.check + { + bbl.pages swap$ + n.dashify + } + { + bbl.page swap$ + } + if$ + tie.or.space.prefix + "pages" bibinfo.check + * * + } + if$ +} +FUNCTION {format.journal.pages} +{ pages duplicate$ empty$ 'pop$ + { swap$ duplicate$ empty$ + { pop$ pop$ format.pages } + { + ":" * + swap$ + n.dashify + "pages" bibinfo.check + * + } + if$ + } + if$ +} +FUNCTION {format.journal.eid} +{ eid "eid" bibinfo.check + duplicate$ empty$ 'pop$ + { swap$ duplicate$ empty$ 'skip$ + { + ":" * + } + if$ + swap$ * + numpages empty$ 'skip$ + { bbl.eidpp numpages tie.or.space.prefix + "numpages" bibinfo.check * * + " (" swap$ * ")" * * + } + if$ + } + if$ +} +FUNCTION {format.vol.num.pages} +{ volume field.or.null + duplicate$ empty$ 'skip$ + { + "volume" bibinfo.check + } + if$ + number "number" bibinfo.check duplicate$ empty$ 'skip$ + { + swap$ duplicate$ empty$ + { "there's a number but no volume in " cite$ * warning$ } + 'skip$ + if$ + swap$ + "(" swap$ * ")" * + } + if$ * +} + +FUNCTION {format.chapter.pages} +{ chapter empty$ + { "" } + { type empty$ + { bbl.chapter } + { type "l" change.case$ + "type" bibinfo.check + } + if$ + chapter tie.or.space.prefix + "chapter" bibinfo.check + * * + } + if$ +} + +FUNCTION {format.booktitle} +{ + booktitle "booktitle" bibinfo.check + emphasize +} +FUNCTION {format.in.ed.booktitle} +{ format.booktitle duplicate$ empty$ 'skip$ + { + editor "editor" format.names.ed duplicate$ empty$ 'pop$ + { + "," * + " " * + get.bbl.editor + " " * + * swap$ + * } + if$ + word.in swap$ * + } + if$ +} +FUNCTION {format.thesis.type} +{ type duplicate$ empty$ + 'pop$ + { swap$ pop$ + "t" change.case$ "type" bibinfo.check + } + if$ +} +FUNCTION {format.tr.number} +{ number "number" bibinfo.check + type duplicate$ empty$ + { pop$ bbl.techrep } + 'skip$ + if$ + "type" bibinfo.check + swap$ duplicate$ empty$ + { pop$ "t" change.case$ } + { tie.or.space.prefix * * } + if$ +} +FUNCTION {format.article.crossref} +{ + word.in + " \cite{" * crossref * "}" * +} +FUNCTION {format.book.crossref} +{ volume duplicate$ empty$ + { "empty volume in " cite$ * "'s crossref of " * crossref * warning$ + pop$ word.in + } + { bbl.volume + capitalize + swap$ tie.or.space.prefix "volume" bibinfo.check * * bbl.of space.word * + } + if$ + " \cite{" * crossref * "}" * +} +FUNCTION {format.incoll.inproc.crossref} +{ + word.in + " \cite{" * crossref * "}" * +} +FUNCTION {format.org.or.pub} +{ 't := + "" + address empty$ t empty$ and + 'skip$ + { + address "address" bibinfo.check * + t empty$ + 'skip$ + { address empty$ + 'skip$ + { ": " * } + if$ + t * + } + if$ + } + if$ +} +FUNCTION {format.publisher.address} +{ publisher "publisher" bibinfo.check format.org.or.pub +} + +FUNCTION {format.organization.address} +{ organization "organization" bibinfo.check format.org.or.pub +} + +FUNCTION {print.url} + {url duplicate$ empty$ + { pop$ "" } + { new.sentence + urlprefix "\url{" * swap$ * "}" * + } + if$ + } + +FUNCTION {print.doi} + {doi duplicate$ empty$ + { pop$ "" } + { new.sentence + doiprefix "\doi{" * swap$ * "}" * + } + if$ + } + +FUNCTION {print.eprint} + {eprint duplicate$ empty$ + { pop$ "" } + { new.sentence + duplicate$ "\href{http://arxiv.org/abs/" swap$ * "}{\tt arXiv:" * swap$ * "}" * + } + if$ + } + +FUNCTION {print.pubmed} + {pubmed duplicate$ empty$ + { pop$ "" } + { new.sentence + pubmedprefix "\Pubmed{" * swap$ * "}" * + } + if$ + } + +FUNCTION {webpage} +{ "%Type = Webpage" write$ + output.bibitem + format.authors "author" output.check + author format.key output + author empty$ + { + format.title "title" output.check + new.block + format.date "year" output.check + date.block + } + { + format.date "year" output.check + date.block + format.title "title" output.check + new.block +} + if$ + print.url output + fin.entry +} + +FUNCTION {article} +{ "%Type = Article" write$ + output.bibitem + format.authors "author" output.check + author format.key output + new.block + format.title "title" output.check + new.block + crossref missing$ + { + journal + remove.dots + "journal" bibinfo.check + emphasize + "journal" output.check + add.blank + format.date "year" output.check + date.block + format.vol.num.pages output + } + { format.article.crossref output.nonnull + } + if$ + eid empty$ + { format.journal.pages } + { format.journal.eid } + if$ + new.block + print.url output + print.doi output + print.eprint output + print.pubmed output + format.note output + fin.entry +} + +FUNCTION {book} +{ "%Type = Book" write$ + output.bibitem + author empty$ + { format.editors "author and editor" output.check + editor format.key output + } + { format.authors output.nonnull + crossref missing$ + { "author and editor" editor either.or.check } + 'skip$ + if$ + } + if$ + new.block + format.btitle "title" output.check + crossref missing$ + { format.bvolume output + new.block + new.sentence + format.number.series output + format.edition output + format.publisher.address output + } + { + new.block + format.book.crossref output.nonnull + } + if$ + format.date "year" output.check + format.isbn output + new.block + print.url output + print.doi output + print.eprint output + print.pubmed output + format.note output + fin.entry +} + +FUNCTION {booklet} +{ "%Type = Booklet" write$ + output.bibitem + format.authors output + author format.key output + new.block + format.title "title" output.check + new.block + howpublished "howpublished" bibinfo.check output + address "address" bibinfo.check output + format.date "year" output.check + format.isbn output + new.block + print.url output + print.doi output + print.eprint output + print.pubmed output + format.note output + fin.entry +} + +FUNCTION {inbook} +{ "%Type = Inbook" write$ + output.bibitem + author empty$ + { format.editors "author and editor" output.check + editor format.key output + } + { format.authors output.nonnull + crossref missing$ + { "author and editor" editor either.or.check } + 'skip$ + if$ + } + if$ + new.block + format.btitle "title" output.check + crossref missing$ + { + format.bvolume output + format.chapter.pages "chapter and pages" output.check + new.block + new.sentence + format.number.series output + format.publisher.address output + } + { + format.chapter.pages "chapter and pages" output.check + new.block + format.book.crossref output.nonnull + } + if$ + format.edition output + crossref missing$ + { format.isbn output } + 'skip$ + if$ + format.date "year" output.check + book.date.block + format.pages "pages" output.check + new.block + print.url output + print.doi output + print.eprint output + print.pubmed output + format.note output + fin.entry +} + +FUNCTION {incollection} +{ "%Type = Incollection" write$ + output.bibitem + format.authors "author" output.check + author format.key output + new.block + format.title "title" output.check + new.block + crossref missing$ + { format.in.ed.booktitle "booktitle" output.check + format.bvolume output + format.chapter.pages output + new.sentence + format.number.series output + format.publisher.address output + format.edition output + format.isbn output + } + { format.incoll.inproc.crossref output.nonnull + format.chapter.pages output + } + if$ + format.date "year" output.check + book.date.block + format.pages "pages" output.check + new.block + print.url output + print.doi output + print.eprint output + print.pubmed output + format.note output + fin.entry +} + +FUNCTION {inproceedings} +{ "%Type = Inproceedings" write$ + output.bibitem + format.authors "author" output.check + author format.key output + new.block + format.title "title" output.check + new.block + crossref missing$ + { format.in.ed.booktitle "booktitle" output.check + format.bvolume output + new.sentence + format.number.series output + publisher empty$ + { format.organization.address output } + { organization "organization" bibinfo.check output + format.publisher.address output + } + if$ + format.isbn output + } + { format.incoll.inproc.crossref output.nonnull + } + if$ + format.date "year" output.check + book.date.block + format.pages "pages" output.check + new.block + print.url output + print.doi output + print.eprint output + print.pubmed output + format.note output + fin.entry +} + +FUNCTION {conference} { inproceedings } + +FUNCTION {manual} +{ "%Type = Manual" write$ + output.bibitem + format.authors output + author format.key output + new.block + format.btitle "title" output.check + organization address new.block.checkb + organization "organization" bibinfo.check output + address "address" bibinfo.check output + format.edition output + format.date "year" output.check + new.block + print.url output + print.doi output + print.eprint output + print.pubmed output + format.note output + fin.entry +} + +FUNCTION {mastersthesis} +{ "%Type = Mastersthesis" write$ + output.bibitem + format.authors "author" output.check + author format.key output + new.block + format.title + "title" output.check + new.block + bbl.mthesis format.thesis.type output.nonnull + school "school" bibinfo.warn output + address "address" bibinfo.check output + format.date "year" output.check + new.block + print.url output + print.doi output + print.eprint output + print.pubmed output + format.note output + fin.entry +} + +FUNCTION {misc} +{ "%Type = Misc" write$ + output.bibitem + format.authors output + author format.key output + new.block + format.title output + new.block + howpublished "howpublished" bibinfo.check output + format.date "year" output.check + new.block + print.url output + print.doi output + print.eprint output + print.pubmed output + format.note output + fin.entry +} + +FUNCTION {phdthesis} +{ "%Type = Phdthesis" write$ + output.bibitem + format.authors "author" output.check + author format.key output + new.block + format.title + "title" output.check + new.block + bbl.phdthesis format.thesis.type output.nonnull + school "school" bibinfo.warn output + address "address" bibinfo.check output + format.date "year" output.check + new.block + print.url output + print.doi output + print.eprint output + print.pubmed output + format.note output + fin.entry +} + +FUNCTION {proceedings} +{ "%Type = Proceedings" write$ + output.bibitem + format.editors output + editor format.key output + new.block + format.btitle "title" output.check + format.bvolume output + new.sentence + format.number.series output + publisher empty$ + { format.organization.address output } + { organization "organization" bibinfo.check output + format.publisher.address output + } + if$ + format.date "year" output.check + format.isbn output + new.block + print.url output + print.doi output + print.eprint output + print.pubmed output + format.note output + fin.entry +} + +FUNCTION {techreport} +{ "%Type = Techreport" write$ + output.bibitem + format.authors "author" output.check + author format.key output + new.block + format.title + "title" output.check + new.block + format.tr.number output.nonnull + institution "institution" bibinfo.warn output + address "address" bibinfo.check output + format.date "year" output.check + new.block + print.url output + print.doi output + print.eprint output + print.pubmed output + format.note output + fin.entry +} + +FUNCTION {unpublished} +{ "%Type = Unpublished" write$ + output.bibitem + format.authors "author" output.check + author format.key output + new.block + format.title "title" output.check + format.date "year" output.check + new.block + print.url output + print.doi output + print.eprint output + print.pubmed output + format.note "note" output.check + fin.entry +} + +FUNCTION {default.type} { misc } +READ +FUNCTION {sortify} +{ purify$ + "l" change.case$ +} +INTEGERS { len } +FUNCTION {chop.word} +{ 's := + 'len := + s #1 len substring$ = + { s len #1 + global.max$ substring$ } + 's + if$ +} +FUNCTION {format.lab.names} +{ 's := + "" 't := + s #1 "{vv~}{ll}" format.name$ + s num.names$ duplicate$ + #2 > + { pop$ + " " * bbl.etal * + } + { #2 < + 'skip$ + { s #2 "{ff }{vv }{ll}{ jj}" format.name$ "others" = + { + " " * bbl.etal * + } + { bbl.and space.word * s #2 "{vv~}{ll}" format.name$ + * } + if$ + } + if$ + } + if$ +} + +FUNCTION {author.key.label} +{ author empty$ + { key empty$ + { cite$ #1 #3 substring$ } + 'key + if$ + } + { author format.lab.names } + if$ +} + +FUNCTION {author.editor.key.label} +{ author empty$ + { editor empty$ + { key empty$ + { cite$ #1 #3 substring$ } + 'key + if$ + } + { editor format.lab.names } + if$ + } + { author format.lab.names } + if$ +} + +FUNCTION {editor.key.label} +{ editor empty$ + { key empty$ + { cite$ #1 #3 substring$ } + 'key + if$ + } + { editor format.lab.names } + if$ +} + +FUNCTION {calc.short.authors} +{ type$ "book" = + type$ "inbook" = + or + 'author.editor.key.label + { type$ "proceedings" = + 'editor.key.label + 'author.key.label + if$ + } + if$ + 'short.list := +} + +FUNCTION {calc.label} +{ calc.short.authors + short.list + "(" + * + year duplicate$ empty$ + { pop$ "????" } + { purify$ #-1 #4 substring$ } + if$ + * + 'label := +} + +FUNCTION {sort.format.names} +{ 's := + #1 'nameptr := + "" + s num.names$ 'numnames := + numnames 'namesleft := + { namesleft #0 > } + { s nameptr + "{vv{ } }{ll{ }}{ f{ }}{ jj{ }}" +% "{vv~}{ll~}{\rd[f.f.]}{jj~}" + format.name$ 't := + nameptr #1 > + { + " " * + namesleft #1 = t "others" = and + { "zzzzz" * } + { t sortify * } + if$ + } + { t sortify * } + if$ + nameptr #1 + 'nameptr := + namesleft #1 - 'namesleft := + } + while$ +} + +FUNCTION {sort.format.title} +{ 't := + "A " #2 + "An " #3 + "The " #4 t chop.word + chop.word + chop.word + sortify + #1 global.max$ substring$ +} +FUNCTION {author.sort} +{ author empty$ + { key empty$ + { "to sort, need author or key in " cite$ * warning$ + "" + } + { key sortify } + if$ + } + { author sort.format.names } + if$ +} +FUNCTION {author.editor.sort} +{ author empty$ + { editor empty$ + { key empty$ + { "to sort, need author, editor, or key in " cite$ * warning$ + "" + } + { key sortify } + if$ + } + { editor sort.format.names } + if$ + } + { author sort.format.names } + if$ +} +FUNCTION {editor.sort} +{ editor empty$ + { key empty$ + { "to sort, need editor or key in " cite$ * warning$ + "" + } + { key sortify } + if$ + } + { editor sort.format.names } + if$ +} +INTEGERS { seq.num } +FUNCTION {init.seq} +{ #0 'seq.num :=} +EXECUTE {init.seq} +FUNCTION {int.to.fix} +{ "000000000" swap$ int.to.str$ * + #-1 #10 substring$ +} +FUNCTION {presort} +{ calc.label + label sortify + " " + * + seq.num #1 + 'seq.num := + seq.num int.to.fix + 'sort.label := + sort.label + * + " " + * + title field.or.null + sort.format.title + * + #1 entry.max$ substring$ + 'sort.key$ := +} + +ITERATE {presort} +SORT +STRINGS { last.label next.extra } +INTEGERS { last.extra.num number.label } +FUNCTION {initialize.extra.label.stuff} +{ #0 int.to.chr$ 'last.label := + "" 'next.extra := + #0 'last.extra.num := + #0 'number.label := +} +FUNCTION {forward.pass} +{ last.label label = + { last.extra.num #1 + 'last.extra.num := + last.extra.num int.to.chr$ 'extra.label := + } + { "a" chr.to.int$ 'last.extra.num := + "" 'extra.label := + label 'last.label := + } + if$ + number.label #1 + 'number.label := +} +FUNCTION {reverse.pass} +{ next.extra "b" = + { "a" 'extra.label := } + 'skip$ + if$ + extra.label 'next.extra := + extra.label + duplicate$ empty$ + 'skip$ + { "{\natexlab{" swap$ * "}}" * } + if$ + 'extra.label := + label extra.label * 'label := +} +EXECUTE {initialize.extra.label.stuff} +ITERATE {forward.pass} +REVERSE {reverse.pass} +FUNCTION {bib.sort.order} +{ sort.label + " " + * + year field.or.null sortify + * + " " + * + title field.or.null + sort.format.title + * + #1 entry.max$ substring$ + 'sort.key$ := +} +ITERATE {bib.sort.order} +SORT +FUNCTION {begin.bib} +{ preamble$ empty$ + 'skip$ + { preamble$ write$ newline$ } + if$ + "\begin{thebibliography}{" number.label int.to.str$ * "}" * + write$ newline$ + "\providecommand{\natexlab}[1]{#1}" + write$ newline$ + "\providecommand{\url}[1]{\texttt{#1}}" + write$ newline$ + "\providecommand{\href}[2]{#2}" + write$ newline$ + "\providecommand{\path}[1]{#1}" + write$ newline$ + "\providecommand{\DOIprefix}{doi:}" + write$ newline$ + "\providecommand{\ArXivprefix}{arXiv:}" + write$ newline$ + "\providecommand{\URLprefix}{URL: }" + write$ newline$ + "\providecommand{\Pubmedprefix}{pmid:}" + write$ newline$ + "\providecommand{\doi}[1]{\href{http://dx.doi.org/#1}{\path{#1}}}" + write$ newline$ + "\providecommand{\Pubmed}[1]{\href{pmid:#1}{\path{#1}}}" + write$ newline$ + "\providecommand{\BIBand}{and}" + write$ newline$ + "\providecommand{\bibinfo}[2]{#2}" + write$ newline$ + "\ifx\xfnm\undefined \def\xfnm[#1]{\unskip,\space#1}\fi" + write$ newline$ + "\makeatletter\def\@biblabel#1{#1.}\makeatother" + write$ newline$ +} +EXECUTE {begin.bib} +EXECUTE {init.state.consts} +EXECUTE {init.web.variables} +ITERATE {call.type$} +FUNCTION {end.bib} +{ newline$ + "\end{thebibliography}" write$ newline$ +} +EXECUTE {end.bib} +%% End of customized bst file +%% +%% +%% Change log: +%% ----------- +%% 22.04.2011 +%% +%% 10.08.2012 +%% a. doi, url, eprint, pmid added +%% b. Bibtype `webpage' defined +%% +%% End of file `model6-num-names.bst'. + diff --git a/mybibfile.bib b/mybibfile.bib new file mode 100644 index 0000000..b87ff2b --- /dev/null +++ b/mybibfile.bib @@ -0,0 +1,408 @@ +@article{Dirac1953888, + title = "The lorentz transformation and absolute time", + journal = "Physica ", + volume = "19", + number = "1-–12", + pages = "888--896", + year = "1953", + doi = "10.1016/S0031-8914(53)80099-6", + author = "P.A.M. Dirac" +} + +@article{Feynman1963118, + title = "The theory of a general quantum system interacting with a linear dissipative system", + journal = "Annals of Physics ", + volume = "24", + pages = "118--173", + year = "1963", + doi = "10.1016/0003-4916(63)90068-X", + author = "R.P Feynman AND F.L {Vernon Jr.}" +} + +@Article{Aberth73, + title = "Iteration Methods for Finding all Zeros of a Polynomial Simultaneously", + journal = "Mathematics of Computation", + volume = "27", + number = "122", + pages = "339--344", + year = "1973", + doi = "10.1016/0003-4916(63)90068-X", + author = "O. Aberth", + +}x + + +@Article{Ilie50, + title = "On the approximations of Newton", + journal = "Annual Sofia Univ", + volume = "", + number = "46", + pages = "167--171", + year = "1950", + doi = "10.1016/0003-4916(63)90068-X", + author = "L. Ilieff", + +}x +@Article{Docev62, + title = "An alternative method of Newton for simultaneous calculation of all the roots of a given algebraic equation", + journal = "Phys. Math. J", + volume = "", + number = "5", + pages = "136-139", + year = "1962", + author = "K. Docev", +}x + +@Article{Durand60, + title = "Solution Numerique des Equations Algebriques, Vol. 1, Equations du Type F(x)=0, Racines d'une Polynome", + journal = "", + volume = "Vol.1", + number = "", + pages = "", + year = "1960", + author = "E. Durand", +}x + +@Article{Kerner66, + title = "Ein Gesamtschritteverfahren zur Berechnung der Nullstellen von Polynomen", + journal = " ", + volume = "", + number = "8", + pages = "290-294", + year = "1966", + author = "I. Kerner", +}x + +@Article{Borch-Supan63, + title = "A posteriori error for the zeros of polynomials", + journal = " ", + volume = "", + number = "5", + pages = "380-398", + year = "1963", + author = "W. Borch-Supan", +}x + +@Article{Ehrlich67, + title = "A modified Newton method for polynomials", + journal = " Comm. Ass. Comput. Mach.", + volume = "", + number = "10", + pages = "107-108", + year = "1967", + author = "L.W. Ehrlich", +}x + +@Article{Loizon83, + title = "Higher-order iteration functions for simultaneously approximating polynomial zeros", + journal = " Intern. J. Computer Math", + volume = "", + number = "14", + pages = "45-58", + year = "1983", + author = "G. Loizon", +}x + +@Article{Freeman89, + title = " Calculating polynomial zeros on a local memory parallel computer", + journal = " Parallel Computing", + volume = "", + number = "12", + pages = "351-358", + year = "1989", + author = "T.L. Freeman", +}x + +@Article{Freemanall90, + title = " Asynchronous polynomial zero-finding algorithms", + journal = " Parallel Computing", + volume = "", + number = "17", + pages = "673-681", + year = "1990", + author = "T.L. Freeman AND R.K. Brankin", +}x + +@Article{Raphaelall01, + title = " Extraction de racines dans des polynômes creux de degrées élevés.RSRCP (Réseaux et Systèmes Répartis, Calculateurs Parallèles)", + journal = " Algorithmes itératifs paralléles et distribués", + volume = "1", + number = "13", + pages = "67-81", + year = "1990", + author = "R. Couturier AND F. Spetiri", +}x + +@Article{Ostrowski41, + title = " On a Theorem by J.L. Walsh Concerning the Moduli of Roots of Algebraic Equations,Bull. A.M.S.", + journal = " Algorithmes itératifs paralléles et distribués", + volume = "1", + number = "47", + pages = "742-746", + year = "1941", + author = "A. Ostrowski", +}x + + +@Manual{CUDA10, +title = {Compute Unified Device Architecture Programming Guide Version 3.0}, +OPTkey = {NVIDIA CUDA}, +OPTauthor = {•}, +OPTorganization = {NVIDIA CUDA}, +OPTaddress = {•}, +OPTedition = {•}, +OPTmonth = {March}, +OPTyear = {2010}, +OPTnote = {http://www.nvidia.com/object/cuda_develop.html}, +OPTannote = {•} +} + +@Article{Kahinall14, + title = " parallel implementation of the Durand-Kerner algorithm for polynomial root-finding on GPU", + journal = " IEEE. Conf. on advanced Networking, Distributed Systems and Applications", + volume = "", + number = "", + pages = "53-57", + year = "2014", + author = "K. Ghidouche AND R. Couturie AND A. Sider", +}x + +@Article{Karimall98, + + title = " Perfectionnements de la méthode asynchrone de Durand-Kerner pour les polynômes complexes", + journal = " Calculateurs Parallèles", + volume = "10", + number = "4", + pages = "449-458", + year = "1998", + author = "K. Rhofir AND F. Spies AND Jean-Claude Miellou", +}x + +@Article{Bini96, + + title = " Numerical computation of polynomial zeros by means of Aberth s method", + journal = " Numerical Algorithms", + volume = "13", + number = "4", + pages = "179-200", + year = "1996", + author = "D. Bini", +}x + +@Article{Mirankar68, + title = " Parallel methods for approximating the roots of a function", + journal = " IBM Res Dev", + volume = "30", + number = "", + pages = "297-301", + year = "1968", + author = "WL. Mirankar", +}x + +@Article{Mirankar71, + title = " A survey of parallelism in numerical analysis", + journal = " SIAM Rev", + volume = "", + number = "", + pages = "524-547", + year = "1971", + author = "WL. Mirankar", +}x + +@Article{Schedler72, + title = " Parallel iteration methods in complexity of computer communications", + journal = " Commun ACM ", + volume = "", + number = "", + pages = "286-290", + year = "1967", + author = "GS. Schedler", +}x + +@Article{Winogard72, + title = " Parallel iteration methods in complexity of computer communications", + journal = " Plenum, New York", + volume = "", + number = "", + pages = "", + year = "1972", + author = "S. Winogard", +}x + +@Article{Benall68, + title = " A fast parallel algorithm for determining all roots of a polynomial with real roots", + journal = " Int: Proc of ACM", + volume = "", + number = "", + pages = "340-349", + year = "1968", + author = "M. Ben-Or AND E. Feig AND D. Kozzen AND P. Tiwary", +}x + +@Article{Riceall06, + title = " A highly parallel algorithm for root extraction", + journal = " IEEE Trans Comp", + volume = "38", + number = "3", + pages = "443-449", + year = "2006", + author = "TA. Rice AND LH. Jamieson", +}x + +@Article{Cosnard90, + title = " Finding the roots of a polynomial on an MIMD multicomputer", + journal = " Parallel Comput", + volume = "15", + number = "3", + pages = "75-85", + year = "1990", + author = "M. Cosnard AND P. Fraigniaud", +}x + +@Article{Janall99, + title = " Efficient parallel algorithms for finding polynomial zeroes", + journal = "Proc of the 6th int conference on advance computing, CDAC, Pune University Campus,India", + volume = "15", + number = "3", + pages = "189-196", + year = "1999", + author = "PK. Jana AND BP. Sinha AND R. Datta Gupta", +}x + +@Article{Jana06, + title = " Polynomial interpolation and polynomial root finding on OTIS-Mesh", + journal = " Parallel Comput", + volume = "32", + number = "3", + pages = "301-312", + year = "2006", + author = "PK. Jana", +}x +@Article{Kalantari08, + title = " Polynomial root finding and polynomiography.", + journal = " World Scientifict,New Jersey", + volume = "", + number = "", + pages = "", + year = "", + author = "B. Kalantari", +}x + +@Article{Gemignani07, + title = " Structured matrix methods for polynomial root finding.", + journal = " n: Proc of the 2007 Intl symposium on symbolic and algebraic computation", + volume = "", + number = "", + pages = "175-180", + year = "2007", + author = "L. Gemignani", +}x + + + +@Article{Skachek08, + title = " Structured matrix methods for polynomial root finding.", + journal = " n: Proc of the 2007 Intl symposium on symbolic and algebraic computation", + volume = "", + number = "", + pages = "175-180", + year = "2008", + author = "V. Skachek", +}x + +@BOOK{Skachek008, + AUTHOR = {V. Skachek}, + editor = {}, + TITLE = {Probabilistic algorithm for finding roots of linearized polynomials}, + PUBLISHER = {codes and cryptography. Kluwer}, + YEAR = {2008}, + volume = {}, + number = {}, + series = {}, + address = {}, + edition = {Design}, + month = {}, + note = {}, + abstract = {}, + isbn = {}, + price = {}, + keywords = {}, + source = {}, +}x + +@Article{Zhancall08, + title = " A constrained learning algorithm for finding multiple real roots of polynomial", + journal = " In: Proc of the 2008 intl symposium on computational intelligence and design", + volume = "", + number = "", + pages = "38-41", + year = "2008", + author = "X. Zhanc AND M. Wan,Z.Yi", +}x + + +@Article{Zhuall08, + title = " an adaptive algorithm finding multiple roots of polynomials", + journal = " Lect Notes Comput Sci ", + volume = "", + number = "5262", + pages = "674-681", + year = "2008", + author = "W. Zhu AND w. Zeng AND D. Lin", +}x +@Article{Azad07, + title = " The performance of synchronous parallel polynomial root extraction on a ring multicomputer", + journal = " Clust Comput ", + volume = "2", + number = "10", + pages = "167-174", + year = "2007", + author = "HS. Azad", +}x + + + + +@Article{Bini04, + title = " Inverse power and Durand Kerner iterations for univariate polynomial root finding", + journal = " Comput Math Appl ", + volume = "", + number = "47", + pages = "447-459", + year = "2004", + author = "DA. Bini AND L. Gemignani", +}x + +@Article{Jana99, + title = " Finding polynomial zeroes on a Multi-mesh of trees (MMT)", + journal = " In: Proc of the 2nd int conference on information technology", + volume = "", + number = "", + pages = "202-206", + year = "1999", + author = "PK. Jana", +}x + +@Article{Weierstrass03, + title = " Neuer Beweis des Satzes, dass jede ganze rationale function einer veranderlichen dagestellt werden kann als ein product aus linearen functionen derselben veranderlichen", + journal = " Ges. Werke", + volume = "3", + number = "", + pages = "251-269", + year = "1903", + author = "K. Weierstrass", +}x + + + +@BOOK{NVIDIA10, + AUTHOR = {NVIDIA}, + editor = {Design Guide}, + TITLE = {NVIDIA CUDA C Programming Guide}, + PUBLISHER = {PG}, + YEAR = {2015}, + volume = {7}, + number = {02829}, + series = {001}, + month = {march}, +}x diff --git a/numcompress.sty b/numcompress.sty new file mode 100644 index 0000000..b187eff --- /dev/null +++ b/numcompress.sty @@ -0,0 +1,189 @@ +%% +%% This is file 'numcompress'. +%% +%% Copyright (C) 2009-2012 River Valley Technologies +%% +%% +%% This package may be distributed under the terms of the LaTeX Project +%% Public License, as described in lppl.txt in the base LaTeX distribution. +%% Either version 1.0 or, at your option, any later version. +%% +%% $Id: numcompress.sty 187 2012-08-18 09:36:35Z rishi $ +%% $URL: http://lenova.river-valley.com/svn/elsbst/trunk/numcompress.sty $ +%% +\NeedsTeXFormat{LaTeX2e} +\def\Fileversion$#1: #2 ${\gdef\fileversion{#2}} +\def\Filedate$#1: #2-#3-#4 #5 #6 #7 ${\gdef\filedate{#2/#3/#4}} +\Fileversion$Rev: 187 $ +\Filedate$LastChangedDate: 2012-08-18 15:06:35 +0530 (Sat, 18 Aug 2012) $ +\ProvidesPackage{numcompress} + [\filedate\space\fileversion\space numcompress (CVR)] +\PackageWarningNoLine{numcompress} + {****************************************\MessageBreak + Package numcompress v,\fileversion\space loaded\MessageBreak + [Compress numbers (CVR)]\MessageBreak + ****************************************} +\newif\ifdots \dotsfalse +\newif\ifnumcompress \numcompresstrue + +\DeclareOption{dots}{\global\dotstrue} +\DeclareOption{nodots}{\global\dotsfalse} +\DeclareOption{compress}{\global\numcompresstrue} +\DeclareOption{nocompress}{\global\numcompressfalse} + +\ProcessOptions + +\def\removeDot#1{\def\tmp{#1}% + \ifx\tmp\@empty\else\@removeDot#1\@nil\fi} + +\def\@removeDot#1\@nil{\edef\fchar{\expandafter\@car#1\@nil}% + \edef\rchar{\expandafter\@cdr#1!\@nil}% + \def\@xmltempa{.}\def\@xmltempb{!}% + \ifx\fchar\@xmltempb\relax\else% + \ifx\fchar\@xmltempa\relax\else% + \fchar\ignorespaces\fi\removeDot{\rchar}\fi} + +\def\First[#1]{\csname First#1\endcsname} +\def\Second[#1]{\csname Second#1\endcsname} + +\def\parseFirstPage#1{\@tempcnta=0 + \@tfor\@digits:=#1\do{% + {\global\advance\@tempcnta by 1 + \expandafter\xdef\csname + First\the\@tempcnta\endcsname{\@digits}% + \xdef\flength{\the\@tempcnta}}}} + +\def\parseSecondPage#1{\@tempcnta=0 + \@tfor\@digits:=#1\do{% + {\global\advance\@tempcnta by 1 + \expandafter\xdef\csname + Second\the\@tempcnta\endcsname{\@digits}% + \xdef\llength{\the\@tempcnta}}}} + +\newif\ifdissimilar\dissimilarfalse +\def\checkequal#1#2{\edef\Farg{#1}\edef\Sarg{#2}% + \edef\One{A}% + \ifcat\One\Farg \relax\else% + \ifdissimilar\Sarg\else% + \ifnum\Farg=\Sarg\relax\else\Sarg\dissimilartrue\fi\fi\fi} +% +\let\@@fpage\@empty +\let\@@lpage\@empty +\def\fpage@compress#1{% + \gdef\@@fpage{#1}% + \edef\llength{0}% + \parseFirstPage{#1}% + \ifnum\flength=\llength% + \gdef\@fpage{\@@fpage}% + \gdef\@lpage{% + \@ifundefined{Second1}{}{\checkequal{\First[1]}{\Second[1]}}% + \@ifundefined{Second2}{}{\checkequal{\First[2]}{\Second[2]}}% + \@ifundefined{Second3}{}{\checkequal{\First[3]}{\Second[3]}}% + \@ifundefined{Second4}{}{\checkequal{\First[4]}{\Second[4]}}% + \@ifundefined{Second5}{}{\checkequal{\First[5]}{\Second[5]}}% + }% + \else% + \gdef\@fpage{\@@fpage}% + \gdef\@lpage{\@@lpage}% + \fi} + +\def\lpage@compress#1{% + \gdef\@@lpage{#1}% + \parseSecondPage{#1}% + \ifnum\flength=\llength% + \gdef\@fpage{\@@fpage}% + \gdef\@lpage{% + \edef\One{A}% + \edef\xFirst{\First[1]}% + \edef\xSecond{\Second[1]}% + \ifcat\One\xSecond\relax% + \ifx\xFirst\xSecond% + \@ifundefined{Second1}{}{\checkequal{\First[1]}{\Second[1]}}% + \@ifundefined{Second2}{}{\checkequal{\First[2]}{\Second[2]}}% + \@ifundefined{Second3}{}{\checkequal{\First[3]}{\Second[3]}}% + \@ifundefined{Second4}{}{\checkequal{\First[4]}{\Second[4]}}% + \@ifundefined{Second5}{}{\checkequal{\First[5]}{\Second[5]}}% + \else#1\fi% + \else% + \ifx\xFirst\xSecond% + \@ifundefined{Second1}{}{\checkequal{\First[1]}{\Second[1]}}% + \@ifundefined{Second2}{}{\checkequal{\First[2]}{\Second[2]}}% + \@ifundefined{Second3}{}{\checkequal{\First[3]}{\Second[3]}}% + \@ifundefined{Second4}{}{\checkequal{\First[4]}{\Second[4]}}% + \@ifundefined{Second5}{}{\checkequal{\First[5]}{\Second[5]}}% + \else#1\fi% + \fi% + }% + \else + \gdef\@fpage{\@@fpage}% + \gdef\@lpage{% + \edef\Targ{#1}% + \edef\One{A}% + \edef\xFirst{\First[1]}% + \edef\xSecond{\Second[1]}% + \ifx\xFirst\xSecond + \ifcat\One\xSecond\relax\else\@@lpage\fi% + \else#1\fi% + }% + \fi} + +%\newwrite\xx +%\immediate\openout\xx=tmpbib.tex +\gdef\@@lpage@compress#1--#2\@nil{\lpage@compress{#1}} +\gdef\@@@pages#1#2{\def\next{#2}% +% \immediate\write\xx{[\the\c@NAT@ctr.]\space [#1][#2]}% + \fpage@compress{#1}%\ifx\next\@empty\relax\else + \@@lpage@compress#2\@nil%\fi + {\@fpage\ifx\next\@empty\relax\else + --\@lpage\fi}\resetall} + +\gdef\@@@page#1{#1\resetall} + +\def\mk@empty#1{\@tempcnta=1 + \loop\ifnum\@tempcnta<6 + \expandafter\let\csname#1\the\@tempcnta\endcsname\relax + \advance\@tempcnta by 1 \repeat} +\def\resetall{\let\@lpage\@empty\let\@fpage\@empty + \def\flength{0}\def\llength{0}% + \let\@@fpage\@empty\let\@@lpage\@empty + \mk@empty{First}\mk@empty{Second}} + + +\ifdots + \gdef\xfnm[#1]{\unskip\space#1} + \def\bibinfo#1#2{\@ifnextchar.{\@@bibinfo{#1}{#2}}{\@@@bibinfo{#1}{#2}}} + \def\@@@bibinfo#1#2{\def\next{#1}% + \def\@@@pg{pages}\def\@@@au{author}% + \ifx\next\@@@pg\bibpages{#2}\else + \ifx\next\@@@au\bibauthor{#2}\else + #2\fi\fi} + \def\@@bibinfo#1#2.{\def\next{#1}% + \def\@@@pg{pages}\def\@@@au{author}% + \ifx\next\@@@pg\bibpages{#2}.\else + \ifx\next\@@@au\bibauthor{#2}\else + #2.\fi\fi} +\else + \gdef\xfnm[#1]{\unskip\space\removeDot{#1}} + \def\bibinfo#1#2{\def\next{#1}% + \def\@@@pg{pages}\def\@@@au{author}% + \ifx\next\@@@pg\bibpages{#2}\else + \ifx\next\@@@au\bibauthor{#2}\else + #2\fi\fi} +\fi + +\ifnumcompress + \def\bibpages#1{\@@bibpages#1--\\\@nil} + \def\@@bibpages#1--#2\@nil{% + \ifx\\#2\relax\@@@page{#1}\else + \@@@pages{#1}{#2}\fi} + \else + \def\bibpages#1{#1} +\fi + +\def\bibauthor#1{#1} + +\endinput + +%% +%% End of package 'numcompress.sty' +%% -- 2.39.5