All content

Search filter terms
Filter by category
Filter by type
Filter by tag
Filter by user
Filter by licence
Filter by group
Filter by wsdl
Filter by curation
Results per page:
Sort by:
Showing 4527 results. Use the filters on the left and the search box below to refine the results.

Workflow Web Service sample in .NET (1)

Thumb
To run this sample, you should first set up a web service with the following C# code: using System; using System.Collections.Generic; using System.Linq; using System.Web; using System.Web.Services; namespace TrabsEsicnece { [WebService(Namespace = "http://trabsescience.org/")] [WebServiceBinding(ConformsTo = WsiProfiles.BasicProfile1_1)] [System.ComponentModel.ToolboxItem(false)] public class Service1 : System.Web.Services.WebService { [WebMethod] public...

Created: 2015-10-13

Uploader

Blob PDF to BibTex

Created: 2015-10-13 15:11:36

Credits: User Alexey Mints

License: Creative Commons Attribution-Share Alike 3.0 Unported License

Tries to create a good bibtex file from PDF

File type: text/x-python

Comments: 0 | Viewed: 44 times | Downloaded: 14 times

Tags:

Workflow Create Local Citation Graph (1)

Thumb
This workflow demonstrates how to build a local citation/reference graph for a single pubilcation in PubMed. The id input is the PubMed id (pmid) for any publication in the PubMed or PMC Europe. The workflow then queries the PMC Europe Web services to get the citations and references for this publication. Two XPath parsers are used to extract the citation and reference ids, which are then combined and passed on to an Rshell that draws a Sugiyama style layered graph using the igraph package. T...

Created: 2015-10-11

Credits: User Magnus Palmblad

Workflow Get_Weather (1)

Thumb
Modeal based on other models already hosted at myExperiment, but with small changes (changed input from static to input type).

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

Workflow PW2ENS (2)

Thumb
This workflow uses the WikiPathways Webservice/API to query to retrieve all ENSEMBL identifers for the given pathway.

Created: 2015-10-02 | Last updated: 2015-10-12

Credits: User Kristina Hettne User Eleni

Workflow GetWikiPWByENS (2)

Thumb
This workflow uses the WikiPathways Webservice/API to query for pathways containing a specific ENSEMBL identifier. The mapping service behind WikiPathways takes care of the identifier mapping, making sure that all relevant results are found even if they were originally reported using a different identifier scheme.

Created: 2015-10-02 | Last updated: 2015-10-12

Credits: User Kristina Hettne User Eleni

Workflow AllPW2ENS (2)

Thumb
This workflow uses the WikiPathways Webservice/API to query to retrieve all ENSEMBL identifers for all pathways and merge them into one, unique list.

Created: 2015-10-02 | Last updated: 2015-10-12

Credits: User Kristina Hettne User Eleni

Workflow Simple test with paralel execution using b... (1)

Thumb
A simple exercise on parallel processing using BeanShell

Created: 2015-10-01 | Last updated: 2015-10-01

Credits: User Ciro Barbosa

Creator

Pack EBI_search


Created: 2015-09-30 09:39:30 | Last updated: 2015-09-30 09:44:37

eBI_search

2 items in this pack

Comments: 0 | Viewed: 41 times | Downloaded: 3 times

This Pack has no tags!

Workflow Loop (1)

Thumb
Example of looping over asynchronous services. The dummy beanshell scripts represents the operations of an asynchronous submit-status-results style service, such as EBI's InterProScan and NCBI Blast. createJob creates a temporary file with the content "0". Filename retuirned as a "job ID". checkStatus reads the job, and return state "RUNNING" as long as the content is less than 10, increasing the number for each call. (As no actual job is being run) getResults reads the file content, with...

Created: 2015-09-29

Credits: User Thiago Soares

Workflow Pipelined list iteration (1)

Thumb
Perform multiple iterations of services in order to show pipelining

Created: 2015-09-29

Credits: User Thiago Soares

Creator

Pack Digital Scholarship: The Intersection of Disciplines


Created: 2015-09-25 17:41:40 | Last updated: 2015-09-25 17:42:20

Invited talk at Semantics Digital Humanities Workshop, 25th-27th of September 2015, New Seminar Room, St John’s College, University of Oxford, St Giles, OX1 3JP. Organized by Dept of Computer Science, e-Research Centre, and St John's College, University of Oxford.

1 item in this pack

Comments: 0 | Viewed: 1384 times | Downloaded: 5 times

This Pack has no tags!

Uploader

Workflow Drug-Drug Networks using Matador-DrugBank ... (1)

Thumb
These days, Networks of all kinds are all the rage! So here's a trickle contributing to the flood.The workflow generates a network based on Similarity between known drugs based on commonality of their "direct" drug target interactions.The workflow does not provide a comparison between Chemical similarity based network and one based on shared drug targets. It only provides the latter.Other nodes and interfaces to Cytoscape and exported csv can be used to further the network analy...

Created: 2015-09-17 | Last updated: 2015-09-17

Credits: User Insilicoconsulting

Uploader

Workflow SAR by Rgroup decomposition (1)

Thumb
This workflow showcases a simple way to use Rgroup decomposition for SAR analysis.Once R-groups are obtained for several sites on the Scaffold, molecular properties like logP, TPSA, number of heavy/hetero-atoms, various kinds of ring counts are calculated.While medicinal chemistry purists may decry calculating properties for fragments/R-groups, correlating these at each site with Ki (or activity) shows up interesting trends.It's immediately apparent if increasing logP at a given site incr...

Created: 2015-09-15

Credits: User Insilicoconsulting

Workflow Author Publications and Citations by Year (2)

Thumb
This small workflow demonstrates how to connect to and use Europe PMC (http://europepmc.org/RestfulWebService) to count the number of publications and citations per year for one author. Two Web service calls are made. First, we searchPublications to retrieve the bibliographic records for all published work of a single author. Then, we getCitations to extract the year of all articles citing the work of this author. A conditional XPath is here used to only look up citing articles for cited work...

Created: 2015-09-14 | Last updated: 2015-09-17

Credits: User Magnus Palmblad

Workflow Visualize Geographical Bias between PubMed... (3)

Thumb
This workflow analyzes the scientific output, as documented by PubMed, geographically. The workflow takes as input the PubMed data in XML and the ISO 3166-1 and ISO 3166-3 country lists. The XML files can contain any subset from two specific PubMed searches. for example for two different journals in the same field. The XPath components extract author affiliations, and feed these to a series of Beanshell components that match these with countries in the ISO standard. This data is then fed to ...

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

Credits: User Magnus Palmblad User Arzu Tugce Guler

Workflow Get article titles from Europe PMC for sin... (2)

Thumb
This small workflow demonstrates how to connect to the new (August 2015) version of Europe PMC (http://europepmc.org/RestfulWebService). Changes from previous versions include the addition of a pageSize parameter, allowing the client to request up to 1,000 records at once. If this would still not be sufficient, the offSet paremeter can be used to retrieve data in chunks of 1,000 records and the Flatten List service used to concatenate the results.

Created: 2015-09-07 | Last updated: 2015-09-10

Credits: User Magnus Palmblad

Workflow REF2014 impact study summary by ID (2)

Thumb
Queries the UK REF2014 impact study API by the ID of the study, extracts the ImpactSummary element, and outputs its value as text.

Created: 2015-09-05 | Last updated: 2015-09-05

Workflow AllPW2CHEBI (2)

Thumb
This workflow uses the WikiPathways Webservice/API to query to retrieve all Chemical Entities of Biological Interest (ChEBI) identifers for all pathways and merge them to one, unique list.

Created: 2015-09-01 | Last updated: 2015-10-12

Credits: User Kristina Hettne User Eleni

Workflow GetWikiPWByCHEBI (2)

Thumb
This workflow uses the WikiPathways Webservice/API to query for pathways containing a specific Chemical Entities of Biological Interest (ChEBI) identifier. The mapping service behind WikiPathways takes care of the identifier mapping, making sure that all relevant results are found even if they were originally reported using a different identifier scheme.

Created: 2015-09-01 | Last updated: 2015-10-12

Credits: User Kristina Hettne User Eleni

Workflow ListAllWikiPathways (2)

Thumb
This workflow retrieves all pathways currently in the WikiPathways database, using the WikiPathways REST API.

Created: 2015-09-01 | Last updated: 2015-10-12

Credits: User Kristina Hettne User Eleni

Workflow PW2CHEBI (2)

Thumb
This workflow uses the WikiPathways Webservice/API to query to retrieve all Chemical Entities of Biological Interest (ChEBI) identifers for the given pathway.

Created: 2015-09-01 | Last updated: 2015-10-12

Credits: User Kristina Hettne User Eleni

Creator

Pack Pathway analysis with WikiPathways


Created: 2015-09-01 14:24:28 | Last updated: 2015-11-16 09:58:55

This pack contains workflows needed to perform pathway overrepresentation analysis based on the WikiPathways Web services.

8 items in this pack

Comments: 0 | Viewed: 38 times | Downloaded: 7 times

This Pack has no tags!

Workflow Phenotype to pubmed (1)

Thumb
This workflow takes in a phenotype search term, and searches for abstracts in the PubMed database. These are passed to the eSearch function and searched for in PubMed. Those abstracts found are returned to the user

Created: 2015-09-01

Credits: User Heiko Schoof User Paul Fisher

Attributions: Workflow Phenotype to pubmed

Workflow Chemical2URIs (1)

Thumb
This workflow will map a chemical name or identifier to uniform resource identifiers (URIs). First the ChemSpider web service is used to map the chemical name to a ChemSpider identifier, then the ChemSpider identifier is mapped to URIs via the Open PHACTS platform.

Created: 2015-08-20

Credits: User Aylin Metzner

Workflow connect to WoS Web services lite concept (1)

Thumb
This workflow is a concept for how Taverna could connect to the Thomson Reuters Web of Science (WoS) Web services lite. However, at this moment (2015-01-20), the authentication generate a session ID, but the other services (here search and closeSession) do not have an input port for this session ID. According to the documentation, this is required. The error message from the Web service also show this is missing. This workflow is "work in progress", but may nevertheless be of interest to an...

Created: 2015-08-19

Credits: User Magnus Palmblad User Yassene User Arzu Tugce Guler

Workflow Online PubMed author search and geographic... (2)

Thumb
This workflow retrieves bibliographic data for a single author using the PMC Europe RESTful Web service and visualizes the geographic distribution of this author's and their co-authors' geographic distribution using the rworldmap package. This is version 2.0 of this workflow, incorporating changes to the Web service allowing up to 1,000 records to be retrieved at once, using the pageSize parameter.

Created: 2015-08-19 | Last updated: 2015-09-07

Credits: User Magnus Palmblad User Arzu Tugce Guler

Workflow Chemical2URIs (1)

Thumb
This workflow will map a chemical name or identifier to uniform resource identifiers (URIs). First the ChemSpider web service is used to map the chemical name to a ChemSpider identifier, then the ChemSpider identifier is mapped to URIs via the Open PHACTS platform.

Created: 2015-08-18

Credits: User Kristina Hettne User Eelke van der Horst Network-member BioSemantics

Workflow Get properties of drugs for genes by Entre... (3)

Thumb
Given a Entrez gene_id the workflow extracts features of its protein (e.g. function, cellular localization and name) and properties of specific drugs for this protein (including activity, PSA, RO5, Smiles and molweight). This workflow uses 3 different services of OpenPHACTS (Target Pharmacology, Compound Information, Target Information).

Created: 2015-07-24 | Last updated: 2015-07-28

Credits: User Katerina Nosikova User Marco Roos User Eleni User Eelke van der Horst User Elizaveta Besedina

Workflow SNP identification and evaluation for Diab... (1)

Thumb
This workflow gathers SNP information for a gene set of Diabetes Type II phenotype using BioMart queries. Furthermore, GO Terms and functional annotation clustering are defined for this gene set using FunctionalClusterDavid workflow. 

Created: 2015-06-23

Credits: User Nikolaos Bismpikos User Katy Wolstencroft

Attributions: Workflow FunctionalClusterDavid

Workflow Access OpenDAP (1)

test workflow to test OpenDAP

Created: 2015-06-09

Credits: User Siddeswara Guru

Creator

Pack Observing Social Machines Part 2: How to Observe?


Created: 2015-06-06 07:56:02 | Last updated: 2015-06-06 08:03:29

Paper for ACM WebSci15 by David De Roure, Clare Hooper, Kevin Page, Ségolène Tarte, and Pip Willcox. Copyright is held by the authors.

3 items in this pack

Comments: 0 | Viewed: 14 times | Downloaded: 0 times

This Pack has no tags!

Workflow Parent profit (1)

This describes the "parent profit" model.

Created: 2015-05-31 | Last updated: 2015-07-08

Credits: User Robert Muetzelfeldt

Workflow Image2Tiff (GraphicsMagick) (3)

Thumb
Converts an input image to Tiff with given Compression (uses local imagemagick in given PATH) Saving in same path as original.

Created: 2015-05-28 | Last updated: 2015-05-28

Workflow Image2Tiff (Imagemagick) (3)

Thumb
Converts an input image to Tiff with given Compression (uses local imagemagick in given PATH) Saving in same path as original.

Created: 2015-05-28 | Last updated: 2015-05-28

Workflow Lintul crop model (1)

Lintul crop model

Created: 2015-05-25

Credits: User Robert Muetzelfeldt

Workflow forest cover (1)

Forest cover model from MetaSd library

Created: 2015-05-25

Credits: User Robert Muetzelfeldt

Workflow Daisyworld (1)

Basic Daisyworld model

Created: 2015-05-25

Credits: User Robert Muetzelfeldt

Workflow 4-stock linear cascade (1)

Simple 4-stock linear cascade model

Created: 2015-05-25

Credits: User Robert Muetzelfeldt

Workflow gallery001 (1)

Gallery 001 simple model

Created: 2015-05-25

Credits: User Robert Muetzelfeldt

Blob Miniworld model in Systo JSON format

Created: 2015-05-22 15:32:23

Credits: User Robert Muetzelfeldt

License: Creative Commons Attribution-Share Alike 3.0 Unported License

Miniworld model in Systo JSON format 

File type: Trident (Package)

Comments: 0 | Viewed: 33 times | Downloaded: 13 times

This File has no tags!

Creator
Project Biovel

Pack Ecosystem modelling with Biome-BGC


Created: 2015-05-19 09:00:27 | Last updated: 2015-06-12 13:48:45

Brings together 5 workflows for ecosystem modelling and calculation of ecosystem service indicators. These workflows are developed around the Biome-BGC biogeochemical modelling software that simulates the storage and flux of water, carbon, and nitrogen between the ecosystem and the atmosphere, and within the components of the terrestrial ecosystems (Thornton, 2000).See descriptions of individual workflows for more details.The workflows in this pack have been created by the Biodiversity Virtua...

5 items in this pack

Comments: 0 | Viewed: 150 times | Downloaded: 40 times

Tags:

Uploader

Blob RIEMANN

Created: 2015-05-14 12:08:11

Credits: User WAEL KALLEL

License: Creative Commons Attribution-Share Alike 3.0 Unported License

GRASSHOPPER MATH

File type: JPEG image

Comments: 0 | Viewed: 19 times | Downloaded: 38 times

This File has no tags!

Uploader

Blob DRAKE EQUATION

Created: 2015-05-14 12:07:10

Credits: User WAEL KALLEL

License: Creative Commons Attribution-Share Alike 3.0 Unported License

GRASSHOPPER MATH

File type: JPEG image

Comments: 0 | Viewed: 18 times | Downloaded: 9 times

This File has no tags!

Uploader

Blob Booleen

Created: 2015-05-14 06:38:54

Credits: User WAEL KALLEL

License: Creative Commons Attribution-Share Alike 3.0 Unported License

Booleen workflow with Grasshopper Math

File type: JPEG image

Comments: 0 | Viewed: 15 times | Downloaded: 0 times

This File has no tags!

Uploader

Blob Development of a general structure of the technologi...

Created: 2015-05-13 06:07:39

Credits: User Igor Lutsenko

License: Creative Commons Attribution-Share Alike 3.0 Unported License

At present, technological subsystems are usually hard-coded to produce a consumer product with a certain performance, and efficiency, which is defined either by the factory settings, or determined by the technologist's view on the mode, suitable for this or that equipment.This is predetermined by a number of factors, however, features of the architecture of the technological line, which prevent the possibility to independently vary the feed of raw and energy products, as well as the lack ...

File type: Adobe PDF

Comments: 0 | Viewed: 61 times | Downloaded: 9 times

Tags:

Uploader

Blob Synthesis of the structure of the technological prod...

Created: 2015-05-13 06:01:12

Credits: User Igor Lutsenko

License: Creative Commons Attribution-Share Alike 3.0 Unported License

Study of current controlled systems and scientific publications has shown that the architecture of controlled systems, related to the products conversion is based on the principle of austerity and, in general, does not provide the possibility of implementing a full parametric optimization.The paper proposes to develop a controlled conversion system from highly specialized systems, each of which performs only one function. The conversion system has the ability of independent conversion process...

File type: Adobe PDF

Comments: 1 | Viewed: 19 times | Downloaded: 8 times

Tags:

Uploader

Blob Development of global efficiency criterion of target...

Created: 2015-05-13 05:56:35

Credits: User Igor Lutsenko

License: Creative Commons Attribution-Share Alike 3.0 Unported License

Guaranteed maximization of financial returns from economic structures is only possible if all of its systems are focused on selecting target operations with maximum efficiency. Is it possible?Any system is created to enhance the value of output products of the system operation. Thus, two products: a consumer product that has value to the customer and the target product (value added), rewarding manufacturer of consumer value are formed at the output of the managed system.If the management syst...

File type: Adobe PDF

Comments: 0 | Viewed: 20 times | Downloaded: 5 times

Tags:

Uploader

Blob Determination of the value of the complex costs of t...

Created: 2015-05-13 05:43:03

Credits: User Igor Lutsenko

License: Creative Commons Attribution-Share Alike 3.0 Unported License

Currently, the increase in financial returns from economic operations is constrained in view of the lack of a single efficiency criterion, which allows uniquely identify the business operation by their main feature - the possibility of obtaining the maximum value added (profit).One of the main scientific steps on the way to obtaining the formula of efficiency is developing the "resource intensity" indicator. The development of this indicator was based on the model of the deployed op...

File type: Adobe PDF

Comments: 0 | Viewed: 8 times | Downloaded: 15 times

Tags:

Uploader

Blob Identification of target system operations. 1. Deter...

Created: 2015-05-13 05:23:50 | Last updated: 2015-05-13 05:44:44

Credits: User Igor Lutsenko

License: Creative Commons Attribution-Share Alike 3.0 Unported License

It was found in the paper that the time frames of the studied system operation depend on the research objective. In cases when it comes to problems, related to the physical movement of the input and output products, limits of the study are defined by the time of the beginning of the movement of the first input product of the operation and ends with the time of issue of the last output product of the operation by the system. Time of completion of the physical movement of products is defined in...

File type: Adobe PDF

Comments: 0 | Viewed: 94 times | Downloaded: 6 times

Tags:

Results per page:
Sort by: