NAME
isi.pl - query ISI Web of Science
SYNOPSIS
isi.pl query
ARGUMENTS
- isi.pl query
-
Queries ISI with the given query (a single string) e.g.:
"OG=(University of Southampton)"
OPTIONS
- help
-
Show help.
- man
-
Show man page.
- offset
-
Set the search offset (starting at 0), defaults to 0.
- max
-
Maximum number of records to find, defaults to 10.
- database
-
The ISI database to search, defaults to 'WOS'.
- fields
-
A comma-separated list of extra fields to return, defaults to 'times_cited'.
- sort
-
The index to sort by, defaults to 'Relevance'.
EXAMPLES
# search by organisation
./isi.pl "OG=(Univ Southampton)"
# find the next 10 records
./isi.pl --offset 10 "OG=(Univ Southampton)"
# more complex query
./isi.pl "AU=(Brody, T) and OG=(Southampton) and PY=(2007-2010)"
AUTHOR
Copyright 2010 Timothy D Brody <tdb2@ecs.soton.ac.uk>
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.8.8 or, at your option, any later version of Perl 5 you may have available.