Difference between revisions of "2009 Winter Project Week GWE Catalogs"

From NAMIC Wiki
Jump to: navigation, search
Line 17: Line 17:
 
<h1>Objective</h1>
 
<h1>Objective</h1>
  
To integrate Grid Wizard Enterprise (GWE) with XML based catalogs containing a description of experiments to process (in terms of target/moving images for example). GWE is being enhanced with a XPath parser which allows it to introspect any XML file. This will allow GWE to gather these desired parameter exploration sets from standard catalogs by creating the appropriate XPath expressions to query them.
+
To integrate Grid Wizard Enterprise (GWE) with XML based catalogs containing a description of parameter exploration experiments to process (in terms of target/moving images and algorithmic parameters for example). GWE is being enhanced with a XPath parser which allows it to introspect any XML file. This will allow GWE to read structured data from standard catalogs by creating the appropriate XPath expressions to query for this data. The specific goal is to identify these catalogs, their schema and the data to extract from them, generate the XPath expressions necessary to read the desired data and create a GWE function/macro to run an experiment (in the grid) described in a particular catalog file.
  
  

Revision as of 21:08, 11 December 2008

Home < 2009 Winter Project Week GWE Catalogs



Key Investigators

  • UCSD: Marco Ruiz


Objective

To integrate Grid Wizard Enterprise (GWE) with XML based catalogs containing a description of parameter exploration experiments to process (in terms of target/moving images and algorithmic parameters for example). GWE is being enhanced with a XPath parser which allows it to introspect any XML file. This will allow GWE to read structured data from standard catalogs by creating the appropriate XPath expressions to query for this data. The specific goal is to identify these catalogs, their schema and the data to extract from them, generate the XPath expressions necessary to read the desired data and create a GWE function/macro to run an experiment (in the grid) described in a particular catalog file.


Approach, Plan

Progress