General Questions
or Feedback
If you
have general questions you would like
answers for or would like to provide us
with feedback on this site, please send
an e-mail to:avshelp@aip.org
AVS Help
On Searching
Browse
Information
To browse an alphabetical company list,
simply click on the button "Browse
an Alphabetical Company Listing".
Important:
Please be sure all of the search
fields are empty before choosing this
option. If you have already performed a
search and hit your back button instead
of using the navigation bar to go home,
your search keywords will still appear in
the fields. To quickly remove them, hit
the "home" option in the
navigation bar, this will clear all of
the fields.
Search Information
You are
presented with a search query box in
which you may enter information
pertaining to the following field:
Company
Product Category
Choose a category from the drop-down menu
and use the Search button to
activate your query.
You may
also search by:
Company Name
Company Location
Company Products and Services
Enter a keyword into any or all of the
following fields and use the Search
button to activate your query.
You may
also search by both:
Product Category
and
Company Name
Company Location
Company Products and Services
Enter your
selection into each field and use the Search
Button to activate your query.
Use the Clear
button to clear the search page of all
text entries and start over with a new
search.
Special
Characters
| DESCRIPTIONS |
EXAMPLES |
Searchable
Zones:
|
Note:
placing a word or phrase inside
double quotes finds exact
matches only, excluding stemmed
variations such as plurals, -ed,
-ing, etc. |
| Full
Record |
company
or institution, job title, job
description and contact
information
|
| Title |
company
or institution |
| Summary |
brief
summary of job description |
Boolean and
Proximity Operators [ Top ]
You can
use operators and modifiers in query
expressions to instruct the search engine
to widen or narrow the focus of a search
by applying logic to your query. The most
popular logical terms are the operators
AND, OR, and NOT. Modifiers can be used
with operators to further define your
question. These frequently-used words
(AND, OR, and NOT) are interpreted as
Verity Query Language by default.
You can
focus the search more closely by telling
the search engine to retrieve documents
that contain the search terms in close
proximity to each other: that is, near
each other or in a specified order. The
operators used for proximity searching
are NEAR, NEAR/x, and the pair ORDER
NEAR.
| DESCRIPTIONS |
VALID SYNTAX |
EXAMPLES |
| Boolean
and Proximity Operators: |
Note:
all operators except AND, OR, and
NOT must be surrounded by
"<" and
">" symbols. |
|
| Find
both terms |
term1
<AND> term2 |
safety
<AND> health |
| Find
one or both terms |
term1
<OR> term2 |
intel
<OR> hyundai |
| Find
one or both terms (both scores
higher) |
term1
<ACCRUE> term2 |
intel
<ACCRUE> hyundai |
| Find
documents excluding a term |
term1
<NOT> term2
<NOT> term
|
"hyundai"
<NOT> "optical"
<NOT> laser |
| Find
terms in close proximity |
term1
<NEAR> term2 |
texture
<NEAR> engineer |
| Find
terms separated by x
words |
term1
<NEAR/x> term2
(where x = # of words
separating terms) |
national
<NEAR/4> occupational |
| Find
nearby terms in a given order |
<ORDER>
<NEAR> (term1 term2) |
<ORDER>
<NEAR> ("substrate
engineer") |
Wildcard Characters
[ Top ]
Selects
documents that contain matches to a
character string containing variables.
Wildcard characters let you define a
search string with variables, which can
be used to locate related word matches in
documents. You can use the following
wildcard characters to represent variable
portions of search strings.
| DESCRIPTIONS |
VALID SYNTAX |
EXAMPLES |
| Wildcard
Characters: |
|
|
Specify
one and only one character
(You can use a ? to specify the
first letter of a word) |
? |
ph?sics
(finds physics) |
| Search
for a document which contains
& |
"&" |
A&N
use:
A"&"N |
Specify
zero or more characters
(You cannot use a * to specify
the first letter of a word) |
*
|
chemi*
(finds chemistry,
chemical, ...) |
|