The SPIRES database system uses english commands.
The entries in the databases are also
in english, except of the BOOKS database, which contains bibliographic
data in the
monographs original languages (if latin script).
In the following description, possible abbreviations of commands or index fields will be written in capital letters. Most SPIRES commands can be abbreviated to the first 3 characters, e.g. SELect, FINd.
SPIRES
You get the response
Loading module: spires Loading completed: 848896 bytes. -Welcome to SPIRES 94.01
-> SELect database_namee.g.
SEL HEP, SEL CONF, SEL BOOKSThe command
-> SHOw SELectshows the name of the subfile currently selected.
-> SHOw INDEX
shows a list of all searchable index fields of the current database.
-> BROwse index_fielde.g.
-> BRO Authorproduces a random selection of values (author names) in the selected field.
-> BROwse index_field value
E.g. you can find out the spelling of the author Abramovsky with
-> BRO Author abramovsky .
-> BROwse FIRST index_fieldlists the contents of an index field from the beginning;
-> BROwse LAST index_fieldlists the contents backwards from the end.
After displaying some index values the system will ask:
-More?To continue, type: Y
-> FINd index_field valueExamples:
-> FIN Place hamburg
-> FIN Author hawking
-> FIN Keyword pomeron
-> FIN Title light cone
You will be told the number of matching records.
-> FIN Author hawking -Result: 108 DOCUMENTS -> AND Title time -Result: 5 DOCUMENTS
-> FIN Title supersymmetry OR Keyword supersymmetry AND Date jan 1995 -Result: 6 DOCUMENTS
If you want to do this within the same
index field, it is not necessary to repeat the index field name, e.g.
-> FIN Keyword Higgs model -Result: 939 DOCUMENTS -> OR Higgs particle -Result: 6559 DOCUMENTS -> FIN Keyword Higgs particle AND NOT book -Result: 5639 DOCUMENTS
-> FIN Author smith AND jones OR brownis processed as
-> FIN Author (smith AND jones) OR brownThe command
-> FIN Author brown OR smith AND jonesis processed as
-> FIN Author (brown OR smith) AND jonesIf you want to change the processing order use parentheses.
-> SHOw SEARCHe.g.
-> FIN Author jackson
-> AND Author scharre
-> SHOw SEARCH
fin a jackson
and a scharre
-> FIN Date 1992
is not valid!
-> BROwse index_field valueand\or use the right-truncation #:
-> FIN Title supersymmetr#matches all documents with words like supersymmetry, supersymmetric, etc. in the title.
-> FIN Title Regge# pole#finds all documents with title words beginning with "regge" and "pole" anywhere in the title in any order.
-> FIN Report-num DESY#92-03will find reports like DESY-F35-92-03, DESY-HERA-92-03, etc. The # stands for any characters.
-> FIN Author PRE feynhas the same result as
-> FIN Author feyn#There are even more operators for the FIND command, like "with", "string", etc. For more informations, try
-> EXP WITHor
-> EXP STRINGNote : Since 1996 the search by "prefix", "suffix", etc. is no longer supported for the TITLE index.
-> FIN Keyword "SU(3)"
-> FIN Author hawking -Result: 108 DOCUMENTS -> AND Title time -Result: 5 DOCUMENTS -> BACKUP -Result: 108 documents
-> AND Date AFTER Dec 1993 -> AND Date > 1985
-> FIN Date-Added > -7 (implicit "today"; looks for the new books of the current week in the BOOKS database)
-> SHOw FORmatsin the current database.
-> SET FORmat format_namee.g.
-> SET FOR briefTo see a complete unformatted record use:
-> CLEAR FORMAT -> TYPEYou can select certain elements to be displayed in all of the databases. For example, the command
-> TYPE Title Author Desy-Keywordsdisplays title, authors and keywords of your results in the HEP database. The name of the elements used for the TYPE command are not always the same names as the index fields used for the FIND command. So you search for keywords with "FINd Keyword ...", but you display them with "TYPE Desy-Keywords". You can take a look at the elements with
-> SHOw ELEments
-> TYPE PAUSEwill list the records one after the other. With "Ctrl C" you can stop the listing.
-> TYPE KEEPallows rejection of unwanted items; for each record you can decide with YES or NO, whether you want to keep it.
If you already know the first part of your results and want to start
listing at a point beyond the beginning, type
-> TYPE SKIP nwith n the number of items to skip over.
-> FIN Title Z0 AND Date 1992 -> SEQ Author Titlesorts the results alphabetically by first author and by title. The name of the elements used for the SEQ command are not always the same names as the index fields. To make sure type
-> SHOw ELEments
The results of a search in the HEP database are sorted in reverse chronological order (as they have been entered into the database). To obtain a true reverse chronological order, type
-> SEQ DS (D)which sorts the records in descending order by the virtual field "Data Sort" (ds). It contains the document date (if available) or "date received".
-> FIN Title Z0 AND Date 1992 -> STORE RESULT name"name" should be your mnemonic for this search result, because it is saved as "result.name". To get back a stored result in one of your next sessions:
-> FIN @result name
-> OUTput CLeaN CLeaRwrites your results in the File "Active.File" (if you prefer another file name, type "use file name" before the OUTPUT command) To append results of the current search to a previous search, type
-> OUTput CLeaN CONTinue
-> IN ACTive CONTinue SPIRES_commande.g.
-> IN ACT CONT SHOW INDEX
-> IN ACT CONT BRO Title supersym
-> IN ACT CONT TYPE
To get printed results with no page breaks in the middle of references, with centering and page numbers use:
-> SET REPORT -> OUT CLN CLRYou can select certain elements to be printed with e.g.
-> SET FORmat $report Title,Author,Desy-keywords
-> EXPlain database_namee.g.
-> EXPlain command
-> EXP hep
-> EXP books
-> EXP find
-> EXP everything
-> EXIT