home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 16 / CD_ASCQ_16_0994.iso / news / 2540 / summary.doc < prev    next >
Text File  |  1994-03-20  |  18KB  |  386 lines

  1.  
  2.  
  3.                                    SUMMARY
  4.  
  5.  
  6.                      RMS-III: REFERENCE MANAGEMENT SYSTEM
  7.  
  8.                                III Version 3.2
  9.  
  10.  
  11.                        A Personal System for Managing
  12.                         Entry, Search, and Report of
  13.                               Bibliographic Data
  14.  
  15.  
  16.                             Mulberry Software,Inc.
  17.                              234 Mulberry Place
  18.                             Ridgewood, New Jersey
  19.  
  20.  
  21.                           Program & Documentation
  22.                     Copyright (c) Mulberry Software,Inc.
  23.                             All Rights Reserved
  24.  
  25.  
  26.              This is an introductory/summary of RMS-III. It is
  27.              extracted from the RMS-MAN.DOC file to provide an
  28.              immediate, uncompressed indication of the program.
  29.  
  30.              THIS IS NOT THE USER REFERENCE MANUAL - use the
  31.              RMS-MAN.DOC file for that purpose as it contains
  32.              many more details of actual operating procedures.
  33.  
  34.  
  35. --------------------------------------------------------------------------
  36.  
  37.                                TOPICS OUTLINED
  38.  
  39.  
  40.     General Description               Database and Index Files
  41.  
  42.     Structure of RMS-III              Record Maintenamce
  43.  
  44.     System Requirements               Search Techniques
  45.  
  46.     Installation and Start-up         Document Generation
  47.  
  48.     Record Display & Structure        Utilities
  49.  
  50.     Data File Characteristics         Concluding Remarks
  51.  
  52.  
  53.  
  54. --------------------------------------------------------------------------
  55.  
  56.                             GENERAL DESCRIPTION
  57.  
  58.  
  59. RMS-III: Reference Management System provides an annotated menu driven
  60. system for operations relevant to bibliographic reference handling: data
  61. entry, viewing, editing, searching, screening, tabulation and reporting.
  62. It provides data file compatibility with Borland's dBase III, III+ (R)
  63. so that data can be easily utilized elsewhere. It also provides greater
  64. speed for many operations than is possible in non-compiled applications.
  65.  
  66. Reference material in files is managed as records which contain data
  67. fields.  There are fields for author(s), title, source (publication,
  68. volume, pages, year, type), key words, sponsor, language, comments,
  69. special codes, and abstract.  A single record structure is used for all
  70. source types; built in manipulations (and user definitions) provide for
  71. treatment of different record/source types.
  72.  
  73. All fields can be searched by several techniques to find records of
  74. particular interest.  Records can be indexed or sorted by various key
  75. fields and subject matter. Duplicate records within and between database
  76. files can be identified and eliminated.  Individual records and subsets
  77. of the database can be extracted to create new databases or reports;
  78. extraction can be specified by any user-designated order or search match
  79. criteria.  Authority/topical and statistical data can be tabulated for
  80. independent output and for access during entry and search operations.
  81.  
  82. Report content and format can be widely varied to accomodate many
  83. different requirements: publication bibliography variations (APA, etc),
  84. library listings, research notes, catalogues, card files.  Styles not
  85. included can often be generated by user definitions.  Reports can be
  86. stored to disk-file for incorporation into word processor texts, or
  87. printed in hard copy form.
  88.  
  89. In addition to the basic data management, there are several utility
  90. functions.  These include file manipulations and maintenance such as
  91. create, erase, append, backup, condense, and check status. The utilities
  92. also allow data field search/replace and re-numbering of record
  93. identification.  Limited printer manipulation is also provided. There
  94. are facilities to import and export data of different format types.
  95.  
  96. Background information is provided throughout the program, and individual
  97. operations generally include online help and information items.
  98.  
  99.  
  100. ========================================================================
  101.  
  102.              STRUCTURE OF RMS-III: REFERENCE MANAGEMENT SYSTEM
  103.  
  104.  
  105. RMS-III is organized in five operating menus.  Each Menu and Sub-Menu
  106. function is accessed by either (a) entering its number, 1-7, in a
  107. highlighted selection box and pressing enter, or (b) using the
  108. corresponding function key. The following table shows the menu structure.
  109.  
  110.                       System Outline, from MAIN MENU:
  111.  
  112.      1.          2.              3.            4.           5.
  113.    INFO      UTILITIES        MANAGEMENT    SEARCH       REPORTS
  114.    Terms     Information      Information   Information  Information
  115.    Outline   File Status      Open File     Open File    Open File
  116.    Notes     File Operations  Add Records   Scanning     Topic Freq.
  117.              File I/O         Edit Records  Single Item  Topic Index
  118.              User Definitions Scan Records  MultipleItem Lists/Cards
  119.              Printer Set-Up   Check Dups.   Mixed-Logic  Word Proc.
  120.  
  121. Menu screens are numbered for easy reference as for example, screen 5.5
  122. is data report, output to printer (lists or cards).  Each menu includes
  123. an information section which presents purpose and operation of the menu
  124. items.  Additional "help" is available within many menu selections. The
  125. utility menus open up sub-menus with additional options.  There is some
  126. redundancy among menus to minimize switching.
  127.  
  128. The entire system can be reviewed, with the DEMO database, by scanning
  129. the menus in default modes; this is recommended for a fast introduction
  130. to the system.
  131.  
  132.  
  133. ________________________________________________________________________
  134.  
  135.                             SYSTEM REQUIREMENTS
  136.  
  137. RMS-III runs on fully IBM compatible systems.  A fixed disk is highly
  138. recommended.  For a fixed disk, least 1200kbytes should be available
  139. for the program plus documentation and whatever will be needed for your
  140. data files.  (Without the documentation files, only 950 kb is needed.)
  141.  
  142. The program can be run from high density floppies (720 kb and greater),
  143. but the speed of many operations will be slow.  Operation from low
  144. density floppies (360 kb) is possible but not advised.
  145.  
  146. The recommended memory level is 512 kbytes, although as little as 490 can
  147. suffice (for example if you are running in a window).  More memory can
  148. improve speed of operation.  The config.sys boot-up file must contain
  149. the lines files=25 or more and buffers=25 or more.
  150.  
  151. dBase III, III+ or similar database software is not required. You may
  152. wish to use such products to do operations that may not be offered in
  153. RMS-III.  Also, though not necessary, there are some dBase type commands
  154. that can be utilized within RMS-III if you are familiar with the language
  155. syntax.
  156.  
  157.  
  158. ________________________________________________________________________
  159.  
  160.                        INSTALLATION & START-UP
  161.  
  162. Installation must be done using the RMS-III INSTALL program.  This will
  163. de-compress stored program files and provide selections for type of disk
  164. set-up and selection of monitor types.  All of the initial parameters can
  165. be changed within the program.  See the README files, VENDINFO.DIZ (if
  166. present) and RMS-MAN.DOC file for full details.
  167.  
  168. Most likely the program will need no further setup and can be started
  169. immediately.  Simply switch to the drive and directory containing the
  170. program files and type:
  171.                             RMS <enter>
  172.  
  173. This will start the program.  A license notification will appear as the
  174. first screen until your license number is activated.  The main menu will
  175. follow.
  176.  
  177.  _______________________________________________________________________
  178.  
  179.                        RECORD DISPLAY AND STRUCTURE
  180.  
  181. Data entry and editing are done in a full screen display which presents
  182. all the data of a record as well as some status and control information.
  183. The full screen data display is used in several sections of the program 
  184. and is central to the system operation.
  185.  
  186. The main part of the display is the data presentation which shows the
  187. complete set of data fields for the record.  Shaded areas indicate the
  188. data fields and the size allocated for each.  RMS-III uses 20 data fields
  189. of fixed length and one memo/abstract field of variable length.  These
  190. fields accomodate many types of data structures and output formats by
  191. combination of built-in function operations and spill-over handling.
  192. The defined fields and their lengths are as follows:
  193.  
  194. Field   Name   Length   Field   Name    Length  Field   Name    Length
  195.  
  196.   1   IDENT_NO     5       8   SOURCE     128     15   COMMENT    192
  197.   2   INDEX_NO     5       9   VOLUME      10     16   LANGUAGE    10
  198.   3   CODE_1      14      10   YEAR        10     17   TYPE        11
  199.   4   CODE_2      14      11   PAGE_FRST    6     18   NREFS        5
  200.   5   LST_NAME    15      12   PAGE_LAST    6     19   SPONSOR     32
  201.   6   FST_NAME    10      13   TITLE      128     20   ABSYN        1
  202.   7   AUTHOR_2    64      14   KEY_WORDS  128     21   NOTES    (memo)
  203.  
  204.  
  205. _______________________________________________________________________
  206.  
  207.                        DATA FIELD CHARACTERISTICS
  208.  
  209. The Ident_No, Index_No, and Code_1, and Code_2 fields are provided for
  210. general purpose identification and tracking based on user defined
  211. schemes.  The Ident_no can provide a record identification (in addition
  212. to the record number).  The Index_No field can be used to code in schemes
  213. for rapid grouping or ordering based on general record content or class
  214. of information (e.g., subject index); it is for user definition and has
  215. no other internal purpose.  The Code_#'s can be used at will; they are
  216. especially suited for publication data such as ISSN, ISBN, or DEWEY nos.
  217.  
  218. Authors.  Separation is made between first authors and additional authors.
  219. The first author's first and last names are separate to facilitate certain
  220. internal operations.  Other authors are included on a separate line. The
  221. format of authors names is adjusted at time of output to meet different
  222. requirements.  Names can be tested during entry to see that they will be
  223. manipulated correctly.
  224.  
  225. Reference source, volume, year, pages, title, and language are all
  226. obvious.  The source and title fields have been made long to accommodate
  227. extended entries.  If they are not adequate in a particular case, you
  228. might use the comment field for additional data.  'Nrefs' is used to
  229. include the number of references cited in an entry, a data point that
  230. can be very useful in expanding a search.
  231.  
  232. The 'type' field can have some obvious and not-so-obvious uses depending
  233. on your purposes and possible interfacing to other applications.  Type
  234. designations might include article, book, chapter, conf.proc., thesis,
  235. video, record, etc.  These designations can also be used in some cases
  236. to control output format. 
  237.  
  238. Keywords and sponsors can include multiple entries if they are separated
  239. with comma and space.  This will permit searching and listing based on a
  240. series on entries.  Lists of key words and their use frequency in the
  241. report menu (see topical lists).  Such lists can be accessed in the data
  242. entry and search operations.
  243.  
  244. Comments can include up to three lines of whatever notes, annotations, or
  245. comments you care to enter.  This area is included as a supplement to the
  246. abstract area, the text of which is not presented on the main display
  247. screen.  It is also used as a spill-over area for authors, title, and
  248. source data that exceeds the normal field length.
  249.  
  250. The abstract field is special type of entry which is included as a memo
  251. and has a different type of behavior.  As explained under definitions, a
  252. memo field accommodates extended and variable length data entries.  This
  253. can be an abstract or any other entry you wish to make.  From the multi-
  254. item search menu, the memo field can be searched for words or phrases.
  255. (You can import and export text files through the abstract editor.)
  256.  
  257.  
  258. --------------------------------------------------------------------------
  259.  
  260.                           DATABASE & INDEX FILES
  261.  
  262. Databases may be created in either the Utility Menu or in the Management
  263. Menu.  There is no limit to the number of databases that can be created.
  264. Database files can be opened in any of the primary menus.
  265.  
  266. Index files are optional; they control the order in which records are
  267. presented. Index files can be generated at any time or at any point in
  268. the data entry process, including prior to data entry.  A database file
  269. may have several indices, each built on different fields or combinations
  270. thereof (keys), however, only one index can be active at any one time.
  271. An active index is automatically up-dated if records are changed.
  272.  
  273.  
  274. --------------------------------------------------------------------------
  275.  
  276.                              RECORD MANAGEMENT
  277.  
  278. The Record Management Menu provides for the primary record operations of
  279. data entry, editing, viewing, scanning, duplicate checking and elimination.
  280.  
  281. Adding and editing records uses the full screen record display discussed
  282. earlier.  When adding or editing records the F1 help/list feature can
  283. provide information about data entry characteristics and lists of existing
  284. data for several critical fields.
  285.  
  286. Viewing of data for many records at one time is with the Rapid Scan option.
  287. The amount of data displayed is more limited than in the full screen, single
  288. record presentation, but the record range is broader.
  289.  
  290. Duplicate checking can be done within a database, or between two different
  291. databases.  Duplicate records are marked, and deletion is done as a
  292. separate step; this provides some safety as well as other operational uses
  293. of the record marking feature.  There are options to view, select,
  294. de-select, and transfer records which have been marked.
  295.  
  296.  
  297. _________________________________________________________________________
  298.  
  299.                             SEARCH TECHNIQUES
  300.  
  301. Four search techniques are facilitated through the Search Menu:
  302. view/search, unique item listing (single field), generalized multi-field
  303. search, and mixed logic constructions.  The first is appropriate to
  304. general viewing of single records, the others are appropriate to complex
  305. searches, culling, or ordering of specific groups of records according
  306. to user selected criteria.  The multi-field and mixed-logic searches
  307. allow for Booliean logic search criteria, and control of searched fields
  308. (including the abstract/memo field) and report output.
  309.  
  310.  
  311. _________________________________________________________________________
  312.  
  313.                          REPORT/DOCUMENT GENERATION
  314.  
  315. Output of reference/bibliographic reports and topical list/index reports
  316. is addressed in Document Generation.
  317.  
  318. Topical lists present special information based on single fields within
  319. the records, e.g., subjects (key words), authors, sponsors, etc.  These
  320. can be useful for checking the consistency of entries and in analysis of
  321. the reference data.  Their most important function is in the help/list
  322. operations of the data entry, editing, and search operations.  Topical
  323. indexes identify specific records in which topic items are located. They
  324. are similar to the lists, but they are not critical to other operations.
  325.  
  326. Reference/bibliographic reports can be prepared from either of two
  327. internal formats (with some variations), or from external, user defined
  328. style files, UDS's.  The internal formats are (a) line (linear) type
  329. used for most bibliographical listings, or (b) card (block) type for
  330. preparation of `file cards' of several popular sizes.  The external,
  331. UDS files provide for styles approximating several common formats: APA,
  332. Chicago A & B, Turabian.  Others can be defined as required.  Any of
  333. these reports can be directed to a hard copy printer or to a disk file
  334. that can be used as input in other operations, e.g., a word processor.
  335.  
  336. The internal formats provide no special attributes such as bold,
  337. underlining, subscripts, etc.  If needed, these must be added with the
  338. aid of a wordprocessor, or with the user defined styles.
  339.  
  340. _______________________________________________________________________
  341.  
  342.                              UTILITIES
  343.  
  344. The utilities provide system and file information, various manipulations
  345. of data files, printer setup, export definitions, and user defined style
  346. (uds) output definitions.  Many of these items are essentially self
  347. explanatory e.g., list, create, index, sort, import, append, erase,
  348. condense, renumber, replace, etc.
  349.  
  350. There are some redundancies between the various utility menus and between
  351. the utilities and other program operations.  For example, database files
  352. can be listed or opened in several places.  Some printer controls can also
  353. be handled in the report menu, but the settings in the utility menu
  354. establish the defaults.  There are similarities between the custom export
  355. and user defined output style operations.
  356.  
  357. An add-in utility is available which expands the capabilities for import
  358. and export of data.  This is the TSX translation module.  It can be used
  359. to adjust formats of downloaded data.  It is not included in all RMS-III
  360. distributions due to size considerations.  See README.TSX for details and
  361. availability.
  362.  
  363. _________________________________________________________________________
  364.  
  365.                             CONCLUDING REMARKS
  366.  
  367. As noted earlier, the entire RMS-III system can be reviewed by scanning
  368. the menus in default modes; this is recommended for a fast introduction
  369. to the system.  Use the database named DEMO to examine the database
  370. operations.  The DEMO file and the RMS-III help items (F1) include most
  371. of the information in this summary file, as well as additional tips and
  372. operational details.  The DEMO file abstracts also contain useful tips. 
  373.  
  374. RMS-III tries to provide considerably flexibility in handling reference
  375. data of many types. It is generally set up for bibliographic material from
  376. books, articles, etc.  However, it has been used for many other forms of
  377. data collection and reporting.  The guide lines outlined here are just
  378. that - guides.  You should experiment to find what works best for your
  379. materials, application, requirements, and work style.  There are many
  380. possibilities.
  381.  
  382.  
  383.  
  384. END
  385.  
  386.