Changeset 21

Show
Ignore:
Timestamp:
02/02/08 21:36:41
Author:
graybeal
Message:

added detail about workflows

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • docs/trunk/usecases/DO_UseCase12

    r13 r21  
    44A developer of software tools to support simple metadata creation wants to help manufacturers create useful, accurate, reproducible discovery metadata for their instruments. To do so, the developer plans to provide software that can analyze a list of parameters measured or produced by the device, and from that create a set of keywords that summarizes the functionality of the device. 
    55 
    6 1.  Parameter labels may be transformed into a set of observed phenomena 
    7 2.  Observed phenomena transformed to a list of instruments 
    8 3.  Instruments transformed into categories using ontology classification 
    9 4.  Instrument categories used to populate discovery metadata fields 
     6User workflow: 
     71. Create metadata for the instrument using the tool, starting with parameters the instrument can measure. 
     82. Press the 'Autofill Keywords from parameters' button. 
     93. Software ascertains, from the measurable parameters and on ontology, the related keywords. 
     10 
     11Developer workflow: 
     121. Obtain list of instrument measurement parameters that describe measurements that can be taken by instruments. 
     132. Map the relationships between those parameters and higher-level categories of interest (e.g., science keywords, or instrument type). 
     143. Build the tool to fill out the broader metadata by inference from the narrower metadata.