Pronto - PowerPoint PPT Presentation

1 / 18
About This Presentation
Title:

Pronto

Description:

System for automated ontology term proposals by ... Acknowledgements. Use Cases and Beta testers. Helen Parkinson. Tina Boussard-Hernandez. Pete Souda ... – PowerPoint PPT presentation

Number of Views:59
Avg rating:5.0/5.0
Slides: 19
Provided by: trishw
Category:
Tags: pete | pronto

less

Transcript and Presenter's Notes

Title: Pronto


1
Pronto
  • Trish Whetzel
  • CBIL
  • University of Pennsylvania

2
What is Pronto?
  • System for automated ontology term proposals by
    annotation applications and term
    proposals/curation by individuals
  • Consists of
  • Web Service
  • Web forms
  • Database backend
  • Sourceforge mailing list

3
Ontology Development Process
  • Phases
  • Development Phase
  • Use cases/Term Requirements
  • Card sorting, develop term hierarchy
  • Build Ontology - add definitions, etc.
  • Production Phase
  • Use of ontology by other source, e.g. databases,
    annotation applications, etc.
  • Add new terms as needed by community
  • Pronto is designed for use during the production
    phase of ontology development

4
Motivation
  • Enhanced functionality compared to the existing
    Sourceforge term tracker
  • Ability to collect information about a term
    proposal in a structured format
  • Term name
  • Definition
  • Parent Class of term
  • Programmatic access
  • Queries to display term status, term history
  • Web service for automated term submission

5
Term Proposals
6
Existing SourceforgeTerm Tracker
New Mo Term tracker
7
MO TermTracker
  • Existing Functions
  • Propose new terms
  • Update term name and/or definition
  • Display Status of terms
  • Search by
  • Class
  • Date
  • Submitter
  • Suggestions for other functions?

8
Search By Class
9
MO Term Service
  • Web Service
  • Definition A Web Service is a software component
    that is described via WSDL and is capable of
    being accessed via standard network protocols
    such as but not limited to SOAP over HTTP.
  • SOAP - Simple Object Access Protocol
  • Definition SOAP is a lightweight XML based
    protocol used for invoking web services and
    exchanging structured data and type information
    on the Web.

10
MO Term Service cont.
  • Written in Java, can accept a SOAP object
    generated in any language
  • WSDL currently contains 1 operation
  • AddTerm - load term proposals into the Pronto
    schema
  • AddTerm operation requires 6 parameters
  • Login
  • Password
  • Boolean to indicate if password is being sent
    encrypted
  • Term name
  • Definition
  • Parent Class

11
(No Transcript)
12
Mock-up of MIAME-Express with Web Service
Display Proposed Terms
13
Example Web Service Client in PHP
lt?php require_once ('/world/www.cbil-https/htdocs/
MOTerm/nusoap/lib/nusoap.php') params array
( 'login' gt login, -gt HIDDEN
VARIABLE 'password' gt passwd,
-gt HIDDEN VARIABLE 'encrypted'
gt 'false', -gt HIDDEN VARIABLE
'termName' gt _POST'term', -gt PROVIDED BY
USER 'termDefinition' gt
_POST'definition', -gt PROVIDED BY USER
'termParentClass' gt parentClass -gt
HIDDEN VARIABLE ) serverpath
'http//delphi8090/axisDev/services/MoTermService
?wsdl' client new soapclient(serverpath,
true) result client-gtcall('addTerm',
params) ?gt
14
Pronto Schema
15
Future Additions
  • New searches
  • Batch upload of terms
  • Use with other ontologies?
  • Additional Web service operations?

16
Acknowledgements
  • Jerric Gao
  • Elisabetta Manduchi
  • Junmin Liu
  • Jonathan Schug
  • Angel Pizarro
  • Chris Stoeckert
  • Use Cases and Beta testers
  • Helen Parkinson
  • Tina Boussard-Hernandez
  • Pete Souda

17
(No Transcript)
18
(No Transcript)
Write a Comment
User Comments (0)
About PowerShow.com