Workflows in this Topic



Workflow Remove duplicate strings (2)

Thumb
This workflow takes in two list of strings and then concatenates them together. Any duplicates that are present are then removed, and the resulting file is returned back to the user.

Created: 2007-10-03 | Last updated: 2007-11-13

Workflow Daily Dilbert (2)

Thumb
Retrieves the Daily Dilbert image ....to start the day with

Created: 2007-10-03 | Last updated: 2008-03-06

Uploader

Workflow Fetch Dragon images from BioMoby v2 (3)

Thumb
Use the local java plugins and some filtering operations to fetch the comic strip image from http://www.dilbert.com

Created: 2007-11-29 | Last updated: 2007-11-29

Credits: User Yuwei Lin User David De Roure User Jiten Bhagat

Workflow Get weather information (1)

Thumb
Get the weather forcast of the day for you city. Info display: wind, visibility, temperature, sky conditions and pressure. The default value is my home town. To find out any supported city run the 'Get cities by country name' workflow

Created: 2008-02-15 | Last updated: 2008-02-15

Credits: User Franck Tanoh

Workflow EBI_OLS_TermInfo (1)

Thumb
Get details of an ontology term given its identifer. This workflow uses the EBI's Ontology Lookup Service (OLS) to get the details of the ontology term. The OLS suports a wide range of biological and bioinformatic ontologies. See http://www.ebi.ac.uk/ontology-lookup/ for more information.

Created: 2008-07-09

Credits: User Hamish McWilliam

Workflow linking.xml (1)

Thumb
No description

Created: 2008-07-12 | Last updated: 2008-07-12

Credits: User Paul Fisher

Workflow remove_duplicates_full.xml (1)

Thumb
No description

Created: 2008-07-12 | Last updated: 2008-07-12

Credits: User Paul Fisher

Workflow swiss_and_name.xml (1)

Thumb
No description

Created: 2008-07-12 | Last updated: 2008-07-12

Credits: User Paul Fisher

Workflow interpro_scan_2.xml (1)

Thumb
No description

Created: 2008-07-12 | Last updated: 2008-07-12

Credits: User Paul Fisher

Workflow REST access of xml.nig.ac.jp (WABI) (1)

Thumb
This workflow has a beanshell script for composing the REST URL for the services at xml.nig.ac.jp  (WABI) This URL is passed to the local worker Get_web_page_from_URL that fetches the requested data. Note: This is a proof of concept of accessing REST services through Taverna. All of WABI's services can more easily be browsed and used in Taverna by adding their WSDL, for instance http://xml.nig.ac.jp/wsdl/GetEntry.wsdl The example invokes the getDDBJEntry(accession) method of the getE...

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

Credits: User Stian Soiland-Reyes

Workflow Fetch today's xkcd comic (1)

Thumb
Use the local java plugins and some filtering operations to fetch the comic strip image from http://xkcd.com/ Based on the FetchDailyDilbert workflow.

Created: 2009-07-03

Credits: User Stian Soiland-Reyes

Attributions: Workflow Fetch today's xkcd comic

Workflow Angiogenesis Feature Extraction workflow (3)

Thumb
No description

Created: 2010-03-23 | Last updated: 2012-01-10

Credits: User Charalampos

Workflow Using Remember / Recall for "tunneling" re... (1)

Thumb
This process shows how Remeber and Recall operators can be used for passing results from one position to another position in the process, when it's impossible to make a direct connection. This process introduces another advanced RapidMiner technique: The macro handling. We have used the predefined macro a, accessed by %{a}, that gives the apply count of the operator. So we are remembering each application of the models that are generated in the learning subprocess of the Split validation. Af...

Created: 2010-04-29 | Last updated: 2012-01-16

Workflow Looping over Examples for doing de-aggrega... (1)

Thumb
This process is based on (artificially generated) data that looks like it has been aggregated before. The integer attribute Qty specifies the quantity of the given item that is represented by the rest of the example. The process now loops over every example and performs on each example another loop, that will append the current example to a new example set. This example set has been created as empty copy of the original example set, so that the attributes are equally. To get access to and rem...

Created: 2010-04-29

Workflow Get KEGG gene descriptions and pathways (1)

Thumb
This workflow takes a list of KEGG gene identifiers and supplies descriptions associated to said genes + pathways including all genes and the descriptions associated to said pathways. The list_to_string local beanshell scripts merely transform a given list into a string of unique not-null elements separated by new lines (for batch btit use). Note that the input is a real taverna list : multiple values must be declared as multiple values instead of a single string value with distinct identif...

Created: 2010-04-30 | Last updated: 2010-04-30

Credits: User Nadia Cerezo User Paul Fisher

Attributions: Workflow Get Kegg Gene information

Workflow Select from a list of possible web service... (1)

Thumb
The workflow for selecting from a list of possible web service parameter values has two input ports: the wsdl address of the web service and the variable name. It parses the web service wsdl description (the web service http://ropot.ijs.si/webservices/janez/getvalues.php?wsdl does that) and then it asks the user to select one value from a drop-down menu. This workflow is very useful when web services have inputs which expect as a parameter one value from a list of possible values.

Created: 2010-12-23 | Last updated: 2010-12-23

Credits: User Petra Kralj Novak User Janez Kranjc

Workflow miRNA GFF to entrez gene (1)

Thumb
This workflow reads a GFF file of miRNA cooridinates and uses BioMart to search human ensemble genes for the gene that codes for the miRNA. The workflow returns a list of miRNAid, chromosome, start, stop, strand, entrez gene id, gene name, gene strand. Example input file here: ftp://mirbase.org/pub/mirbase/CURRENT/genomes/hsa.gff

Created: 2011-01-26 | Last updated: 2012-01-11

Workflow Download the ONS solubility data from Goog... (1)

Thumb
 Use the Bioclipse scripting langauge to authenticate with Google Docs, and download the Open Notebook Science solubility data into a local data structure.

Created: 2011-06-06 | Last updated: 2011-06-06

Credits: User Egon Willighagen

Uploader

Workflow blastn and blastx (1)

Thumb
This workflow accepts an url of a fasta file as input and performs an NCBI blastn at the EBI against the bacteria database and an NCBI blastx against the uniref90 database.  From the blast results of the blastx the hit with the lowest e-value is taken and the GO is returned. Output is blastx and blastn results and GO from the first hit of the blastx.   Based on Katy Wolstencroft & Hamish McWilliam EBI_NCBI_BLAST http://www.myexperiment.org/workflows/1765.html

Created: 2011-06-08 | Last updated: 2011-06-08

Credits: User Niek

Workflow Mining Semantic Web data using FastMap - E... (1)

Thumb
This workflow describes how to learn from the Semantic Web's data. The input to the workflow is a feature vector developed from a RDF resource. The loaded example set is then divided into training and test parts. These sub-example sets are used by the FastMap operators (encapsulate the FastMap data transformation technique), which processes each feature at a time and transform the data into a different space. This transformed data is more meaningful and helps the learner to improve classfica...

Created: 2011-06-25 | Last updated: 2011-06-25

Workflow Mining Semantic Web data using Corresponde... (1)

Thumb
This workflow describes how to learn from the Semantic Web's data using a data transformation algorithm 'Correspondence Analysis'. The input to the workflow is a feature vector developed from a RDF resource. The loaded example set is divided into training and test parts. These sub-example sets are used by the Correspondence Analysis operators (encapsulate the Correspondence Analysis data transformation technique) which processes each feature at a time and transform the data into a different...

Created: 2011-06-25 | Last updated: 2011-06-25

Workflow Mining Semantic Web data using Corresponde... (1)

Thumb
This workflow will explain that how an example set can be extracted from an RDF resource using the provided SPARQL query. This example set is then divided into training and test parts. These sub-example sets are used by the Correspondencce Analysis operators (encapsulate the Correspondencce Analysis data transformation technique) which processes each feature at a time and transform the data into a different space. This transformed data is more meaningful and helps the learner to improve clas...

Created: 2011-06-25 | Last updated: 2011-06-25

Uploader

Workflow Seven day weather by zip code (1)

Thumb
Get the seven day weather forcast for your zip code. Info display: wind, visibility, temperature, sky conditions and pressure.  Add zip code values to get weather information.

Created: 2011-09-10 | Last updated: 2011-09-14

Credits: User Wdsnellg

Uploader

Workflow Fetch today's Johnny Wander Comic (1)

Thumb
Use the local java plugins and some filtering operations to fetch the comic strip image from http://www.johnnywander.com/ Based on the FetchDailyDilbert workflow & Fetch today's XKDC comic

Created: 2011-09-12 | Last updated: 2011-09-12

Credits: User tpacurtis User Franck Tanoh

Attributions: Workflow Fetch today's xkcd comic

Workflow Get Recent Cards From Indexed (1)

Thumb
This gets the jpgs from the "This is Indexed" URL: http://thisisindexed.com/page/2/ using the regular expression .*/uploads/*. pull everything in the "uploads" directory. Based on "Fetch today's xkcd comic" by Tom Oinn, Stian Soiland-Reyes Use the local java plugins and some filtering operations to fetch the comic strip image from http://xkcd.com/

Created: 2011-09-13 | Last updated: 2011-09-13

Workflow Get My Weather (1)

Thumb
Gets a variety weather info for "Cleveland" and "Indianapolis" Based on "Get weather information" by Franck Tanoh

Created: 2011-09-13 | Last updated: 2011-09-13

Credits: User Mutanthumb

Workflow ZipCodeGetWeatherInfo (1)

Thumb
Gives the 7 day weather forecast by Zip Code Info display: wind, visibility, temperature, sky conditions and pressure. Based on "Get Weather Info" by Franck Tanoh

Created: 2011-09-13 | Last updated: 2011-09-13

Credits: User Mutanthumb

Uploader

Workflow Get 7 Days Weather by Zip Code (1)

Thumb
This workflow allows for the input of a list of zipcodes and outputs the weather for the zip codes.

Created: 2011-09-13 | Last updated: 2011-09-13

Credits: User tpacurtis

Uploader

Workflow Fetch today's Dinosaur Comic (http://qwant... (1)

Thumb
This workflow retrieves the newest comic from http://qwantz.com. Using a string constant to input the URL, the workflow then copies the HTML code from the location indicated by the URL. A list of links to images is then taken from the HTML code. Using a regluar expression supplied by another string constant, this list is then search for the URL specificallyt for the comic. The image file for the comic is then retrieved and the comic is displayed as the workflow output.img, #cubbies-overlay{ -...

Created: 2011-09-13 | Last updated: 2011-09-14

Attributions: Workflow Fetch today's xkcd comic

Uploader

Workflow City weather information (1)

Thumb
Get the weather forcast of the day for you city. Info display: wind, visibility, temperature, sky conditions and pressure. The default value is my home town. To find out any supported city run the 'Get cities by country name' workflow

Created: 2011-09-14 | Last updated: 2011-09-14

Credits: User Wdsnellg

Uploader

Workflow Fetch today's cat and girl comic (1)

Thumb
Use the local java plugins and some filtering operations to fetch the comic strip image from http://catandgirl.com/, your major source of essential lead. Based on the Fetch today's xkcd workflow.

Created: 2011-09-14 | Last updated: 2011-09-14

Credits: User Atminer

Attributions: Workflow Fetch today's xkcd comic

Workflow Fetch today's Girls with Slingshots comic (1)

Thumb
This workflow uses local java plugins and filtering operations to fetch today's comic strip image from http://www.girlswithslingshots.com/. Girls with Slingshots focuses on the lives of a group of women in their twenties. It is one of the few major webcomics to pass the Bechdel test. Based on the workflow "Fetch today's xkcd comic" by Tom Oinn and Stian Soiland-Reyes.

Created: 2011-09-14 | Last updated: 2011-09-14

Credits: User Kayleigh Ayn Bohémier

Attributions: Workflow Fetch today's xkcd comic Workflow Daily Dilbert

Workflow Seven-Day Forecast (1)

Thumb
This workflow takes a list of zipcodes and generates their seven-day weather reports using the USA Weather Forecast from http://www.webservicex.net/WS/WSDetails.aspx?WSID=68&CATID=12 The output includes maximum and minimum temperatures in both Fahrenheit and Celsius.

Created: 2011-09-14

Credits: User Kayleigh Ayn Bohémier

Attributions: Workflow Get weather information

Uploader

Workflow Population histogram in R (with Ask Box!) (1)

Thumb
This workflow fetches the details of the countries in the world and then uses R to produce a histogram of the log of their population. Prompts the user to enter a title for the histogram.

Created: 2011-09-21 | Last updated: 2011-09-21

Credits: User tpacurtis User Alan Williams

Attributions:

Uploader

Workflow Population histogram in R (1)

Thumb
This workflow fetches the details of the countries in the world and then uses R to produce a histogram of the log of their population

Created: 2011-09-21 | Last updated: 2011-09-21

Credits: User Wdsnellg

Uploader

Workflow Statistics example (1)

Thumb
This workflow allows one to find the average and standard deviation of a set of values.

Created: 2011-09-21 | Last updated: 2011-09-21

Credits: User Wdsnellg

Uploader

Workflow Concatenated List of Values (1)

Thumb
This workflow takes multiple lists of values and finds the standard deviation and average of the provided values. It then concatenates each value into a single string.

Created: 2011-09-21 | Last updated: 2011-09-21

Credits: User tpacurtis

Uploader

Workflow Single list with statistics values (#2 Par... (1)

Thumb
This workflow allows one to produce a single list of statistical output with the list name, average, and standard deviation of the values.  This workflow only produces the average and standard deviation from the input values

Created: 2011-09-21 | Last updated: 2011-09-21

Credits: User Wdsnellg

Uploader

Workflow Spreadsheet Import Fertilizer Use (1)

Thumb
Example using the SpreadsheetImport service to import data from an Excel spreadsheet. The workflow imports the file spreadsheet file FertilizerUse.xlsx and generates a graph from the date. The source data is from http://www.myexperiment. org/files/568/download/FertilizerUse.xls and ERS, TVA (Tennessee Valley Authority), AAPFCO (Association of American Plant Food Control Officials), TFI (The Fertilizer Institute).

Created: 2011-09-21 | Last updated: 2011-09-21

Credits: User tpacurtis User Alan Williams

Attributions: Workflow Spreadsheet Import Example Blob US Fertilizer Use

Workflow US Consumption of Plant Nutrients (1)

Thumb
This workflow takes data from the ERS, TVA (Tennessee Valley Authority), AAPFCO (Association of American Plant Food Control Officials), and the TFI (The Fertilizer Institute) and represents them in a bar chart.

Created: 2011-09-21 | Last updated: 2011-09-21

Credits: User Kayleigh Ayn Bohémier

Attributions: Workflow Spreadsheet Import Example Blob US Fertilizer Use

Workflow Broccoli: A State Comparison (1)

Thumb
Imports data from NY and NJ to compare broccoli harvest vs. planting rates across the two states. The workflow is currently set to evaluate data from 1960 to 1965. Source: Compiled by ERS from data of USDA, National Agricultural Statistics Service, Vegetables Final Estimates.

Created: 2011-09-21 | Last updated: 2011-09-21

Credits: User Kayleigh Ayn Bohémier

Attributions: Workflow Spreadsheet Import Example Blob NJ Broccoli Production Blob NY Broccoli Production

Workflow Standard Deviation and Mean Values from a ... (1)

Thumb
This incredibly awkward script has another embedded script associated with it. It essentially smashes the output from the other workflows together using a Beanshell script.

Created: 2011-09-21 | Last updated: 2011-09-21

Credits: User Kayleigh Ayn Bohémier

Attributions: Blob Input for PS3 # 2 Part 2

Workflow Standard Deviation From a Text File: Neste... (1)

Thumb
This workflow takes an input file of a list of numbers and runs it through a simple Python script to produce the standard deviation and average.

Created: 2011-09-21 | Last updated: 2011-09-21

Credits: User Kayleigh Ayn Bohémier

Attributions: Workflow Standard Deviation and Mean Values from a Text File Blob Input for PS3 # 2 Part 2

Workflow Python Average and Standard Deviation (2)

Thumb
This workflow uses a Python script to take a provided filename (or list of filenames) containing numbers (one per line) and return the standard deviation and average (or mean).

Created: 2011-09-21 | Last updated: 2011-09-21

Credits: User Kayleigh Ayn Bohémier

Attributions: Workflow Executes Python script Blob Input for PS3 #2 Part 1

Uploader

Workflow New York vs. New Jersey Broccoli Production (1)

Thumb
Uses the SpreadsheetImport service to import data from an Excel spreadsheet. The workflow imports two files and generates a single graph comparing the information from the two spreadsheets.

Created: 2011-09-21 | Last updated: 2011-09-21

Credits: User tpacurtis User Alan Williams

Attributions: Workflow Spreadsheet Import Example Blob NY Broccoli Production Blob NJ Broccoli Production

Uploader

Workflow Population histogram in R (1)

Thumb
This workflow fetches the details of the countries in the world and then uses R to produce a histogram of the log of their population

Created: 2011-09-21 | Last updated: 2011-09-21

Credits: User Chrisser

Attributions:

Uploader

Workflow IST600 - Spreadsheet Import Example (1)

Thumb
Example using the SpreadsheetImport service to import data from an Excel spreadsheet. The workflow imports the file spreadsheet FertilizerUse.xls and generates a graph from the date. The spreadsheet is available at http://www.myexperiment. org/files/568/download/FertilizerUse.xlsimg, #cubbies-overlay{ -moz-transition-property: margin, box-shadow, z-index; -moz-transition-duration: 0.1s; -webkit-transition-property: margin, box-shadow, z-index; -webkit-transition-duration: 0.1s; } .cubbies-s...

Created: 2011-09-21 | Last updated: 2011-09-21

Credits: User Chrisser

Uploader

Workflow slightly more complicated Spreadsheet Impo... (1)

Thumb
Example using two instances of the SpreadsheetImport service to import data from  Excel spreadsheets. The workflow imports these file spreadsheets f and generates a graph comparing the data.img, #cubbies-overlay{ -moz-transition-property: margin, box-shadow, z-index; -moz-transition-duration: 0.1s; -webkit-transition-property: margin, box-shadow, z-index; -webkit-transition-duration: 0.1s; } .cubbies-selected{ z-index: 9999; box-shadow: 3px 3px 8px -1px blue !important; cursor: pointer ...

Created: 2011-09-21 | Last updated: 2011-09-21

Credits: User Chrisser User Wdsnellg User tpacurtis

Attributions: Workflow Spreadsheet Import Example

Uploader

Workflow Concatenated String of Sentences (1)

Thumb
A workflow that concatenates a series of sentences into a single string. Sample data is from hipsteripsum.me.

Created: 2011-09-22 | Last updated: 2011-09-22

Credits: User tpacurtis User Matt Jones

Uploader

Workflow Simple Equation Solver (1)

Thumb
This workflow solves for the problem x = 3 : |(x+5)/(x-5)|.

Created: 2011-09-22 | Last updated: 2011-09-22

Credits: User tpacurtis User Matt Jones

Uploader

Workflow Fetch Image from a URL (1)

Thumb
This workflow in Kepler fetches an Image from a URL, and displays the image in a new window.

Created: 2011-09-22 | Last updated: 2011-09-22

Credits: User tpacurtis

Uploader

Workflow HipsterWorld (1)

This program takes several strings of text (in this case, from http://hipsteripsum.me), and turns them into a paragraph (or a poem of free verse). Based on the Kepler sample script 04-HelloWorld.xml.

Created: 2011-09-24 | Last updated: 2011-09-24

Credits: User Atminer

Uploader

Workflow arithmetic (1)

This solves the equation |x+5/x-5|  , where x=3.   Based on the Kepler sample script 01-SimpleAddition.xml    

Created: 2011-09-24

Credits: User Atminer

Uploader

Workflow String input for Kepler (1)

Thumb
This Kepler workflow allows one to display multiple strings together with the use of a display actor with its input multiport.  The result is each string output on a line, but all together.

Created: 2011-09-27 | Last updated: 2011-09-27

Credits: User Wdsnellg

Uploader

Workflow Simple addition Kepler workflow expanded (1)

Thumb
This Kepler allows one to perform mathematical equations, including addition, subtraction, muliplication, and division. 

Created: 2011-09-27 | Last updated: 2011-09-27

Credits: User Wdsnellg

Uploader

Workflow Fetch Buni in Kepler (1)

Thumb
This Kepler allows one to fetch a Buni comic from the image URL.

Created: 2011-09-27 | Last updated: 2011-09-27

Credits: User Wdsnellg

Workflow Hello Hipster (1)

Thumb
This script is based on the classic "Hello World" in Kepler created by Matt Jones (May 2006) at NCEAS.   It takes a string of phrases from the generator at http://hipsteripsum.me/ and consolidates the strings into one long paragraph.

Created: 2011-09-27 | Last updated: 2011-09-27

Credits: User Kayleigh Ayn Bohémier

Workflow Complex Addition (1)

Thumb
 This workflow provides a way to do more complex addition/subtraction (and mutliplication/division) operations in Kepler. All of the input values are completely customizable.   Based on the workflow 01-SimpleAddition.kar by Matt Jones (NCEAS) in May 2006. The workflow is packaged with Kepler.

Created: 2011-09-27 | Last updated: 2011-09-27

Credits: User Kayleigh Ayn Bohémier

Workflow Get Silly Vamp (1)

Thumb
This workflow grabs the Silly Vamp comic strip. It is inspired by the Taverna workflow to get the latest XKCD comic.   The comic date can be customized. Please right-click on "IMAGE NAME" and change the value to the specific date you want. The date format is   YYMMDD   For example, June 26, 2011 would be:   110626

Created: 2011-09-27 | Last updated: 2011-09-27

Credits: User Kayleigh Ayn Bohémier

Workflow Complex Addition Part 2 (1)

Thumb
This workflow provides a way to do more complex addition/subtraction (and mutliplication/division) operations in Kepler. All of the input values are completely customizable. This is the second of two workflows (the extra credit).   Based on the workflow 01-SimpleAddition.kar by Matt Jones (NCEAS) in May 2006. The workflow is packaged with Kepler.

Created: 2011-09-27 | Last updated: 2011-09-27

Credits: User Kayleigh Ayn Bohémier

Attributions: Workflow Complex Addition

Uploader

Workflow Hello Hipster (1)

This is a Kepler workflow which modifies the usual Hello World to show LoremHipster text instead. Based on "Hello World" by Matt Jones

Created: 2011-09-28 | Last updated: 2011-09-28

Credits: User Mutanthumb

Uploader

Workflow Absolute Value (1)

This Kepler workflow does this basic calculation: 3 + 5 */ 3 + - 5 then take the absolute value of the whole mess   Based on BasicAddition by Matt Jones

Created: 2011-09-28 | Last updated: 2011-09-28

Credits: User Mutanthumb

Uploader

Workflow Kepler Comic (1)

This Kepler workflow displays an image when a URL is supplied. Based on DisplayImage by Matt Jones

Created: 2011-09-28 | Last updated: 2011-09-28

Credits: User Mutanthumb

Uploader

Workflow Fetch a cat and girl comic (1)

This workflow retrieves the cat and girl comic whose name is specified in the URL constant.

Created: 2011-09-28 | Last updated: 2011-09-28

Credits: User Atminer

Uploader

Workflow Make cat and girl date (1)

This workflow produces today's date, formats it in YYYY-MM-DD- and adds that sequence into a URL for a cat and girl comic of that date. unfortunately, there is a descriptive word at the end of every file name, so a wild card must come between the date and the .gif suffix. I have not figured out how to make the wild card be read as a regular expression, rather than as a  part of the web address.

Created: 2011-09-28 | Last updated: 2011-09-28

Credits: User Atminer

Uploader

Workflow Fetch dinosaur comic (1)

Thumb
This workflow fetches a comic from http://qwantz.com  

Created: 2011-09-28 | Last updated: 2011-09-28

Credits: User Chrisser

Uploader

Workflow Extract Gene Sequence with Kepler (1)

Thumb
This is a workflow which allows one to extract gene sequence information using the accession number as the input.  Multiple outputs include a file output of sequence header information, as well as one output window of base pair count, ratios and gene sequence.

Created: 2011-10-05 | Last updated: 2011-10-05

Credits: User Wdsnellg

Workflow What's the Season? (1)

Thumb
When given a list of astronomical object names, this workflow will check them against a simple Excel spreadsheet and return which season the object is best observed in. It will also compare the distances to the objects in a Google Charts bar chart. A later version of this may switch to a scatter plot, depending on whether or not this works with the Google Chart API. Running this workflow requires Python. Sys and string should be bundled in Python, but the numpy module will need to be downloa...

Created: 2011-10-05 | Last updated: 2011-10-05

Attributions: Workflow Spreadsheet Import Example

Workflow Time Series Data Graphed and Cited (1)

Thumb
This workflow uses time series data from Rob Hyndman's Time Series Data Library (TSDL) and graphs it with Google charts. It also provides the citation information with the current date. The outputs are a Google Chart and the corresponding citation information. The inputs are URL strings for two datasets provided by Rob Hyndman under the subject of Ecology. These datasets include the annual number of lynx pelts and the annual unit price of lynx pelts during the year range 1857 -1911. This...

Created: 2011-10-05 | Last updated: 2011-10-05

Credits: User Trisha Adamus User Alan Williams User Jeff adamus

Attributions: Workflow Fetch today's xkcd comic Workflow Spreadsheed Data Import Example Workflow HTML Citation Extraction Workflow Current Date Output

Uploader

Workflow [untitled] (1)

Thumb
This workflow ...tbc img, #cubbies-overlay{ -moz-transition-property: margin, box-shadow, z-index; -moz-transition-duration: 0.1s; -webkit-transition-property: margin, box-shadow, z-index; -webkit-transition-duration: 0.1s; } .cubbies-selected{ z-index: 9999; box-shadow: 3px 3px 8px -1px blue !important; cursor: pointer !important; margin: -3px 3px 3px -3px; } .cubbies-selected:active{ box-shadow: 2px 2px 5px -1px darkblue !important; margin: -1px 1px 1px -1px; } #cubbies-overlay{ positio...

Created: 2011-10-06 | Last updated: 2011-10-06

Credits: User Chrisser

Uploader

Workflow Elevation plot v.2 (2)

Thumb
Functionally identical to the original. I tried to upload a version with annotation, but somehow the notes didn't make it to myExperiment. From the prior verion: This workflow accepts city and country names as user-supplied input. These value are supplied to the GetWeather webservice (http://www.webservicex.net/globalweather.asmx?WSDL), which returns an XML record of location and weather info for each recognized city. (See the uploaded photo "weather example") The XML returned fr...

Created: 2011-10-06 | Last updated: 2011-10-06

Credits: User Chrisser

Uploader

Workflow Latitude with beanshell (1)

Thumb
This workflow takes in a string value or list of values and pulls out latitude coordinates formatted as ##-##(N or S) using the following regular expression: \d\d-\d\d(N|S). The coordinates are processed and formatted to be in the form required by the web service used in my "Elevation plot" workflow. This workflow contains primarily string manipulation. For many of the text and list services used, the beanshell script needed to be modified in order to produce the formatting I requi...

Created: 2011-10-06 | Last updated: 2011-10-06

Credits: User Chrisser

Uploader

Workflow Longitude with beanshell (1)

Thumb
This workflow takes in a string value or list of values and pulls out longitude coordinates formatted as ###-##(N or S) using the following regular expression: \d\d\d-\d\d(E|W). The coordinates are processed and formatted to be in the form required by the web service used in my "Elevation plot" workflow. This workflow primarily contains string manipulation. For many of the text and list services used, the beanshell script needed to be modified in order to produce the formatti...

Created: 2011-10-06 | Last updated: 2011-10-06

Credits: User Chrisser

Uploader

Workflow Mapping Workflow - Attempt (1)

Thumb
PLEASE NOTE: This is an early variation of http://www.myexperiment.org/workflows/2474.html. This workflow was abandoned as the above mentioned workflow is more streamlined. This workflow may or may not work successfully.

Created: 2011-10-06 | Last updated: 2011-10-06

Credits: User tpacurtis

Uploader

Workflow Mapping Service (2)

Thumb
This service generates a google map of a group of place names and coordinates. The workflow will accept both coordinates and place names. This workflow takes place names/coordinates from both a spreadsheet, as well as on-the-fly input of a list of coordinates or place names (please note, if no supplemental data is desired, an empty link will allow the workflow to function). The Mapping Service workflow was created to assist in generating a map of where a series of interviews took p...

Created: 2011-10-06 | Last updated: 2011-10-06

Credits: User tpacurtis

Uploader

Workflow Population Plot with R (1)

Thumb
This script pulls the population of every country and creates a plot of them. This is based on the script at http://www.myexperiment.org/workflows/1728.html , with a few modifications for labelling axes and the title.

Created: 2011-10-08

Credits: User Atminer

Uploader

Workflow Broccoli Production New York State, 1960-1965 (1)

Thumb
This workflow takes data about agricultural production in New Jersey and New York from 1960 -1965, to compare productivity in broccoli growing.

Created: 2011-10-09 | Last updated: 2011-10-09

Credits: User Atminer User Alan Williams

Attributions: Workflow Spreadsheet Import Example

Uploader

Workflow Spreadsheet Import - Fertilizer Use (1)

Thumb
This workflow takes data from a spreadsheet and creates a graph of fertilizer use in NY state from 1960-1965.

Created: 2011-10-09 | Last updated: 2011-10-09

Credits: User Atminer

Attributions: Workflow Spreadsheet Import Example

Workflow Tag Clustering (TaCl) (1)

Thumb
This is a sample process for a tag clustering. See http://www-ai.cs.uni-dortmund.de/SOFTWARE/TaCl/index.html

Created: 2011-11-17 | Last updated: 2011-11-17

Workflow NSF Funds dataset US dollar to Euro curren... (1)

Thumb
This workflow uses a 2012 Fiscal Year dataset from the National Science Foundation (NSF), a currency conversion web service from WebservicesX.NET and processes data using the workflow tool Taverna.  It converts US dollars from a spreadsheet to Euros.

Created: 2011-11-25 | Last updated: 2011-11-25

Credits: User Trisha Adamus

Workflow FetchandDisplaySpecies (3)

Thumb
This workflow uses GBIF to search and report species occurrence data and then displays them on Google Earth. An interactive step then allows you to alter the co-ordinates of data displayed.

Created: 2011-11-27 | Last updated: 2011-11-29

Credits: User Alan Williams

Uploader

Workflow Semantic clustering (with k-medoids) of SP... (1)

Thumb
The workflow uses RapidMiner extension named RMonto (http://semantic.cs.put.poznan.pl/RMonto/) to perform clustering of SPARQL query results based on chosen semantic similarity measure. Since the semantics of the backgound ontology is used in this way, we use the name "semantic clustering". The SPARQL query is entered in a parameter of "SPARQL selector" operator. The clustering operator (k-medoids) allows to specify which of the query variables are to be used as clustering criteria. If more ...

Created: 2012-01-29

Uploader

Workflow Semantic clustering (with AHC) of SPARQL q... (1)

Thumb
The workflow uses RapidMiner extension named RMonto (http://semantic.cs.put.poznan.pl/RMonto/) to perform clustering of SPARQL query results based on chosen semantic similarity measure. The measure used in this particualr workflow is a kernel that exploits membership of clustered individuals to OWL classes from a background ontology ("Common classes" kernel from [1]). Since the semantics of the backgound ontology is used in this way, we use the name "semantic clustering". ...

Created: 2012-01-29 | Last updated: 2012-01-29

Uploader

Workflow Semantic clustering (with alpha-clustering... (1)

Thumb
The workflow uses RapidMiner extension named RMonto (http://semantic.cs.put.poznan.pl/RMonto/) to perform clustering of SPARQL query results based on chosen semantic similarity measure. The measure used in this particualr workflow is a kernel that exploits membership of clustered individuals to OWL classes from a background ontology ("Epistemic" kernel from [1]). Since the semantics of the backgound ontology is used in this way, we use the name "semantic clustering". This ...

Created: 2012-01-29 | Last updated: 2012-01-30

Uploader

Workflow Loading OWL files (RDF version of videolec... (1)

Thumb
The workflow uses RapidMiner extension named RMonto (http://semantic.cs.put.poznan.pl/RMonto/). Operator "Build knowledge base" is responsible for collecting data either from OWL files or SPARQL endpoints or RDF repositories and provide it to the subsequent operators in a workflow. In this workflow it is parametrized in this way, that is builds a Sesame/OWLIM repository from the files specified in "Load file" operators. Paths to OWL files are specified as parameter va...

Created: 2012-01-29 | Last updated: 2012-01-29

Uploader

Workflow Transforming user/item description dataset... (1)

Thumb
This workflow provides transformation of an user/item description attribute set, into a format required by attribute based k-NN operators of the Recommender extension. See: http://zel.irb.hr/wiki/lib/exe/fetch.php?media=del:projects:elico:recsys_manual_v1.1.pdf to learn about formats of datasets required by Recommender extension.

Created: 2012-01-30

Workflow Run a Workflow on Taverna Server (local t2... (1)

Thumb
Uses a local t2flow file to submit and run this workflow on the taverna server. You need a user name and password to execute this workflow. Input to the workflow which runs remotely will be requested interactively.

Created: 2012-02-20

Credits: User Anja Le Blanc

Attributions: Workflow Run a Workflow on Taverna Server

Uploader

Workflow Semantic meta-mining workflow that perform... (1)

Thumb
Performs a crossvalidation on a data set composed of meta-data of baseline RapidMiner workflows expressed in RDF with the DMOP's ontology terminology for representing processes. Includes discovery of a set of semantic features (patterns) by the Fr-ONT-Qu algorithm (‘workflow patterns’). Through propositionalisation approach those features may be used in an arbitrary (propositional) RapidMiner classification operator.

Created: 2012-03-05 | Last updated: 2012-03-05

Uploader

Workflow Meta-mining workflow that performs crossva... (1)

Thumb
Performs a crossvalidation on a data set composed of baseline RapidMiner workflows described with dataset characteristics used by the given workflow and the learning algorithm used in the given workflow.

Created: 2012-03-05 | Last updated: 2012-03-05

Workflow BiomartAndEMBOSSMouseRat (1)

Thumb
This workflow retrieves all genes on human chromosome 22 that are associated with a disease and aligns the upstream regions of the mouse and rat homologues. The alignments are plotted and corresponding sequence ids are also returned.

Created: 2012-04-05

Credits: User Alan Williams

Workflow Find workflow ancestors (2)

Thumb
Given a t2flow file (Taverna 2 workflow), extract ancestor workflow UUIDs and search myExperiment for matching workflow entries. Note that this will also match the workflow itself and nested workflows, but does not match against other workflows having the same ancestors (but newer UUIDs).

Created: 2012-05-08 | Last updated: 2012-07-09

Credits: User Stian Soiland-Reyes

Workflow Extract DEC and RA from whitespace separat... (2)

Thumb
This workflow extracts DEC and RA coordinates from a whitespace seperated file and this is a silly description.

Created: 2012-05-10 | Last updated: 2012-09-24

Credits: User Stian Soiland-Reyes

Workflow STUDY OF QUANTIFICATION OF IMPURITIES AND ... (1)

  Bulk drug during its production process, after its scale up, it is necessary to analyse for the presence of any impurities or related substances in it. This is to ensure the impurities and related substances are within their limits as per ICH Guidelines. Required brief study        The primary objective of the study is to develop HPLC method and validate it for the detection and quantification of impurities and related substances in the manufactu...

Created: 2012-09-16

Credits: User Drkrishnasarmapathy

Uploader

Workflow HFC Synoptic map from date (1)

Thumb
query the HELIO Feature Catalogue, and retrieves the image with all the features catalgued for certain date.

Created: 2012-11-05

Credits: User David PS