<!DOCTYPE stack PUBLIC "-//Apple, Inc.//DTD stack V 2.0//EN" "" >
<stack>
<name>in</name>
<id>-1</id>
<cardCount>5</cardCount>
<cardID>10665</cardID>
<listID>2226</listID>
<cantModify><false /></cantModify>
<cantDelete><false /></cantDelete>
<cantAbort><false /></cantAbort>
<cardSize>
<width>512</width>
<height>342</height>
</cardSize>
<script>on openStackglobal showHelp, fromHereif the number of cds in bg "Entries" is 1 and bg fld "1st last" of cd 1 is empty thendoCopyrightend ifput the hilite of bg btn "Show Help" into showHelpput false into fromHere --i.e. aren't clicking on "show help"pass openStackend openStackon closeStackif the freeSize of this stack > 10000 then doMenu "Compact Stack"pass closeStackend closeStackon mouseEnterglobal showHelpif showHelp thenput the short name of the target into whatdoHelp whatend ifpass mouseEnterend mouseEnteron mouseLeavehide bg fld "HelpFld"pass mouseLeaveend mouseLeaveon openBackgroundglobal showHelpset the hilite of bg btn "Show Help" to showHelppass openBackgroundend openBackgroundon closeCardhide bg fld "HelpFld"pass closeCardend closeCardon doHelp theObjectif theObject is "sort" thenput "Clicking this button sorts the entries by the last name of the first author of the entries." into theHelpelse if theObject is "Citations" thenput "Clicking this button takes you to the card to prepare the selected entries for the bibliography." into theHelpelse if theObject is "Check Refs" thenput "Clicking this button takes you to the card to compile the list of references from a paper." into theHelpelse if theObject is "Search Subjects" thenput "Clicking this button allows you to search the entries for subjects entered in the subject field below." into theHelpput " You can get either the next entry for a subject or a list of all entries for that subject." after theHelpelse if theObject is "Upkeep Tools" thenput "Clicking this button takes you to the card to make a new bibliography stack " into theHelpput "or convert an older version to this version of the stack." after theHelpelse if theObject is "Find Duplicate" thenput "Clicking this button finds duplicate entries." into theHelpelse if theObject is "Include" thenput "Checking this box will include this entry in the citation list for the bibliography." into theHelpelse if theObject is "Subjects" thenput "This field is to indicate what topics the entry refers to." into theHelpelse if theObject is "WhichOne" thenput "This field indicates which entry this is." into theHelpelse if theObject is "Compile bib info for merging" thenput "Clicking this button gets the information for the desired entries (all or ones with 'Include' checked) " into theHelpput " and puts it into the adjacent field in a form for use with mail merge." after theHelpelse if theObject is "Get Names/Dates" thenput "Clicking this button gets the names and dates for the desired entries (all or ones with 'Include' checked)." into theHelpelse if theObject is "Export" thenput "Clicking this button puts the information in the adjacent field " into theHelpput "into a text document that can be opened by a word processing program" after theHelpelse if theObject is "Clear" thenput "Clicking this button empties the adjacent field." into theHelpelse if theObject is "Uninclude" thenput "Clicking this button unchecks all of the 'Include' boxes in the entries." into theHelpelse if theObject is "CitationFld" thenput "This field holds the collected citation info." into theHelpelse if theObject is "Clear List" thenput "Clicking this button empties the field below it." into theHelpelse if theObject is "Make list of references" thenput "Clicking this button scans a requested document " into theHelpput "and puts a list of references of the form 'Name Date' (Culy 1990) or 'Name Date, Date' (Culy 1990, 1991) into the field below it." after theHelpelse if theObject is "Mark entries" thenput "Clicking this button checks the 'Include' box for every reference in the left hand field. " into theHelpput "Missing entries are noted, as are cases of possible ambiguity (same author, same date)." after theHelpelse if theObject is "References" thenput "This field holds the list of references extracted from a document." into theHelpelse if theObject is "Missing" thenput "This field holds the list of entries that are missing and references that are possibly ambiguous." into theHelpelse if theObject is "Convert and Merge Old Version" thenput "Clicking this button converts stacks from previous versions and merges them into the current stack." into theHelpelse if theObject is "Make new bib stack" thenput "Clicking this button makes a new bibliography stack containing only a blank entry." into theHelpput " It does NOT make a copy of the current stack." after theHelpelse if theObject is "Hide List" thenput "Clicking this button hides the list of subjects and cancels the search." into theHelpelse if theObject is "Subject List" thenput "This field allows you to search for entries based on their topics in the Subjects field." into theHelpelse if theObject is "Summary" thenput "This field tells how many entries about the selected subject were found." into theHelpelse if theObject is "Index" thenput "This field lists the entries about the selected subject were found." into theHelpelse if theObject is "Show Help" thenput "Checking this box will show brief descriptions (like this one) of the object that the cursor is on." into theHelpput " Unchecking this box will cause the descriptions not to be shown." & return after theHelpelse put empty into theHelpif theHelp is not empty thenput theHelp into bg fld "HelpFld"show bg fld "HelpFld"end ifend doHelpon doCopyrightput "©1991 by Christopher Culy culy@vaxa.weeg.uiowa.edu" & return after theTextput "The stack is free, but please do not distribute significantly modified copies without permission." & return after theTextput "No guarantees are made as to the reliability of this stack." & return after theTextput "My employer bears no responsibility for it." after theTextanswer theText with "OK"end doCopyright</script>