%%% -*-BibTeX-*-
%%% ====================================================================
%%%  BibTeX-file{
%%%     author          = "Nelson H. F. Beebe",
%%%     version         = "1.02",
%%%     date            = "03 December 2002",
%%%     time            = "16:24:49 MDT",
%%%     filename        = "lncs2001b.bib",
%%%     address         = "Center for Scientific Computing
%%%                        University of Utah
%%%                        Department of Mathematics, 110 LCB
%%%                        155 S 1400 E RM 233
%%%                        Salt Lake City, UT 84112-0090
%%%                        USA",
%%%     telephone       = "+1 801 581 5254",
%%%     FAX             = "+1 801 581 4148",
%%%     URL             = "http://www.math.utah.edu/~beebe",
%%%     checksum        = "14642 43965 148187 1876953",
%%%     email           = "beebe at math.utah.edu, beebe at acm.org,
%%%                        beebe at computer.org, beebe at ieee.org
%%%                        (Internet)",
%%%     codetable       = "ISO/ASCII",
%%%     keywords        = "BibTeX, bibliography, Lecture Notes in
%%%                        Computer Science",
%%%     supported       = "yes",
%%%     docstring       = "This is a bibliography of papers published in
%%%                        Lecture Notes in Computer Science (Springer
%%%                        Verlag) for 2001 for volumes 2053--2114.
%%%
%%%                        The companion bibliographies lncs2001a.bib,
%%%                        lncs2001c.bib, and lncs2001d.bib cover other
%%%                        volumes for the same year.
%%%
%%%                        Bibliography entries below treat the series
%%%                        as a journal, rather than as conference
%%%                        proceedings.
%%%
%%%                        The companion bibliography lncs.bib lists
%%%                        just the individual volumes in the series,
%%%                        and the lncs19xy*.bib files list individual
%%%                        papers for year 19xy.  The large number of
%%%                        papers in this collection, and limitations
%%%                        in TeX and BibTeX, and in WWW HTTP transfer
%%%                        speeds, necessitate the splitting of the
%%%                        papers bibliographies into yearly files.
%%%
%%%                        At version 1.02, the year coverage looked
%%%                        like this:
%%%
%%%                             2001 (2571)
%%%
%%%                             Article:       2571
%%%
%%%                             Total entries: 2571
%%%
%%%                        This bibliography has been constructed
%%%                        primarily from the publisher Web site.
%%%                        Regrettably, final page numbers are not
%%%                        available at that source.
%%%
%%%                        Numerous errors in the sources noted above
%%%                        have been corrected.  Spelling has been
%%%                        verified with the UNIX spell and GNU ispell
%%%                        programs using the exception dictionary
%%%                        stored in the companion file with extension
%%%                        .sok.
%%%
%%%                        BibTeX citation tags are uniformly chosen as
%%%                        name:year:abbrev, where name is the family
%%%                        name of the first author or editor, year is a
%%%                        4-digit number, and abbrev is a 3-letter
%%%                        condensation of important title words.
%%%                        Citation labels were automatically generated
%%%                        by software developed for the BibNet Project.
%%%
%%%                        In this bibliography, entries are sorted in
%%%                        publication order, with the help of ``bibsort
%%%                        -byvolume''.  The bibsort utility is available
%%%                        from ftp.math.utah.edu in /pub/tex/bib.
%%%
%%%                        The checksum field above contains a CRC-16
%%%                        checksum as the first value, followed by the
%%%                        equivalent of the standard UNIX wc (word
%%%                        count) utility output of lines, words, and
%%%                        characters.  This is produced by Robert
%%%                        Solovay's checksum utility.",
%%%  }
%%% ====================================================================

@Preamble{
    "\ifx \undefined \bbb \def \bbb #1{\mathbb{#1}} \fi" #
    "\ifx \undefined \circled \def \circled #1{(#1)}\fi" #
    "\ifx \k \undefined \let \k = \c \fi" #
    "\ifx \undefined \mathbb \def \mathbb #1{{\bf #1}}\fi" #
    "\ifx \undefined \mathbf \def \mathbf #1{{\bf #1}}\fi" #
    "\ifx \undefined \mathcal \def \mathcal #1{{\cal #1}}\fi" #
    "\ifx \undefined \mathrm \def \mathrm #1{{\rm #1}}\fi" #
    "\ifx \undefined \ocirc  \def \ocirc #1{{\accent'27#1}}\fi" #
    "\ifx \undefined \reg \def \reg {\circled{R}}\fi" #
    "\ifx \undefined \TM \def \TM {${}^{\sc TM}$} \fi" #
    "\hyphenation{
        }"
}

%%----------------------------------------------------------------------
%% Acknowledgement abbreviations:

@String{ack-nhfb = "Nelson H. F. Beebe,
                    Center for Scientific Computing,
                    University of Utah,
                    Department of Mathematics, 110 LCB,
                    155 S 1400 E RM 233,
                    Salt Lake City, UT 84112-0090, USA,
                    Tel: +1 801 581 5254,
                    FAX: +1 801 581 4148,
                    e-mail: \path|beebe@math.utah.edu|,
                            \path|beebe@acm.org|,
                            \path|beebe@computer.org|,
                            \path|beebe@ieee.org| (Internet),
                    URL: \path|http://www.math.utah.edu/~beebe/|"}

%%----------------------------------------------------------------------
%% Journal abbreviations:

@String{j-LECT-NOTES-COMP-SCI   = "Lecture Notes in Computer Science"}

%%----------------------------------------------------------------------
%% Publisher abbreviations:

@String{pub-SV                  = "Springer-Verlag Inc."}

@String{pub-SV:adr              = "New York, NY, USA"}

%%----------------------------------------------------------------------
%% Series abbreviations:

@String{ser-LNAI                = "Lecture Notes in Artificial Intelligence"}

@String{ser-LNCS                = "Lecture Notes in Computer Science"}

%%----------------------------------------------------------------------
%% Bibliography entries:

@Article{Jones:2001:PAI,
  author =       "Neil D. Jones",
  title =        "Program Analysis for Implicit Computational
                 Complexity",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2053",
  pages =        "1--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:09 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2053.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/bibs/2053/20530001.htm;
                 http://link.springer-ny.com/link/service/series/0558/papers/2053/20530001.pdf",
  acknowledgement = ack-nhfb,
}

@Article{Chin:2001:DPC,
  author =       "Wei-Ngan Chin and Siau-Cheng Khoo and Dana N. Xu",
  title =        "Deriving Pre-conditions for Array Bound Check
                 Elimination",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2053",
  pages =        "2--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:09 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2053.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/bibs/2053/20530002.htm;
                 http://link.springer-ny.com/link/service/series/0558/papers/2053/20530002.pdf",
  acknowledgement = ack-nhfb,
}

@Article{Fischbach:2001:TSU,
  author =       "Adam Fischbach and John Hannan",
  title =        "Type Systems for Useless-Variable Elimination",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2053",
  pages =        "25--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:09 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2053.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/bibs/2053/20530025.htm;
                 http://link.springer-ny.com/link/service/series/0558/papers/2053/20530025.pdf",
  acknowledgement = ack-nhfb,
}

@Article{Glynn:2001:BCB,
  author =       "Kevin Glynn and Peter J. Stuckey and Martin Sulzmann
                 and Harald S{\o}ndergaard",
  title =        "{Boolean} Constraints for Binding-Time Analysis",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2053",
  pages =        "39--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:09 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2053.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/bibs/2053/20530039.htm;
                 http://link.springer-ny.com/link/service/series/0558/papers/2053/20530039.pdf",
  acknowledgement = ack-nhfb,
}

@Article{Gustavsson:2001:CA,
  author =       "J{\"o}rgen Gustavsson and Josef Svenningsson",
  title =        "Constraint Abstractions",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2053",
  pages =        "63--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:09 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2053.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/bibs/2053/20530063.htm;
                 http://link.springer-ny.com/link/service/series/0558/papers/2053/20530063.pdf",
  acknowledgement = ack-nhfb,
}

@Article{Lawall:2001:ICU,
  author =       "Julia L. Lawall",
  title =        "Implementing Circularity Using Partial Evaluation",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2053",
  pages =        "84--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:09 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2053.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/bibs/2053/20530084.htm;
                 http://link.springer-ny.com/link/service/series/0558/papers/2053/20530084.pdf",
  acknowledgement = ack-nhfb,
}

@Article{Masse:2001:CFB,
  author =       "Damien Mass{\'e}",
  title =        "Combining Forward and Backward Analyses of Temporal
                 Properties",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2053",
  pages =        "103--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:09 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2053.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/bibs/2053/20530103.htm;
                 http://link.springer-ny.com/link/service/series/0558/papers/2053/20530103.pdf",
  acknowledgement = ack-nhfb,
}

@Article{Mastroeni:2001:NPA,
  author =       "Isabella Mastroeni",
  title =        "Numerical Power Analysis",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2053",
  pages =        "117--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:09 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2053.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/bibs/2053/20530117.htm;
                 http://link.springer-ny.com/link/service/series/0558/papers/2053/20530117.pdf",
  acknowledgement = ack-nhfb,
}

@Article{Masuhara:2001:RTB,
  author =       "Hidehiko Masuhara and Akinori Yonezawa",
  title =        "Run-Time Bytecode Specialization",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2053",
  pages =        "138--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:09 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2053.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/bibs/2053/20530138.htm;
                 http://link.springer-ny.com/link/service/series/0558/papers/2053/20530138.pdf",
  acknowledgement = ack-nhfb,
}

@Article{Mine:2001:NNA,
  author =       "Antoine Min{\'e}",
  title =        "A New Numerical Abstract Domain Based on
                 Difference-Bound Matrices",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2053",
  pages =        "155--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:09 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2053.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/bibs/2053/20530155.htm;
                 http://link.springer-ny.com/link/service/series/0558/papers/2053/20530155.pdf",
  acknowledgement = ack-nhfb,
}

@Article{Schultz:2001:PEC,
  author =       "Ulrik P. Schultz",
  title =        "Partial Evaluation for Class-Based Object-Oriented
                 Languages",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2053",
  pages =        "173--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:09 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2053.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/bibs/2053/20530173.htm;
                 http://link.springer-ny.com/link/service/series/0558/papers/2053/20530173.pdf",
  acknowledgement = ack-nhfb,
}

@Article{Secher:2001:DJ,
  author =       "Jens Peter Secher",
  title =        "Driving in the Jungle",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2053",
  pages =        "198--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:09 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2053.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/bibs/2053/20530198.htm;
                 http://link.springer-ny.com/link/service/series/0558/papers/2053/20530198.pdf",
  acknowledgement = ack-nhfb,
}

@Article{Sittampalam:2001:HOP,
  author =       "Ganesh Sittampalam and Oege de Moor",
  title =        "Higher-Order Pattern Matching for Automatically
                 Applying Fusion Transformations",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2053",
  pages =        "218--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:09 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2053.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/bibs/2053/20530218.htm;
                 http://link.springer-ny.com/link/service/series/0558/papers/2053/20530218.pdf",
  acknowledgement = ack-nhfb,
}

@Article{Sullivan:2001:DPE,
  author =       "Gregory T. Sullivan",
  title =        "Dynamic Partial Evaluation",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2053",
  pages =        "238--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:09 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2053.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/bibs/2053/20530238.htm;
                 http://link.springer-ny.com/link/service/series/0558/papers/2053/20530238.pdf",
  acknowledgement = ack-nhfb,
}

@Article{Taha:2001:TEJ,
  author =       "Walid Taha and Henning Makholm and John Hughes",
  title =        "Tag Elimination and Jones-Optimality",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2053",
  pages =        "257--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:09 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2053.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/bibs/2053/20530257.htm;
                 http://link.springer-ny.com/link/service/series/0558/papers/2053/20530257.pdf",
  acknowledgement = ack-nhfb,
}

@Article{Ganzinger:2001:BDD,
  author =       "Harald Ganzinger",
  title =        "Bottom-Up Deduction with Deletion and Priorities",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2053",
  pages =        "276--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:09 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2053.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/bibs/2053/20530276.htm;
                 http://link.springer-ny.com/link/service/series/0558/papers/2053/20530276.pdf",
  acknowledgement = ack-nhfb,
}

@Article{Anonymous:2001:AIda,
  author =       "Anonymous",
  title =        "Author Index",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2053",
  pages =        "279--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:09 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2053.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/papers/2053/2053indx.pdf",
  acknowledgement = ack-nhfb,
}

@Article{Weiss:2001:ECM,
  author =       "Ron Weiss and Thomas F. {Knight, Jr.}",
  title =        "Engineered Communications for Microbial Robotics",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2054",
  pages =        "1--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:10 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2054.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/bibs/2054/20540001.htm;
                 http://link.springer-ny.com/link/service/series/0558/papers/2054/20540001.pdf",
  acknowledgement = ack-nhfb,
}

@Article{Komiya:2001:SST,
  author =       "Ken Komiya and Kensaku Sakamoto and Hidetaka Gouzu and
                 Shigeyuki Yokoyama and Masanori Arita and Akio
                 Nishikawa and Masami Hagiya",
  title =        "Successive State Transitions with {IO} Interface by
                 Molecules",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2054",
  pages =        "17--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:10 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2054.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/bibs/2054/20540017.htm;
                 http://link.springer-ny.com/link/service/series/0558/papers/2054/20540017.pdf",
  acknowledgement = ack-nhfb,
}

@Article{Braich:2001:SSP,
  author =       "Ravinderjit S. Braich and Cliff Johnson and Paul W. K.
                 Rothemund and Darryl Hwang and Nickolas Chelyapov and
                 Leonard M. Adleman",
  title =        "Solution of a Satisfiability Problem on a Gel-Based
                 {DNA} Computer",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2054",
  pages =        "27--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:10 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2054.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/bibs/2054/20540027.htm;
                 http://link.springer-ny.com/link/service/series/0558/papers/2054/20540027.pdf",
  acknowledgement = ack-nhfb,
}

@Article{Frisco:2001:DES,
  author =       "Pierluigi Frisco",
  title =        "Diophantine Equations and Splicing: {A} New
                 Demonstration of the Generative Capability of {$H$}
                 Systems",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2054",
  pages =        "43--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:10 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2054.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/bibs/2054/20540043.htm;
                 http://link.springer-ny.com/link/service/series/0558/papers/2054/20540043.pdf",
  acknowledgement = ack-nhfb,
}

@Article{Margenstern:2001:ATV,
  author =       "Maurice Margenstern and Yurii Rogozhin",
  title =        "About Time-Varying Distributed {$H$} Systems",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2054",
  pages =        "53--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:10 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2054.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/bibs/2054/20540053.htm;
                 http://link.springer-ny.com/link/service/series/0558/papers/2054/20540053.pdf",
  acknowledgement = ack-nhfb,
}

@Article{Winfree:2001:STM,
  author =       "Erik Winfree and Tony Eng and Grzegorz Rozenberg",
  title =        "String Tile Models for {DNA} Computing by
                 Self-Assembly",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2054",
  pages =        "63--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:10 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2054.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/bibs/2054/20540063.htm;
                 http://link.springer-ny.com/link/service/series/0558/papers/2054/20540063.pdf",
  acknowledgement = ack-nhfb,
}

@Article{Hagiya:2001:MCM,
  author =       "Masami Hagiya",
  title =        "From Molecular Computing to Molecular Programming",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2054",
  pages =        "89--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:10 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2054.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/bibs/2054/20540089.htm;
                 http://link.springer-ny.com/link/service/series/0558/papers/2054/20540089.pdf",
  acknowledgement = ack-nhfb,
}

@Article{McCaskill:2001:GRC,
  author =       "John S. McCaskill and Ulrich Niemann",
  title =        "Graph Replacement Chemistry for {DNA} Processing",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2054",
  pages =        "103--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:10 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2054.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/bibs/2054/20540103.htm;
                 http://link.springer-ny.com/link/service/series/0558/papers/2054/20540103.pdf",
  acknowledgement = ack-nhfb,
}

@Article{Bonizzoni:2001:DCS,
  author =       "Paola Bonizzoni and Clelia De Felice and Giancarlo
                 Mauri and Rosalba Zizza",
  title =        "{DNA} and Circular Splicing",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2054",
  pages =        "117--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:10 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2054.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/bibs/2054/20540117.htm;
                 http://link.springer-ny.com/link/service/series/0558/papers/2054/20540117.pdf",
  acknowledgement = ack-nhfb,
}

@Article{Freund:2001:MCG,
  author =       "Rudolf Freund and Franziska Freund",
  title =        "Molecular Computing with Generalized Homogeneous
                 {$P$}-Systems",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2054",
  pages =        "130--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:10 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2054.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/bibs/2054/20540130.htm;
                 http://link.springer-ny.com/link/service/series/0558/papers/2054/20540130.pdf",
  acknowledgement = ack-nhfb,
}

@Article{Reif:2001:CIB,
  author =       "John H. Reif and Thomas H. LaBean",
  title =        "Computationally Inspired Biotechnologies: Improved
                 {DNA} Synthesis and Associative Search Using
                 Error-Correcting Codes and Vector-Quantization",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2054",
  pages =        "145--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:10 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2054.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/bibs/2054/20540145.htm;
                 http://link.springer-ny.com/link/service/series/0558/papers/2054/20540145.pdf",
  acknowledgement = ack-nhfb,
}

@Article{Reif:2001:CAS,
  author =       "John H. Reif and Thomas H. LaBean and Nadrian C.
                 Seeman",
  title =        "Challenges and Applications for Self-Assembled {DNA}
                 Nanostructures",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2054",
  pages =        "173--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:10 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2054.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/bibs/2054/20540173.htm;
                 http://link.springer-ny.com/link/service/series/0558/papers/2054/20540173.pdf",
  acknowledgement = ack-nhfb,
}

@Article{Chen:2001:SER,
  author =       "Kevin Chen and Vijay Ramachandran",
  title =        "A Space-Efficient Randomized {DNA} Algorithm for
                 $k$-{SAT}",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2054",
  pages =        "199--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:10 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2054.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/bibs/2054/20540199.htm;
                 http://link.springer-ny.com/link/service/series/0558/papers/2054/20540199.pdf",
  acknowledgement = ack-nhfb,
}

@Article{Diaz:2001:DBR,
  author =       "Sergio D{\'\i}az and Juan Luis Esteban and Mitsunori
                 Ogihara",
  title =        "A {DNA}-Based Random Walk Method for Solving
                 $k$-{SAT}",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2054",
  pages =        "209--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:10 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2054.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/bibs/2054/20540209.htm;
                 http://link.springer-ny.com/link/service/series/0558/papers/2054/20540209.pdf",
  acknowledgement = ack-nhfb,
}

@Article{Sakakibara:2001:SCL,
  author =       "Yasubumi Sakakibara",
  title =        "Solving Computational Learning Problems of {Boolean}
                 Formulae on {DNA} Computers",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2054",
  pages =        "220--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:10 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2054.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/bibs/2054/20540220.htm;
                 http://link.springer-ny.com/link/service/series/0558/papers/2054/20540220.pdf",
  acknowledgement = ack-nhfb,
}

@Article{Rose:2001:FAL,
  author =       "John A. Rose and Russell J. Deaton",
  title =        "The Fidelity of Annealing-Ligation: {A} Theoretical
                 Analysis",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2054",
  pages =        "231--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:10 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2054.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/bibs/2054/20540231.htm;
                 http://link.springer-ny.com/link/service/series/0558/papers/2054/20540231.pdf",
  acknowledgement = ack-nhfb,
}

@Article{Goode:2001:DIR,
  author =       "Elizabeth Goode and David Harlan Wood and Junghuei
                 Chen",
  title =        "{DNA} Implementation of a Royal Road Fitness
                 Evaluation",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2054",
  pages =        "247--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:10 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2054.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/bibs/2054/20540247.htm;
                 http://link.springer-ny.com/link/service/series/0558/papers/2054/20540247.pdf",
  acknowledgement = ack-nhfb,
}

@Article{McCaskill:2001:SFM,
  author =       "John S. McCaskill and Robert Penchovsky and Marlies
                 Gohlke and J{\"o}rg Ackermann and Thomas R{\"u}cker",
  title =        "Steady Flow Micro-Reactor Module for Pipelined {DNA}
                 Computations",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2054",
  pages =        "263--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:10 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2054.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/bibs/2054/20540263.htm;
                 http://link.springer-ny.com/link/service/series/0558/papers/2054/20540263.pdf",
  acknowledgement = ack-nhfb,
}

@Article{Anonymous:2001:AIdb,
  author =       "Anonymous",
  title =        "Author Index",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2054",
  pages =        "271--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:10 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2054.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/papers/2054/2054auth.pdf",
  acknowledgement = ack-nhfb,
}

@Article{Baiocchi:2001:TSU,
  author =       "Claudio Baiocchi",
  title =        "Three Small Universal {Turing} Machines",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2055",
  pages =        "1--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:11 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2055.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/bibs/2055/20550001.htm;
                 http://link.springer-ny.com/link/service/series/0558/papers/2055/20550001.pdf",
  acknowledgement = ack-nhfb,
}

@Article{Ben-Hur:2001:CGN,
  author =       "Asa Ben-Hur and Hava T. Siegelmann",
  title =        "Computation in Gene Networks",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2055",
  pages =        "11--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:11 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2055.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/bibs/2055/20550011.htm;
                 http://link.springer-ny.com/link/service/series/0558/papers/2055/20550011.pdf",
  acknowledgement = ack-nhfb,
}

@Article{Gruska:2001:PPP,
  author =       "Jozef Gruska and Hiroshi Imai",
  title =        "Power, Puzzles and Properties of Entanglement",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2055",
  pages =        "25--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:11 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2055.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/bibs/2055/20550025.htm;
                 http://link.springer-ny.com/link/service/series/0558/papers/2055/20550025.pdf",
  acknowledgement = ack-nhfb,
}

@Article{Karhumaki:2001:CCP,
  author =       "Juhani Karhum{\"a}ki",
  title =        "Combinatorial and Computational Problems on Finite
                 Sets of Words",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2055",
  pages =        "69--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:11 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2055.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/bibs/2055/20550069.htm;
                 http://link.springer-ny.com/link/service/series/0558/papers/2055/20550069.pdf",
  acknowledgement = ack-nhfb,
}

@Article{Martin-Vide:2001:CMP,
  author =       "Carlos Mart{\'\i}n-Vide and Gheorghe P{\u{a}}un",
  title =        "Computing with Membranes ({P} Systems): Universality
                 Results",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2055",
  pages =        "82--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:11 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2055.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/bibs/2055/20550082.htm;
                 http://link.springer-ny.com/link/service/series/0558/papers/2055/20550082.pdf",
  acknowledgement = ack-nhfb,
}

@Article{Morita:2001:SUL,
  author =       "Kenichi Morita",
  title =        "A Simple Universal Logic Element and Cellular Automata
                 for Reversible Computing",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2055",
  pages =        "102--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:11 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2055.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/bibs/2055/20550102.htm;
                 http://link.springer-ny.com/link/service/series/0558/papers/2055/20550102.pdf",
  acknowledgement = ack-nhfb,
}

@Article{Senizergues:2001:SAD,
  author =       "G{\'e}raud S{\'e}nizergues",
  title =        "Some Applications of the Decidability of {DPDA}'s
                 Equivalence",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2055",
  pages =        "114--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:11 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2055.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/bibs/2055/20550114.htm;
                 http://link.springer-ny.com/link/service/series/0558/papers/2055/20550114.pdf",
  acknowledgement = ack-nhfb,
}

@Article{Zakharov:2001:EPC,
  author =       "Vladimir A. Zakharov",
  title =        "The Equivalence Problem for Computational Models:
                 Decidable and Undecidable Cases",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2055",
  pages =        "133--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:11 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2055.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/bibs/2055/20550133.htm;
                 http://link.springer-ny.com/link/service/series/0558/papers/2055/20550133.pdf",
  acknowledgement = ack-nhfb,
}

@Article{Zandron:2001:TNF,
  author =       "Claudio Zandron and Claudio Ferretti and Giancarlo
                 Mauri",
  title =        "Two Normal Forms for Rewriting {$P$} Systems",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2055",
  pages =        "153--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:11 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2055.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/bibs/2055/20550153.htm;
                 http://link.springer-ny.com/link/service/series/0558/papers/2055/20550153.pdf",
  acknowledgement = ack-nhfb,
}

@Article{Blondel:2001:CKT,
  author =       "Vincent D. Blondel and Julien Cassaigne and Codrin
                 Nichitiu",
  title =        "On a Conjecture of {Krka}. {A} {Turing} Machine with
                 No Periodic Configurations",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2055",
  pages =        "165--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:11 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2055.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/bibs/2055/20550165.htm;
                 http://link.springer-ny.com/link/service/series/0558/papers/2055/20550165.pdf",
  acknowledgement = ack-nhfb,
}

@Article{Caucal:2001:TGT,
  author =       "Didier Caucal",
  title =        "On the Transition Graphs of {Turing} Machines",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2055",
  pages =        "177--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:11 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2055.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/bibs/2055/20550177.htm;
                 http://link.springer-ny.com/link/service/series/0558/papers/2055/20550177.pdf",
  acknowledgement = ack-nhfb,
}

@Article{Ciobanu:2001:JN,
  author =       "Gabriel Ciobanu and Mihai Rotaru",
  title =        "{JC}-Nets",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2055",
  pages =        "190--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:11 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2055.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/bibs/2055/20550190.htm;
                 http://link.springer-ny.com/link/service/series/0558/papers/2055/20550190.pdf",
  acknowledgement = ack-nhfb,
}

@Article{Fernau:2001:NCP,
  author =       "Henning Fernau",
  title =        "Nonterminal Complexity of Programmed Grammars",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2055",
  pages =        "202--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:11 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2055.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/bibs/2055/20550202.htm;
                 http://link.springer-ny.com/link/service/series/0558/papers/2055/20550202.pdf",
  acknowledgement = ack-nhfb,
}

@Article{Freund:2001:NNT,
  author =       "Rudolf Freund and Gheorghe P{\u{a}}un",
  title =        "On the Number of Non-terminal Symbols in
                 Graph-Controlled, Programmed and Matrix Grammars",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2055",
  pages =        "214--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:11 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2055.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/bibs/2055/20550214.htm;
                 http://link.springer-ny.com/link/service/series/0558/papers/2055/20550214.pdf",
  acknowledgement = ack-nhfb,
}

@Article{Frisco:2001:DCU,
  author =       "Pierluigi Frisco",
  title =        "A Direct Construction of a Universal Extended {$H$}
                 System",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2055",
  pages =        "226--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:11 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2055.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/bibs/2055/20550226.htm;
                 http://link.springer-ny.com/link/service/series/0558/papers/2055/20550226.pdf",
  acknowledgement = ack-nhfb,
}

@Article{Iwamoto:2001:SCA,
  author =       "Chuzo Iwamoto and Katsuyuki Tateishi and Kenichi
                 Morita and Katsunobu Imai",
  title =        "Speeding-Up Cellular Automata by Alternations",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2055",
  pages =        "240--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:11 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2055.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/bibs/2055/20550240.htm;
                 http://link.springer-ny.com/link/service/series/0558/papers/2055/20550240.pdf",
  acknowledgement = ack-nhfb,
}

@Article{Kutrib:2001:EUP,
  author =       "Martin Kutrib",
  title =        "Efficient Universal Pushdown Cellular Automata and
                 Their Application to Complexity",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2055",
  pages =        "252--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:11 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2055.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/bibs/2055/20550252.htm;
                 http://link.springer-ny.com/link/service/series/0558/papers/2055/20550252.pdf",
  acknowledgement = ack-nhfb,
}

@Article{Torre:2001:FSS,
  author =       "Salvatore La Torre and Margherita Napoli and Mimmo
                 Parente",
  title =        "Firing Squad Synchronization Problem on Bidimensional
                 Cellular Automata with Communication Constraints",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2055",
  pages =        "264--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:11 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2055.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/bibs/2055/20550264.htm;
                 http://link.springer-ny.com/link/service/series/0558/papers/2055/20550264.pdf",
  acknowledgement = ack-nhfb,
}

@Article{Mutyam:2001:PSM,
  author =       "Madhu Mutyam and Kamala Krithivasan",
  title =        "{$P$} Systems with Membrane Creation: Universality and
                 Efficiency",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2055",
  pages =        "276--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:11 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2055.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/bibs/2055/20550276.htm;
                 http://link.springer-ny.com/link/service/series/0558/papers/2055/20550276.pdf",
  acknowledgement = ack-nhfb,
}

@Article{Naughton:2001:CPC,
  author =       "Thomas J. Naughton and Damien Woods",
  title =        "On the Computational Power of a Continuous-Space
                 Optical Model of Computation",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2055",
  pages =        "288--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:11 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2055.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/bibs/2055/20550288.htm;
                 http://link.springer-ny.com/link/service/series/0558/papers/2055/20550288.pdf",
  acknowledgement = ack-nhfb,
}

@Article{Sadowski:2001:POP,
  author =       "Zenon Sadowski",
  title =        "On a {$P$}-optimal Proof System for the Set of All
                 Satisfiable {Boolean} Formulas {(SAT)}",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2055",
  pages =        "300--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:11 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2055.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/bibs/2055/20550300.htm;
                 http://link.springer-ny.com/link/service/series/0558/papers/2055/20550300.pdf",
  acknowledgement = ack-nhfb,
}

@Article{Sosik:2001:DSW,
  author =       "Petr Sos{\'\i}k",
  title =        "{D0L} System $+$ {Watson-Crick} Complementarity $=$
                 Universal Computation",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2055",
  pages =        "308--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:11 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2055.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/bibs/2055/20550308.htm;
                 http://link.springer-ny.com/link/service/series/0558/papers/2055/20550308.pdf",
  acknowledgement = ack-nhfb,
}

@Article{Anonymous:2001:AIdc,
  author =       "Anonymous",
  title =        "Author Index",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2055",
  pages =        "321--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:11 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2055.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/papers/2055/2055auth.pdf",
  acknowledgement = ack-nhfb,
}

@Article{An:2001:CSL,
  author =       "Aijun An and Nick Cercone and Xiangji Huang",
  title =        "A Case Study for Learning from Imbalanced Data Sets",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2056",
  pages =        "1--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:12 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2056.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/bibs/2056/20560001.htm;
                 http://link.springer-ny.com/link/service/series/0558/papers/2056/20560001.pdf",
  acknowledgement = ack-nhfb,
}

@Article{Gerber:2001:HMA,
  author =       "Andreas Gerber and Christian Russ",
  title =        "A Holonic Multi-agent Infrastructure for Electronic
                 Procurement",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2056",
  pages =        "16--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:12 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2056.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/bibs/2056/20560016.htm;
                 http://link.springer-ny.com/link/service/series/0558/papers/2056/20560016.pdf",
  acknowledgement = ack-nhfb,
}

@Article{Zhou:2001:LSI,
  author =       "Zequn Zhou and C. I. Ezeife",
  title =        "A Low-Scan Incremental Association Rule Maintenance
                 Method Based on the Apriori Property",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2056",
  pages =        "26--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:12 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2056.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/bibs/2056/20560026.htm;
                 http://link.springer-ny.com/link/service/series/0558/papers/2056/20560026.pdf",
  acknowledgement = ack-nhfb,
}

@Article{Pantel:2001:SCB,
  author =       "Patrick Pantel and Dekang Lin",
  title =        "A Statistical Corpus-Based Term Extractor",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2056",
  pages =        "36--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:12 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2056.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/bibs/2056/20560036.htm;
                 http://link.springer-ny.com/link/service/series/0558/papers/2056/20560036.pdf",
  acknowledgement = ack-nhfb,
}

@Article{Berkowitz:2001:BBR,
  author =       "Eric G. Berkowitz and Peter H. Greene",
  title =        "Body-Based Reasoning Using a Feeling-Based Lexicon,
                 Mental Imagery, and an Object-Oriented Metaphor
                 Hierarchy",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2056",
  pages =        "47--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:12 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2056.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/bibs/2056/20560047.htm;
                 http://link.springer-ny.com/link/service/series/0558/papers/2056/20560047.pdf",
  acknowledgement = ack-nhfb,
}

@Article{Holte:2001:CAK,
  author =       "Robert C. Holte",
  title =        "Combinatorial Auctions, Knapsack Problems, and
                 Hill-Climbing Search",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2056",
  pages =        "57--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:12 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2056.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/bibs/2056/20560057.htm;
                 http://link.springer-ny.com/link/service/series/0558/papers/2056/20560057.pdf",
  acknowledgement = ack-nhfb,
}

@Article{Japkowicz:2001:CLP,
  author =       "Nathalie Japkowicz",
  title =        "Concept-Learning in the Presence of Between-Class and
                 Within-Class Imbalances",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2056",
  pages =        "67--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:12 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2056.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/bibs/2056/20560067.htm;
                 http://link.springer-ny.com/link/service/series/0558/papers/2056/20560067.pdf",
  acknowledgement = ack-nhfb,
}

@Article{Beacham:2001:CPL,
  author =       "Adam Beacham and Xinguang Chen and Jonathan Sillito
                 and Peter van Beek",
  title =        "Constraint Programming Lessons Learned from Crossword
                 Puzzles",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2056",
  pages =        "78--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:12 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2056.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/bibs/2056/20560078.htm;
                 http://link.springer-ny.com/link/service/series/0558/papers/2056/20560078.pdf",
  acknowledgement = ack-nhfb,
}

@Article{Bergen:2001:CBV,
  author =       "Michael E. Bergen and Peter van Beek and Tom
                 Carchrae",
  title =        "Constraint-Based Vehicle Assembly Line Sequencing",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2056",
  pages =        "88--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:12 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2056.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/bibs/2056/20560088.htm;
                 http://link.springer-ny.com/link/service/series/0558/papers/2056/20560088.pdf",
  acknowledgement = ack-nhfb,
}

@Article{Menzies:2001:HAC,
  author =       "Tim Menzies and Harhsinder Singh",
  title =        "How {AI} Can Help {SE}; or: Randomized Search Not
                 Considered Harmful",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2056",
  pages =        "100--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:12 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2056.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/bibs/2056/20560100.htm;
                 http://link.springer-ny.com/link/service/series/0558/papers/2056/20560100.pdf",
  acknowledgement = ack-nhfb,
}

@Article{Price:2001:IRL,
  author =       "Bob Price and Craig Boutilier",
  title =        "Imitation and Reinforcement Learning in Agents with
                 Heterogeneous Actions",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2056",
  pages =        "111--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:12 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2056.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/bibs/2056/20560111.htm;
                 http://link.springer-ny.com/link/service/series/0558/papers/2056/20560111.pdf",
  acknowledgement = ack-nhfb,
}

@Article{Bart:2001:KPA,
  author =       "Bradley Bart and James P. Delgrande and Oliver
                 Schulte",
  title =        "Knowledge and Planning in an Action-Based Multi-agent
                 Framework: {A} Case Study",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2056",
  pages =        "121--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:12 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2056.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/bibs/2056/20560121.htm;
                 http://link.springer-ny.com/link/service/series/0558/papers/2056/20560121.pdf",
  acknowledgement = ack-nhfb,
}

@Article{Murdock:2001:LAC,
  author =       "J. William Murdock and Ashok K. Goel",
  title =        "Learning about Constraints by Reflection",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2056",
  pages =        "131--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:12 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2056.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/bibs/2056/20560131.htm;
                 http://link.springer-ny.com/link/service/series/0558/papers/2056/20560131.pdf",
  acknowledgement = ack-nhfb,
}

@Article{Cheng:2001:LBB,
  author =       "Jie Cheng and Russell Greiner",
  title =        "Learning {Bayesian} Belief Network Classifiers:
                 Algorithms and System",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2056",
  pages =        "141--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:12 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2056.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/bibs/2056/20560141.htm;
                 http://link.springer-ny.com/link/service/series/0558/papers/2056/20560141.pdf",
  acknowledgement = ack-nhfb,
}

@Article{Xiang:2001:LSC,
  author =       "Y. Xiang and J. Lee",
  title =        "Local Score Computation in Learning Belief Networks",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2056",
  pages =        "152--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:12 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2056.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/bibs/2056/20560152.htm;
                 http://link.springer-ny.com/link/service/series/0558/papers/2056/20560152.pdf",
  acknowledgement = ack-nhfb,
}

@Article{Kumar:2001:PCH,
  author =       "Vive S. Kumar and Gordon I. McCalla and Jim E. Greer",
  title =        "Personalized Contexts in Help Systems",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2056",
  pages =        "162--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:12 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2056.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/bibs/2056/20560162.htm;
                 http://link.springer-ny.com/link/service/series/0558/papers/2056/20560162.pdf",
  acknowledgement = ack-nhfb,
}

@Article{Scott:2001:QLN,
  author =       "Sam Scott and Robert Gaizauskas",
  title =        "{QA-LaSIE}: {A} Natural Language Question Answering
                 System",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2056",
  pages =        "172--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:12 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2056.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/bibs/2056/20560172.htm;
                 http://link.springer-ny.com/link/service/series/0558/papers/2056/20560172.pdf",
  acknowledgement = ack-nhfb,
}

@Article{Silaghi:2001:STN,
  author =       "Marius-C{\u{a}}lin Silaghi and Djamila Sam-Haroud and
                 Boi Faltings",
  title =        "Search Techniques for Non-linear Constraint
                 Satisfaction Problems with Inequalities",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2056",
  pages =        "183--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:12 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2056.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/bibs/2056/20560183.htm;
                 http://link.springer-ny.com/link/service/series/0558/papers/2056/20560183.pdf",
  acknowledgement = ack-nhfb,
}

@Article{Hernadvolgyi:2001:SMO,
  author =       "Istv{\'a}n T. Hern{\'a}dv{\"o}lgyi",
  title =        "Searching for Macro Operators with Automatically
                 Generated Heuristics",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2056",
  pages =        "194--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:12 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2056.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/bibs/2056/20560194.htm;
                 http://link.springer-ny.com/link/service/series/0558/papers/2056/20560194.pdf",
  acknowledgement = ack-nhfb,
}

@Article{Chevaleyre:2001:SMI,
  author =       "Yann Chevaleyre and Jean-Daniel Zucker",
  title =        "Solving Multiple-Instance and Multiple-Part Learning
                 Problems with Decision Trees and Rule Sets. Application
                 to the Mutagenesis Problem",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2056",
  pages =        "204--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:12 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2056.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/bibs/2056/20560204.htm;
                 http://link.springer-ny.com/link/service/series/0558/papers/2056/20560204.pdf",
  acknowledgement = ack-nhfb,
}

@Article{Cameron-Jones:2001:SMC,
  author =       "Mike Cameron-Jones and Andrew Charman-Williams",
  title =        "Stacking for Misclassification Cost Performance",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2056",
  pages =        "215--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:12 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2056.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/bibs/2056/20560215.htm;
                 http://link.springer-ny.com/link/service/series/0558/papers/2056/20560215.pdf",
  acknowledgement = ack-nhfb,
}

@Article{Osorio:2001:SPO,
  author =       "Mauricio Osorio and Juan Carlos Nieves",
  title =        "Stratified Partial-Order Logic Programming",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2056",
  pages =        "225--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:12 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2056.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/bibs/2056/20560225.htm;
                 http://link.springer-ny.com/link/service/series/0558/papers/2056/20560225.pdf",
  acknowledgement = ack-nhfb,
}

@Article{King:2001:IBD,
  author =       "Gary King and Tim Oates",
  title =        "The Importance of Being Discrete: Learning Classes of
                 Actions and Outcomes through Interaction",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2056",
  pages =        "236--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:12 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2056.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/bibs/2056/20560236.htm;
                 http://link.springer-ny.com/link/service/series/0558/papers/2056/20560236.pdf",
  acknowledgement = ack-nhfb,
}

@Article{Langlais:2001:UIA,
  author =       "Philippe Langlais and Guy Lapalme and S{\'e}bastien
                 Sauv{\'e}",
  title =        "User Interface Aspects of a Translation Typing
                 System",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2056",
  pages =        "246--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:12 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2056.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/bibs/2056/20560246.htm;
                 http://link.springer-ny.com/link/service/series/0558/papers/2056/20560246.pdf",
  acknowledgement = ack-nhfb,
}

@Article{Grant:2001:HAM,
  author =       "Shawn Grant and Gordon I. McCalla",
  title =        "A Hybrid Approach to Making Recommendations and Its
                 Application to the Movie Domain",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2056",
  pages =        "257--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:12 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2056.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/bibs/2056/20560257.htm;
                 http://link.springer-ny.com/link/service/series/0558/papers/2056/20560257.pdf",
  acknowledgement = ack-nhfb,
}

@Article{Pham:2001:AGI,
  author =       "Hanh H. Pham and Van-Hop Nguyen",
  title =        "Agents with Genders for Inventory Planning in
                 {E}-Management",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2056",
  pages =        "267--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:12 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2056.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/bibs/2056/20560267.htm;
                 http://link.springer-ny.com/link/service/series/0558/papers/2056/20560267.pdf",
  acknowledgement = ack-nhfb,
}

@Article{Nadeau:2001:ESP,
  author =       "David Nadeau and Nicole Tourigny",
  title =        "{\'E}valuation d'un Syst{\`e}me pour le
                 R{\'e}sum{\'e} Automatique de Documents
                 {\'E}lectroniques",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2056",
  pages =        "277--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:12 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2056.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/bibs/2056/20560277.htm;
                 http://link.springer-ny.com/link/service/series/0558/papers/2056/20560277.pdf",
  acknowledgement = ack-nhfb,
}

@Article{Fasli:2001:ORO,
  author =       "Maria Fasli",
  title =        "On Obligations, Relativised Obligations, and Bilateral
                 Commitments",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2056",
  pages =        "287--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:12 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2056.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/bibs/2056/20560287.htm;
                 http://link.springer-ny.com/link/service/series/0558/papers/2056/20560287.pdf",
  acknowledgement = ack-nhfb,
}

@Article{Keselj:2001:QAU,
  author =       "Vlado Ke{\v{s}}elj",
  title =        "Question Answering Using Unification-Based Grammar",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2056",
  pages =        "297--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:12 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2056.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/bibs/2056/20560297.htm;
                 http://link.springer-ny.com/link/service/series/0558/papers/2056/20560297.pdf",
  acknowledgement = ack-nhfb,
}

@Article{Yang:2001:STS,
  author =       "Lixin Yang and Deborah A. Stacey",
  title =        "Solving the Traveling Salesman Problem Using the
                 Enhanced Genetic Algorithm",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2056",
  pages =        "307--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:12 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2056.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/bibs/2056/20560307.htm;
                 http://link.springer-ny.com/link/service/series/0558/papers/2056/20560307.pdf",
  acknowledgement = ack-nhfb,
}

@Article{Farzan:2001:BFA,
  author =       "Ali Farzan and Ali A. Ghorbani",
  title =        "The Bottom-Up Freezing: An Approach to Neural
                 Engineering",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2056",
  pages =        "317--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:12 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2056.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/bibs/2056/20560317.htm;
                 http://link.springer-ny.com/link/service/series/0558/papers/2056/20560317.pdf",
  acknowledgement = ack-nhfb,
}

@Article{Jarmasz:2001:DIE,
  author =       "Mario Jarmasz and Stan Szpakowicz",
  title =        "The Design and Implementation of an Electronic Lexical
                 Knowledge Base",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2056",
  pages =        "325--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:12 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2056.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/bibs/2056/20560325.htm;
                 http://link.springer-ny.com/link/service/series/0558/papers/2056/20560325.pdf",
  acknowledgement = ack-nhfb,
}

@Article{Neouchi:2001:TTE,
  author =       "Rabih Neouchi and Ahmed Y. Tawfik and Richard A.
                 Frost",
  title =        "Towards a Temporal Extension of Formal Concept
                 Analysis",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2056",
  pages =        "335--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:12 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2056.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/bibs/2056/20560335.htm;
                 http://link.springer-ny.com/link/service/series/0558/papers/2056/20560335.pdf",
  acknowledgement = ack-nhfb,
}

@Article{Reynolds:2001:ARM,
  author =       "Stuart I. Reynolds",
  title =        "Adaptive Representation Methods for Reinforcement
                 Learning",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2056",
  pages =        "345--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:12 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2056.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/bibs/2056/20560345.htm;
                 http://link.springer-ny.com/link/service/series/0558/papers/2056/20560345.pdf",
  acknowledgement = ack-nhfb,
}

@Article{Ma:2001:IUE,
  author =       "Z. M. Ma and W. J. Zhang and W. Y. Ma",
  title =        "Imprecise and Uncertain Engineering Information
                 Modeling in Databases",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2056",
  pages =        "349--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:12 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2056.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/bibs/2056/20560349.htm;
                 http://link.springer-ny.com/link/service/series/0558/papers/2056/20560349.pdf",
  acknowledgement = ack-nhfb,
}

@Article{Hashemi:2001:ICB,
  author =       "Saeed Hashemi",
  title =        "Incremental Case-Based Reasoning for Classification",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2056",
  pages =        "353--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:12 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2056.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/bibs/2056/20560353.htm;
                 http://link.springer-ny.com/link/service/series/0558/papers/2056/20560353.pdf",
  acknowledgement = ack-nhfb,
}

@Article{Kennedy:2001:PAU,
  author =       "Kevin Kennedy and Robert E. Mercer",
  title =        "Planning Animations Using Cinematography Knowledge",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2056",
  pages =        "357--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:12 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2056.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/bibs/2056/20560357.htm;
                 http://link.springer-ny.com/link/service/series/0558/papers/2056/20560357.pdf",
  acknowledgement = ack-nhfb,
}

@Article{MacInnes:2001:WYW,
  author =       "Joe MacInnes and Omid Banyasad and Afzal Upal",
  title =        "Watching You, Watching Me",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2056",
  pages =        "361--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:12 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2056.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/bibs/2056/20560361.htm;
                 http://link.springer-ny.com/link/service/series/0558/papers/2056/20560361.pdf",
  acknowledgement = ack-nhfb,
}

@Article{Anonymous:2001:AIdd,
  author =       "Anonymous",
  title =        "Author Index",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2056",
  pages =        "365--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:12 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2056.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/papers/2056/2056auth.pdf",
  acknowledgement = ack-nhfb,
}

@Article{Peled:2001:MCT,
  author =       "Doron Peled and Lenore Zuck",
  title =        "From Model Checking to a Temporal Proof",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2057",
  pages =        "1--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:13 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2057.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/bibs/2057/20570001.htm;
                 http://link.springer-ny.com/link/service/series/0558/papers/2057/20570001.pdf",
  acknowledgement = ack-nhfb,
}

@Article{Gerth:2001:MCI,
  author =       "Rob Gerth",
  title =        "Model Checking if Your Life Depends on It: {A} View
                 from {Intel}'s Trenches",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2057",
  pages =        "15--15",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:13 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2057.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/bibs/2057/20570015.htm;
                 http://link.springer-ny.com/link/service/series/0558/papers/2057/20570015.pdf",
  acknowledgement = ack-nhfb,
}

@Article{Chechik:2001:MCI,
  author =       "Marsha Chechik and Benet Devereux and Arie Gurfinkel",
  title =        "Model-Checking Infinite State-Space Systems with
                 Fine-Grained Abstractions Using {SPIN}",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2057",
  pages =        "16--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:13 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2057.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/bibs/2057/20570016.htm;
                 http://link.springer-ny.com/link/service/series/0558/papers/2057/20570016.pdf",
  acknowledgement = ack-nhfb,
}

@Article{Esparza:2001:ILM,
  author =       "Javier Esparza and Keijo Heljanko",
  title =        "Implementing {LTL} Model Checking with Net
                 Unfoldings",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2057",
  pages =        "37--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:13 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2057.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/bibs/2057/20570037.htm;
                 http://link.springer-ny.com/link/service/series/0558/papers/2057/20570037.pdf",
  acknowledgement = ack-nhfb,
}

@Article{Edelkamp:2001:DEM,
  author =       "Stefan Edelkamp and Alberto Lluch Lafuente and Stefan
                 Leue",
  title =        "Directed Explicit Model Checking with {HSF--SPIN}",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2057",
  pages =        "57--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:13 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2057.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/bibs/2057/20570057.htm;
                 http://link.springer-ny.com/link/service/series/0558/papers/2057/20570057.pdf",
  acknowledgement = ack-nhfb,
}

@Article{Lerda:2001:ADI,
  author =       "Flavio Lerda and Willem Visser",
  title =        "Addressing Dynamic Issues of Program Model Checking",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2057",
  pages =        "80--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:13 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2057.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/bibs/2057/20570080.htm;
                 http://link.springer-ny.com/link/service/series/0558/papers/2057/20570080.pdf",
  acknowledgement = ack-nhfb,
}

@Article{Ball:2001:AVT,
  author =       "Thomas Ball and Sriram K. Rajamani",
  title =        "Automatically Validating Temporal Safety Properties of
                 Interfaces",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2057",
  pages =        "103--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:13 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2057.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/bibs/2057/20570103.htm;
                 http://link.springer-ny.com/link/service/series/0558/papers/2057/20570103.pdf",
  acknowledgement = ack-nhfb,
}

@Article{Jia:2001:VEM,
  author =       "Guoping Jia and Susanne Graf",
  title =        "Verification Experiments on the {MASCARA} Protocol",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2057",
  pages =        "123--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:13 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2057.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/bibs/2057/20570123.htm;
                 http://link.springer-ny.com/link/service/series/0558/papers/2057/20570123.pdf",
  acknowledgement = ack-nhfb,
}

@Article{Calder:2001:USF,
  author =       "Muffy Calder and Alice Miller",
  title =        "Using {SPIN} for Feature Interaction Analysis --- {A}
                 Case Study",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2057",
  pages =        "143--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:13 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2057.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/bibs/2057/20570143.htm;
                 http://link.springer-ny.com/link/service/series/0558/papers/2057/20570143.pdf",
  acknowledgement = ack-nhfb,
}

@Article{Nakajima:2001:BAE,
  author =       "Shin Nakajima and Tetsuo Tamai",
  title =        "Behavioural Analysis of the {Enterprise {\bf
                 JavaBeans{\TM}} Component Architecture}",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2057",
  pages =        "163--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:13 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2057.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/bibs/2057/20570163.htm;
                 http://link.springer-ny.com/link/service/series/0558/papers/2057/20570163.pdf",
  acknowledgement = ack-nhfb,
}

@Article{Baldamus:2001:PTU,
  author =       "Michael Baldamus and Jochen Schr{\"o}der-Babo",
  title =        "p2b: {A} Translation Utility for Linking Promela and
                 Symbolic Model Checking (Tool Paper)",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2057",
  pages =        "183--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:13 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2057.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/bibs/2057/20570183.htm;
                 http://link.springer-ny.com/link/service/series/0558/papers/2057/20570183.pdf",
  acknowledgement = ack-nhfb,
}

@Article{Stoller:2001:TMC,
  author =       "Scott D. Stoller and Yanhong A. Liu",
  title =        "Transformations for Model Checking Distributed {Java}
                 Programs",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2057",
  pages =        "192--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:13 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2057.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/bibs/2057/20570192.htm;
                 http://link.springer-ny.com/link/service/series/0558/papers/2057/20570192.pdf",
  acknowledgement = ack-nhfb,
}

@Article{Barnat:2001:DLM,
  author =       "Jiri Barnat and Lubos Brim and Jitka
                 St{\v{r}}{\'\i}brn{\'a}",
  title =        "Distributed {LTL} Model-Checking in {SPIN}",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2057",
  pages =        "200--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:13 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2057.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/bibs/2057/20570200.htm;
                 http://link.springer-ny.com/link/service/series/0558/papers/2057/20570200.pdf",
  acknowledgement = ack-nhfb,
}

@Article{Garavel:2001:PSS,
  author =       "Hubert Garavel and Radu Mateescu and Irina
                 Smarandache",
  title =        "Parallel State Space Construction for Model-Checking",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2057",
  pages =        "217--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:13 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2057.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/bibs/2057/20570217.htm;
                 http://link.springer-ny.com/link/service/series/0558/papers/2057/20570217.pdf",
  acknowledgement = ack-nhfb,
}

@Article{Derepas:2001:MCS,
  author =       "Fabrice Derepas and Paul Gastin",
  title =        "Model Checking Systems of Replicated Processes with
                 Spin",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2057",
  pages =        "235--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:13 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2057.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/bibs/2057/20570235.htm;
                 http://link.springer-ny.com/link/service/series/0558/papers/2057/20570235.pdf",
  acknowledgement = ack-nhfb,
}

@Article{Shanbhag:2001:SBM,
  author =       "Vivek K. Shanbhag and K. Gopinath",
  title =        "A {SPIN}-Based Model Checker for Telecommunication
                 Protocols",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2057",
  pages =        "252--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:13 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2057.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/bibs/2057/20570252.htm;
                 http://link.springer-ny.com/link/service/series/0558/papers/2057/20570252.pdf",
  acknowledgement = ack-nhfb,
}

@Article{Yuen:2001:MVP,
  author =       "Clement Yuen and Wei Tjioe",
  title =        "Modeling and Verifying a Price Model for Congestion
                 Control in Computer Networks Using Promela\slash Spin",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2057",
  pages =        "272--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:13 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2057.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/bibs/2057/20570272.htm;
                 http://link.springer-ny.com/link/service/series/0558/papers/2057/20570272.pdf",
  acknowledgement = ack-nhfb,
}

@Article{Holenderski:2001:MCP,
  author =       "Leszek Holenderski",
  title =        "A Model Checking Project at {Philips Research}",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2057",
  pages =        "288--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:13 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2057.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/bibs/2057/20570288.htm;
                 http://link.springer-ny.com/link/service/series/0558/papers/2057/20570288.pdf",
  acknowledgement = ack-nhfb,
}

@Article{Cofer:2001:AMC,
  author =       "Darren Cofer and Eric Engstrom and Robert Goldman and
                 David Musliner and Steve Vestal",
  title =        "Applications of Model Checking at {Honeywell
                 Laboratories}",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2057",
  pages =        "296--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:13 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2057.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/bibs/2057/20570296.htm;
                 http://link.springer-ny.com/link/service/series/0558/papers/2057/20570296.pdf",
  acknowledgement = ack-nhfb,
}

@Article{Steffen:2001:CGM,
  author =       "Bernhard Steffen and Tiziana Margaria and Volker
                 Braun",
  title =        "Coarse-Granular Model Checking in Practice",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2057",
  pages =        "304--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:13 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2057.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/bibs/2057/20570304.htm;
                 http://link.springer-ny.com/link/service/series/0558/papers/2057/20570304.pdf",
  acknowledgement = ack-nhfb,
}

@Article{Anonymous:2001:AIde,
  author =       "Anonymous",
  title =        "Author Index",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2057",
  pages =        "313--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:13 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2057.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/papers/2057/2057auth.pdf",
  acknowledgement = ack-nhfb,
}

@Article{Stone:2001:HFB,
  author =       "Robert J. Stone",
  title =        "Haptic Feedback: {A} Brief History from Telepresence
                 to Virtual Reality",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2058",
  pages =        "1--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:14 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2058.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/bibs/2058/20580001.htm;
                 http://link.springer-ny.com/link/service/series/0558/papers/2058/20580001.pdf",
  acknowledgement = ack-nhfb,
}

@Article{Challis:2001:DPT,
  author =       "Ben P. Challis and Alistair D. N. Edwards",
  title =        "Design Principles for Tactile Interaction",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2058",
  pages =        "17--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:14 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2058.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/bibs/2058/20580017.htm;
                 http://link.springer-ny.com/link/service/series/0558/papers/2058/20580017.pdf",
  acknowledgement = ack-nhfb,
}

@Article{Penn:2001:HPT,
  author =       "Paul Penn and Helen Petrie and Chetz Colwell and Diana
                 Kornbrot and Stephen Furner and Andrew Hardwick",
  title =        "The Haptic Perception of Texture in Virtual
                 Environments: An Investigation with Two Devices",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2058",
  pages =        "25--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:14 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2058.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/bibs/2058/20580025.htm;
                 http://link.springer-ny.com/link/service/series/0558/papers/2058/20580025.pdf",
  acknowledgement = ack-nhfb,
}

@Article{Scoy:2001:HDM,
  author =       "Frances L. Van Scoy and Takamitsu Kawai and Marjorie
                 Darrah and Connie Rash",
  title =        "Haptic Display of Mathematical Functions for Teaching
                 Mathematics to Students with Vision Disabilities:
                 Design and Proof of Concept",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2058",
  pages =        "31--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:14 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2058.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/bibs/2058/20580031.htm;
                 http://link.springer-ny.com/link/service/series/0558/papers/2058/20580031.pdf",
  acknowledgement = ack-nhfb,
}

@Article{Yu:2001:HGB,
  author =       "Wai Yu and Ramesh Ramloll and Stephen Brewster",
  title =        "Haptic Graphs for Blind Computer Users",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2058",
  pages =        "41--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:14 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2058.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/bibs/2058/20580041.htm;
                 http://link.springer-ny.com/link/service/series/0558/papers/2058/20580041.pdf",
  acknowledgement = ack-nhfb,
}

@Article{Wies:2001:WBT,
  author =       "Evan F. Wies and John A. Gardner and M. Sile
                 O'Modhrain and Christopher J. Hasser and Vladimir L.
                 Bulatov",
  title =        "{Web}-Based Touch Display for Accessible Science
                 Education",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2058",
  pages =        "52--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:14 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2058.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/bibs/2058/20580052.htm;
                 http://link.springer-ny.com/link/service/series/0558/papers/2058/20580052.pdf",
  acknowledgement = ack-nhfb,
}

@Article{Oakley:2001:CF,
  author =       "Ian Oakley and Stephen Brewster and Philip Gray",
  title =        "Communicating with Feeling",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2058",
  pages =        "61--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:14 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2058.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/bibs/2058/20580061.htm;
                 http://link.springer-ny.com/link/service/series/0558/papers/2058/20580061.pdf",
  acknowledgement = ack-nhfb,
}

@Article{Sallnas:2001:IPM,
  author =       "Eva-Lotta Salln{\"a}s",
  title =        "Improved Precision in Mediated Collaborative
                 Manipulation of Objects by Haptic Force Feedback",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2058",
  pages =        "69--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:14 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2058.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/bibs/2058/20580069.htm;
                 http://link.springer-ny.com/link/service/series/0558/papers/2058/20580069.pdf",
  acknowledgement = ack-nhfb,
}

@Article{Hikiji:2001:HSF,
  author =       "Riku Hikiji and Shuji Hashimoto",
  title =        "Hand-Shaped Force Interface for Human-Cooperative
                 Mobile Robot",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2058",
  pages =        "76--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:14 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2058.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/bibs/2058/20580076.htm;
                 http://link.springer-ny.com/link/service/series/0558/papers/2058/20580076.pdf",
  acknowledgement = ack-nhfb,
}

@Article{Jansson:2001:CEH,
  author =       "Gunnar Jansson and Anna Iv{\aa}s",
  title =        "Can the Efficiency of a Haptic Display Be Increased by
                 Short-Time Practice in Exploration?",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2058",
  pages =        "88--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:14 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2058.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/bibs/2058/20580088.htm;
                 http://link.springer-ny.com/link/service/series/0558/papers/2058/20580088.pdf",
  acknowledgement = ack-nhfb,
}

@Article{Pollick:2001:IAC,
  author =       "Frank E. Pollick and Chris Chizk and Charlotte
                 Hager-Ross and Mary Hayhoe",
  title =        "Implicit Accuracy Constraints in Two-Fingered Grasps
                 of Virtual Objects with Haptic Feedback",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2058",
  pages =        "98--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:14 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2058.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/bibs/2058/20580098.htm;
                 http://link.springer-ny.com/link/service/series/0558/papers/2058/20580098.pdf",
  acknowledgement = ack-nhfb,
}

@Article{Wall:2001:IVH,
  author =       "Steven A. Wall and William S. Harwin",
  title =        "Interaction of Visual and Haptic Information in
                 Simulated Environments: Texture Perception",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2058",
  pages =        "108--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:14 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2058.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/bibs/2058/20580108.htm;
                 http://link.springer-ny.com/link/service/series/0558/papers/2058/20580108.pdf",
  acknowledgement = ack-nhfb,
}

@Article{McGee:2001:ECH,
  author =       "Marilyn Rose McGee and Phil Gray and Stephen
                 Brewster",
  title =        "The Effective Combination of Haptic and Auditory
                 Textural Information",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2058",
  pages =        "118--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:14 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2058.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/bibs/2058/20580118.htm;
                 http://link.springer-ny.com/link/service/series/0558/papers/2058/20580118.pdf",
  acknowledgement = ack-nhfb,
}

@Article{Oirschot:2001:CTA,
  author =       "Hilde Keuning-Van Oirschot and Adrian J. M. Houtsma",
  title =        "Cursor Trajectory Analysis",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2058",
  pages =        "127--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:14 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2058.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/bibs/2058/20580127.htm;
                 http://link.springer-ny.com/link/service/series/0558/papers/2058/20580127.pdf",
  acknowledgement = ack-nhfb,
}

@Article{Bouguila:2001:WID,
  author =       "Laroussi Bouguila and Masahiro Ishii and Makoto Sato",
  title =        "What Impact Does the Haptic-Stereo Integration Have on
                 Depth Perception in Stereographic Virtual Environment?
                 {A} Preliminary Study",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2058",
  pages =        "135--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:14 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2058.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/bibs/2058/20580135.htm;
                 http://link.springer-ny.com/link/service/series/0558/papers/2058/20580135.pdf",
  acknowledgement = ack-nhfb,
}

@Article{Kirkpatrick:2001:SRB,
  author =       "Arthur E. Kirkpatrick and Sarah A. Douglas",
  title =        "A Shape Recognition Benchmark for Evaluating Usability
                 of a Haptic Environment",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2058",
  pages =        "151--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:14 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2058.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/bibs/2058/20580151.htm;
                 http://link.springer-ny.com/link/service/series/0558/papers/2058/20580151.pdf",
  acknowledgement = ack-nhfb,
}

@Article{Crossan:2001:HOP,
  author =       "Andrew Crossan and Stephen Brewster and Stuart Reid
                 and Dominic Mellor",
  title =        "A Horse Ovary Palpation Simulator for Veterinary
                 Training",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2058",
  pages =        "157--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:14 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2058.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/bibs/2058/20580157.htm;
                 http://link.springer-ny.com/link/service/series/0558/papers/2058/20580157.pdf",
  acknowledgement = ack-nhfb,
}

@Article{vanErp:2001:TND,
  author =       "Jan B. F. van Erp",
  title =        "Tactile Navigation Display",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2058",
  pages =        "165--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:14 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2058.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/bibs/2058/20580165.htm;
                 http://link.springer-ny.com/link/service/series/0558/papers/2058/20580165.pdf",
  acknowledgement = ack-nhfb,
}

@Article{vanVeen:2001:TIP,
  author =       "Henricus A. H. C. van Veen and Jan B. F. van Erp",
  title =        "Tactile Information Presentation in the Cockpit",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2058",
  pages =        "174--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:14 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2058.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/bibs/2058/20580174.htm;
                 http://link.springer-ny.com/link/service/series/0558/papers/2058/20580174.pdf",
  acknowledgement = ack-nhfb,
}

@Article{Bouguila:2001:SSH,
  author =       "Laroussi Bouguila and Masahiro Ishii and Makoto Sato",
  title =        "Scaleable {SPIDAR}: {A} Haptic Interface For
                 Human-Scale Virtual Environments",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2058",
  pages =        "182--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:14 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2058.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/bibs/2058/20580182.htm;
                 http://link.springer-ny.com/link/service/series/0558/papers/2058/20580182.pdf",
  acknowledgement = ack-nhfb,
}

@Article{Stevens:2001:SOP,
  author =       "Brett Stevens and Jennifer Jerrams-Smith",
  title =        "The Sense of Object-Presence with Projection-Augmented
                 Models",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2058",
  pages =        "194--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:14 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2058.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/bibs/2058/20580194.htm;
                 http://link.springer-ny.com/link/service/series/0558/papers/2058/20580194.pdf",
  acknowledgement = ack-nhfb,
}

@Article{Leikas:2001:VSC,
  author =       "Jaana Leikas and Antti V{\"a}{\"a}t{\"a}nen and
                 Veli-Pekka R{\"a}ty",
  title =        "Virtual Space Computer Games with a Floor Sensor
                 Control --- Human Centred Approach in the Design
                 Process",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2058",
  pages =        "199--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:14 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2058.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/bibs/2058/20580199.htm;
                 http://link.springer-ny.com/link/service/series/0558/papers/2058/20580199.pdf",
  acknowledgement = ack-nhfb,
}

@Article{Dillon:2001:SFS,
  author =       "Patricia Dillon and Wendy Moody and Rebecca Bartlett
                 and Patricia Scully and Roger Morgan and Christopher
                 James",
  title =        "Sensing the Fabric: To Simulate Sensation through
                 Sensory Evaluation and in Response to Standard
                 Acceptable Properties of Specific Materials when Viewed
                 as a Digital Image",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2058",
  pages =        "205--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:14 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2058.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/bibs/2058/20580205.htm;
                 http://link.springer-ny.com/link/service/series/0558/papers/2058/20580205.pdf",
  acknowledgement = ack-nhfb,
}

@Article{Bruckstein:2001:IRP,
  author =       "Alfred M. Bruckstein",
  title =        "Invariant Recognition and Processing of Planar
                 Shapes",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2059",
  pages =        "3--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:15 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2059.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/bibs/2059/20590003.htm;
                 http://link.springer-ny.com/link/service/series/0558/papers/2059/20590003.pdf",
  acknowledgement = ack-nhfb,
}

@Article{Bunke:2001:RAS,
  author =       "Horst Bunke",
  title =        "Recent Advances in Structural Pattern Recognition with
                 Applications to Visual Form Analysis",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2059",
  pages =        "11--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:15 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2059.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/bibs/2059/20590011.htm;
                 http://link.springer-ny.com/link/service/series/0558/papers/2059/20590011.pdf",
  acknowledgement = ack-nhfb,
}

@Article{Caelli:2001:LSC,
  author =       "Terry Caelli and Andrew McCabe and Gordon Binsted",
  title =        "On Learning the Shape of Complex Actions",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2059",
  pages =        "24--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:15 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2059.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/bibs/2059/20590024.htm;
                 http://link.springer-ny.com/link/service/series/0558/papers/2059/20590024.pdf",
  acknowledgement = ack-nhfb,
}

@Article{Hoffman:2001:MVF,
  author =       "Donald D. Hoffman",
  title =        "Mereology of Visual Form",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2059",
  pages =        "40--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:15 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2059.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/bibs/2059/20590040.htm;
                 http://link.springer-ny.com/link/service/series/0558/papers/2059/20590040.pdf",
  acknowledgement = ack-nhfb,
}

@Article{Kittler:2001:MAR,
  author =       "Josef Kittler and Alireza Ahmadyfard",
  title =        "On Matching Algorithms for the Recognition of Objects
                 in Cluttered Background",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2059",
  pages =        "51--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:15 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2059.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/bibs/2059/20590051.htm;
                 http://link.springer-ny.com/link/service/series/0558/papers/2059/20590051.pdf",
  acknowledgement = ack-nhfb,
}

@Article{Shokoufandeh:2001:UFI,
  author =       "Ali Shokoufandeh and Sven Dickinson",
  title =        "A Unified Framework for Indexing and Matching
                 Hierarchical Shape Structures",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2059",
  pages =        "67--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:15 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2059.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/bibs/2059/20590067.htm;
                 http://link.springer-ny.com/link/service/series/0558/papers/2059/20590067.pdf",
  acknowledgement = ack-nhfb,
}

@Article{Ullman:2001:FBA,
  author =       "Shimon Ullman and Erez Sali and Michel Vidal-Naquet",
  title =        "A Fragment-Based Approach to Object Representation and
                 Classification",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2059",
  pages =        "85--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:15 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2059.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/bibs/2059/20590085.htm;
                 http://link.springer-ny.com/link/service/series/0558/papers/2059/20590085.pdf",
  acknowledgement = ack-nhfb,
}

@Article{Asano:2001:MLP,
  author =       "Tetsuo Asano and Yasuyuki Kawamura and Reinhard Klette
                 and Koji Obokata",
  title =        "Minimum-Length Polygons in Approximation Sausages",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2059",
  pages =        "103--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:15 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2059.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/bibs/2059/20590103.htm;
                 http://link.springer-ny.com/link/service/series/0558/papers/2059/20590103.pdf",
  acknowledgement = ack-nhfb,
}

@Article{Borgefors:2001:OLD,
  author =       "Gunilla Borgefors and Stina Svensson",
  title =        "Optimal Local Distances for Distance Transforms in
                 {$3$D} Using an Extended Neighbourhood",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2059",
  pages =        "113--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:15 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2059.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/bibs/2059/20590113.htm;
                 http://link.springer-ny.com/link/service/series/0558/papers/2059/20590113.pdf",
  acknowledgement = ack-nhfb,
}

@Article{Bressan:2001:IMV,
  author =       "Marco Bressan and Jordi Vitri{\`a}",
  title =        "Independent Modes of Variation in Point Distribution
                 Models",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2059",
  pages =        "123--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:15 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2059.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/bibs/2059/20590123.htm;
                 http://link.springer-ny.com/link/service/series/0558/papers/2059/20590123.pdf",
  acknowledgement = ack-nhfb,
}

@Article{Cantoni:2001:QED,
  author =       "Virginio Cantoni and Luca Lombardi and Marco Porta and
                 Ugo Vallone",
  title =        "Qualitative Estimation of Depth in Monocular Vision",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2059",
  pages =        "135--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:15 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2059.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/bibs/2059/20590135.htm;
                 http://link.springer-ny.com/link/service/series/0558/papers/2059/20590135.pdf",
  acknowledgement = ack-nhfb,
}

@Article{Danielsson:2001:NSS,
  author =       "Per-Erik Danielsson and Qingfen Lin",
  title =        "A New Shape Space for Second Order {$3$D}-Variations",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2059",
  pages =        "145--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:15 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2059.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/bibs/2059/20590145.htm;
                 http://link.springer-ny.com/link/service/series/0558/papers/2059/20590145.pdf",
  acknowledgement = ack-nhfb,
}

@Article{Stefano:2001:SRA,
  author =       "Claudio De Stefano and Maria Frucci",
  title =        "Spatial Relations among Pattern Subsets as a Guide for
                 Skeleton Pruning",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2059",
  pages =        "155--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:15 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2059.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/bibs/2059/20590155.htm;
                 http://link.springer-ny.com/link/service/series/0558/papers/2059/20590155.pdf",
  acknowledgement = ack-nhfb,
}

@Article{Faber:2001:EFR,
  author =       "Petko Faber and R. B. Fisher",
  title =        "{Euclidean} Fitting Revisited",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2059",
  pages =        "165--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:15 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2059.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/bibs/2059/20590165.htm;
                 http://link.springer-ny.com/link/service/series/0558/papers/2059/20590165.pdf",
  acknowledgement = ack-nhfb,
}

@Article{Ferraro:2001:RVI,
  author =       "Mario Ferraro and Giuseppe Boccignone and Terry
                 Caelli",
  title =        "On the Representation of Visual Information",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2059",
  pages =        "176--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:15 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2059.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/bibs/2059/20590176.htm;
                 http://link.springer-ny.com/link/service/series/0558/papers/2059/20590176.pdf",
  acknowledgement = ack-nhfb,
}

@Article{Glantz:2001:SFG,
  author =       "Roland Glantz and Walter G. Kropatsch",
  title =        "Skeletons in the Framework of Graph Pyramids",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2059",
  pages =        "186--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:15 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2059.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/bibs/2059/20590186.htm;
                 http://link.springer-ny.com/link/service/series/0558/papers/2059/20590186.pdf",
  acknowledgement = ack-nhfb,
}

@Article{Grossmann:2001:CSF,
  author =       "Ruth Grossmann and Nahum Kiryati and Ron Kimmel",
  title =        "Computational Surface Flattening: {A} Voxel-Based
                 Approach",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2059",
  pages =        "196--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:15 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2059.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/bibs/2059/20590196.htm;
                 http://link.springer-ny.com/link/service/series/0558/papers/2059/20590196.pdf",
  acknowledgement = ack-nhfb,
}

@Article{Kim:2001:AII,
  author =       "Hyo-Ju Kim and Chang-Sung Jeong",
  title =        "An Adaptive Image Interpolation Using the Quadratic
                 Spline Interpolator",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2059",
  pages =        "205--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:15 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2059.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/bibs/2059/20590205.htm;
                 http://link.springer-ny.com/link/service/series/0558/papers/2059/20590205.pdf",
  acknowledgement = ack-nhfb,
}

@Article{Leymarie:2001:SSR,
  author =       "Frederic F. Leymarie and Benjamin B. Kimia",
  title =        "The Shock Scaffold for Representing {$3$D} Shape",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2059",
  pages =        "216--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:15 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2059.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/bibs/2059/20590216.htm;
                 http://link.springer-ny.com/link/service/series/0558/papers/2059/20590216.pdf",
  acknowledgement = ack-nhfb,
}

@Article{Nystrom:2001:CSJ,
  author =       "Ingela Nystr{\"o}m and Gabriella Sanniti di Baja and
                 Stina Svensson",
  title =        "Curve Skeletonization by Junction Detection in Surface
                 Skeletons",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2059",
  pages =        "229--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:15 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2059.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/bibs/2059/20590229.htm;
                 http://link.springer-ny.com/link/service/series/0558/papers/2059/20590229.pdf",
  acknowledgement = ack-nhfb,
}

@Article{Pham:2001:RFS,
  author =       "Binh Pham",
  title =        "Representation of Fuzzy Shapes",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2059",
  pages =        "239--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:15 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2059.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/bibs/2059/20590239.htm;
                 http://link.springer-ny.com/link/service/series/0558/papers/2059/20590239.pdf",
  acknowledgement = ack-nhfb,
}

@Article{Rabatel:2001:SBS,
  author =       "Gilles Rabatel and Anne-Ga{\"e}lle Manh and
                 Marie-Jos{\'e} Aldon and Bernard Bonicelli",
  title =        "Skeleton-Based Shape Models with Pressure Forces:
                 Application to Segmentation of Overlapping Leaves",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2059",
  pages =        "249--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:15 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2059.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/bibs/2059/20590249.htm;
                 http://link.springer-ny.com/link/service/series/0558/papers/2059/20590249.pdf",
  acknowledgement = ack-nhfb,
}

@Article{Torsello:2001:SMS,
  author =       "Andrea Torsello and Edwin R. Hancock",
  title =        "A Skeletal Measure of {$2$D} Shape Similarity",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2059",
  pages =        "260--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:15 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2059.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/bibs/2059/20590260.htm;
                 http://link.springer-ny.com/link/service/series/0558/papers/2059/20590260.pdf",
  acknowledgement = ack-nhfb,
}

@Article{Yu:2001:PBS,
  author =       "Liangyin Yu and Charles R. Dyer",
  title =        "Perception-Based {$2$D} Shape Modeling by Curvature
                 Shaping",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2059",
  pages =        "272--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:15 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2059.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/bibs/2059/20590272.htm;
                 http://link.springer-ny.com/link/service/series/0558/papers/2059/20590272.pdf",
  acknowledgement = ack-nhfb,
}

@Article{Barth:2001:GTP,
  author =       "Erhardt Barth and Mario Ferraro and Christoph
                 Zetzsche",
  title =        "Global Topological Properties of Images Derived from
                 Local Curvature Features",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2059",
  pages =        "285--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:15 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2059.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/bibs/2059/20590285.htm;
                 http://link.springer-ny.com/link/service/series/0558/papers/2059/20590285.pdf",
  acknowledgement = ack-nhfb,
}

@Article{Biancardi:2001:ASM,
  author =       "Alberto Biancardi and Manuel Segovia-Mart{\'\i}nez",
  title =        "Adaptive Segmentation of {MR} Axial Brain Images Using
                 Connected Components",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2059",
  pages =        "295--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:15 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2059.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/bibs/2059/20590295.htm;
                 http://link.springer-ny.com/link/service/series/0558/papers/2059/20590295.pdf",
  acknowledgement = ack-nhfb,
}

@Article{Coeurjolly:2001:DCB,
  author =       "David Coeurjolly and Serge Miguet and Laure Tougne",
  title =        "Discrete Curvature Based on Osculating Circle
                 Estimation",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2059",
  pages =        "303--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:15 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2059.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/bibs/2059/20590303.htm;
                 http://link.springer-ny.com/link/service/series/0558/papers/2059/20590303.pdf",
  acknowledgement = ack-nhfb,
}

@Article{Deguchi:2001:DEL,
  author =       "Koichiro Deguchi and Tadahiro Izumitani and Hidekata
                 Hontani",
  title =        "Detection and Enhancement of Line Structures in an
                 Image by Anisotropic Diffusion",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2059",
  pages =        "313--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:15 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2059.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/bibs/2059/20590313.htm;
                 http://link.springer-ny.com/link/service/series/0558/papers/2059/20590313.pdf",
  acknowledgement = ack-nhfb,
}

@Article{Huggins:2001:HFC,
  author =       "Patrick S. Huggins and Steven W. Zucker",
  title =        "How Folds Cut a Scene",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2059",
  pages =        "323--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:15 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2059.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/bibs/2059/20590323.htm;
                 http://link.springer-ny.com/link/service/series/0558/papers/2059/20590323.pdf",
  acknowledgement = ack-nhfb,
}

@Article{Kenmochi:2001:ETF,
  author =       "Yukiko Kenmochi and Atsushi Imiya and Toshiaki Nomura
                 and Kazunori Kotani",
  title =        "Extraction of Topological Features from Sequential
                 Volume Data",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2059",
  pages =        "333--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:15 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2059.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/bibs/2059/20590333.htm;
                 http://link.springer-ny.com/link/service/series/0558/papers/2059/20590333.pdf",
  acknowledgement = ack-nhfb,
}

@Article{Kimmel:2001:UBF,
  author =       "Ron Kimmel and Nir Sochen",
  title =        "Using {Beltrami} Framework for Orientation Diffusion
                 in Image Processing",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2059",
  pages =        "346--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:15 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2059.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/bibs/2059/20590346.htm;
                 http://link.springer-ny.com/link/service/series/0558/papers/2059/20590346.pdf",
  acknowledgement = ack-nhfb,
}

@Article{Klette:2001:DPS,
  author =       "Reinhard Klette and Hao Jie Sun",
  title =        "Digital Planar Segment Based Polyhedrization for
                 Surface Area Estimation",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2059",
  pages =        "356--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:15 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2059.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/bibs/2059/20590356.htm;
                 http://link.springer-ny.com/link/service/series/0558/papers/2059/20590356.pdf",
  acknowledgement = ack-nhfb,
}

@Article{Liu:2001:SGS,
  author =       "Lifeng Liu and Stan Sclaroff",
  title =        "Shape-Guided Split and Merge of Image Regions",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2059",
  pages =        "367--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:15 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2059.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/bibs/2059/20590367.htm;
                 http://link.springer-ny.com/link/service/series/0558/papers/2059/20590367.pdf",
  acknowledgement = ack-nhfb,
}

@Article{LuengoHendriks:2001:RIM,
  author =       "Cris L. {Luengo Hendriks} and Lucas J. van Vliet",
  title =        "A Rotation-Invariant Morphology for Shape Analysis of
                 Anisotropic Objects and Structures",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2059",
  pages =        "378--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:15 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2059.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/bibs/2059/20590378.htm;
                 http://link.springer-ny.com/link/service/series/0558/papers/2059/20590378.pdf",
  acknowledgement = ack-nhfb,
}

@Article{Machrouh:2001:MFE,
  author =       "Youssef Machrouh and Jean-Sylvail Li{\'e}nard and
                 Philippe Tarroux",
  title =        "Multiscale Feature Extraction from the Visual
                 Environment in an Active Vision System",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2059",
  pages =        "388--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:15 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2059.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/bibs/2059/20590388.htm;
                 http://link.springer-ny.com/link/service/series/0558/papers/2059/20590388.pdf",
  acknowledgement = ack-nhfb,
}

@Article{Massad:2001:DSD,
  author =       "Amin Massad and Gerard Medioni",
  title =        "{$2$-D} Shape Decomposition into Overlapping Parts",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2059",
  pages =        "398--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:15 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2059.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/bibs/2059/20590398.htm;
                 http://link.springer-ny.com/link/service/series/0558/papers/2059/20590398.pdf",
  acknowledgement = ack-nhfb,
}

@Article{Mattavelli:2001:FLD,
  author =       "Marco Mattavelli and Vincent Noel and Edoardo Amaldi",
  title =        "Fast Line Detection Algorithms Based on Combinatorial
                 Optimization",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2059",
  pages =        "410--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:15 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2059.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/bibs/2059/20590410.htm;
                 http://link.springer-ny.com/link/service/series/0558/papers/2059/20590410.pdf",
  acknowledgement = ack-nhfb,
}

@Article{Nielsen:2001:KCP,
  author =       "Mads Nielsen and Ole Fogh Olsen and Michael Sig and M.
                 Sigurd",
  title =        "Koenderink Corner Points",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2059",
  pages =        "420--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:15 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2059.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/bibs/2059/20590420.htm;
                 http://link.springer-ny.com/link/service/series/0558/papers/2059/20590420.pdf",
  acknowledgement = ack-nhfb,
}

@Article{Nava:2001:DMW,
  author =       "Fernando P{\'e}rez Nava and Antonio Falc{\'o}n
                 Martel",
  title =        "Dynamic Models for Wavelet Representations of Shape",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2059",
  pages =        "431--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:15 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2059.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/bibs/2059/20590431.htm;
                 http://link.springer-ny.com/link/service/series/0558/papers/2059/20590431.pdf",
  acknowledgement = ack-nhfb,
}

@Article{Rosin:2001:SPS,
  author =       "Paul L. Rosin",
  title =        "Straightening and Partitioning Shapes",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2059",
  pages =        "440--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:15 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2059.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/bibs/2059/20590440.htm;
                 http://link.springer-ny.com/link/service/series/0558/papers/2059/20590440.pdf",
  acknowledgement = ack-nhfb,
}

@Article{Shaked:2001:ISP,
  author =       "Doron Shaked",
  title =        "Invariant Signatures from Polygonal Approximations of
                 Smooth Curves",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2059",
  pages =        "451--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:15 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2059.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/bibs/2059/20590451.htm;
                 http://link.springer-ny.com/link/service/series/0558/papers/2059/20590451.pdf",
  acknowledgement = ack-nhfb,
}

@Article{Bischof:2001:LCM,
  author =       "Walter F. Bischof and Terry Caelli",
  title =        "On the Learning of Complex Movement Sequences",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2059",
  pages =        "463--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:15 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2059.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/bibs/2059/20590463.htm;
                 http://link.springer-ny.com/link/service/series/0558/papers/2059/20590463.pdf",
  acknowledgement = ack-nhfb,
}

@Article{Comby:2001:PTR,
  author =       "Frederic Comby and Olivier Strauss and Marie-Jos{\'e}
                 Aldon",
  title =        "Possibility Theory and Rough Histograms for Motion
                 Estimation in a Video Sequence",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2059",
  pages =        "473--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:15 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2059.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/bibs/2059/20590473.htm;
                 http://link.springer-ny.com/link/service/series/0558/papers/2059/20590473.pdf",
  acknowledgement = ack-nhfb,
}

@Article{Cordella:2001:PSS,
  author =       "L. P. Cordella and P. Foggia and C. Sansone and F.
                 Tortorella and M. Vento",
  title =        "Prototyping Structural Shape Descriptions by Inductive
                 Learning",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2059",
  pages =        "484--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:15 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2059.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/bibs/2059/20590484.htm;
                 http://link.springer-ny.com/link/service/series/0558/papers/2059/20590484.pdf",
  acknowledgement = ack-nhfb,
}

@Article{Eriksen:2001:TST,
  author =       "Ren{\'e} Dencker Eriksen and Ivar Balslev",
  title =        "Training Space Truncation in Vision-Based
                 Recognition",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2059",
  pages =        "494--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:15 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2059.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/bibs/2059/20590494.htm;
                 http://link.springer-ny.com/link/service/series/0558/papers/2059/20590494.pdf",
  acknowledgement = ack-nhfb,
}

@Article{Stefano:2001:GCS,
  author =       "Claudio De Stefano and A. Della Cioppa and A. Marcelli
                 and F. Matarazzo",
  title =        "Grouping Character Shapes by Means of Genetic
                 Programming",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2059",
  pages =        "504--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:15 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2059.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/bibs/2059/20590504.htm;
                 http://link.springer-ny.com/link/service/series/0558/papers/2059/20590504.pdf",
  acknowledgement = ack-nhfb,
}

@Article{Elad:2001:PDU,
  author =       "Michael Elad and Yacov Hel-Or and Renato Keshet",
  title =        "Pattern Detection Using a Maximal Rejection
                 Classifier",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2059",
  pages =        "514--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:15 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2059.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/bibs/2059/20590514.htm;
                 http://link.springer-ny.com/link/service/series/0558/papers/2059/20590514.pdf",
  acknowledgement = ack-nhfb,
}

@Article{Gramopadhye:2001:VSV,
  author =       "A. K. Gramopadhye and Kartik Madhani",
  title =        "Visual Search and Visual Lobe Size",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2059",
  pages =        "525--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:15 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2059.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/bibs/2059/20590525.htm;
                 http://link.springer-ny.com/link/service/series/0558/papers/2059/20590525.pdf",
  acknowledgement = ack-nhfb,
}

@Article{Jacobs:2001:JWM,
  author =       "David Jacobs and Peter Belhumeur and Ian Jermyn",
  title =        "Judging Whether Multiple Silhouettes Can Come from the
                 Same Object",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2059",
  pages =        "532--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:15 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2059.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/bibs/2059/20590532.htm;
                 http://link.springer-ny.com/link/service/series/0558/papers/2059/20590532.pdf",
  acknowledgement = ack-nhfb,
}

@Article{Lachaud:2001:DDB,
  author =       "Jacques-Olivier Lachaud and Anne Vialard",
  title =        "Discrete Deformable Boundaries for the Segmentation of
                 Multidimensional Images",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2059",
  pages =        "542--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:15 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2059.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/bibs/2059/20590542.htm;
                 http://link.springer-ny.com/link/service/series/0558/papers/2059/20590542.pdf",
  acknowledgement = ack-nhfb,
}

@Article{Martin-Granel:2001:CME,
  author =       "Pierre Martin-Granel and Matthew Roach and John
                 Mason",
  title =        "Camera Motion Extraction Using Correlation for
                 Motion-Based Video Classification",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2059",
  pages =        "552--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:15 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2059.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/bibs/2059/20590552.htm;
                 http://link.springer-ny.com/link/service/series/0558/papers/2059/20590552.pdf",
  acknowledgement = ack-nhfb,
}

@Article{Mustafa:2001:MIO,
  author =       "Adnan A. Y. Mustafa",
  title =        "Matching Incomplete Objects Using Boundary
                 Signatures",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2059",
  pages =        "563--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:15 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2059.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/bibs/2059/20590563.htm;
                 http://link.springer-ny.com/link/service/series/0558/papers/2059/20590563.pdf",
  acknowledgement = ack-nhfb,
}

@Article{Odone:2001:GPM,
  author =       "Francesca Odone and Emanuele Trucco and Alessandro
                 Verri",
  title =        "General Purpose Matching of Grey Level Arbitrary
                 Images",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2059",
  pages =        "573--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:15 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2059.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/bibs/2059/20590573.htm;
                 http://link.springer-ny.com/link/service/series/0558/papers/2059/20590573.pdf",
  acknowledgement = ack-nhfb,
}

@Article{Pelillo:2001:MMM,
  author =       "Marcello Pelillo and Kaleem Siddiqi and Steven W.
                 Zucker",
  title =        "Many-to-many Matching of Attributed Trees Using
                 Association Graphs and Game Dynamics",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2059",
  pages =        "583--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:15 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2059.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/bibs/2059/20590583.htm;
                 http://link.springer-ny.com/link/service/series/0558/papers/2059/20590583.pdf",
  acknowledgement = ack-nhfb,
}

@Article{Robles-Kelly:2001:EMF,
  author =       "Antonio Robles-Kelly and Edwin R. Hancock",
  title =        "An Expectation-Maximisation Framework for Perceptual
                 Grouping",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2059",
  pages =        "594--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:15 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2059.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/bibs/2059/20590594.htm;
                 http://link.springer-ny.com/link/service/series/0558/papers/2059/20590594.pdf",
  acknowledgement = ack-nhfb,
}

@Article{Sebastian:2001:ABR,
  author =       "Thomas B. Sebastian and Philip N. Klein and Benjamin
                 B. Kimia",
  title =        "Alignment-Based Recognition of Shape Outlines",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2059",
  pages =        "606--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:15 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2059.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/bibs/2059/20590606.htm;
                 http://link.springer-ny.com/link/service/series/0558/papers/2059/20590606.pdf",
  acknowledgement = ack-nhfb,
}

@Article{Tascini:2001:BIS,
  author =       "Guido Tascini and A. Montesanto and R. Palombo and P.
                 Puliti",
  title =        "Behind the Image Sequence: The Semantics of Moving
                 Shapes",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2059",
  pages =        "619--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:15 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2059.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/bibs/2059/20590619.htm;
                 http://link.springer-ny.com/link/service/series/0558/papers/2059/20590619.pdf",
  acknowledgement = ack-nhfb,
}

@Article{Yi:2001:PHG,
  author =       "June-Ho Yi",
  title =        "Probabilistic Hypothesis Generation for Rapid {$3$D}
                 Object Recognition",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2059",
  pages =        "630--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:15 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2059.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/bibs/2059/20590630.htm;
                 http://link.springer-ny.com/link/service/series/0558/papers/2059/20590630.pdf",
  acknowledgement = ack-nhfb,
}

@Article{Brujic:2001:ESD,
  author =       "Djordje Brujic and Iain Ainsworth and Mihailo Ristic
                 and Vesna Brujic",
  title =        "Efficient Shape Description Using {NURBS}",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2059",
  pages =        "643--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:15 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2059.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/bibs/2059/20590643.htm;
                 http://link.springer-ny.com/link/service/series/0558/papers/2059/20590643.pdf",
  acknowledgement = ack-nhfb,
}

@Article{Floriani:2001:NMM,
  author =       "Leila De Floriani and Paola Magillo and Franco Morando
                 and Enrico Puppo",
  title =        "Non-manifold Multi-tessellation: From Meshes to Iconic
                 Representations of Objects",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2059",
  pages =        "654--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:15 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2059.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/bibs/2059/20590654.htm;
                 http://link.springer-ny.com/link/service/series/0558/papers/2059/20590654.pdf",
  acknowledgement = ack-nhfb,
}

@Article{Distasi:2001:IIC,
  author =       "Riccardo Distasi and Michele Nappi and Maurizio Tucci
                 and Sergio Vitulano",
  title =        "Image Indexing by Contour Analysis: {A} Comparison",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2059",
  pages =        "665--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:15 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2059.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/bibs/2059/20590665.htm;
                 http://link.springer-ny.com/link/service/series/0558/papers/2059/20590665.pdf",
  acknowledgement = ack-nhfb,
}

@Article{Imiya:2001:SRI,
  author =       "Atsushi Imiya and Kazuhiko Kawamoto",
  title =        "Shape Reconstruction from an Image Sequence",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2059",
  pages =        "677--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:15 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2059.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/bibs/2059/20590677.htm;
                 http://link.springer-ny.com/link/service/series/0558/papers/2059/20590677.pdf",
  acknowledgement = ack-nhfb,
}

@Article{Kumazawa:2001:SRM,
  author =       "Itsuo Kumazawa and Masayoshi Ohno",
  title =        "{$3$D} Shape Reconstruction from Multiple Silhouettes:
                 Generalization from Few Views by Neural Network
                 Learning",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2059",
  pages =        "687--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:15 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2059.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/bibs/2059/20590687.htm;
                 http://link.springer-ny.com/link/service/series/0558/papers/2059/20590687.pdf",
  acknowledgement = ack-nhfb,
}

@Article{Nishida:2001:RSI,
  author =       "Hirobumi Nishida",
  title =        "Robust Structural Indexing through Quasi-Invariant
                 Shape Signatures and Feature Generation",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2059",
  pages =        "696--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:15 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2059.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/bibs/2059/20590696.htm;
                 http://link.springer-ny.com/link/service/series/0558/papers/2059/20590696.pdf",
  acknowledgement = ack-nhfb,
}

@Article{Oh:2001:FRO,
  author =       "Beom-Soo Oh and Chang-Hun Kim",
  title =        "Fast Reconstruction of {$3$D} Objects from Single
                 Free-Hand Line Drawing",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2059",
  pages =        "706--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:15 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2059.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/bibs/2059/20590706.htm;
                 http://link.springer-ny.com/link/service/series/0558/papers/2059/20590706.pdf",
  acknowledgement = ack-nhfb,
}

@Article{Prasad:2001:CSI,
  author =       "B. G. Prasad and S. K. Gupta and K. K. Biswas",
  title =        "Color and Shape Index for Region-Based Image
                 Retrieval",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2059",
  pages =        "716--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:15 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2059.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/bibs/2059/20590716.htm;
                 http://link.springer-ny.com/link/service/series/0558/papers/2059/20590716.pdf",
  acknowledgement = ack-nhfb,
}

@Article{Bors:2001:VDD,
  author =       "Adrian G. Bors and Lefteris Kechagias and Ioannis
                 Pitas",
  title =        "Virtual Drilling in {$3$-D} Objects Reconstructed by
                 Shape-Based Interpolation",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2059",
  pages =        "729--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:15 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2059.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/bibs/2059/20590729.htm;
                 http://link.springer-ny.com/link/service/series/0558/papers/2059/20590729.pdf",
  acknowledgement = ack-nhfb,
}

@Article{Ruberto:2001:MIP,
  author =       "Cecilia Di Ruberto and Andrew Dempster and Shahid Khan
                 and Bill Jarra",
  title =        "Morphological Image Processing for Evaluating Malaria
                 Disease",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2059",
  pages =        "739--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:15 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2059.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/bibs/2059/20590739.htm;
                 http://link.springer-ny.com/link/service/series/0558/papers/2059/20590739.pdf",
  acknowledgement = ack-nhfb,
}

@Article{Garibotto:2001:BLP,
  author =       "Giovanni Garibotto",
  title =        "A Binocular License Plate Reader for High Precision
                 Speed Measurement",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2059",
  pages =        "749--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:15 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2059.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/bibs/2059/20590749.htm;
                 http://link.springer-ny.com/link/service/series/0558/papers/2059/20590749.pdf",
  acknowledgement = ack-nhfb,
}

@Article{Nagy:2001:VSA,
  author =       "George Nagy and Tong Zhang and W. R. Franklin and Eric
                 Landis and Edwin Nagy and Denis T. Keane",
  title =        "Volume and Surface Area Distributions of Cracks in
                 Concrete",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2059",
  pages =        "759--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:15 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2059.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/bibs/2059/20590759.htm;
                 http://link.springer-ny.com/link/service/series/0558/papers/2059/20590759.pdf",
  acknowledgement = ack-nhfb,
}

@Article{Neumann:2001:ILG,
  author =       "Jan Neumann and Hanan Samet and Aya Soffer",
  title =        "Integration of Local and Global Shape Analysis for
                 Logo Classification",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2059",
  pages =        "769--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:15 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2059.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/bibs/2059/20590769.htm;
                 http://link.springer-ny.com/link/service/series/0558/papers/2059/20590769.pdf",
  acknowledgement = ack-nhfb,
}

@Article{Perner:2001:MTA,
  author =       "Petra Perner",
  title =        "Motion Tracking of Animals for Behavior Analysis",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2059",
  pages =        "779--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:15 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2059.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/bibs/2059/20590779.htm;
                 http://link.springer-ny.com/link/service/series/0558/papers/2059/20590779.pdf",
  acknowledgement = ack-nhfb,
}

@Article{Wong:2001:HMA,
  author =       "Kwan-Yee K. Wong and Paulo R. S. Mendon{\c{c}}a and
                 Roberto Cipolla",
  title =        "Head Model Acquisition from Silhouettes",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2059",
  pages =        "787--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:15 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2059.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/bibs/2059/20590787.htm;
                 http://link.springer-ny.com/link/service/series/0558/papers/2059/20590787.pdf",
  acknowledgement = ack-nhfb,
}

@Article{Anonymous:2001:AIdf,
  author =       "Anonymous",
  title =        "Author Index",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2059",
  pages =        "797--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:15 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2059.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/papers/2059/2059auth.pdf",
  acknowledgement = ack-nhfb,
}

@Article{Tyagi:2001:MPJ,
  author =       "Satyam Tyagi and Paul Tarau and Armin Mikler",
  title =        "Multicast Protocols for Jinni Agents",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2060",
  pages =        "1--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:16 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2060.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/bibs/2060/20600001.htm;
                 http://link.springer-ny.com/link/service/series/0558/papers/2060/20600001.pdf",
  acknowledgement = ack-nhfb,
}

@Article{Eichler:2001:MSE,
  author =       "Gerald Eichler and Falk F{\"u}nfst{\"u}ck and Fabio
                 Ricciato and Anne Thomas and Charilaos Tsetsekas and
                 Martin Winter",
  title =        "Modern Software Engineering Methods for {IP-QoS}
                 Resource Pool Management",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2060",
  pages =        "19--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:16 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2060.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/bibs/2060/20600019.htm;
                 http://link.springer-ny.com/link/service/series/0558/papers/2060/20600019.pdf",
  acknowledgement = ack-nhfb,
}

@Article{Hoang:2001:AQSa,
  author =       "Dang-Hai Hoang and Dietrich Reschke and Werner Horn",
  title =        "Adaptive Quality of Service Management Using {QoS}
                 Proxy and User Feedback for Wireless Links",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2060",
  pages =        "31--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:16 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2060.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/bibs/2060/20600031.htm;
                 http://link.springer-ny.com/link/service/series/0558/papers/2060/20600031.pdf",
  acknowledgement = ack-nhfb,
}

@Article{Tsuji:2001:SEA,
  author =       "Tatsuo Tsuji and Hidetatsu Kawahara and Teruhisa
                 Hochin and Ken Higuchi",
  title =        "Sharing Extendible Arrays in a Distributed
                 Environment",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2060",
  pages =        "41--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:16 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2060.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/bibs/2060/20600041.htm;
                 http://link.springer-ny.com/link/service/series/0558/papers/2060/20600041.pdf",
  acknowledgement = ack-nhfb,
}

@Article{Deter:2001:PJL,
  author =       "Steffen Deter and Karsten Sohr",
  title =        "{Pini} --- {A} {Jini}-Like {Plug{\&}Play} Technology
                 for the {KVM\slash CLDC}",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2060",
  pages =        "53--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:16 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2060.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/bibs/2060/20600053.htm;
                 http://link.springer-ny.com/link/service/series/0558/papers/2060/20600053.pdf",
  acknowledgement = ack-nhfb,
}

@Article{Kastner:2001:DIS,
  author =       "Wolfgang Kastner and Markus Leupold",
  title =        "Discovering {Internet} Services: Integrating
                 Intelligent Home Automation Systems to Plug and Play
                 Networks",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2060",
  pages =        "67--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:16 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2060.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/bibs/2060/20600067.htm;
                 http://link.springer-ny.com/link/service/series/0558/papers/2060/20600067.pdf",
  acknowledgement = ack-nhfb,
}

@Article{Lukosch:2001:RSU,
  author =       "Stephan Lukosch and J{\"o}rg Roth",
  title =        "Reusing Single-User Applications to Create Multi-user
                 {Internet} Applications",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2060",
  pages =        "79--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:16 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2060.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/bibs/2060/20600079.htm;
                 http://link.springer-ny.com/link/service/series/0558/papers/2060/20600079.pdf",
  acknowledgement = ack-nhfb,
}

@Article{Deo:2001:GTW,
  author =       "Narsingh Deo and Pankaj Gupta",
  title =        "Graph-Theoretic {Web} Algorithms: An Overview",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2060",
  pages =        "91--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:16 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2060.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/bibs/2060/20600091.htm;
                 http://link.springer-ny.com/link/service/series/0558/papers/2060/20600091.pdf",
  acknowledgement = ack-nhfb,
}

@Article{Kim:2001:PTI,
  author =       "Yoo-Sung Kim and Ki-Chang Kim and Soo Duk Kim",
  title =        "Prefetching Tiled {Internet} Data Using a Neighbor
                 Selection {Markov} Chain",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2060",
  pages =        "103--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:16 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2060.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/bibs/2060/20600103.htm;
                 http://link.springer-ny.com/link/service/series/0558/papers/2060/20600103.pdf",
  acknowledgement = ack-nhfb,
}

@Article{Aguilar:2001:GAC,
  author =       "Jose Aguilar and Ernst Leiss",
  title =        "A General Adaptive Cache Coherency-Replacement Scheme
                 for Distributed Systems",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2060",
  pages =        "116--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:16 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2060.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/bibs/2060/20600116.htm;
                 http://link.springer-ny.com/link/service/series/0558/papers/2060/20600116.pdf",
  acknowledgement = ack-nhfb,
}

@Article{Rohit:2001:ABC,
  author =       "V. Robin Rohit and D. Sampath",
  title =        "Agents Based Collaborative Framework for {B2C}
                 Business Model and Related Services",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2060",
  pages =        "126--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:16 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2060.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/bibs/2060/20600126.htm;
                 http://link.springer-ny.com/link/service/series/0558/papers/2060/20600126.pdf",
  acknowledgement = ack-nhfb,
}

@Article{Gmelin:2001:ABD,
  author =       "Moritz Gmelin and Jochen Kreuzinger and Matthias
                 Pfeffer and Theo Ungerer",
  title =        "Agent-Based Distributed Computing with {JMessengers}",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2060",
  pages =        "134--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:16 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2060.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/bibs/2060/20600134.htm;
                 http://link.springer-ny.com/link/service/series/0558/papers/2060/20600134.pdf",
  acknowledgement = ack-nhfb,
}

@Article{Mikler:2001:ABW,
  author =       "Armin R. Mikler and Vivek S. Chokhani",
  title =        "Agent-Based Wave Computation: Towards Controlling the
                 Resource Demand",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2060",
  pages =        "146--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:16 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2060.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/bibs/2060/20600146.htm;
                 http://link.springer-ny.com/link/service/series/0558/papers/2060/20600146.pdf",
  acknowledgement = ack-nhfb,
}

@Article{dAmorim:2001:DJI,
  author =       "Marcelo d'Amorim and Carlos Ferraz",
  title =        "A Design for {JTrader}, an {Internet} Trading
                 Service",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2060",
  pages =        "159--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:16 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2060.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/bibs/2060/20600159.htm;
                 http://link.springer-ny.com/link/service/series/0558/papers/2060/20600159.pdf",
  acknowledgement = ack-nhfb,
}

@Article{Lonchamp:2001:CSD,
  author =       "Jacques Lonchamp and Fabrice Muller",
  title =        "Computer-Supported Deliberations for Distributed
                 Teams",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2060",
  pages =        "167--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:16 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2060.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/bibs/2060/20600167.htm;
                 http://link.springer-ny.com/link/service/series/0558/papers/2060/20600167.pdf",
  acknowledgement = ack-nhfb,
}

@Article{Sedov:2001:HSC,
  author =       "Igor Sedov and Marc Haase and Clemens Cap and Dirk
                 Timmermann",
  title =        "Hardware Security Concept for Spontaneous Network
                 Integration of Mobile Devices",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2060",
  pages =        "175--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:16 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2060.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/bibs/2060/20600175.htm;
                 http://link.springer-ny.com/link/service/series/0558/papers/2060/20600175.pdf",
  acknowledgement = ack-nhfb,
}

@Article{Anonymous:2001:AIdg,
  author =       "Anonymous",
  title =        "Author Index",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2060",
  pages =        "183--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:16 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2060.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/papers/2060/20600183.pdf",
  acknowledgement = ack-nhfb,
}

@Article{Hoffmann:2001:SCS,
  author =       "Christoph M. Hoffmann and Bo Yuan",
  title =        "On Spatial Constraint Solving Approaches",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2061",
  pages =        "1--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:17 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2061.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/bibs/2061/20610001.htm;
                 http://link.springer-ny.com/link/service/series/0558/papers/2061/20610001.pdf",
  acknowledgement = ack-nhfb,
}

@Article{Gao:2001:HMS,
  author =       "Xiao-Shan Gao and Lei-Dong Huang and Kun Jiang",
  title =        "A Hybrid Method for Solving Geometric Constraint
                 Problems",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2061",
  pages =        "16--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:17 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2061.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/bibs/2061/20610016.htm;
                 http://link.springer-ny.com/link/service/series/0558/papers/2061/20610016.pdf",
  acknowledgement = ack-nhfb,
}

@Article{Rouillier:2001:SBI,
  author =       "Fabrice Rouillier and Mohab Safey El Din and {\'E}ric
                 Schost",
  title =        "Solving the {Birkhoff} Interpolation Problem via the
                 Critical Point Method: An Experimental Study",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2061",
  pages =        "26--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:17 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2061.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/bibs/2061/20610026.htm;
                 http://link.springer-ny.com/link/service/series/0558/papers/2061/20610026.pdf",
  acknowledgement = ack-nhfb,
}

@Article{Yang:2001:PPA,
  author =       "Lu Yang and Ju Zhang",
  title =        "A Practical Program of Automated Proving for a Class
                 of Geometric Inequalities",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2061",
  pages =        "41--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:17 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2061.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/bibs/2061/20610041.htm;
                 http://link.springer-ny.com/link/service/series/0558/papers/2061/20610041.pdf",
  acknowledgement = ack-nhfb,
}

@Article{Tulone:2001:RZT,
  author =       "Daniela Tulone and Chee Yap and Chen Li",
  title =        "Randomized Zero Testing of Radical Expressions and
                 Elementary Geometry Theorem Proving",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2061",
  pages =        "58--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:17 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2061.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/bibs/2061/20610058.htm;
                 http://link.springer-ny.com/link/service/series/0558/papers/2061/20610058.pdf",
  acknowledgement = ack-nhfb,
}

@Article{Conti:2001:ASP,
  author =       "Pasqualina Conti and Carlo Traverso",
  title =        "Algebraic and Semialgebraic Proofs: Methods and
                 Paradoxes",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2061",
  pages =        "83--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:17 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2061.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/bibs/2061/20610083.htm;
                 http://link.springer-ny.com/link/service/series/0558/papers/2061/20610083.pdf",
  acknowledgement = ack-nhfb,
}

@Article{Bazzotti:2001:RGT,
  author =       "Laura Bazzotti and Giorgio Dalzotto and Lorenzo
                 Robbiano",
  title =        "Remarks on Geometric Theorem Proving",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2061",
  pages =        "104--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:17 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2061.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/bibs/2061/20610104.htm;
                 http://link.springer-ny.com/link/service/series/0558/papers/2061/20610104.pdf",
  acknowledgement = ack-nhfb,
}

@Article{Bulmer:2001:KTG,
  author =       "Michael Bulmer and Desmond Fearnley-Sander and Tim
                 Stokes",
  title =        "The Kinds of Truth of Geometry Theorems",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2061",
  pages =        "129--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:17 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2061.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/bibs/2061/20610129.htm;
                 http://link.springer-ny.com/link/service/series/0558/papers/2061/20610129.pdf",
  acknowledgement = ack-nhfb,
}

@Article{Stokes:2001:CCV,
  author =       "Tim Stokes and Michael Bulmer",
  title =        "A Complex Change of Variables for Geometrical
                 Reasoning",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2061",
  pages =        "143--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:17 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2061.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/bibs/2061/20610143.htm;
                 http://link.springer-ny.com/link/service/series/0558/papers/2061/20610143.pdf",
  acknowledgement = ack-nhfb,
}

@Article{Aubry:2001:RAS,
  author =       "Philippe Aubry and Dongming Wang",
  title =        "Reasoning about Surfaces Using Differential Zero and
                 Ideal Decomposition",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2061",
  pages =        "154--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:17 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2061.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/bibs/2061/20610154.htm;
                 http://link.springer-ny.com/link/service/series/0558/papers/2061/20610154.pdf",
  acknowledgement = ack-nhfb,
}

@Article{Bokowski:2001:EMC,
  author =       "J{\"u}rgen Bokowski",
  title =        "Effective Methods in Computational Synthetic
                 Geometry",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2061",
  pages =        "175--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:17 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2061.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/bibs/2061/20610175.htm;
                 http://link.springer-ny.com/link/service/series/0558/papers/2061/20610175.pdf",
  acknowledgement = ack-nhfb,
}

@Article{Kortenkamp:2001:DCD,
  author =       "Ulrich Kortenkamp and J{\"u}rgen Richter-Gebert",
  title =        "Decision Complexity in Dynamic Geometry",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2061",
  pages =        "193--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:17 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2061.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/bibs/2061/20610193.htm;
                 http://link.springer-ny.com/link/service/series/0558/papers/2061/20610193.pdf",
  acknowledgement = ack-nhfb,
}

@Article{Li:2001:ATP,
  author =       "Hongbo Li and Yihong Wu",
  title =        "Automated Theorem Proving in Incidence Geometry ---
                 {A} Bracket Algebra Based Elimination Method",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2061",
  pages =        "199--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:17 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2061.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/bibs/2061/20610199.htm;
                 http://link.springer-ny.com/link/service/series/0558/papers/2061/20610199.pdf",
  acknowledgement = ack-nhfb,
}

@Article{Havel:2001:QLA,
  author =       "Timothy F. Havel",
  title =        "Qubit Logic, Algebra and Geometry",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2061",
  pages =        "228--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:17 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2061.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/bibs/2061/20610228.htm;
                 http://link.springer-ny.com/link/service/series/0558/papers/2061/20610228.pdf",
  acknowledgement = ack-nhfb,
}

@Article{Fleuriot:2001:NGP,
  author =       "Jacques D. Fleuriot",
  title =        "Nonstandard Geometric Proofs",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2061",
  pages =        "246--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:17 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2061.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/bibs/2061/20610246.htm;
                 http://link.springer-ny.com/link/service/series/0558/papers/2061/20610246.pdf",
  acknowledgement = ack-nhfb,
}

@Article{Caferra:2001:EHT,
  author =       "Ricardo Caferra and Nicolas Peltier and Fran{\c{c}}ois
                 Puitg",
  title =        "Emphasizing Human Techniques in Automated Geometry
                 Theorem Proving: {A} Practical Realization",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2061",
  pages =        "268--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:17 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2061.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/bibs/2061/20610268.htm;
                 http://link.springer-ny.com/link/service/series/0558/papers/2061/20610268.pdf",
  acknowledgement = ack-nhfb,
}

@Article{Dehlinger:2001:HOI,
  author =       "Christophe Dehlinger and Jean-Fran{\c{c}}ois Dufourd
                 and Pascal Schreck",
  title =        "Higher-Order Intuitionistic Formalization and Proofs
                 in {Hilbert}'s Elementary Geometry",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2061",
  pages =        "306--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:17 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2061.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/bibs/2061/20610306.htm;
                 http://link.springer-ny.com/link/service/series/0558/papers/2061/20610306.pdf",
  acknowledgement = ack-nhfb,
}

@Article{Anonymous:2001:AIdh,
  author =       "Anonymous",
  title =        "Author Index",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2061",
  pages =        "325--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:17 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2061.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/papers/2061/2061auth.pdf",
  acknowledgement = ack-nhfb,
}

@Article{Nareyek:2001:I,
  author =       "Alexander Nareyek",
  title =        "1. Introduction",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2062",
  pages =        "1--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:18 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2062.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/bibs/2062/20620001.htm;
                 http://link.springer-ny.com/link/service/series/0558/papers/2062/20620001.pdf",
  acknowledgement = ack-nhfb,
}

@Article{Nareyek:2001:UGC,
  author =       "Alexander Nareyek",
  title =        "2. Using Global Constraints for Local Search",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2062",
  pages =        "25--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:18 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2062.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/bibs/2062/20620025.htm;
                 http://link.springer-ny.com/link/service/series/0558/papers/2062/20620025.pdf",
  acknowledgement = ack-nhfb,
}

@Article{Nareyek:2001:SCS,
  author =       "Alexander Nareyek",
  title =        "3. Structural Constraint Satisfaction",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2062",
  pages =        "47--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:18 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2062.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/bibs/2062/20620047.htm;
                 http://link.springer-ny.com/link/service/series/0558/papers/2062/20620047.pdf",
  acknowledgement = ack-nhfb,
}

@Article{Nareyek:2001:PM,
  author =       "Alexander Nareyek",
  title =        "4. The Planning Model",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2062",
  pages =        "69--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:18 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2062.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/bibs/2062/20620069.htm;
                 http://link.springer-ny.com/link/service/series/0558/papers/2062/20620069.pdf",
  acknowledgement = ack-nhfb,
}

@Article{Nareyek:2001:A,
  author =       "Alexander Nareyek",
  title =        "5. Application",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2062",
  pages =        "97--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:18 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2062.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/bibs/2062/20620097.htm;
                 http://link.springer-ny.com/link/service/series/0558/papers/2062/20620097.pdf",
  acknowledgement = ack-nhfb,
}

@Article{Nareyek:2001:C,
  author =       "Alexander Nareyek",
  title =        "6. Conclusion",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2062",
  pages =        "127--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:18 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2062.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/bibs/2062/20620127.htm;
                 http://link.springer-ny.com/link/service/series/0558/papers/2062/20620127.pdf",
  acknowledgement = ack-nhfb,
}

@Article{Nareyek:2001:FW,
  author =       "Alexander Nareyek",
  title =        "7. Future Work",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2062",
  pages =        "131--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:18 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2062.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/bibs/2062/20620131.htm;
                 http://link.springer-ny.com/link/service/series/0558/papers/2062/20620131.pdf",
  acknowledgement = ack-nhfb,
}

@Article{Nareyek:2001:IL,
  author =       "Alexander Nareyek",
  title =        "A. {Internet} Links",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2062",
  pages =        "135--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:18 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2062.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/bibs/2062/20620135.htm;
                 http://link.springer-ny.com/link/service/series/0558/papers/2062/20620135.pdf",
  acknowledgement = ack-nhfb,
}

@Article{Nareyek:2001:BSM,
  author =       "Alexander Nareyek",
  title =        "{B}. The {``Send More Money''} Problem",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2062",
  pages =        "139--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:18 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2062.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/bibs/2062/20620139.htm;
                 http://link.springer-ny.com/link/service/series/0558/papers/2062/20620139.pdf",
  acknowledgement = ack-nhfb,
}

@Article{Nareyek:2001:CCR,
  author =       "Alexander Nareyek",
  title =        "{C}. Choice Randomization",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2062",
  pages =        "141--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:18 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2062.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/bibs/2062/20620141.htm;
                 http://link.springer-ny.com/link/service/series/0558/papers/2062/20620141.pdf",
  acknowledgement = ack-nhfb,
}

@Article{Nareyek:2001:DES,
  author =       "Alexander Nareyek",
  title =        "{D}. Ensuring the Satisfaction of Structural
                 Constraints",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2062",
  pages =        "151--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:18 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2062.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/bibs/2062/20620151.htm;
                 http://link.springer-ny.com/link/service/series/0558/papers/2062/20620151.pdf",
  acknowledgement = ack-nhfb,
}

@Article{Anonymous:2001:Rc,
  author =       "Anonymous",
  title =        "References",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2062",
  pages =        "165--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:18 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2062.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/papers/2062/2062refe.pdf",
  acknowledgement = ack-nhfb,
}

@Article{Anonymous:2001:Ik,
  author =       "Anonymous",
  title =        "Index",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2062",
  pages =        "177--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:18 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2062.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/papers/2062/2062indx.pdf",
  acknowledgement = ack-nhfb,
}

@Article{Utgoff:2001:LCH,
  author =       "Paul E. Utgoff and Richard P. Cochran",
  title =        "A Least-Certainty Heuristic for Selective Search",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2063",
  pages =        "1--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:18 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2063.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/bibs/2063/20630001.htm;
                 http://link.springer-ny.com/link/service/series/0558/papers/2063/20630001.pdf",
  acknowledgement = ack-nhfb,
}

@Article{Thomsen:2001:LSG,
  author =       "Thomas Thomsen",
  title =        "Lambda-Search in Game Trees --- with Application to
                 Go",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2063",
  pages =        "19--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:18 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2063.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/bibs/2063/20630019.htm;
                 http://link.springer-ny.com/link/service/series/0558/papers/2063/20630019.pdf",
  acknowledgement = ack-nhfb,
}

@Article{Cazenave:2001:APS,
  author =       "Tristan Cazenave",
  title =        "Abstract Proof Search",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2063",
  pages =        "39--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:18 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2063.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/bibs/2063/20630039.htm;
                 http://link.springer-ny.com/link/service/series/0558/papers/2063/20630039.pdf",
  acknowledgement = ack-nhfb,
}

@Article{Sakuta:2001:SKL,
  author =       "Makoto Sakuta and Hiroyuki Iida",
  title =        "Solving {Kriegspiel}-Like Problems: Examining
                 Efficient Search Methods",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2063",
  pages =        "55--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:18 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2063.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/bibs/2063/20630055.htm;
                 http://link.springer-ny.com/link/service/series/0558/papers/2063/20630055.pdf",
  acknowledgement = ack-nhfb,
}

@Article{Lincke:2001:SAC,
  author =       "Thomas R. Lincke",
  title =        "Strategies for the Automatic Construction of Opening
                 Books",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2063",
  pages =        "74--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:18 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2063.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/bibs/2063/20630074.htm;
                 http://link.springer-ny.com/link/service/series/0558/papers/2063/20630074.pdf",
  acknowledgement = ack-nhfb,
}

@Article{vanderGoot:2001:ARA,
  author =       "Roel van der Goot",
  title =        "Awari Retrograde Analysis",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2063",
  pages =        "87--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:18 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2063.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/bibs/2063/20630087.htm;
                 http://link.springer-ny.com/link/service/series/0558/papers/2063/20630087.pdf",
  acknowledgement = ack-nhfb,
}

@Article{Fang:2001:CCC,
  author =       "Haw-ren Fang and Tsan-sheng Hsu and Shun-chin Hsu",
  title =        "Construction of {Chinese} Chess Endgame Databases by
                 Retrograde Analysis",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2063",
  pages =        "96--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:18 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2063.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/bibs/2063/20630096.htm;
                 http://link.springer-ny.com/link/service/series/0558/papers/2063/20630096.pdf",
  acknowledgement = ack-nhfb,
}

@Article{vanRijswijck:2001:LPD,
  author =       "Jack van Rijswijck",
  title =        "Learning from Perfection. {A} Data Mining Approach to
                 Evaluation Function Learning in Awari",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2063",
  pages =        "115--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:18 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2063.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/bibs/2063/20630115.htm;
                 http://link.springer-ny.com/link/service/series/0558/papers/2063/20630115.pdf",
  acknowledgement = ack-nhfb,
}

@Article{Levinson:2001:CNF,
  author =       "Robert Levinson and Ryan Weber",
  title =        "Chess Neighborhoods, Function Combination, and
                 Reinforcement Learning",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2063",
  pages =        "133--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:18 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2063.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/bibs/2063/20630133.htm;
                 http://link.springer-ny.com/link/service/series/0558/papers/2063/20630133.pdf",
  acknowledgement = ack-nhfb,
}

@Article{Ramon:2001:LGH,
  author =       "Jan Ramon and Tom Francis and Hendrik Blockeel",
  title =        "Learning a {Go} Heuristic with {{\sc Tilde}}",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2063",
  pages =        "151--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:18 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2063.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/bibs/2063/20630151.htm;
                 http://link.springer-ny.com/link/service/series/0558/papers/2063/20630151.pdf",
  acknowledgement = ack-nhfb,
}

@Article{Kocsis:2001:LTA,
  author =       "Levente Kocsis and Jos Uiterwijk and Jaap van den
                 Herik",
  title =        "Learning Time Allocation Using Neural Networks",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2063",
  pages =        "170--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:18 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2063.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/bibs/2063/20630170.htm;
                 http://link.springer-ny.com/link/service/series/0558/papers/2063/20630170.pdf",
  acknowledgement = ack-nhfb,
}

@Article{Slany:2001:CGR,
  author =       "Wolfgang Slany",
  title =        "The Complexity of Graph {Ramsey} Games",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2063",
  pages =        "186--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:18 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2063.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/bibs/2063/20630186.htm;
                 http://link.springer-ny.com/link/service/series/0558/papers/2063/20630186.pdf",
  acknowledgement = ack-nhfb,
}

@Article{Fraenkel:2001:VVM,
  author =       "Aviezri S. Fraenkel",
  title =        "Virus Versus Mankind",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2063",
  pages =        "204--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:18 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2063.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/bibs/2063/20630204.htm;
                 http://link.springer-ny.com/link/service/series/0558/papers/2063/20630204.pdf",
  acknowledgement = ack-nhfb,
}

@Article{Lorentz:2001:CDI,
  author =       "Richard J. Lorentz",
  title =        "Creating Difficult Instances of the Post
                 Correspondence Problem",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2063",
  pages =        "214--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:18 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2063.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/bibs/2063/20630214.htm;
                 http://link.springer-ny.com/link/service/series/0558/papers/2063/20630214.pdf",
  acknowledgement = ack-nhfb,
}

@Article{Kiyomi:2001:IPB,
  author =       "Masashi Kiyomi and Tomomi Matsui",
  title =        "Integer Programming Based Algorithms for Peg Solitaire
                 Problems",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2063",
  pages =        "229--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:18 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2063.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/bibs/2063/20630229.htm;
                 http://link.springer-ny.com/link/service/series/0558/papers/2063/20630229.pdf",
  acknowledgement = ack-nhfb,
}

@Article{Crasmaru:2001:LPC,
  author =       "Marcel Cr{\^a}smaru and John Tromp",
  title =        "Ladders Are {PSPACE}-Complete",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2063",
  pages =        "241--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:18 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2063.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/bibs/2063/20630241.htm;
                 http://link.springer-ny.com/link/service/series/0558/papers/2063/20630241.pdf",
  acknowledgement = ack-nhfb,
}

@Article{Buro:2001:SAE,
  author =       "Michael Buro",
  title =        "Simple Amazons Endgames and Their Connection to
                 {Hamilton} Circuits in Cubic Subgrid Graphs",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2063",
  pages =        "250--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:18 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2063.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/bibs/2063/20630250.htm;
                 http://link.springer-ny.com/link/service/series/0558/papers/2063/20630250.pdf",
  acknowledgement = ack-nhfb,
}

@Article{Heinz:2001:NSP,
  author =       "Ernst A. Heinz",
  title =        "New Self-Play Results in Computer Chess",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2063",
  pages =        "262--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:18 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2063.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/bibs/2063/20630262.htm;
                 http://link.springer-ny.com/link/service/series/0558/papers/2063/20630262.pdf",
  acknowledgement = ack-nhfb,
}

@Article{Rollason:2001:SSS,
  author =       "Jeff Rollason",
  title =        "{SUPER--SOMA} --- Solving Tactical Exchanges in Shogi
                 without Tree Searching",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2063",
  pages =        "277--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:18 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2063.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/bibs/2063/20630277.htm;
                 http://link.springer-ny.com/link/service/series/0558/papers/2063/20630277.pdf",
  acknowledgement = ack-nhfb,
}

@Article{Hori:2001:SPF,
  author =       "Youhei Hori and Minenobu Seki and Reijer Grimbergen
                 and Tsutomu Maruyama and Tsutomu Hoshino",
  title =        "A Shogi Processor with a Field Programmable Gate
                 Array",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2063",
  pages =        "297--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:18 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2063.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/bibs/2063/20630297.htm;
                 http://link.springer-ny.com/link/service/series/0558/papers/2063/20630297.pdf",
  acknowledgement = ack-nhfb,
}

@Article{Grimbergen:2001:PMG,
  author =       "Reijer Grimbergen",
  title =        "Plausible Move Generation Using Move Merit Analysis
                 with Cut-Off Thresholds in Shogi",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2063",
  pages =        "315--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:18 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2063.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/bibs/2063/20630315.htm;
                 http://link.springer-ny.com/link/service/series/0558/papers/2063/20630315.pdf",
  acknowledgement = ack-nhfb,
}

@Article{Shi:2001:AMG,
  author =       "Jiefu Shi and Michael L. Littman",
  title =        "Abstraction Methods for Game Theoretic Poker",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2063",
  pages =        "333--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:18 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2063.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/bibs/2063/20630333.htm;
                 http://link.springer-ny.com/link/service/series/0558/papers/2063/20630333.pdf",
  acknowledgement = ack-nhfb,
}

@Article{Ando:2001:RAC,
  author =       "Takahisa Ando and Takao Uehara",
  title =        "Reasoning by Agents in Computer Bridge Bidding",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2063",
  pages =        "346--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:18 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2063.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/bibs/2063/20630346.htm;
                 http://link.springer-ny.com/link/service/series/0558/papers/2063/20630346.pdf",
  acknowledgement = ack-nhfb,
}

@Article{Stilman:2001:LGS,
  author =       "Boris Stilman",
  title =        "Linguistic Geometry for Solving War Games",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2063",
  pages =        "365--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:18 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2063.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/bibs/2063/20630365.htm;
                 http://link.springer-ny.com/link/service/series/0558/papers/2063/20630365.pdf",
  acknowledgement = ack-nhfb,
}

@Article{Tainaka:2001:PER,
  author =       "Kei-ichi Tainaka",
  title =        "Physics and Ecology of Rock-Paper-Scissors Game",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2063",
  pages =        "384--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:18 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2063.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/bibs/2063/20630384.htm;
                 http://link.springer-ny.com/link/service/series/0558/papers/2063/20630384.pdf",
  acknowledgement = ack-nhfb,
}

@Article{Littman:2001:RCL,
  author =       "Michael L. Littman",
  title =        "Review: Computer Language Games",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2063",
  pages =        "396--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:18 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2063.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/bibs/2063/20630396.htm;
                 http://link.springer-ny.com/link/service/series/0558/papers/2063/20630396.pdf",
  acknowledgement = ack-nhfb,
}

@Article{Muller:2001:RCG,
  author =       "Martin M{\"u}ller",
  title =        "Review: Computer Go 1984-2000",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2063",
  pages =        "405--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:18 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2063.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/bibs/2063/20630405.htm;
                 http://link.springer-ny.com/link/service/series/0558/papers/2063/20630405.pdf",
  acknowledgement = ack-nhfb,
}

@Article{Nareyek:2001:RIA,
  author =       "Alexander Nareyek",
  title =        "Review: Intelligent Agents for Computer Games",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2063",
  pages =        "414--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:18 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2063.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/bibs/2063/20630414.htm;
                 http://link.springer-ny.com/link/service/series/0558/papers/2063/20630414.pdf",
  acknowledgement = ack-nhfb,
}

@Article{Noda:2001:RRT,
  author =       "Itsuki Noda and Ian Frank",
  title =        "Review: {RoboCup} through 2000",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2063",
  pages =        "423--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:18 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2063.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/bibs/2063/20630423.htm;
                 http://link.springer-ny.com/link/service/series/0558/papers/2063/20630423.pdf",
  acknowledgement = ack-nhfb,
}

@Article{Takizawa:2001:RCS,
  author =       "Takenobu Takizawa and Reijer Grimbergen",
  title =        "Review: Computer Shogi through 2000",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2063",
  pages =        "433--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:18 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2063.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/bibs/2063/20630433.htm;
                 http://link.springer-ny.com/link/service/series/0558/papers/2063/20630433.pdf",
  acknowledgement = ack-nhfb,
}

@Article{Anonymous:2001:AIdi,
  author =       "Anonymous",
  title =        "Author Index",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2063",
  pages =        "443--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:18 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2063.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/papers/2063/2063ind.pdf",
  acknowledgement = ack-nhfb,
}

@Article{Blanck:2001:ERS,
  author =       "Jens Blanck",
  title =        "Effectivity of Regular Spaces",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2064",
  pages =        "1--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:19 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2064.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/bibs/2064/20640001.htm;
                 http://link.springer-ny.com/link/service/series/0558/papers/2064/20640001.pdf",
  acknowledgement = ack-nhfb,
}

@Article{Dunlop:2001:DUR,
  author =       "Anthony J. Dunlop and Marian Boykan Pour-El",
  title =        "The Degree of Unsolvability of a Real Number",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2064",
  pages =        "16--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:19 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2064.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/bibs/2064/20640016.htm;
                 http://link.springer-ny.com/link/service/series/0558/papers/2064/20640016.pdf",
  acknowledgement = ack-nhfb,
}

@Article{Gowland:2001:SEA,
  author =       "Paul Gowland and David Lester",
  title =        "A Survey of Exact Arithmetic Implementations",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2064",
  pages =        "30--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:19 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2064.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/bibs/2064/20640030.htm;
                 http://link.springer-ny.com/link/service/series/0558/papers/2064/20640030.pdf",
  acknowledgement = ack-nhfb,
}

@Article{Hemmerling:2001:SRE,
  author =       "Armin Hemmerling",
  title =        "Standard Representations of Effective Metric Spaces",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2064",
  pages =        "48--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:19 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2064.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/bibs/2064/20640048.htm;
                 http://link.springer-ny.com/link/service/series/0558/papers/2064/20640048.pdf",
  acknowledgement = ack-nhfb,
}

@Article{Hertling:2001:BMC,
  author =       "Peter Hertling",
  title =        "{Banach-Mazur} Computable Functions on Metric Spaces",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2064",
  pages =        "69--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:19 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2064.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/bibs/2064/20640069.htm;
                 http://link.springer-ny.com/link/service/series/0558/papers/2064/20640069.pdf",
  acknowledgement = ack-nhfb,
}

@Article{Hur:2001:GRO,
  author =       "Namhyun Hur and James H. Davenport",
  title =        "A Generic Root Operation for Exact Real Arithmetic",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2064",
  pages =        "82--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:19 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2064.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/bibs/2064/20640082.htm;
                 http://link.springer-ny.com/link/service/series/0558/papers/2064/20640082.pdf",
  acknowledgement = ack-nhfb,
}

@Article{Kamo:2001:ECT,
  author =       "Hiroyasu Kamo",
  title =        "Effective Contraction Theorem and Its Application",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2064",
  pages =        "88--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:19 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2064.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/bibs/2064/20640088.htm;
                 http://link.springer-ny.com/link/service/series/0558/papers/2064/20640088.pdf",
  acknowledgement = ack-nhfb,
}

@Article{Kapoulas:2001:PTC,
  author =       "George Kapoulas",
  title =        "Polynomially Time Computable Functions over $p$-Adic
                 Fields",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2064",
  pages =        "101--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:19 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2064.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/bibs/2064/20640101.htm;
                 http://link.springer-ny.com/link/service/series/0558/papers/2064/20640101.pdf",
  acknowledgement = ack-nhfb,
}

@Article{Kohlenbach:2001:CCK,
  author =       "Ulrich Kohlenbach",
  title =        "On the Computational Content of the Krasnoselski and
                 Ishikawa Fixed Point Theorems",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2064",
  pages =        "119--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:19 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2064.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/bibs/2064/20640119.htm;
                 http://link.springer-ny.com/link/service/series/0558/papers/2064/20640119.pdf",
  acknowledgement = ack-nhfb,
}

@Article{Korovina:2001:FCO,
  author =       "Margarita V. Korovina and Oleg V. Kudinov",
  title =        "Formalisation of Computability of Operators and
                 Real-Valued Functionals via Domain Theory",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2064",
  pages =        "146--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:19 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2064.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/bibs/2064/20640146.htm;
                 http://link.springer-ny.com/link/service/series/0558/papers/2064/20640146.pdf",
  acknowledgement = ack-nhfb,
}

@Article{Krznaric:2001:CRA,
  author =       "Marko Krznari{\'c}",
  title =        "Computing a Required Absolute Precision from a Stream
                 of Linear Fractional Transformations",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2064",
  pages =        "169--186",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:19 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2064.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/bibs/2064/20640169.htm;
                 http://link.springer-ny.com/link/service/series/0558/papers/2064/20640169.pdf",
  acknowledgement = ack-nhfb,
}

@Article{Meyssonnier:2001:AF,
  author =       "Charles Meyssonnier and Paolo Boldi and Sebastiano
                 Vigna",
  title =        "$\delta$-Approximable Functions",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2064",
  pages =        "187--199",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:19 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2064.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/bibs/2064/20640187.htm;
                 http://link.springer-ny.com/link/service/series/0558/papers/2064/20640187.pdf",
  acknowledgement = ack-nhfb,
}

@Article{Mori:2001:CFC,
  author =       "Takakazu Mori",
  title =        "Computabilities of Fine-Continuous Functions",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2064",
  pages =        "200--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:19 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2064.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/bibs/2064/20640200.htm;
                 http://link.springer-ny.com/link/service/series/0558/papers/2064/20640200.pdf",
  acknowledgement = ack-nhfb,
}

@Article{Muller:2001:IEA,
  author =       "Norbert Th. M{\"u}ller",
  title =        "The {iRRAM}: Exact Arithmetic in {C++}",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2064",
  pages =        "222--252",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:19 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2064.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/bibs/2064/20640222.htm;
                 http://link.springer-ny.com/link/service/series/0558/papers/2064/20640222.pdf",
  acknowledgement = ack-nhfb,
}

@Article{Richardson:2001:UC,
  author =       "Daniel Richardson",
  title =        "The Uniformity Conjecture",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2064",
  pages =        "253--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:19 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2064.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/bibs/2064/20640253.htm;
                 http://link.springer-ny.com/link/service/series/0558/papers/2064/20640253.pdf",
  acknowledgement = ack-nhfb,
}

@Article{Schroder:2001:ARL,
  author =       "Matthias Schr{\"o}der",
  title =        "Admissible Representations of Limit Spaces",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2064",
  pages =        "273--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:19 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2064.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/bibs/2064/20640273.htm;
                 http://link.springer-ny.com/link/service/series/0558/papers/2064/20640273.pdf",
  acknowledgement = ack-nhfb,
}

@Article{Skordev:2001:CCR,
  author =       "Dimiter Skordev",
  title =        "Characterization of the Computable Real Numbers by
                 Means of Primitive Recursive Functions",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2064",
  pages =        "296--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:19 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2064.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/bibs/2064/20640296.htm;
                 http://link.springer-ny.com/link/service/series/0558/papers/2064/20640296.pdf",
  acknowledgement = ack-nhfb,
}

@Article{Takeuti:2001:EFP,
  author =       "Izumi Takeuti",
  title =        "Effective Fixed Point Theorem over a Non-computably
                 Separable Metric Space",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2064",
  pages =        "310--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:19 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2064.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/bibs/2064/20640310.htm;
                 http://link.springer-ny.com/link/service/series/0558/papers/2064/20640310.pdf",
  acknowledgement = ack-nhfb,
}

@Article{Tsuiki:2001:CDT,
  author =       "Hideki Tsuiki",
  title =        "Computational Dimension of Topological Spaces",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2064",
  pages =        "323--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:19 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2064.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/bibs/2064/20640323.htm;
                 http://link.springer-ny.com/link/service/series/0558/papers/2064/20640323.pdf",
  acknowledgement = ack-nhfb,
}

@Article{Tsujii:2001:SPE,
  author =       "Yoshiki Tsujii and Mariko Yasugi and Takakazu Mori",
  title =        "Some Properties of the Effective Uniform Topological
                 Space",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2064",
  pages =        "336--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:19 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2064.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/bibs/2064/20640336.htm;
                 http://link.springer-ny.com/link/service/series/0558/papers/2064/20640336.pdf",
  acknowledgement = ack-nhfb,
}

@Article{Weihrauch:2001:CMS,
  author =       "Klaus Weihrauch",
  title =        "On Computable Metric Spaces {Tietze-Urysohn} Extension
                 Is Computable",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2064",
  pages =        "357--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:19 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2064.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/bibs/2064/20640357.htm;
                 http://link.springer-ny.com/link/service/series/0558/papers/2064/20640357.pdf",
  acknowledgement = ack-nhfb,
}

@Article{Weihrauch:2001:LSP,
  author =       "Klaus Weihrauch and Ning Zhong",
  title =        "Is the Linear {Schr{\"o}dinger} Propagator {Turing}
                 Computable?",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2064",
  pages =        "369--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:19 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2064.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/bibs/2064/20640369.htm;
                 http://link.springer-ny.com/link/service/series/0558/papers/2064/20640369.pdf",
  acknowledgement = ack-nhfb,
}

@Article{Ziegler:2001:CST,
  author =       "Martin Ziegler and Vasco Brattka",
  title =        "A Computable Spectral Theorem",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2064",
  pages =        "378--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:19 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2064.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/bibs/2064/20640378.htm;
                 http://link.springer-ny.com/link/service/series/0558/papers/2064/20640378.pdf",
  acknowledgement = ack-nhfb,
}

@Article{Blanck:2001:ERA,
  author =       "Jens Blanck",
  title =        "Exact Real Arithmetic Systems: Results of
                 Competition",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2064",
  pages =        "389--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:19 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2064.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/bibs/2064/20640389.htm;
                 http://link.springer-ny.com/link/service/series/0558/papers/2064/20640389.pdf",
  acknowledgement = ack-nhfb,
}

@Article{Anonymous:2001:AIdj,
  author =       "Anonymous",
  title =        "Author Index",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2064",
  pages =        "395--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:19 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2064.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/papers/2064/20640395.pdf",
  acknowledgement = ack-nhfb,
}

@Article{Turker:2001:SES,
  author =       "Can T{\"u}rker",
  title =        "Schema Evolution in {SQL-99} and Commercial
                 (Object-)Relational {DBMS}",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2065",
  pages =        "1--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:20 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2065.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/bibs/2065/20650001.htm;
                 http://link.springer-ny.com/link/service/series/0558/papers/2065/20650001.pdf",
  acknowledgement = ack-nhfb,
}

@Article{Aoumeur:2001:CMR,
  author =       "Nasreddine Aoumeur and Gunter Saake",
  title =        "Consistency Management in Runtime Evolving Concurrent
                 Information Systems: {A} {CO--NETS}-Based Approach",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2065",
  pages =        "33--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:20 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2065.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/bibs/2065/20650033.htm;
                 http://link.springer-ny.com/link/service/series/0558/papers/2065/20650033.pdf",
  acknowledgement = ack-nhfb,
}

@Article{Balko:2001:AST,
  author =       "S{\"o}ren Balko",
  title =        "Adaptive Specifications of Technical Information
                 Systems",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2065",
  pages =        "61--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:20 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2065.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/bibs/2065/20650061.htm;
                 http://link.springer-ny.com/link/service/series/0558/papers/2065/20650061.pdf",
  acknowledgement = ack-nhfb,
}

@Article{Claypool:2001:ESS,
  author =       "Kajal T. Claypool and Elke A. Rundensteiner and George
                 T. Heineman",
  title =        "Evolving the Software of a Schema Evolution System",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2065",
  pages =        "68--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:20 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2065.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/bibs/2065/20650068.htm;
                 http://link.springer-ny.com/link/service/series/0558/papers/2065/20650068.pdf",
  acknowledgement = ack-nhfb,
}

@Article{Franconi:2001:SEV,
  author =       "Enrico Franconi and Fabio Grandi and Federica
                 Mandreoli",
  title =        "Schema Evolution and Versioning: {A} Logical and
                 Computational Characterisation",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2065",
  pages =        "85--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:20 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2065.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/bibs/2065/20650085.htm;
                 http://link.springer-ny.com/link/service/series/0558/papers/2065/20650085.pdf",
  acknowledgement = ack-nhfb,
}

@Article{Gelbard:2001:TBC,
  author =       "Roy Gelbard and Asher Gilmour",
  title =        "Temporal Branching as a Conflict Management
                 Technique",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2065",
  pages =        "100--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:20 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2065.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/bibs/2065/20650100.htm;
                 http://link.springer-ny.com/link/service/series/0558/papers/2065/20650100.pdf",
  acknowledgement = ack-nhfb,
}

@Article{Jensen:2001:ER,
  author =       "Ole G. Jensen and Michael H. B{\"o}hlen",
  title =        "Evolving Relations",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2065",
  pages =        "115--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:20 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2065.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/bibs/2065/20650115.htm;
                 http://link.springer-ny.com/link/service/series/0558/papers/2065/20650115.pdf",
  acknowledgement = ack-nhfb,
}

@Article{McFadyen:2001:QMI,
  author =       "Ron McFadyen and Fung-Yee Chan",
  title =        "{QFD} Matrix for Incremental Construction of a
                 Warehouse via Data Marts",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2065",
  pages =        "133--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:20 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2065.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/bibs/2065/20650133.htm;
                 http://link.springer-ny.com/link/service/series/0558/papers/2065/20650133.pdf",
  acknowledgement = ack-nhfb,
}

@Article{Peters:2001:CPA,
  author =       "Randal J. Peters and Ken Barker",
  title =        "Change Propagation in an Axiomatic Model of Schema
                 Evolution for Objectbase Management Systems",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2065",
  pages =        "142--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:20 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2065.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/bibs/2065/20650142.htm;
                 http://link.springer-ny.com/link/service/series/0558/papers/2065/20650142.pdf",
  acknowledgement = ack-nhfb,
}

@Article{Saake:2001:EOC,
  author =       "Gunter Saake and Can T{\"u}rker and Stefan Conrad",
  title =        "Evolving Objects: Conceptual Description of Adaptive
                 Information Systems",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2065",
  pages =        "163--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:20 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2065.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/bibs/2065/20650163.htm;
                 http://link.springer-ny.com/link/service/series/0558/papers/2065/20650163.pdf",
  acknowledgement = ack-nhfb,
}

@Article{Su:2001:EOQ,
  author =       "Hong Su and Kajal T. Claypool and Elke A.
                 Rundensteiner",
  title =        "Extending the Object Query Language for Transparent
                 Metadata Access",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2065",
  pages =        "182--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:20 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2065.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/bibs/2065/20650182.htm;
                 http://link.springer-ny.com/link/service/series/0558/papers/2065/20650182.pdf",
  acknowledgement = ack-nhfb,
}

@Article{Terrasse:2001:MAE,
  author =       "Marie-No{\"e}lle Terrasse",
  title =        "A Metamodeling Approach to Evolution",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2065",
  pages =        "202--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:20 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2065.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/bibs/2065/20650202.htm;
                 http://link.springer-ny.com/link/service/series/0558/papers/2065/20650202.pdf",
  acknowledgement = ack-nhfb,
}

@Article{Wedemeijer:2001:DMC,
  author =       "Lex Wedemeijer",
  title =        "Defining Metrics for Conceptual Schema Evolution",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2065",
  pages =        "220--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:20 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2065.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/bibs/2065/20650220.htm;
                 http://link.springer-ny.com/link/service/series/0558/papers/2065/20650220.pdf",
  acknowledgement = ack-nhfb,
}

@Article{Anonymous:2001:AIdk,
  author =       "Anonymous",
  title =        "Author Index",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2065",
  pages =        "245--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:20 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2065.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/papers/2065/2065auth.pdf",
  acknowledgement = ack-nhfb,
}

@Article{Abdeddaim:2001:SDM,
  author =       "Sa{\"\i}d Abdedda{\"\i}m and Burkhard Morgenstern",
  title =        "Speeding Up the {DIALIGN} Multiple Alignment Program
                 by Using the `Greedy Alignment of {BIOlogical}
                 Sequences {LIBrary}' {(GABIOS-LIB)}",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2066",
  pages =        "1--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:21 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2066.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/bibs/2066/20660001.htm;
                 http://link.springer-ny.com/link/service/series/0558/papers/2066/20660001.pdf",
  acknowledgement = ack-nhfb,
}

@Article{Broner:2001:GKB,
  author =       "G. Broner and B. Spataro and C. Gautier and F.
                 Rechenmann",
  title =        "{GeMCore}, a Knowledge Base Dedicated to Mapping
                 Mammalian Genomes",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2066",
  pages =        "12--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:21 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2066.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/bibs/2066/20660012.htm;
                 http://link.springer-ny.com/link/service/series/0558/papers/2066/20660012.pdf",
  acknowledgement = ack-nhfb,
}

@Article{Bryant:2001:OAS,
  author =       "David Bryant",
  title =        "Optimal Agreement Supertrees",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2066",
  pages =        "24--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:21 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2066.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/bibs/2066/20660024.htm;
                 http://link.springer-ny.com/link/service/series/0558/papers/2066/20660024.pdf",
  acknowledgement = ack-nhfb,
}

@Article{Gueguen:2001:SMP,
  author =       "Laurent Gu{\'e}guen",
  title =        "Segmentation by Maximal Predictive Partitioning
                 According to Composition Biases",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2066",
  pages =        "32--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:21 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2066.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/bibs/2066/20660032.htm;
                 http://link.springer-ny.com/link/service/series/0558/papers/2066/20660032.pdf",
  acknowledgement = ack-nhfb,
}

@Article{Guenoche:2001:CWC,
  author =       "Alain Gu{\'e}noche and Henri Garreta",
  title =        "Can We Have Confidence in a Tree Representation?",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2066",
  pages =        "45--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:21 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2066.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/bibs/2066/20660045.htm;
                 http://link.springer-ny.com/link/service/series/0558/papers/2066/20660045.pdf",
  acknowledgement = ack-nhfb,
}

@Article{Makeev:2001:BAD,
  author =       "Vsevolod Makeev and Vasily Ramensky and Mikhail
                 Gelfand and Mikhail Roytberg and Vladimir Tumanyan",
  title =        "Bayesian Approach to {DNA} Segmentation into Regions
                 with Different Average Nucleotide Composition",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2066",
  pages =        "57--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:21 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2066.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/bibs/2066/20660057.htm;
                 http://link.springer-ny.com/link/service/series/0558/papers/2066/20660057.pdf",
  acknowledgement = ack-nhfb,
}

@Article{Mercier:2001:EAD,
  author =       "Sabine Mercier and Dominique Cellier and
                 Fran{\c{c}}ois Charlot and Jean-Jacques Daudin",
  title =        "Exact and Asymptotic Distribution of the Local Score
                 of One i.i.d. Random Sequence",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2066",
  pages =        "74--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:21 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2066.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/bibs/2066/20660074.htm;
                 http://link.springer-ny.com/link/service/series/0558/papers/2066/20660074.pdf",
  acknowledgement = ack-nhfb,
}

@Article{Ranwez:2001:PRA,
  author =       "Vincent Ranwez and Olivier Gascuel",
  title =        "Phylogenetic Reconstruction Algorithms Based on
                 Weighted $4$-Trees",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2066",
  pages =        "84--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:21 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2066.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/bibs/2066/20660084.htm;
                 http://link.springer-ny.com/link/service/series/0558/papers/2066/20660084.pdf",
  acknowledgement = ack-nhfb,
}

@Article{Regnier:2001:CCW,
  author =       "Mireille R{\'e}gnier",
  title =        "Computational Complexity of Word Counting",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2066",
  pages =        "99--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:21 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2066.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/bibs/2066/20660099.htm;
                 http://link.springer-ny.com/link/service/series/0558/papers/2066/20660099.pdf",
  acknowledgement = ack-nhfb,
}

@Article{Schiex:2001:EEG,
  author =       "Thomas Schiex and Annick Moisan and Pierre Rouz{\'e}",
  title =        "{EUG{\`E}NE}: An Eukaryotic Gene Finder That Combines
                 Several Sources of Evidence",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2066",
  pages =        "111--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:21 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2066.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/bibs/2066/20660111.htm;
                 http://link.springer-ny.com/link/service/series/0558/papers/2066/20660111.pdf",
  acknowledgement = ack-nhfb,
}

@Article{Semple:2001:TRC,
  author =       "Charles Semple and Mike Steel",
  title =        "Tree Reconstruction via a Closure Operation on Partial
                 Splits",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2066",
  pages =        "126--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:21 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2066.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/bibs/2066/20660126.htm;
                 http://link.springer-ny.com/link/service/series/0558/papers/2066/20660126.pdf",
  acknowledgement = ack-nhfb,
}

@Article{Thierry-Mieg:2001:IPO,
  author =       "Nicolas Thierry-Mieg and Laurent Trilling",
  title =        "{InterDB}, a Prediction-Oriented Protein Interaction
                 Database for {C}. elegans",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2066",
  pages =        "135--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:21 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2066.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/bibs/2066/20660135.htm;
                 http://link.springer-ny.com/link/service/series/0558/papers/2066/20660135.pdf",
  acknowledgement = ack-nhfb,
}

@Article{vanHelden:2001:ARS,
  author =       "Jacques van Helden and David Gilbert and Lorenz
                 Wernisch and Michael Schroeder and Shoshana Wodak",
  title =        "Application of Regulatory Sequence Analysis and
                 Metabolic Network Analysis to the Interpretation of
                 Gene Expression Data",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2066",
  pages =        "147--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:21 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2066.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/bibs/2066/20660147.htm;
                 http://link.springer-ny.com/link/service/series/0558/papers/2066/20660147.pdf",
  acknowledgement = ack-nhfb,
}

@Article{Anonymous:2001:AIdl,
  author =       "Anonymous",
  title =        "Author Index",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2066",
  pages =        "165--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:21 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2066.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/papers/2066/2066auth.pdf",
  acknowledgement = ack-nhfb,
}

@Article{Merz:2001:MCT,
  author =       "Stephan Merz",
  title =        "Model Checking: {A} Tutorial Overview",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2067",
  pages =        "3--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:22 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2067.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/bibs/2067/20670003.htm;
                 http://link.springer-ny.com/link/service/series/0558/papers/2067/20670003.pdf",
  acknowledgement = ack-nhfb,
}

@Article{Rushby:2001:TPV,
  author =       "John Rushby",
  title =        "Theorem Proving for Verification",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2067",
  pages =        "39--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:22 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2067.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/bibs/2067/20670039.htm;
                 http://link.springer-ny.com/link/service/series/0558/papers/2067/20670039.pdf",
  acknowledgement = ack-nhfb,
}

@Article{Valmari:2001:CA,
  author =       "Antti Valmari",
  title =        "Composition and Abstraction",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2067",
  pages =        "58--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:22 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2067.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/bibs/2067/20670058.htm;
                 http://link.springer-ny.com/link/service/series/0558/papers/2067/20670058.pdf",
  acknowledgement = ack-nhfb,
}

@Article{Amnell:2001:UNN,
  author =       "Tobias Amnell and Gerd Behrmann and Johan Bengtsson
                 and Pedro R. D'Argenio and Alexandre David and Ansgar
                 Fehnker and Thomas Hune and Bertrand Jeannet and Kim G.
                 Larsen and M. Oliver M{\"o}ller and Paul Pettersson and
                 Carsten Weise and Wang Yi",
  title =        "{UPPAAL} --- Now, Next, and Future",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2067",
  pages =        "99--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:22 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2067.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/bibs/2067/20670099.htm;
                 http://link.springer-ny.com/link/service/series/0558/papers/2067/20670099.pdf",
  acknowledgement = ack-nhfb,
}

@Article{Caillaud:2001:HPS,
  author =       "Benoit Caillaud and Philippe Darondeau and Lo{\"\i}c
                 H{\'e}lou{\"e}t and Gilles Lesventes",
  title =        "{HMSCs} as Partial Specifications ... with {PNs} as
                 Completions",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2067",
  pages =        "125--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:22 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2067.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/bibs/2067/20670125.htm;
                 http://link.springer-ny.com/link/service/series/0558/papers/2067/20670125.pdf",
  acknowledgement = ack-nhfb,
}

@Article{Cimatti:2001:IAM,
  author =       "Alessandro Cimatti",
  title =        "Industrial Applications of Model Checking",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2067",
  pages =        "153--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:22 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2067.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/bibs/2067/20670153.htm;
                 http://link.springer-ny.com/link/service/series/0558/papers/2067/20670153.pdf",
  acknowledgement = ack-nhfb,
}

@Article{Bolignano:2001:FMP,
  author =       "Dominique Bolignano and Daniel Le M{\'e}tayer and
                 Claire Loiseaux",
  title =        "Formal Methods in Practice: The Missing Links. {A}
                 Perspective from the Security Area",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2067",
  pages =        "169--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:22 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2067.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/bibs/2067/20670169.htm;
                 http://link.springer-ny.com/link/service/series/0558/papers/2067/20670169.pdf",
  acknowledgement = ack-nhfb,
}

@Article{Esparza:2001:VSI,
  author =       "Javier Esparza",
  title =        "Verification of Systems with an Infinite State Space",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2067",
  pages =        "183--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:22 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2067.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/bibs/2067/20670183.htm;
                 http://link.springer-ny.com/link/service/series/0558/papers/2067/20670183.pdf",
  acknowledgement = ack-nhfb,
}

@Article{Brinksma:2001:TTS,
  author =       "Ed Brinksma and Jan Tretmans",
  title =        "Testing Transition Systems: An Annotated
                 Bibliography",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2067",
  pages =        "187--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:22 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2067.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/bibs/2067/20670187.htm;
                 http://link.springer-ny.com/link/service/series/0558/papers/2067/20670187.pdf",
  acknowledgement = ack-nhfb,
}

@Article{Petrenko:2001:FMD,
  author =       "Alexandre Petrenko",
  title =        "Fault Model-Driven Test Derivation from Finite State
                 Models: Annotated Bibliography",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2067",
  pages =        "196--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:22 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2067.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/bibs/2067/20670196.htm;
                 http://link.springer-ny.com/link/service/series/0558/papers/2067/20670196.pdf",
  acknowledgement = ack-nhfb,
}

@Article{DalZilio:2001:MPC,
  author =       "Silvano Dal Zilio",
  title =        "Mobile Processes: {A} Commented Bibliography",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2067",
  pages =        "206--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:22 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2067.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/bibs/2067/20670206.htm;
                 http://link.springer-ny.com/link/service/series/0558/papers/2067/20670206.pdf",
  acknowledgement = ack-nhfb,
}

@Article{Anonymous:2001:AIdm,
  author =       "Anonymous",
  title =        "Author Index",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2067",
  pages =        "223--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:22 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2067.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/papers/2067/2067auth.pdf",
  acknowledgement = ack-nhfb,
}

@Article{Rudolph:2001:POP,
  author =       "Larry Rudolph",
  title =        "Project Oxygen: Pervasive, Human-Centric Computing ---
                 An Initial Experience",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2068",
  pages =        "1--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:23 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2068.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/bibs/2068/20680001.htm;
                 http://link.springer-ny.com/link/service/series/0558/papers/2068/20680001.pdf",
  acknowledgement = ack-nhfb,
}

@Article{Lockemann:2001:DSA,
  author =       "Peter C. Lockemann",
  title =        "Database Systems Architecture: {A} Study in
                 Factor-Driven Software System Design",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2068",
  pages =        "13--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:23 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2068.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/bibs/2068/20680013.htm;
                 http://link.springer-ny.com/link/service/series/0558/papers/2068/20680013.pdf",
  acknowledgement = ack-nhfb,
}

@Article{Tresch:2001:ERD,
  author =       "Markus Tresch and Dirk Jonscher",
  title =        "Evolution not Revolution: The Data Warehousing
                 Strategy at Credit Suisse Financial Services",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2068",
  pages =        "36--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:23 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2068.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/bibs/2068/20680036.htm;
                 http://link.springer-ny.com/link/service/series/0558/papers/2068/20680036.pdf",
  acknowledgement = ack-nhfb,
}

@Article{Bielkowicz:2001:CED,
  author =       "Peter Bielkowicz and Thein T. Tun",
  title =        "A Comparison and Evaluation of Data Requirement
                 Specification Techniques in {SSADM} and the Unified
                 Process",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2068",
  pages =        "46--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:23 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2068.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/bibs/2068/20680046.htm;
                 http://link.springer-ny.com/link/service/series/0558/papers/2068/20680046.pdf",
  acknowledgement = ack-nhfb,
}

@Article{Diaz:2001:URU,
  author =       "Juan S{\'a}nchez D{\'\i}az and Oscar Pastor L{\'o}pez
                 and Juan J. Fons",
  title =        "From User Requirements to User Interfaces: {A}
                 Methodological Approach",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2068",
  pages =        "60--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:23 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2068.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/bibs/2068/20680060.htm;
                 http://link.springer-ny.com/link/service/series/0558/papers/2068/20680060.pdf",
  acknowledgement = ack-nhfb,
}

@Article{Glinz:2001:AAO,
  author =       "Martin Glinz and Stefan Berner and Stefan Joos and
                 Johannes Ryser and Nancy Schett and Yong Xia",
  title =        "The {ADORA} Approach to Object-Oriented Modeling of
                 Software",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2068",
  pages =        "76--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:23 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2068.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/bibs/2068/20680076.htm;
                 http://link.springer-ny.com/link/service/series/0558/papers/2068/20680076.pdf",
  acknowledgement = ack-nhfb,
}

@Article{Wieringa:2001:TRS,
  author =       "Roel J. Wieringa and David N. Jansen",
  title =        "Techniques for Reactive System Design: The Tools in
                 {TRADE}",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2068",
  pages =        "93--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:23 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2068.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/bibs/2068/20680093.htm;
                 http://link.springer-ny.com/link/service/series/0558/papers/2068/20680093.pdf",
  acknowledgement = ack-nhfb,
}

@Article{Castro:2001:RDD,
  author =       "Jaelson Castro and Manuel Kolp and John Mylopoulos",
  title =        "A Requirements-Driven Development Methodology",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2068",
  pages =        "108--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:23 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2068.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/bibs/2068/20680108.htm;
                 http://link.springer-ny.com/link/service/series/0558/papers/2068/20680108.pdf",
  acknowledgement = ack-nhfb,
}

@Article{Furtado:2001:CLT,
  author =       "Antonio L. Furtado and Angelo E. M. Ciarlini",
  title =        "Constructing Libraries of Typical Plans",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2068",
  pages =        "124--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:23 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2068.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/bibs/2068/20680124.htm;
                 http://link.springer-ny.com/link/service/series/0558/papers/2068/20680124.pdf",
  acknowledgement = ack-nhfb,
}

@Article{vanderAalst:2001:PAI,
  author =       "Wil M. P. van der Aalst and Mathias Weske",
  title =        "The {P2P} Approach to Interorganizational Workflows",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2068",
  pages =        "140--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:23 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2068.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/bibs/2068/20680140.htm;
                 http://link.springer-ny.com/link/service/series/0558/papers/2068/20680140.pdf",
  acknowledgement = ack-nhfb,
}

@Article{Dehnert:2001:RSB,
  author =       "Juliane Dehnert and Peter Rittgen",
  title =        "Relaxed Soundness of Business Processes",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2068",
  pages =        "157--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:23 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2068.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/bibs/2068/20680157.htm;
                 http://link.springer-ny.com/link/service/series/0558/papers/2068/20680157.pdf",
  acknowledgement = ack-nhfb,
}

@Article{Casati:2001:DSC,
  author =       "Fabio Casati and Mehmet Sayal and Ming-Chien Shan",
  title =        "Developing {E}-Services for Composing {E}-Services",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2068",
  pages =        "171--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:23 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2068.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/bibs/2068/20680171.htm;
                 http://link.springer-ny.com/link/service/series/0558/papers/2068/20680171.pdf",
  acknowledgement = ack-nhfb,
}

@Article{Combi:2001:DMM,
  author =       "Carlo Combi and Angelo Montanari",
  title =        "Data Models with Multiple Temporal Dimensions:
                 Completing the Picture",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2068",
  pages =        "187--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:23 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2068.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/bibs/2068/20680187.htm;
                 http://link.springer-ny.com/link/service/series/0558/papers/2068/20680187.pdf",
  acknowledgement = ack-nhfb,
}

@Article{Shao:2001:QDI,
  author =       "Jianhua Shao and Xingkun Liu and G. Fu and Suzanne M.
                 Embury and W. A. Gray",
  title =        "Querying Data-Intensive Programs for Data Design",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2068",
  pages =        "203--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:23 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2068.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/bibs/2068/20680203.htm;
                 http://link.springer-ny.com/link/service/series/0558/papers/2068/20680203.pdf",
  acknowledgement = ack-nhfb,
}

@Article{Zisman:2001:CMF,
  author =       "Andrea Zisman and Adamantia Athanasopoulou",
  title =        "Consistency Management of Financial {XML} Documents",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2068",
  pages =        "219--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:23 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2068.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/bibs/2068/20680219.htm;
                 http://link.springer-ny.com/link/service/series/0558/papers/2068/20680219.pdf",
  acknowledgement = ack-nhfb,
}

@Article{Iivari:2001:RBO,
  author =       "Juhani Iivari and Magda Huisman",
  title =        "The Relationship Between Organisational Culture and
                 the Deployment of Systems Development Methodologies",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2068",
  pages =        "234--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:23 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2068.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/bibs/2068/20680234.htm;
                 http://link.springer-ny.com/link/service/series/0558/papers/2068/20680234.pdf",
  acknowledgement = ack-nhfb,
}

@Article{Eckstein:2001:IRI,
  author =       "Silke Eckstein and Peter Ahlbrecht and Karl Neumann",
  title =        "Increasing Reusability in Information Systems
                 Development by Applying Generic Methods",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2068",
  pages =        "251--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:23 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2068.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/bibs/2068/20680251.htm;
                 http://link.springer-ny.com/link/service/series/0558/papers/2068/20680251.pdf",
  acknowledgement = ack-nhfb,
}

@Article{Ralyte:2001:APM,
  author =       "Jolita Ralyt{\'e} and Colette Rolland",
  title =        "An Assembly Process Model for Method Engineering",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2068",
  pages =        "267--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:23 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2068.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/bibs/2068/20680267.htm;
                 http://link.springer-ny.com/link/service/series/0558/papers/2068/20680267.pdf",
  acknowledgement = ack-nhfb,
}

@Article{Fiorini:2001:PRA,
  author =       "Soeli T. Fiorini and Julio Cesar Sampaio do Prado
                 Leite and Carlos Jos{\'e} Pereira de Lucena",
  title =        "Process Reuse Architecture",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2068",
  pages =        "284--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:23 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2068.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/bibs/2068/20680284.htm;
                 http://link.springer-ny.com/link/service/series/0558/papers/2068/20680284.pdf",
  acknowledgement = ack-nhfb,
}

@Article{Roantree:2001:UMS,
  author =       "Mark Roantree and Jessie B. Kennedy and Peter J.
                 Barclay",
  title =        "Using a Metadata Software Layer in Information Systems
                 Integration",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2068",
  pages =        "299--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:23 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2068.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/bibs/2068/20680299.htm;
                 http://link.springer-ny.com/link/service/series/0558/papers/2068/20680299.pdf",
  acknowledgement = ack-nhfb,
}

@Article{Huang:2001:DIS,
  author =       "Lieming Huang and Ulrich Thiel and Matthias Hemmje and
                 Erich J. Neuhold",
  title =        "Distributed Information Search with Adaptive
                 Meta-Search Engines",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2068",
  pages =        "315--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:23 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2068.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/bibs/2068/20680315.htm;
                 http://link.springer-ny.com/link/service/series/0558/papers/2068/20680315.pdf",
  acknowledgement = ack-nhfb,
}

@Article{McBrien:2001:SAI,
  author =       "Peter M{\d{c}}Brien and Alexandra Poulovassilis",
  title =        "A Semantic Approach to Integrating {XML} and
                 Structured Data Sources",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2068",
  pages =        "330--345",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:23 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2068.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/bibs/2068/20680330.htm;
                 http://link.springer-ny.com/link/service/series/0558/papers/2068/20680330.pdf",
  acknowledgement = ack-nhfb,
}

@Article{Puhretmair:2001:XBI,
  author =       "Franz P{\"u}hretmair and Wolfram W{\"o}{\ss}",
  title =        "{XML}-Based Integration of {GIS} and Heterogeneous
                 Tourism Information",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2068",
  pages =        "346--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:23 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2068.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/bibs/2068/20680346.htm;
                 http://link.springer-ny.com/link/service/series/0558/papers/2068/20680346.pdf",
  acknowledgement = ack-nhfb,
}

@Article{Estublier:2001:OCS,
  author =       "Jacky Estublier",
  title =        "Objects Control for Software Configuration
                 Management",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2068",
  pages =        "359--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:23 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2068.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/bibs/2068/20680359.htm;
                 http://link.springer-ny.com/link/service/series/0558/papers/2068/20680359.pdf",
  acknowledgement = ack-nhfb,
}

@Article{Andrade:2001:CTM,
  author =       "Lu{\'\i}s Filipe Andrade and Jos{\'e} Luiz Fiadeiro",
  title =        "Coordination Technologies for Managing Information
                 System Evolution",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2068",
  pages =        "374--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:23 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2068.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/bibs/2068/20680374.htm;
                 http://link.springer-ny.com/link/service/series/0558/papers/2068/20680374.pdf",
  acknowledgement = ack-nhfb,
}

@Article{Genero:2001:UMP,
  author =       "Marcela Genero and Jos{\'e} Olivas and Mario Piattini
                 and Francisco Romero",
  title =        "Using Metrics to Predict {OO} Information Systems
                 Maintainability",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2068",
  pages =        "388--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:23 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2068.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/bibs/2068/20680388.htm;
                 http://link.springer-ny.com/link/service/series/0558/papers/2068/20680388.pdf",
  acknowledgement = ack-nhfb,
}

@Article{Laleau:2001:RMU,
  author =       "R{\'e}gine Laleau and Fiona Polack",
  title =        "A Rigorous Metamodel for {UML} Static Conceptual
                 Modelling of Information Systems",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2068",
  pages =        "402--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:23 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2068.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/bibs/2068/20680402.htm;
                 http://link.springer-ny.com/link/service/series/0558/papers/2068/20680402.pdf",
  acknowledgement = ack-nhfb,
}

@Article{Olive:2001:TDR,
  author =       "Antoni Oliv{\'e}",
  title =        "Taxonomies and Derivation Rules in Conceptual
                 Modeling",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2068",
  pages =        "417--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:23 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2068.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/bibs/2068/20680417.htm;
                 http://link.springer-ny.com/link/service/series/0558/papers/2068/20680417.pdf",
  acknowledgement = ack-nhfb,
}

@Article{Sunye:2001:UUA,
  author =       "Gerson Suny{\'e} and Fran{\c{c}}ois Pennaneac'h and
                 Wai-Ming Ho and Alain Le Guennec and Jean-Marc
                 J{\'e}z{\'e}quel",
  title =        "Using {UML} Action Semantics for Executable Modeling
                 and Beyond",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2068",
  pages =        "433--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:23 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2068.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/bibs/2068/20680433.htm;
                 http://link.springer-ny.com/link/service/series/0558/papers/2068/20680433.pdf",
  acknowledgement = ack-nhfb,
}

@Article{Keller:2001:DIU,
  author =       "Rudolf K. Keller and Jean-Fran{\c{c}}ois B{\'e}dard
                 and Guy Saint-Denis",
  title =        "Design and Implementation of a {UML}-Based Design
                 Repository",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2068",
  pages =        "448--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:23 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2068.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/bibs/2068/20680448.htm;
                 http://link.springer-ny.com/link/service/series/0558/papers/2068/20680448.pdf",
  acknowledgement = ack-nhfb,
}

@Article{Persson:2001:WEM,
  author =       "Anne Persson and Janis Stirna",
  title =        "Why Enterprise Modelling? An Explorative Study into
                 Current Practice",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2068",
  pages =        "465--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:23 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2068.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/bibs/2068/20680465.htm;
                 http://link.springer-ny.com/link/service/series/0558/papers/2068/20680465.pdf",
  acknowledgement = ack-nhfb,
}

@Article{Kajko-Mattsson:2001:GCP,
  author =       "Mira Kajko-Mattsson",
  title =        "A Glimpse into {CM$^3$}: Problem Management",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2068",
  pages =        "469--472",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:23 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2068.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/bibs/2068/20680469.htm;
                 http://link.springer-ny.com/link/service/series/0558/papers/2068/20680469.pdf",
  acknowledgement = ack-nhfb,
}

@Article{Brinkkemper:2001:MEL,
  author =       "Sjaak Brinkkemper and Motoshi Saeki and Frank
                 Harmsen",
  title =        "A Method Engineering Language for the Description of
                 Systems Development Methods (Extended Abstract)",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2068",
  pages =        "473--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:23 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2068.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/bibs/2068/20680473.htm;
                 http://link.springer-ny.com/link/service/series/0558/papers/2068/20680473.pdf",
  acknowledgement = ack-nhfb,
}

@Article{Krogstie:2001:FSW,
  author =       "John Krogstie and H{\aa}vard D. J{\o}rgensen",
  title =        "Flexible Support of Work Processes --- Balancing the
                 Support of Organisations and Workers",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2068",
  pages =        "477--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:23 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2068.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/bibs/2068/20680477.htm;
                 http://link.springer-ny.com/link/service/series/0558/papers/2068/20680477.pdf",
  acknowledgement = ack-nhfb,
}

@Article{Anonymous:2001:AIdn,
  author =       "Anonymous",
  title =        "Author Index",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2068",
  pages =        "483--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:23 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2068.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/papers/2068/20680483.pdf",
  acknowledgement = ack-nhfb,
}

@Article{Peters:2001:I,
  author =       "Carol Peters",
  title =        "Introduction",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2069",
  pages =        "1--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:24 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2069.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/bibs/2069/20690001.htm;
                 http://link.springer-ny.com/link/service/series/0558/papers/2069/20690001.pdf",
  acknowledgement = ack-nhfb,
}

@Article{Harman:2001:CET,
  author =       "Donna Harman and Martin Braschler and Michael Hess and
                 Michael Kluck and Carol Peters and Peter Sch{\"a}uble
                 and P{\'a}raic Sheridan",
  title =        "{CLIR} Evaluation at {TREC}",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2069",
  pages =        "7--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:24 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2069.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/bibs/2069/20690007.htm;
                 http://link.springer-ny.com/link/service/series/0558/papers/2069/20690007.pdf",
  acknowledgement = ack-nhfb,
}

@Article{Kando:2001:NWJ,
  author =       "Noriko Kando",
  title =        "{NTCIR} Workshop: {Japanese}- and {Chinese-English}
                 Cross-Lingual Information Retrieval and Multi-grade
                 Relevance Judgments",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2069",
  pages =        "24--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:24 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2069.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/bibs/2069/20690024.htm;
                 http://link.springer-ny.com/link/service/series/0558/papers/2069/20690024.pdf",
  acknowledgement = ack-nhfb,
}

@Article{Gonzalo:2001:LRC,
  author =       "Julio Gonzalo",
  title =        "Language Resources in Cross-Language Text Retrieval:
                 {A} {CLEF} Perspective",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2069",
  pages =        "36--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:24 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2069.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/bibs/2069/20690036.htm;
                 http://link.springer-ny.com/link/service/series/0558/papers/2069/20690036.pdf",
  acknowledgement = ack-nhfb,
}

@Article{Kluck:2001:DST,
  author =       "Michael Kluck and Fredric C. Gey",
  title =        "The Domain-Specific Task of {CLEF} --- Specific
                 Evaluation Strategies in Cross-Language Information
                 Retrieval",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2069",
  pages =        "48--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:24 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2069.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/bibs/2069/20690048.htm;
                 http://link.springer-ny.com/link/service/series/0558/papers/2069/20690048.pdf",
  acknowledgement = ack-nhfb,
}

@Article{Oard:2001:EIC,
  author =       "Douglas W. Oard",
  title =        "Evaluating Interactive Cross-Language Information
                 Retrieval: Document Selection",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2069",
  pages =        "57--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:24 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2069.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/bibs/2069/20690057.htm;
                 http://link.springer-ny.com/link/service/series/0558/papers/2069/20690057.pdf",
  acknowledgement = ack-nhfb,
}

@Article{Jones:2001:NCC,
  author =       "Gareth J. F. Jones",
  title =        "New Challenges for Cross-Language Information
                 Retrieval: Multimedia Data and the User Experience",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2069",
  pages =        "72--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:24 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2069.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/bibs/2069/20690072.htm;
                 http://link.springer-ny.com/link/service/series/0558/papers/2069/20690072.pdf",
  acknowledgement = ack-nhfb,
}

@Article{Gey:2001:RIC,
  author =       "Fredric C. Gey",
  title =        "Research to Improve Cross-Language Retrieval ---
                 Position Paper for {CLEF}",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2069",
  pages =        "83--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:24 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2069.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/bibs/2069/20690083.htm;
                 http://link.springer-ny.com/link/service/series/0558/papers/2069/20690083.pdf",
  acknowledgement = ack-nhfb,
}

@Article{Braschler:2001:COR,
  author =       "Martin Braschler",
  title =        "{CLEF 2000} --- Overview of Results",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2069",
  pages =        "89--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:24 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2069.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/bibs/2069/20690089.htm;
                 http://link.springer-ny.com/link/service/series/0558/papers/2069/20690089.pdf",
  acknowledgement = ack-nhfb,
}

@Article{Hiemstra:2001:TRM,
  author =       "Djoerd Hiemstra and Wessel Kraaij and Ren{\'e}e
                 Pohlmann and Thijs Westerveld",
  title =        "Translation Resources, Merging Strategies, and
                 Relevance Feedback for Cross-Language Information
                 Retrieval",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2069",
  pages =        "102--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:24 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2069.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/bibs/2069/20690102.htm;
                 http://link.springer-ny.com/link/service/series/0558/papers/2069/20690102.pdf",
  acknowledgement = ack-nhfb,
}

@Article{Gey:2001:CLR,
  author =       "Fredric C. Gey and Hailing Jiang and Vivien Petras and
                 Aitao Chen",
  title =        "Cross-Language Retrieval for the {CLEF} Collections
                 --- Comparing Multiple Methods of Retrieval",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2069",
  pages =        "116--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:24 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2069.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/bibs/2069/20690116.htm;
                 http://link.springer-ny.com/link/service/series/0558/papers/2069/20690116.pdf",
  acknowledgement = ack-nhfb,
}

@Article{McNamee:2001:LIA,
  author =       "Paul McNamee and James Mayfield and Christine Piatko",
  title =        "A Language-Independent Approach to {European} Text
                 Retrieval",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2069",
  pages =        "129--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:24 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2069.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/bibs/2069/20690129.htm;
                 http://link.springer-ny.com/link/service/series/0558/papers/2069/20690129.pdf",
  acknowledgement = ack-nhfb,
}

@Article{Braschler:2001:EER,
  author =       "Martin Braschler and Peter Sch{\"a}uble",
  title =        "Experiments with the {Eurospider} Retrieval System for
                 {CLEF 2000}",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2069",
  pages =        "140--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:24 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2069.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/bibs/2069/20690140.htm;
                 http://link.springer-ny.com/link/service/series/0558/papers/2069/20690140.pdf",
  acknowledgement = ack-nhfb,
}

@Article{deVries:2001:PMA,
  author =       "Arjen P. de Vries",
  title =        "A Poor Man's Approach to {CLEF}",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2069",
  pages =        "149--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:24 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2069.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/bibs/2069/20690149.htm;
                 http://link.springer-ny.com/link/service/series/0558/papers/2069/20690149.pdf",
  acknowledgement = ack-nhfb,
}

@Article{Adriani:2001:APM,
  author =       "Mirna Adriani",
  title =        "Ambiguity Problem in Multilingual Information
                 Retrieval",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2069",
  pages =        "156--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:24 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2069.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/bibs/2069/20690156.htm;
                 http://link.springer-ny.com/link/service/series/0558/papers/2069/20690156.pdf",
  acknowledgement = ack-nhfb,
}

@Article{Ripplinger:2001:UNT,
  author =       "B{\"a}rbel Ripplinger",
  title =        "The Use of {NLP} Techniques in {CLIR}",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2069",
  pages =        "166--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:24 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2069.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/bibs/2069/20690166.htm;
                 http://link.springer-ny.com/link/service/series/0558/papers/2069/20690166.pdf",
  acknowledgement = ack-nhfb,
}

@Article{Oard:2001:CEM,
  author =       "Douglas W. Oard and Gina-Anne Levow and Clara I.
                 Cabezas",
  title =        "{CLEF} Experiments at Maryland: Statistical Stemming
                 and Backoff Translation",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2069",
  pages =        "176--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:24 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2069.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/bibs/2069/20690176.htm;
                 http://link.springer-ny.com/link/service/series/0558/papers/2069/20690176.pdf",
  acknowledgement = ack-nhfb,
}

@Article{Nie:2001:MIR,
  author =       "Jian-Yun Nie and Michel Simard and George Foster",
  title =        "Multilingual Information Retrieval Based on Parallel
                 Texts from the {Web}",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2069",
  pages =        "188--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:24 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2069.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/bibs/2069/20690188.htm;
                 http://link.springer-ny.com/link/service/series/0558/papers/2069/20690188.pdf",
  acknowledgement = ack-nhfb,
}

@Article{Boughanem:2001:MC,
  author =       "Mohand Boughanem and Nawel Nassr",
  title =        "{Mercure} at {CLEF-1}",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2069",
  pages =        "202--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:24 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2069.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/bibs/2069/20690202.htm;
                 http://link.springer-ny.com/link/service/series/0558/papers/2069/20690202.pdf",
  acknowledgement = ack-nhfb,
}

@Article{Hedlund:2001:BTS,
  author =       "Turid Hedlund and Heikki Keskustalo and Ari Pirkola
                 and Mikko Sepponen and Kalervo J{\"a}rvelin",
  title =        "Bilingual Tests with {Swedish}, {Finnish}, and
                 {German} Queries: Dealing with Morphology, Compound
                 Words, and Query Structure",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2069",
  pages =        "210--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:24 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2069.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/bibs/2069/20690210.htm;
                 http://link.springer-ny.com/link/service/series/0558/papers/2069/20690210.pdf",
  acknowledgement = ack-nhfb,
}

@Article{Figuerola:2001:SAS,
  author =       "Carlos G. Figuerola and Jos{\'e} Luis Alonso Berrocal
                 and Angel F. Zazo and Raquel G{\'o}mez D{\'\i}az",
  title =        "A Simple Approach to the {Spanish-English} Bilingual
                 Retrieval Task",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2069",
  pages =        "224--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:24 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2069.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/bibs/2069/20690224.htm;
                 http://link.springer-ny.com/link/service/series/0558/papers/2069/20690224.pdf",
  acknowledgement = ack-nhfb,
}

@Article{Diekema:2001:CLI,
  author =       "Anne R. Diekema and Wen-Yuan Hsiao",
  title =        "Cross-Language Information Retrieval Using {Dutch}
                 Query Translation",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2069",
  pages =        "230--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:24 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2069.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/bibs/2069/20690230.htm;
                 http://link.springer-ny.com/link/service/series/0558/papers/2069/20690230.pdf",
  acknowledgement = ack-nhfb,
}

@Article{Govert:2001:BIR,
  author =       "Norbert G{\"o}vert",
  title =        "Bilingual Information Retrieval with {HyREX} and
                 {Internet} Translation Services",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2069",
  pages =        "237--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:24 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2069.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/bibs/2069/20690237.htm;
                 http://link.springer-ny.com/link/service/series/0558/papers/2069/20690237.pdf",
  acknowledgement = ack-nhfb,
}

@Article{Gollins:2001:SUC,
  author =       "Tim Gollins and Mark Sanderson",
  title =        "{Sheffield University CLEF 2000} Submission ---
                 Bilingual Track: {German} to {English}",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2069",
  pages =        "245--252",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:24 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2069.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/bibs/2069/20690245.htm;
                 http://link.springer-ny.com/link/service/series/0558/papers/2069/20690245.pdf",
  acknowledgement = ack-nhfb,
}

@Article{Moulinier:2001:WGC,
  author =       "Isabelle Moulinier and J. Andrew McCulloh and
                 Elizabeth Lund",
  title =        "{West Group} at {CLEF 2000}: Non-{English} Monolingual
                 Retrieval",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2069",
  pages =        "253--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:24 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2069.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/bibs/2069/20690253.htm;
                 http://link.springer-ny.com/link/service/series/0558/papers/2069/20690253.pdf",
  acknowledgement = ack-nhfb,
}

@Article{Bertoldi:2001:IIC,
  author =       "Nicola Bertoldi and Marcello Federico",
  title =        "{ITC}-irst at {CLEF 2000}: {Italian} Monolingual
                 Track",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2069",
  pages =        "261--272",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:24 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2069.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/bibs/2069/20690261.htm;
                 http://link.springer-ny.com/link/service/series/0558/papers/2069/20690261.pdf",
  acknowledgement = ack-nhfb,
}

@Article{Goldsmith:2001:ALS,
  author =       "John A. Goldsmith and Derrick Higgins and Svetlana
                 Soglasnova",
  title =        "Automatic Language-Specific Stemming in Information
                 Retrieval",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2069",
  pages =        "273--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:24 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2069.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/bibs/2069/20690273.htm;
                 http://link.springer-ny.com/link/service/series/0558/papers/2069/20690273.pdf",
  acknowledgement = ack-nhfb,
}

@Article{Anonymous:2001:ARS,
  author =       "Anonymous",
  title =        "Appendix {A} --- Run Statistics",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2069",
  pages =        "285--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:24 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2069.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/bibs/2069/20690285.htm;
                 http://link.springer-ny.com/link/service/series/0558/papers/2069/20690285.pdf",
  acknowledgement = ack-nhfb,
}

@Article{Anonymous:2001:AIdo,
  author =       "Anonymous",
  title =        "Author Index",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2069",
  pages =        "389--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:24 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2069.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/papers/2069/2069indx.pdf",
  acknowledgement = ack-nhfb,
}

@Article{Randall:2001:SNS,
  author =       "Marcus Randall and Elliot Tonkes",
  title =        "Solving Network Synthesis Problems Using Ant Colony
                 Optimisation",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2070",
  pages =        "1--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:25 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2070.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/bibs/2070/20700001.htm;
                 http://link.springer-ny.com/link/service/series/0558/papers/2070/20700001.pdf",
  acknowledgement = ack-nhfb,
}

@Article{Hendtlass:2001:CSD,
  author =       "Tim Hendtlass",
  title =        "A Combined Swarm Differential Evolution Algorithm for
                 Optimization Problems",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2070",
  pages =        "11--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:25 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2070.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/bibs/2070/20700011.htm;
                 http://link.springer-ny.com/link/service/series/0558/papers/2070/20700011.pdf",
  acknowledgement = ack-nhfb,
}

@Article{Toth:2001:EOS,
  author =       "Zolt{\'a}n T{\'o}th and Gabriella K{\'o}kai",
  title =        "An Evolutionary Optimum Searching Tool",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2070",
  pages =        "19--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:25 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2070.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/bibs/2070/20700019.htm;
                 http://link.springer-ny.com/link/service/series/0558/papers/2070/20700019.pdf",
  acknowledgement = ack-nhfb,
}

@Article{Ziegler:2001:VPE,
  author =       "G. Ziegler and Z. Palotai and T. Cinkler and P.
                 Arat{\'o} and A. L{\"o}rincz",
  title =        "Value Prediction in Engineering Applications",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2070",
  pages =        "25--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:25 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2070.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/bibs/2070/20700025.htm;
                 http://link.springer-ny.com/link/service/series/0558/papers/2070/20700025.pdf",
  acknowledgement = ack-nhfb,
}

@Article{Drias:2001:SSR,
  author =       "Habiba Drias and Mohamed Khabzaoui",
  title =        "Scatter Search with Random Walk Strategy for {SAT} and
                 {MAX--W--SAT} Problems",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2070",
  pages =        "35--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:25 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2070.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/bibs/2070/20700035.htm;
                 http://link.springer-ny.com/link/service/series/0558/papers/2070/20700035.pdf",
  acknowledgement = ack-nhfb,
}

@Article{Kocsis:2001:MOU,
  author =       "Levente Kocsis and Jos Uiterwijk and Jaap van den
                 Herik",
  title =        "Move Ordering Using Neural Networks",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2070",
  pages =        "45--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:25 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2070.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/bibs/2070/20700045.htm;
                 http://link.springer-ny.com/link/service/series/0558/papers/2070/20700045.pdf",
  acknowledgement = ack-nhfb,
}

@Article{Debenham:2001:WUU,
  author =       "John Debenham",
  title =        "Why Use a Unified Knowledge Representation?",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2070",
  pages =        "51--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:25 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2070.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/bibs/2070/20700051.htm;
                 http://link.springer-ny.com/link/service/series/0558/papers/2070/20700051.pdf",
  acknowledgement = ack-nhfb,
}

@Article{Lukaszewicz:2001:LKB,
  author =       "Witold {\L}ukaszewicz and Ewa Madalinska-Bugaj",
  title =        "Lazy Knowledge Base Update",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2070",
  pages =        "61--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:25 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2070.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/bibs/2070/20700061.htm;
                 http://link.springer-ny.com/link/service/series/0558/papers/2070/20700061.pdf",
  acknowledgement = ack-nhfb,
}

@Article{Bai:2001:CAR,
  author =       "Yun Bai and Yan Zhang",
  title =        "On the Computational Aspect of Rule Based Database
                 Updates",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2070",
  pages =        "71--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:25 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2070.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/bibs/2070/20700071.htm;
                 http://link.springer-ny.com/link/service/series/0558/papers/2070/20700071.pdf",
  acknowledgement = ack-nhfb,
}

@Article{Meszaros:2001:BIK,
  author =       "Tam{\'a}s M{\'e}sz{\'a}ros and Zsolt Barczikay and
                 Ferenc Bodon and Tadeusz P. Dobrowiecki and Gy{\"o}rgy
                 Strausz",
  title =        "Building an Information and Knowledge Fusion System",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2070",
  pages =        "82--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:25 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2070.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/bibs/2070/20700082.htm;
                 http://link.springer-ny.com/link/service/series/0558/papers/2070/20700082.pdf",
  acknowledgement = ack-nhfb,
}

@Article{Levin:2001:HAE,
  author =       "Mark S. Levin",
  title =        "Hierarchical Approach for Engineering Skills
                 Acquisition",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2070",
  pages =        "92--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:25 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2070.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/bibs/2070/20700092.htm;
                 http://link.springer-ny.com/link/service/series/0558/papers/2070/20700092.pdf",
  acknowledgement = ack-nhfb,
}

@Article{Ohsuga:2001:DID,
  author =       "Setuo Ohsuga and Naoto Ueda",
  title =        "Dealing with Information in the Different Styles
                 Together --- Skill Inheritance and Integration of
                 Information",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2070",
  pages =        "101--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:25 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2070.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/bibs/2070/20700101.htm;
                 http://link.springer-ny.com/link/service/series/0558/papers/2070/20700101.pdf",
  acknowledgement = ack-nhfb,
}

@Article{Kende:2001:KMS,
  author =       "Robert Kende",
  title =        "Knowledge Modelling in Support of Knowledge
                 Management",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2070",
  pages =        "107--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:25 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2070.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/bibs/2070/20700107.htm;
                 http://link.springer-ny.com/link/service/series/0558/papers/2070/20700107.pdf",
  acknowledgement = ack-nhfb,
}

@Article{Page:2001:NAO,
  author =       "Michel Page and J{\'e}r{\^o}me Gensel and C{\'e}cile
                 Capponi and Christophe Bruley and Philippe Genoud and
                 Danielle Zi{\'e}belin and Daniel Bardou and
                 V{\'e}ronique Dupierris",
  title =        "A New Approach in Object-Based Knowledge
                 Representation: The {AROM} System",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2070",
  pages =        "113--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:25 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2070.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/bibs/2070/20700113.htm;
                 http://link.springer-ny.com/link/service/series/0558/papers/2070/20700113.pdf",
  acknowledgement = ack-nhfb,
}

@Article{Omelayenko:2001:OIT,
  author =       "Borys Omelayenko",
  title =        "Ontology Integration Tasks in Business-to-Business
                 {E}-Commerce",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2070",
  pages =        "119--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:25 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2070.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/bibs/2070/20700119.htm;
                 http://link.springer-ny.com/link/service/series/0558/papers/2070/20700119.pdf",
  acknowledgement = ack-nhfb,
}

@Article{Wotawa:2001:UMM,
  author =       "Franz Wotawa",
  title =        "Using Multiple Models for Debugging {VHDL} Designs",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2070",
  pages =        "125--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:25 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2070.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/bibs/2070/20700125.htm;
                 http://link.springer-ny.com/link/service/series/0558/papers/2070/20700125.pdf",
  acknowledgement = ack-nhfb,
}

@Article{Pulido:2001:LLD,
  author =       "Belarmino Pulido and Carlos Alonso and Felipe Acebes",
  title =        "Lessons Learned from Diagnosing Dynamic Systems Using
                 Possible Conflicts and Quantitative Models",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2070",
  pages =        "135--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:25 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2070.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/bibs/2070/20700135.htm;
                 http://link.springer-ny.com/link/service/series/0558/papers/2070/20700135.pdf",
  acknowledgement = ack-nhfb,
}

@Article{Lakner:2001:IAR,
  author =       "R. Lakner and K. M. Hangos",
  title =        "Intelligent Assumption Retrieval from Process Models
                 by Model-Based Reasoning",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2070",
  pages =        "145--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:25 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2070.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/bibs/2070/20700145.htm;
                 http://link.springer-ny.com/link/service/series/0558/papers/2070/20700145.pdf",
  acknowledgement = ack-nhfb,
}

@Article{Molina:2001:KMA,
  author =       "Mart{\'\i}n Molina and M{\'o}nica Robledo",
  title =        "A Knowledge Model for Automatic Configuration of
                 Traffic Messages",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2070",
  pages =        "155--??",
  year =         "2001",
  CODEN =        "LNCSD9",
  ISSN =         "0302-9743",
  bibdate =      "Sat Feb 2 13:04:25 MST 2002",
  bibsource =    "http://link.springer-ny.com/link/service/series/0558/tocs/t2070.htm",
  URL =          "http://link.springer-ny.com/link/service/series/0558/bibs/2070/20700155.htm;
                 http://link.springer-ny.com/link/service/series/0558/papers/2070/20700155.pdf",
  acknowledgement = ack-nhfb,
}

@Article{Xiao:2001:IEH,
  author =       "Luo Xiao and Dieter Wissmann and Michael Brown and
                 Stefan Jablonski",
  title =        "Information Extraction from {HTML}: Combining {XML}
                 and Standard Techniques for {IE} from the {Web}",
  journal =      j-LECT-NOTES-COMP-SCI,
  volume =       "2070",
  pages =        "165--??",
  year