Note: some items may not be visible to you, due to viewing permissions.
|
Original Uploader |
Created: 17/10/07 @ 14:44:27 | Last updated: 17/10/07 @ 16:13:54 License: Creative Commons Attribution-No Derivative Works 3.0 Unported License
Very simple workflow to count the number of items in a list (top level only in case of nested lists). Does no more than
count = list.size();
Rating: 0.0 / 5 (0 ratings) | Versions: 5 | Reviews: 0 | Comments: 0 | Citations: 0 Viewed: 99 times | Downloaded: 63 times Tags (3): |
View
Download (v5)
|
|
Original Uploader |
Created: 28/11/07 @ 15:28:43
Credits:
License: Creative Commons Attribution-Share Alike 3.0 Unported License
Workflow to experiment with list iteration strategies. Look at metadata of nested workflow 'Concatenate' to see the current iteration strategy.
Rating: 0.0 / 5 (0 ratings) | Versions: 1 | Reviews: 0 | Comments: 0 | Citations: 0 Viewed: 81 times | Downloaded: 42 times Tags (2): |
View
Download (v1)
|
|
Original Uploader |
Created: 29/11/07 @ 15:31:32
Credits:
License: Creative Commons Attribution-Share Alike 3.0 Unported License
Implementation of the iteration workaround by Tom Oin conform the Q&A below. The nested workflow 'NestedProcessor' is called that to conform to Tom's explanation. For an alternative solution using a java beanshell to clone list items see 'TestIteratorStrategy_withCloning.
This workflow implements the following Q&A:
Marco Roos wrote:
> Dear Taverna user,
>
> Issue 1: Complex iteration
>
> I would like to perform an iteration including a dot product between
> a list and a list of li...
Rating: 0.0 / 5 (0 ratings) | Versions: 1 | Reviews: 0 | Comments: 0 | Citations: 0 Viewed: 57 times | Downloaded: 42 times Tags (5): |
View
Download (v1)
|
|
Original Uploader |
Created: 29/11/07 @ 15:34:52
Credits:
License: Creative Commons Attribution-Share Alike 3.0 Unported License
Utility workflow that clones an item copy_number times. You can use this to work around standard iteration strategies, e.g. in combination with the CountListItems workflow.
Workflow examples: TestIterationStrategy_withClones. For an alternative approach see TestIterationStrategy_withNesting.
Example I/O:
input: A
copy_number: 3
result: [A,A,A]
input: [A,B,C]
copy_number: 3
result: [[A,A,A][B,B,B][C,C,C]]
input: [A,B,C]
copy_number: [3,2]
result: [[[A,A,A],[A,A]][[B,B,B],[B,B]],[[C,C,C],...
Rating: 0.0 / 5 (0 ratings) | Versions: 1 | Reviews: 0 | Comments: 1 | Citations: 0 Viewed: 53 times | Downloaded: 36 times Tags (5): |
View
Download (v1)
|
|
Original Uploader |
Created: 29/11/07 @ 15:35:48 | Last updated: 29/11/07 @ 15:40:30
Credits:
License: Creative Commons Attribution-Share Alike 3.0 Unported License
This workflow implements a strategy for this problem:
> I would like to perform an iteration including a dot product between
> a list and a list of lists; example:
> Input:
>
> [1] (1)
> [A,B,C] (2)
> [[a,b],[c,d],[e,f]] (3)
>
> Desired output:
>
> [1Aa, 1Ab, 1Bc, 1Bd, 1Ce, 1Cf]
In this implementation a java beanshell is used to clone the items in list 2 as many times per item as there are items in the sublists of list 3. The iteration stra...
Rating: 5.0 / 5 (1 rating) | Versions: 2 | Reviews: 0 | Comments: 0 | Citations: 0 Viewed: 66 times | Downloaded: 49 times Tags (6): |
View
Download (v2)
|
|
Original Uploader |
Created: 10/12/07 @ 22:12:00
Credits:
License: Creative Commons Attribution-Share Alike 3.0 Unported License
No description
Rating: 0.0 / 5 (0 ratings) | Versions: 1 | Reviews: 0 | Comments: 0 | Citations: 0 Viewed: 52 times | Downloaded: 31 times Tags (4): |
View
Download (v1)
|
|
Original Uploader |
Created: 19/02/09 @ 05:02:34 | Last updated: 19/02/09 @ 05:03:08
Credits:
License: Creative Commons Attribution-Share Alike 3.0 Unported License
Load triples obtained from an URL in N3 or XML format and load them into your local Sesame Triplestore locally installed and available at http://localhost/sesame.
The http://localhost/sesame/servlets/uploadURL service of Sesame is used in HTTP POST mode.
Rating: 1.0 / 5 (1 rating) | Versions: 2 | Reviews: 0 | Comments: 0 | Citations: 0 Viewed: 57 times | Downloaded: 30 times Tags (6): |
View
Download (v2)
|
|
Creator: |
Created: 01/08/08 @ 11:33:03 | Last updated: 14/02/10 @ 16:04:25
Adaptive Information Disclosure Application toolbox:
AIDA web services for automated knowledge extraction and knowledge management
Documentation
9 items in this pack Comments: 0 | Viewed: 178 times | Downloaded: 21 times Tags: |
View
Download
|
|
Administrator: |
Unique name: CWA_Users Created: Tuesday 01 September 2009 @ 16:35:48 (GMT)
Group for (potential) users of the Concept Web.
See below for information on CWA taken from the Concept Web Alliance Blog. Also see other CWA groups here on myExperiment.
Please request to join this group if you are (i) a scientist working in application fields such as life science, (ii) interested in computer support for sharing knowledge between (computational) experiments and between scie...
1 shared item | 0 announcements Members (8): Tags: |
View
|
Copyright © 2007 - 2011 The University of Manchester and University of Southampton