home *** CD-ROM | disk | FTP | other *** search
/ Otherware / Otherware_1_SB_Development.iso / mac / hypercar / science / scicitat.sit / Scientific Citation Finder / card_2510.txt < prev    next >
Encoding:
Text File  |  1992-05-22  |  3.1 KB  |  67 lines

  1. -- card: 2510 from stack: in
  2. -- bmap block id: 0
  3. -- flags: 4000
  4. -- background id: 2197
  5. -- name: Info
  6. ----- HyperTalk script -----
  7. on openCard
  8.   hide MenuBar
  9. end openCard
  10.  
  11.  
  12. -- part 1 (button)
  13. -- low flags: 00
  14. -- high flags: A003
  15. -- rect: left=184 top=301 right=328 bottom=327
  16. -- title width / last selected line: 0
  17. -- icon id / first selected line: 0 / 0
  18. -- text alignment: 1
  19. -- font id: 0
  20. -- text size: 12
  21. -- style flags: 0
  22. -- line height: 16
  23. -- part name: Return to Program
  24. ----- HyperTalk script -----
  25. on mouseUp
  26.   visual iris open
  27.   go card "Program Card"
  28. end mouseUp
  29.  
  30.  
  31.  
  32. -- part contents for background part 1
  33. ----- text -----
  34.                       ABOUT "SCIENTIFIC CITATION FINDER"
  35.  
  36.      This stack reads in text files, searches them for occurences of references in scientific style - that is, author & date [e.g., Goodman (1987)] - and produces a listing of all the references it finds.  It provides a quick and easy way for a scientific author to get a list of all the literature cited in his or her paper so that he/she can put together an accurate Literature Cited section.
  37.  
  38. There are three steps:
  39.  
  40.  1.  Clicking the "Continue" button starts the process.  The document you want checked must be saved as a "Text Only" file, and it  MUST HAVE CARRIAGE RETURNS PLACED AT THE END OF EACH LINE.  Once you have selected the file, the program will search the entire file for possible citations (i.e. places in the the text where four consecutive characters are numbers) and write the line containing each one to the field in the upper right corner of the screen.
  41.  
  42. 2.  After the master list of possible citations has been compiled, the program will present you with each line - one at a time - so you can delete any extraneous words.  This can be done by hand or by using the button "Delete First Word".  Once you have finished editing the line, you must save it by clicking the 
  43. "Save Citation" button.  If the line does not contain a citation, simply click the "Ignore" button.
  44.  
  45. 3.  Once the finalized citation list has been compiled it is sorted, and then you have the option of having any duplicate entries removed.  When this is completed the citation list is saved as a text file.
  46.  
  47.                              **************************
  48.  
  49.                                         DISCLAIMER!!
  50.  
  51. This program finds citations in documents only if it finds what it considers to be a date.  The following criteria are used in searching for dates:
  52.  
  53. 1.  the word (= group of consecutive non-space characters) must be at least 4 characters long;
  54.  
  55. 2.  the first character in the group must be a "1"; and
  56.  
  57. 3.  the third character in the group must also be a number.
  58.  
  59. If you have citations in your text having dates which are less than four characters long, or that start with numbers other than "1", they will not be found by this program.  For example, dates such as 1878, 1956, and 1986a would be found by this program, while 197, 796, and 1XT7 would be ignored.
  60.  
  61.  
  62.                              **************************
  63.  
  64. This stack is being distributed as a freebie.  I hope you find it useful!
  65.  
  66. Stack created by David C. Tremmel
  67.