Parallel robots references database
- use % as "wild card" e.g. an author field with %accav% will match
any author whose name include "accav" such as Caccavale. The use of % is
mandatory for the author field which is stored in the database as
"Last-Name Initial-First-Name". Hence the author David Daney should be searched
as "%Daney%" or "%Daney%D%". Note that for papers having more than 3 authors
only the first author name is stored in the database.
- in field denoted with superscript 1
you may use a up to two AND or OR operator with a
single word as search key.
For example if the field
"author" has %roth% AND %waldron%,
then the result will be references whose
author field includes both strings "roth" and "waldron" while
%roth% OR %waldron% leads to reference including either "roth"
or "waldron". Another example is %wire% AND %workspace% AND %robot%.
- in the Year field you may use the IN and BETWEEN operator. If
you use IN 2000 2001 2006 (with up to 4 possible years) you will select
the references with year 2000 or 2001 or 2006, while
BETWEEN 2000 2006
will select references with year in the range [2000,2006]
- the list of available keywords is here