A. Ishiwatari's Geologic Reference Search Site (990811 Revised)
[Earth Science Department] [Ishiwatari Laboratory] [Ishiwatari's Top Page] [Links]
[Search
Form] [Japanese Version] [Mineral
Identification Chart] [Message Board]
In this site, you can search following databases:
AILIS
MEREF
TRAIL
UILIS
INTRODUCTION Every reference registered in these databases includes author(s), year of publication, title, journal name or book title, volume, issue number, pages, key words, serial number, etc. In this search site, however, all these contents are searched without any distinction. All references including a string identical to your key word will be listed. You can also search your previous result with another key word for narrowing your selection. For economy of time and power, please put on the "NO OUTPUT" button (default) for the first time, and check the number of references that match. If the number is reasonable (generally 100 or less), you may click "OUTPUT RESULT" button to get the full list. Please do not search with a meaningless string like "19" or "the".
ACKNOWLEDGEMENT: Copyright of each database belongs to each author. MEREF, UILIS and TRAIL are presented in this site with permission of Profs. M. Enami, T. Ui and Dr. T. Tsujimori, respectively. To make a database requires a considerable amount of work. If you get any merit on your research from these databases, we request you to acknowledge this in your article or lecture.
LITERATURE: The CGI program for this site was written by A. Ishiwatari aided with the textbooks as follows: Akimoto, S. and Furukawa, T. 1997, Introduction to CGI Programming. Shoeisha; Nishida, T. and Kawamoto, Y. 1997, Introductory lecture on CGI. Omu Company; both in Japanese.
Usage of "Normal Expressions" [BACK] [TOP]
Each of the fifteen symbols (metacharacters) +?.*^$()[]{}!|\ has special meaning and unique function. If you want to use one of them in your key word as a simple symbol without any function, please put \ before the symbol (\., \?, \$, etc.). The following normal expressions are standard among many UNIX applications.
. (Period) --- Representing any
one letter or number. For example, h.t stands for hat, hit, hot,
etc. Two successive periods can represent one kanji character.
[abc] --- One of a, b or c. For example, if you input S[aeu]mail
as a keyword, you can get papers including Samail, Semail or
Sumail (The same place, but different spelling). You can also
define the range in a manner like 195[0-9], representing all
numbers from 1950 to 1959.
[^abc] --- Representing a letter or number neither a, b nor c.
^Sato --- Indicating the top of each line. This keyword can list
all papers, which are first-authored by Sato.
3456$ --- Indicating the bottom of each line. This keyword can
pick up one line with this entry number.
\d --- Representing one number. The same as [0-9]. \cX ---
Control character.
\D --- A letter or symbol other than any number. The same as
[^0-9].
\w --- Any letter or number or underbar ( _ ). The same as
[a-zA-Z0-9_].
\W --- Any symbol other than letters or numbers or underbar. The
same as [^a-zA-Z0-9_]
\s --- Space, tab, or line feed. The same as [ \t\n]. \O --- A
null letter.
\S --- Any letter or symbol other than space, tab, or line feed.
The same as [^ \t\n]
\n --- Line feed. \r --- Return. \t --- Tab. \f --- Page feed.
\b --- Word limit. If inside [ ], \b represents backspace. \B ---
Other than word limit.
\111 --- A character whose code is 111 (every number is an octet
number (0-8)).
\xab --- A character whose code is ab (every number is a
double-octet number (0-e)).
aaa|bbb|ccc --- Any line with either aaa or bbb or ccc may be hit
(do not put | at the top or bottom).
x? --- One or zero times repetition of x. (Soh?ma represents both
Soma and Sohma).
x+ --- More than one times repetition of x (fe+d represents fed,
feed, etc.)
x* --- More than zero times repetition of x (fo*l represents fl,
fol, fool, etc.)
x{n} --- n times repetition of x (I{3} represents III, Roman
number for 3)
x{n,m} --- Over n times and under m times repetition of x (3{2,4}
represents 33, 333 and 3333).
x{n,} --- Over n times repetition of x (6{3,} represents 666,
6666, 66666 etc.)
X{,m} --- Under m times repetition of x (6{,3} represents 6, 66
and 666).
Hint 1. Search with two or
more keywords
If you want to find papers with either jadeite or omphacite in
their titles, you can describe like jadeit|omphac using
"|" (vertical bar). Do not put space in between, and do
not put "|" at the top or at the end. The last few
letters may better be omitted to get more hits, because the words
may change into "jadeitite" or "omphacitic"
in some cases.
Hint 2. Word search
The expressions using \b and \s permit you to make word search
instead of string search. If you search AILIS with a keyword
"exist", you may get many papers including (1)
coexisting, (2) co-existing, (3) existing and (4) existence. To
select (1) and (2) together, you may describe co-?exist. To
select (2), (3) and (4) at the same time, you can describe
\bexist. To choose (3) and (4), \sexist is the right way. If you
prefer only (3), then you should describe \sexisting.
Links for Other Reference Search Sites (by Dr. T. Tsujimori)
[Kanazawa Univ., Earth Science Department, Journal Links]
[Japanese Library Links OPAC] [Japan Book Publisher's Association ]
[Geological Survey of Japan GEOLIS] [Geol. Surv. Japan Journal Contents Links]
[Japanese Academic Information Center NACSIS Webcat]
[US Book Shop UnCoverWeb] [US Book Shop Amazone]
[Colorado Univ. On-Line Earth Science Journals] [University COOP Book Service]
1999/05/05 Established,2006/01/29 Revised