Tag Results

Items tagged with "rest" (20)

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


Files (1)
Uploader

Blob "Elevation plot..." workflow, expanded view

Created: 2011-10-06 03:29:43 | Last updated: 2011-10-06 03:29:52

Credits: User 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: 43 times | Downloaded: 28 times

Tags:

Packs (2)
Creator

Pack Find elevation given city and country names


Created: 2011-10-06 03:06:32 | Last updated: 2011-10-06 04:15:33

This pack contains the workflows and supplemental files that I created for a project in IST600 - eScience and eResearch Workflows. 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 from GetWeather is then searched u...

7 items in this pack

Comments: 0 | Viewed: 52 times | Downloaded: 23 times

Tags:

Creator

Pack PDL tutorial


Created: 2013-10-31 10:20:59 | Last updated: 2013-10-31 10:34:30

This pack contains the resources to be used in a PDL tutorial: The workflows in the pack use  the different options to set up a PDL service (rest, smart rest and PDL server). There is a workflow with an interoperability error and a workflow using an asynchronous VAMDC-PDL service.

4 items in this pack

Comments: 0 | Viewed: 50 times | Downloaded: 21 times

Tags:

Workflows (17)

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 Download all data sets from a OpenTox API ... (3)

Thumb
 Uses the OpenTox API (REST+RDF) to query all data sets, downloads them as MDL SD file, and opens the results in the Bioclipse molecules table.

Created: 2010-04-01 | Last updated: 2010-11-13

Credits: User

Workflow Example workflow for REST and XPath activi... (1)

Thumb
Note that this workflow depends upon the REST and XPath plugins. This workflow fetches weather forecast for the user-specified location. First of all it uses the provided location name to obtain a WOEID ("Where On Earth ID") of that location, then uses that unique identifier to fetch the weather forecast from Yahoo server. Multiple results may be obtained in case there is no unique translation of the location to a WOEID. REST activity is used to perform HTTP requests and fetch d...

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

Credits: User Sergejs Aleksejevs

Uploader

Workflow Retrieval of molecular interactions within... (1)

Thumb
Description of the flow steps: 1. split the list of identifiers using allows separators, 2. build a MIQL query with these identifier in preparation of running a PSICQUIC request, 3. Retrieve molecular interaction from IntAct's PSICQUIC service using the generated MIQL statement, 4. filter the list of returned MITAB using the list of identifiers and only keep those lines where both participating molecules are members of the input list, 5. return the count and list of filtered MITAB lines.

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

Credits: User Skerrien

Workflow Example workflow for REST and XPath activi... (1)

Thumb
This workflow fetches weather forecast for the user-specified location. First of all it uses the provided location name to obtain a WOEID ("Where On Earth ID") of that location, then uses that unique identifier to fetch the weather forecast from Yahoo server. Multiple results may be obtained in case there is no unique translation of the location to a WOEID. REST activity is used to perform HTTP requests and fetch data from remote servers; XPath activity is then used to parse the XML data a...

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

Credits: User Alan Williams

Workflow Secure REST service call example (1)

Thumb
This is an example of a workflow that contains a call to a secure REST service that requires user to authenticate with HTTP Basic Authentication. You can use testuser/testpasswd as username and password for authentication when running the workflow.

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

Credits: User Alex Nenadic

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

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 Text-mining using OSCAR to obtain a list o... (1)

Thumb
This service extracts chemical names from text and obtains identifiers for these names. It outputs a HTML string that can be opened in a browser providing a table of information and links to ChemSpider.Known issues - Character limit ~3000 - Unable to produce InChIs or CSID for some names - Error sometimes encountered when a trivial and systematic name for the same compound are used - Some issues with identifiers being recognised but not able to be processedrequires access ...

Created: 2013-04-18

Credits: User Michael Smith User Mark Borkum

Attributions: Workflow InChIToCSID

Uploader

Workflow Concatenated String of Hipsterisms (1)

Thumb
A workflow that gets a number of http://hipsteripsum.me/ through a REST call to http://hipsterjesus.com/ into a JSON string, then disassembles the record and concatenates into a paragraph.

Created: 2013-09-13

Credits: User Scottschreckengaust User tpacurtis User User Mutanthumb User Chrisser User Kayleigh Ayn Bohémier User Atminer

Attributions: Workflow Concatenated String of Sentences Workflow Hello Hipster Workflow Hello Hipster Workflow Hello Hipster World

Workflow Use of rest services described with PDL (1)

Thumb
Workflow that exemplifies the use of PDL (parameter description language) descriptions for rest services. There are two cases. - the artifact provides as output the response from the service (rest config). - the web service provides a VOTable that is processed according to the PDL description. Some of the columns in the votable are provided as output in the artifacts (smartVOrest config).

Created: 2013-09-20

Credits: User Julian Garrido

Workflow Example of interoperability validation on ... (2)

Thumb
Workflow that exemplifies the use of PDL (parameter description language) descriptions for rest services. The web service provides a VOTable that is processed according to the PDL description. Some of the columns in the votable are provided as output in the artifacts (smartVORest config). To check interoperability we have to validatate the connections between outputs and inputs of the artifacts. In this case, there is an error in the connections. dec output is connected to dec input but d...

Created: 2013-09-20 | Last updated: 2013-10-31

Credits: User Julian Garrido

Workflow Secure REST service call example (2)

Thumb
This is an example of a workflow that contains a call to a secure REST service that requires user to authenticate with HTTP Basic Authentication. You can use testuser/testpasswd as username and password for authentication when running the workflow.

Created: 2012-04-05 | Last updated: 2014-01-16

Credits: User Alan Williams

Workflow Example workflow for REST and XPath activi... (1)

Thumb
This workflow fetches weather forecast for the user-specified location. First of all it uses the provided location name to obtain a WOEID ("Where On Earth ID") of that location, then uses that unique identifier to fetch the weather forecast from Yahoo server. Multiple results may be obtained in case there is no unique translation of the location to a WOEID. REST activity is used to perform HTTP requests and fetch data from remote servers; XPath activity is then used to parse the XML data a...

Created: 2014-04-03

Credits: User Alex Nenadic

Workflow Secure REST service call example (1)

Thumb
This is an example of a workflow that contains a call to a secure REST service that requires user to authenticate with HTTP Basic Authentication. You can use testuser/testpasswd as username and password for authentication when running the workflow.

Created: 2014-04-03

Credits: User Alex Nenadic

Workflow Species Occurrence (1)

Thumb
Retrieve the first 100 occurrences of a species in Darwin format

Created: 2014-10-03

Credits: User Alan Williams

Workflow Get all PSICQUIC (1)

Thumb
Workflow to retrive all PSICQUIC services 

Created: 2015-11-04 | Last updated: 2015-11-04

Credits: User Maximilian Koch

What is this?

Linked Data

Non-Information Resource URI: http://www.myexperiment.org/tags/956


Alternative Formats

HTML
RDF
XML