Group: Trident

Overview

No description

Created at: Tuesday 21 October 2008 12:49:03 (UTC)

Feed-icon

News


  1. 708?size=48x48
    Jiten Bhagat shared Genetic Analysis parallel processing example
    Thumb
    This workflow shows both parallel and sequential elements. Input files are read in parallel and the resulting output shared with later activities.
    Wednesday 08 May 2013 14:51:54 (UTC)
  2. 179?size=48x48
    Danius Michaelides shared COVE Workflow
    Thumb
    This workflow reads data from a netCDF file and sends out a message to COVE (collaborative ocean visualization environment). COVE reads the netCDF data and renders that.  
    Wednesday 08 May 2013 14:51:54 (UTC)
  3. 708?size=48x48
    Jiten Bhagat shared Cove_NetCDF_visualization
    Thumb
    The Cove workflow reads oceanographic NetCDF data, does a simple processing step, writes the data out, then sends a web service message to the COVE visualization tool. It is a four step, sequential workflow.
    Wednesday 08 May 2013 14:51:54 (UTC)
  4. 708?size=48x48
    Jiten Bhagat shared Astronomic Observation conditionals example
    Thumb
    This workflow contains conditional processing. Trident does not have a good visualization for these yet, but it is good to see how conditionals work.
    Wednesday 08 May 2013 14:51:54 (UTC)
  5. Avatar
    Vinay TC, Savas, and Danius Michaelides joined the Trident group
  6. 708?size=48x48
    Jiten Bhagat shared Trident Example Workflows
    A set of example workflows for the Microsoft Trident workflow system
    Wednesday 22 October 2008 12:44:02 (UTC)
  7. 179?size=48x48
    Danius Michaelides shared XSL Transform
    Thumb
    This WF downloads a web page and converts the content from HTML to XSL.
    Tuesday 21 October 2008 14:21:19 (UTC)
  8. 179?size=48x48
    Danius Michaelides shared While Sample
    Thumb
    This WF shows how to use while constructs in workflows. The condition block generates a true or false condition. The while loop is executed once, each time the condition is true.
    Tuesday 21 October 2008 14:18:09 (UTC)
  9. 179?size=48x48
    Danius Michaelides shared NETCDFMean
    Thumb
    This WF reads a netCDF file to a hyper cube data structure. Then this WF applies the mean transform to a variable in the netCDF file. The calculated mean is produced as part of the output.
    Tuesday 21 October 2008 14:14:28 (UTC)
  10. 179?size=48x48
    Danius Michaelides shared NetCDFDiff
    Thumb
    This WF reads two netCDF files to two hyper cube data structures. Then this workflow uses the HyperCubeDiffTransform activity to perform difference operation between the values of a netCDF variable read from the two files. The WF generates a difference cube as output.
    Tuesday 21 October 2008 14:13:00 (UTC)
  11. 179?size=48x48
    Danius Michaelides shared If Sample
    Thumb
    This WF is a sample which shows support of common programming constructs within Trident. The If workflow has two parts; the condition block which generates a TRUE or FALSE condition and two parallel branches for ‘If’ and ‘Else’.
    Tuesday 21 October 2008 14:10:43 (UTC)
  12. 708?size=48x48
    Jiten Bhagat created the Trident group
    Tuesday 21 October 2008 12:49:03 (UTC)

Information Owner

4 members

10 shared items

This group has been credited 13 times

Information Tags (1)

Log in to add Tags

 
Members (4)
Credited by (13)

Note: some items may not be visible to you, due to viewing permissions.

Workflow

Workflow Sample for explaining the feature: - Type ... (1)

Thumb
The objective of this workflow is to explain the working of the Type Initializer in the Trident application.   For detailed information on type initializer and how it can be used please refer the following document:- http://tridentworkflow.codeplex.com/Project/Download/FileDownload.aspx?DownloadId=138922  

Created: 2010-09-03 | Last updated: 2010-09-03

Credits: Network-member Trident

Workflow

Workflow IfEls Activity sample for Trident v1.2 (v1) (1)

Thumb
The objective of this workflow is to explain the working of the If Else activity in the Trident application.  For more information on how to use the if else sample. Please refere the following document. IfElse-Sample Details

Created: 2010-09-03 | Last updated: 2010-09-03

Credits: Network-member Trident

Workflow

Workflow Replicator Activity sample for Trident v1.2 (1)

Thumb
The objective of this workflow is to explain the working of the Replicator activity in the Trident application. For detailed description of the worklfow please refer the following document. Sample Description

Created: 2010-09-03 | Last updated: 2010-09-03

Credits: Network-member Trident

Workflow

Workflow For loop sample for Trident v1.2 (1)

Thumb
  Please refere following link for more information http://tridentworkflow.codeplex.com/Project/Download/FileDownload.aspx?DownloadId=138916

Created: 2010-08-19 | Last updated: 2010-08-24

Credits: Network-member Trident

Workflow

Workflow XSL Transform (1)

Thumb
This WF downloads a web page and converts the content from HTML to XSL.

Created: 2008-10-21

Credits: Network-member Trident

Workflow

Workflow While Sample (1)

Thumb
This WF shows how to use while constructs in workflows. The condition block generates a true or false condition. The while loop is executed once, each time the condition is true.

Created: 2008-10-21

Credits: Network-member Trident

Workflow

Workflow NETCDFMean (1)

Thumb
This WF reads a netCDF file to a hyper cube data structure. Then this WF applies the mean transform to a variable in the netCDF file. The calculated mean is produced as part of the output.

Created: 2008-10-21

Credits: Network-member Trident

Workflow

Workflow NetCDFDiff (1)

Thumb
This WF reads two netCDF files to two hyper cube data structures. Then this workflow uses the HyperCubeDiffTransform activity to perform difference operation between the values of a netCDF variable read from the two files. The WF generates a difference cube as output.

Created: 2008-10-21

Credits: Network-member Trident

Workflow

Workflow If Sample (1)

Thumb
This WF is a sample which shows support of common programming constructs within Trident. The If workflow has two parts; the condition block which generates a TRUE or FALSE condition and two parallel branches for ‘If’ and ‘Else’.

Created: 2008-10-21 | Last updated: 2008-10-21

Credits: Network-member Trident

Workflow

Workflow COVE Workflow (1)

Thumb
This workflow reads data from a netCDF file and sends out a message to COVE (collaborative ocean visualization environment). COVE reads the netCDF data and renders that.  

Created: 2008-10-21 | Last updated: 2008-10-21

Credits: Network-member Trident

Workflow

Workflow Astronomic Observation conditionals example (1)

This workflow contains conditional processing. Trident does not have a good visualization for these yet, but it is good to see how conditionals work.

Created: 2008-10-13 | Last updated: 2008-10-13

Credits: Network-member Trident

Workflow

Workflow Genetic Analysis parallel processing example (1)

Thumb
This workflow shows both parallel and sequential elements. Input files are read in parallel and the resulting output shared with later activities.

Created: 2008-10-13

Credits: Network-member Trident

Workflow

Workflow Cove_NetCDF_visualization (1)

Thumb
The Cove workflow reads oceanographic NetCDF data, does a simple processing step, writes the data out, then sends a web service message to the COVE visualization tool. It is a four step, sequential workflow.

Created: 2008-10-08 | Last updated: 2008-10-08

Credits: Network-member Trident


What is this?

Linked Data

Non-Information Resource URI: http://www.myexperiment.org/groups/117


Alternative Formats

HTML
RDF
XML