Note: some items may not be visible to you, due to viewing permissions.
File
"Elevation plot..." example output
Created: 2011-10-06 03:32:17
| Last updated: 2011-10-06 03:32:19
Credits:
Chrisser
License: Creative Commons Attribution 3.0 Unported License
This screenshot shows what output of the "Elevation plot..." workflow looks like.
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 darkb...
File type: JPEG image
Comments: 0 |
Viewed: 39 times |
Downloaded: 25 times
Tags:
File
"Elevation plot..." workflow, expanded view
Created: 2011-10-06 03:29:43
| Last updated: 2011-10-06 03:29:52
Credits:
Chrisser
License: Creative Commons Attribution 3.0 Unported License
this screenshot shows the entire workflow, with nested workflows expanded
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; ma...
File type: JPEG image
Comments: 0 |
Viewed: 46 times |
Downloaded: 29 times
Tags:
File
Workflow compact
Created: 2011-10-06 03:27:24
| Last updated: 2011-10-06 03:27:29
Credits:
Chrisser
License: Creative Commons Attribution 3.0 Unported License
This screenshot shows the "Elevation plot..." workflow with the nested workflows compact.
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 -1...
File type: JPEG image
Comments: 0 |
Viewed: 55 times |
Downloaded: 34 times
Tags:
File
Weather Example
Created: 2011-10-06 03:24:49
| Last updated: 2011-10-06 03:24:50
Credits:
Chrisser
License: Creative Commons Attribution 3.0 Unported License
This screenshot shows the format of the weather and location XML output by the GetWeather service.
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 -1p...
File type: JPEG image
Comments: 0 |
Viewed: 45 times |
Downloaded: 25 times
Tags:
Workflow
Workflow
Longitude with beanshell
(1)
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:
Chrisser
Workflow
Latitude with beanshell
(1)
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:
Chrisser
Workflow
Elevation plot v.2
(2)
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:
Chrisser
Workflow
[untitled]
(1)
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:
Chrisser
Workflow
Fetch dinosaur comic
(1)
This workflow fetches a comic from http://qwantz.com
Created: 2011-09-28
| Last updated: 2011-09-28
Credits:
Chrisser
Workflow
Simple Mathematics example
(1)
This workflow is an example of how Kepler can be used to perform a simple mathematics operation.
This example is based on Kepler example file "01-SimpleAddition.xml".
Created: 2011-09-28
Credits:
Chrisser
Workflow
Hello Hipster World
(1)
This workflow takes 5 constants and outputs five lines of text. In this example, the constant boxes are filled with meaningless text copied and pasted from http://hipsteripsum.me.
This workflow is a modification to the "04-HelloWorld.xml" example file that comes with Kepler.
Created: 2011-09-28
Credits:
Chrisser
Workflow
IST600 - Kepler string printing
(1)
This is an ultra basic Kepler workflow that prints a few strings. Need to know how to print string constants? Look here.
Created: 2011-09-21
| Last updated: 2011-09-21
Credits:
Chrisser
Workflow
input list example
(1)
This workflow is a simple example of how to input a list of numeric values and perform some ultra-basic calculations using Rserve. The output is two separate numbers, the mean and standard deviation of the list of input values.
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...
Created: 2011-09-21
| Last updated: 2011-09-21
Credits:
Chrisser
Workflow
slightly more complicated Spreadsheet Impo...
(1)
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:
Chrisser
Wdsnellg
tpacurtis
Attributions:
Spreadsheet Import Example
Workflow
IST600 - Spreadsheet Import Example
(1)
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:
Chrisser
Workflow
Population histogram in R
(1)
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:
Chrisser
Attributions:
Workflow
7 day weather forecast for a list of cities
(1)
This workflow uses an input port to take a list of zipcodes as input. Using the "GetWeatherByZipcode" service ('USA Weather Forecast' web services from WebserviceX.net), the weather forecast is retrieved for each of the zipcodes from the input. These forecasts are output as XML trees.
Created: 2011-09-14
| Last updated: 2011-09-14
Credits:
Chrisser
Attributions:
Get weather information