SlideShare a Scribd company logo
1 of 43
From Scientific Workflows to
Research Objects: Publication
and Abstraction of Scientific
Experiments
Daniel Garijo Verdejo
Supervisors: Oscar Corcho, Yolanda Gil

Ontology Engineering Group
Departamento de Inteligencia Artificial
Facultad de Informática
Universidad Politécnica de Madrid
Date: 27/02/2014
Outline

Index
1.
2.
3.
4.
5.

Background
What do I do?
Motivation
Overview
Representing and publishing scientific workflows in the Web
•
•
•

Linked Data
Templates and provenance traces
Standards

6. Common motifs among scientific workflows
•

Workflow motif catalog

7. Detecting common fragments among scientific workflows
8. Workflows as part of an experiment: Research Objects
2
What are Scientific Workflows?

•“Template defining the set of tasks needed to
carry out a computational experiment” [1]
•Inputs
•Steps
•Intermediate results
•Outputs
•Data driven, usually represented as Directed
Acyclic Graphs (DAGs)
[1] Ewa Deelman, Dennis Gannon, Matthew Shields, Ian Taylor, Workflows and e-science: an overview of workflow
system features and capabilities, Future Generation Computer Systems 25 (5) (2009) 528–540.
3
How are scientific workflows created?
Laboratory Protocol
(recipe)

Experiment

Lab book

Workflow

Digital Log

• Similar to Laboratory Protocols

4
What am I working on?

•Workflow representation
•Plan/template representation
•Provenance trace representation
•Link between templates and traces

CH1: Can we export an abstract template of the
method being represented?
CH2: How do we interoperate with other workflow
results?
CH3: How do we access the workflow results?
CH4: How do we link an abstract method with
several implementations?

•Creation of abstractions/motifs in scientific workflows
•Abstraction catalog
•Find how different workflows are related

CH5: How can we detect what are the typical
operations in scientific workflows?
CH6: How can we detect them automatically?

•Understandability and reuse of scientific workflows
•Relation between the workflows involved in the same experiment
(Research Objects)

CH7: Which workflow parts are related to other workflows?
CH8: How do workflows depend on the other parts of the
experiments?
5
Motivation

•As a designer: Discovery
•Workflows with similar functionality fragments/methods
•Design based in previous templates.

•As user/reuser: Understandability, Exploration
•Search workflows by functionality
•Commonalities between execution runs

Workflow 1

•Component categorization

6
Overview

Abstraction definitions and categorization

Descriptions/
PSMs/Ontologies

Data mining tools,
graph analysis, etc.
Algorithms for finding the different
abstractions automatically

RDF Stores
Experiment publication

Provenance
representation

Plan
representation

Vocabularies

7
Taverna and Wings

http://www.taverna.org.uk/

http://www.wings-workflows.org/

8
Representing and publishing scientific workflows in the Web

Representing and publishing scientific
workflows in the Web

A New Approach for Publishing Workflows: Abstractions, Standards, and Linked Data. Garijo, D.; and Gil, Y. In
Proceedings of the 6th workshop on Workflows in support of large-scale science, page 47-56, Seattle, 2011. ACM
9
Overview

Abstractions definitions and categorization

Algorithms for finding the different
abstractions automatically

Experiment Publication

Provenance
representation

Plan
representation

Virtuoso,
Pubby,
Wings (+Plugin)
OPMW

10
What is Linked Data?

1. Use URIs as names for things.
2. Use HTTP URIs so that people can look up those names.

3. When someone looks up a URI, provide useful information.
4. Include links to other URIs.

“Linking Open Data cloud diagram, by Richard Cyganiak and Anja Jentzsch. http://lod-cloud.net/”
8
Publishing workflows: high level architecture
Other
workflow
environments

WINGS on local laptop
Core
Portal

Workflow
Template

OPM
export

Workflow
Instance

Programatic access
(external apps)

WINGS on shared host
Core

Portal

Workflow
Template

OPM
export

Workflow
Instance

Linked
Data
Publication

WINGS on web server
Core
Portal

Wings workflow
generation

Workflow
Template
Workflow
Instance

Interactive
Browsing
(Pubby frontend)

OPM
export

OPM
conversion

Users

Publication

Share

Reuse

12
OPMW: Process view

http://www.opmw.org/ontology/
13
OPMW: Attribution view

14
Representing and publishing scientific workflows in the Web

Standards

PROV-O: The PROV Ontology. Lebo, T.; Sahoo, S.; McGuinness, D.; Belhajjame, K.; Corsar, D.; Cheney, J.; Garijo, D.;
Soiland-Reyes, S.; Zednik, S.; and Zhao, J. W3C Consortium. 2012.
15
Overview

Abstractions definitions and categorization

Algorithms for finding the different
abstractions automatically

Experiment Publication

Provenance
representation

Plan
representation

Virtuoso,
Pubby,
Wings (+Plugin)
OPMW + PROV
+ P-PLAN

16
P-PLAN
http://purl.org/net/p-plan

•Plans are not provenance
•P-PLAN: Simple plan model for binding traces to template representations
•Aligned with OPMW and PROV (W3C Provenance Standard)
Augmenting PROV with Plans in P-PLAN: Scientific Processes as Linked Data. Garijo, D.; and Gil, Y. In
Proceedings of the 2nd International Workshop on Linked Science 2012, Boston, 2012.
17
Representing and publishing scientific workflows in the Web

Common motifs among scientific
workflows

Common motifs in scientific workflows: An empirical analysis. Garijo, D.; Alper, P.; Belhajjame, K.; Corcho, O.;
Gil, Y.; and Goble, C. Future Generation Computer Systems, . 2013
18
Overview

Abstractions definitions and categorization

Motif Detection

Algorithms for automatic matching

Experiment Publication

Provenance
representation

Plan
representation

Virtuoso,
Pubby,
Wings (+Plugin)
OPMW

19
Overview

• Empirical analysis on 260 workflow templates from Taverna,
Wings, Galaxy and Vistrails
• Catalog of recurring patterns: scientific
workflow motifs.
• Data Oriented Motifs
• Workflow Oriented Motifs

•Understandability and reuse
http://sensefinancial.com/wp-content/uploads/2012/02/contribution.jpg
20
Approach

•Reverse-engineer the set of current practices in workflow
development through an analysis of empirical evidence
•Identify workflow abstractions that would facilitate
understandability and therefore effective re-use

21
Workflow Motifs
•Workflow motif: Domain independent conceptual abstraction on the workflow
steps.
1. Data-oriented motifs: What kind of manipulations does the workflow have?

•E.g.:
•Data retrieval
•Data preparation
• etc.
2.

WHAT?

Workflow-oriented motifs: How does the workflow perform its operations?
•E.g.:
•Stateful steps
•Stateless steps
•Human interactions
•etc.

HOW?
22
Motif Catalog

Data-Oriented Motifs

Workflow-Oriented Motifs

Data Retrieval
Data Preparation

Intra-Workflow Motifs
Stateful (Asynchronous) Invocations

Format Transformation

Stateless (Synchronous) Invocations

Input Augmentation
and Output Splitting

Internal Macros

Data Organisation
Data Analysis
Data Curation/Cleaning

Data Moving
Data Visualisation

Human Interactions
Inter-Workflow Motifs
Atomic Workflows
Composite Workflows
Workflow Overloading

Ontology Purl: http://purl.org/net/wf-motifs
23
Representing and publishing scientific workflows in the Web

Detecting common fragments among
scientific workflows (macro motifs)

Detecting common scientific workflow fragments using execution provenance. Garijo, D.; Corcho, O.; and Gil, Y. In
Proceedings of of the seventh international conference on Knowledge capture, page 33-40, Banff, 2013. ACM.
24
Summary: Work done at ISI

Abstractions definitions and categorization

Algorithms for automatic
matching

Macro
abstraction
detection

Experiment Publication

Provenance
representation

Plan
representation

Motif Detection

SUBDUE + PAFI
exploration and
integration in
RDF

Virtuoso,
Pubby,
Wings (+Plugin)
OPMW + PROV
+ P-PLAN

25
Macro abstraction detection
Problem statement:
Given a repository of workflow templates (either abstract or specific) or workflow
execution traces, what are the workflow fragments I can deduce from it?

Useful for:
•Systems like Taverna and Wings: (Many templates, little annotation to relate them)
•Finding relationships between workflows and sub-workflows.
•Most used fragments, most executed, etc.
•Systems like GenePattern and Galaxy: (Many runs, nearly no templates published)
•Proposing new templates with the popular fragments.

26
Challenges: Common workflow fragment detection
•Given a collection of workflows, which are the most common fragments?
•Common sub-graphs among the collection
•Sub-graph isomorphism (NP-complete)
•We use the SUBDUE algorithm [Holder et al 1994] (hierachical clustering)
•Graph Grammar learning
•The rules of the grammar are the workflow fragments
•Graph based hierarchical clustering
•Each cluster corresponds to a workflow fragment
•Iterative algorithm with two measures for compressing the graph:
•Minimum Description Length (MDL)
•Size
•Current tests with PAFI (http://glaros.dtc.umn.edu/gkhome/pafi/overview)
ongoing.
[Holder et al 1994]: Substructure Discovery in the SUBDUE System L. B. Holder, D. J. Cook, and S. Djoko. AAAI
Workshop on Knowledge Discovery, pages 169-180, 1994.
27
How does SUBDUE work?
DatasetT1

DatasetT1

ProcessType1

ProcessType1

DatasetT2

DatasetT2

DatasetT2

ProcessType2

ProcessType2

ProcessType2

DatasetT3

DatasetT3

DatasetT3

ProcessType3

Input Graph

DatasetT3

28
How does SUBDUE work?
DatasetT1

DatasetT1

ProcessType1

ProcessType1

DatasetT2

DatasetT2

DatasetT2

ProcessType2

ProcessType2

ProcessType2

DatasetT3

DatasetT3

DatasetT3

ProcessType3

Fragment1

Iteration 1

DatasetT3

29
How does SUBDUE work?

DatasetT1

DatasetT1

ProcessType1

ProcessType1

FRAG1

FRAG1

ProcessType3

DatasetT3

FRAG1

Iteration 1
result
30
How does SUBDUE work?

DatasetT1

DatasetT1

ProcessType1

ProcessType1

FRAG1

FRAG1

ProcessType3

Fragment2
FRAG1

Iteration 2

DatasetT3

31
How does SUBDUE work?

FRAG2

FRAG2

ProcessType3

DatasetT3

FRAG1

Iteration 2
result
(STOP)
32
How does SUBDUE work?

Results:
Fragment 1 (FRAG1) :

Fragment 2 (FRAG2):

DatasetT2

DatasetT1

ProcessType2
DatasetT3

Occurrences:
3 times

ProcessType1

FRAG1

2 times

33
Challenges: Generalization of workflows

Stemmer

Porter
Stemmer

Term Weighting
Lovins
Stemmer

TF

DF

CF
34
Exporting the fragment results: Wf-FD model
http://purl.org/net/wf-fd

35
Exporting the fragment results: Wf-FD model

36
Research Objects

Workflow-Centric Research Objects: First Class Citizens in Scholarly Discourse. Belhajjame, K.; Corcho, O.;
Garijo, D.; Zhao, J.; Missier, P.; Newman, D.; Palma, R.; Bechhofer, S.; Garcıa, E.; Manuel, .G. J.; Klyne, G.; Page,
K.; Roos, M.; Ruiz, J. E.; Soiland-Reyes, S.; Verdes-Montenegro, L.; De Roure, D.; and Goble, C. In Proceedings of
the Second International Conference on the Future of Scholarly Communication and Scientific Publishing
Sepublica2012, page 1-12, Hersonissos, 2012
37
What is a Research Object?

•Aggregation of resources that bundles together the contents
of a research work:
•Data
•Experiments
•Examples
•Bibliography
•Annotations
•Provenance
•ROs
•Etc.

38
Research Objects: An Overview

+ Open Annotation

•Tool support
•Interoperability

http://www.openannotation.org/spec/core/

39
What can you find in a Research Object? A real example

TPDL 2013, Valleta, Malta.

4
Next steps: Internship Plan

• Finish integrating some other graph algorithms
•PAFI (almost done)
•Parsemis

•Test other workflow systems
•LONI (from ISI)
•GenePattern/Galaxy?

•Build a corpus for evaluation
•Gold standard to test the different results.

•Perform evaluation
•Analyze which is the best way to characterize the fragments
•Presentation of the results

•Write paper(s)
41
Thanks !
:oscarCorcho

:yolandGil

:supervises

:idafenSantana

:supervises

Wf Infrastructure

OEG

:danielGarijo

:collaboratesWith

:olgaGiraldo

:varunRatnakar

:supervises

:collaboratesWith

:collaboratesWith
:collaboratesWith
:collaboratesWith

Laboratory Protocols

:collaboratesWith
:caroleGoble

:khalidBelhajjame

:pinarAlper
42
From Scientific Workflows to
Research Objects: Publication
and Abstraction of Scientific
Experiments
Daniel Garijo Verdejo
Supervisors: Oscar Corcho, Yolanda Gil

Ontology Engineering Group
Departamento de Inteligencia Artificial
Facultad de Informática
Universidad Politécnica de Madrid
Date: 27/02/2014

More Related Content

Similar to From Scientific Workflows to Research Objects: Publication and Abstraction of Scientific Experiments

Creating abstractions from scientific workflows: PhD symposium 2015
Creating abstractions from scientific workflows: PhD symposium 2015Creating abstractions from scientific workflows: PhD symposium 2015
Creating abstractions from scientific workflows: PhD symposium 2015dgarijo
 
Research Objects for improved sharing and reproducibility
Research Objects for improved sharing and reproducibilityResearch Objects for improved sharing and reproducibility
Research Objects for improved sharing and reproducibilityOscar Corcho
 
Detecting common scientific workflow fragments using templates and execution ...
Detecting common scientific workflow fragments using templates and execution ...Detecting common scientific workflow fragments using templates and execution ...
Detecting common scientific workflow fragments using templates and execution ...dgarijo
 
The Research Object Initiative: Frameworks and Use Cases
The Research Object Initiative:Frameworks and Use CasesThe Research Object Initiative:Frameworks and Use Cases
The Research Object Initiative: Frameworks and Use CasesCarole Goble
 
PhD Thesis: Mining abstractions in scientific workflows
PhD Thesis: Mining abstractions in scientific workflowsPhD Thesis: Mining abstractions in scientific workflows
PhD Thesis: Mining abstractions in scientific workflowsdgarijo
 
Capturing Context in Scientific Experiments: Towards Computer-Driven Science
Capturing Context in Scientific Experiments: Towards Computer-Driven ScienceCapturing Context in Scientific Experiments: Towards Computer-Driven Science
Capturing Context in Scientific Experiments: Towards Computer-Driven Sciencedgarijo
 
Sharing massive data analysis: from provenance to linked experiment reports
Sharing massive data analysis: from provenance to linked experiment reportsSharing massive data analysis: from provenance to linked experiment reports
Sharing massive data analysis: from provenance to linked experiment reportsGaignard Alban
 
Results may vary: Collaborations Workshop, Oxford 2014
Results may vary: Collaborations Workshop, Oxford 2014Results may vary: Collaborations Workshop, Oxford 2014
Results may vary: Collaborations Workshop, Oxford 2014Carole Goble
 
Ethics reproducibility and data stewardship
Ethics reproducibility and data stewardshipEthics reproducibility and data stewardship
Ethics reproducibility and data stewardshipRussell Jarvis
 
Towards Automating Data Narratives
Towards Automating Data NarrativesTowards Automating Data Narratives
Towards Automating Data Narrativesdgarijo
 
Research Objects in Scientific Publications
Research Objects in Scientific PublicationsResearch Objects in Scientific Publications
Research Objects in Scientific Publicationsdgarijo
 
Introduction to FAIRDOM
Introduction to FAIRDOMIntroduction to FAIRDOM
Introduction to FAIRDOMCarole Goble
 
The Rhetoric of Research Objects
The Rhetoric of Research ObjectsThe Rhetoric of Research Objects
The Rhetoric of Research ObjectsCarole Goble
 
AgriFood Data, Models, Standards, Tools, Use Cases
AgriFood Data, Models, Standards, Tools, Use CasesAgriFood Data, Models, Standards, Tools, Use Cases
AgriFood Data, Models, Standards, Tools, Use CasesRothamsted Research, UK
 
Is preserving data enough? Towards the preservation of scientific methods
Is preserving data enough? Towards the preservation of scientific methods Is preserving data enough? Towards the preservation of scientific methods
Is preserving data enough? Towards the preservation of scientific methods dgarijo
 
Introducing the Whole Tale Project: Merging Science and Cyberinfrastructure P...
Introducing the Whole Tale Project: Merging Science and Cyberinfrastructure P...Introducing the Whole Tale Project: Merging Science and Cyberinfrastructure P...
Introducing the Whole Tale Project: Merging Science and Cyberinfrastructure P...Bertram Ludäscher
 
Research Objects Tutorial (TPDL)
Research Objects Tutorial (TPDL)Research Objects Tutorial (TPDL)
Research Objects Tutorial (TPDL)dgarijo
 

Similar to From Scientific Workflows to Research Objects: Publication and Abstraction of Scientific Experiments (20)

Creating abstractions from scientific workflows: PhD symposium 2015
Creating abstractions from scientific workflows: PhD symposium 2015Creating abstractions from scientific workflows: PhD symposium 2015
Creating abstractions from scientific workflows: PhD symposium 2015
 
Credible workshop
Credible workshopCredible workshop
Credible workshop
 
Research Objects for improved sharing and reproducibility
Research Objects for improved sharing and reproducibilityResearch Objects for improved sharing and reproducibility
Research Objects for improved sharing and reproducibility
 
Detecting common scientific workflow fragments using templates and execution ...
Detecting common scientific workflow fragments using templates and execution ...Detecting common scientific workflow fragments using templates and execution ...
Detecting common scientific workflow fragments using templates and execution ...
 
The Research Object Initiative: Frameworks and Use Cases
The Research Object Initiative:Frameworks and Use CasesThe Research Object Initiative:Frameworks and Use Cases
The Research Object Initiative: Frameworks and Use Cases
 
PhD Thesis: Mining abstractions in scientific workflows
PhD Thesis: Mining abstractions in scientific workflowsPhD Thesis: Mining abstractions in scientific workflows
PhD Thesis: Mining abstractions in scientific workflows
 
Capturing Context in Scientific Experiments: Towards Computer-Driven Science
Capturing Context in Scientific Experiments: Towards Computer-Driven ScienceCapturing Context in Scientific Experiments: Towards Computer-Driven Science
Capturing Context in Scientific Experiments: Towards Computer-Driven Science
 
Sharing massive data analysis: from provenance to linked experiment reports
Sharing massive data analysis: from provenance to linked experiment reportsSharing massive data analysis: from provenance to linked experiment reports
Sharing massive data analysis: from provenance to linked experiment reports
 
Results may vary: Collaborations Workshop, Oxford 2014
Results may vary: Collaborations Workshop, Oxford 2014Results may vary: Collaborations Workshop, Oxford 2014
Results may vary: Collaborations Workshop, Oxford 2014
 
Ethics reproducibility and data stewardship
Ethics reproducibility and data stewardshipEthics reproducibility and data stewardship
Ethics reproducibility and data stewardship
 
FAIRer Research
FAIRer ResearchFAIRer Research
FAIRer Research
 
Towards Automating Data Narratives
Towards Automating Data NarrativesTowards Automating Data Narratives
Towards Automating Data Narratives
 
Research Objects in Scientific Publications
Research Objects in Scientific PublicationsResearch Objects in Scientific Publications
Research Objects in Scientific Publications
 
Introduction to FAIRDOM
Introduction to FAIRDOMIntroduction to FAIRDOM
Introduction to FAIRDOM
 
The Rhetoric of Research Objects
The Rhetoric of Research ObjectsThe Rhetoric of Research Objects
The Rhetoric of Research Objects
 
A Clean Slate?
A Clean Slate?A Clean Slate?
A Clean Slate?
 
AgriFood Data, Models, Standards, Tools, Use Cases
AgriFood Data, Models, Standards, Tools, Use CasesAgriFood Data, Models, Standards, Tools, Use Cases
AgriFood Data, Models, Standards, Tools, Use Cases
 
Is preserving data enough? Towards the preservation of scientific methods
Is preserving data enough? Towards the preservation of scientific methods Is preserving data enough? Towards the preservation of scientific methods
Is preserving data enough? Towards the preservation of scientific methods
 
Introducing the Whole Tale Project: Merging Science and Cyberinfrastructure P...
Introducing the Whole Tale Project: Merging Science and Cyberinfrastructure P...Introducing the Whole Tale Project: Merging Science and Cyberinfrastructure P...
Introducing the Whole Tale Project: Merging Science and Cyberinfrastructure P...
 
Research Objects Tutorial (TPDL)
Research Objects Tutorial (TPDL)Research Objects Tutorial (TPDL)
Research Objects Tutorial (TPDL)
 

More from dgarijo

FOOPS!: An Ontology Pitfall Scanner for the FAIR principles
FOOPS!: An Ontology Pitfall Scanner for the FAIR principlesFOOPS!: An Ontology Pitfall Scanner for the FAIR principles
FOOPS!: An Ontology Pitfall Scanner for the FAIR principlesdgarijo
 
FAIR Workflows: A step closer to the Scientific Paper of the Future
FAIR Workflows: A step closer to the Scientific Paper of the FutureFAIR Workflows: A step closer to the Scientific Paper of the Future
FAIR Workflows: A step closer to the Scientific Paper of the Futuredgarijo
 
Towards Reusable Research Software
Towards Reusable Research SoftwareTowards Reusable Research Software
Towards Reusable Research Softwaredgarijo
 
SOMEF: a metadata extraction framework from software documentation
SOMEF: a metadata extraction framework from software documentationSOMEF: a metadata extraction framework from software documentation
SOMEF: a metadata extraction framework from software documentationdgarijo
 
A Template-Based Approach for Annotating Long-Tailed Datasets
A Template-Based Approach for Annotating Long-Tailed DatasetsA Template-Based Approach for Annotating Long-Tailed Datasets
A Template-Based Approach for Annotating Long-Tailed Datasetsdgarijo
 
OBA: An Ontology-Based Framework for Creating REST APIs for Knowledge Graphs
OBA: An Ontology-Based Framework for Creating REST APIs for Knowledge GraphsOBA: An Ontology-Based Framework for Creating REST APIs for Knowledge Graphs
OBA: An Ontology-Based Framework for Creating REST APIs for Knowledge Graphsdgarijo
 
Towards Knowledge Graphs of Reusable Research Software Metadata
Towards Knowledge Graphs of Reusable Research Software MetadataTowards Knowledge Graphs of Reusable Research Software Metadata
Towards Knowledge Graphs of Reusable Research Software Metadatadgarijo
 
Scientific Software Registry Collaboration Workshop: From Software Metadata r...
Scientific Software Registry Collaboration Workshop: From Software Metadata r...Scientific Software Registry Collaboration Workshop: From Software Metadata r...
Scientific Software Registry Collaboration Workshop: From Software Metadata r...dgarijo
 
WDPlus: Leveraging Wikidata to Link and Extend Tabular Data
WDPlus: Leveraging Wikidata to Link and Extend Tabular DataWDPlus: Leveraging Wikidata to Link and Extend Tabular Data
WDPlus: Leveraging Wikidata to Link and Extend Tabular Datadgarijo
 
OKG-Soft: An Open Knowledge Graph With Mathine Readable Scientific Software M...
OKG-Soft: An Open Knowledge Graph With Mathine Readable Scientific Software M...OKG-Soft: An Open Knowledge Graph With Mathine Readable Scientific Software M...
OKG-Soft: An Open Knowledge Graph With Mathine Readable Scientific Software M...dgarijo
 
Towards Human-Guided Machine Learning - IUI 2019
Towards Human-Guided Machine Learning - IUI 2019Towards Human-Guided Machine Learning - IUI 2019
Towards Human-Guided Machine Learning - IUI 2019dgarijo
 
A Controlled Crowdsourcing Approach for Practical Ontology Extensions and Met...
A Controlled Crowdsourcing Approach for Practical Ontology Extensions and Met...A Controlled Crowdsourcing Approach for Practical Ontology Extensions and Met...
A Controlled Crowdsourcing Approach for Practical Ontology Extensions and Met...dgarijo
 
WIDOCO: A Wizard for Documenting Ontologies
WIDOCO: A Wizard for Documenting OntologiesWIDOCO: A Wizard for Documenting Ontologies
WIDOCO: A Wizard for Documenting Ontologiesdgarijo
 
Automated Hypothesis Testing with Large Scale Scientific Workflows
Automated Hypothesis Testing with Large Scale Scientific WorkflowsAutomated Hypothesis Testing with Large Scale Scientific Workflows
Automated Hypothesis Testing with Large Scale Scientific Workflowsdgarijo
 
OntoSoft: A Distributed Semantic Registry for Scientific Software
OntoSoft: A Distributed Semantic Registry for Scientific SoftwareOntoSoft: A Distributed Semantic Registry for Scientific Software
OntoSoft: A Distributed Semantic Registry for Scientific Softwaredgarijo
 
OEG tools for supporting Ontology Engineering
OEG tools for supporting Ontology EngineeringOEG tools for supporting Ontology Engineering
OEG tools for supporting Ontology Engineeringdgarijo
 
Software Metadata: Describing "dark software" in GeoSciences
Software Metadata: Describing "dark software" in GeoSciencesSoftware Metadata: Describing "dark software" in GeoSciences
Software Metadata: Describing "dark software" in GeoSciencesdgarijo
 
Reproducibility Using Semantics: An Overview
Reproducibility Using Semantics: An OverviewReproducibility Using Semantics: An Overview
Reproducibility Using Semantics: An Overviewdgarijo
 
Publicación de datos y métodos científicos en investigación
Publicación de datos y métodos científicos en investigaciónPublicación de datos y métodos científicos en investigación
Publicación de datos y métodos científicos en investigacióndgarijo
 
EDBT 2015: Summer School Overview
EDBT 2015: Summer School OverviewEDBT 2015: Summer School Overview
EDBT 2015: Summer School Overviewdgarijo
 

More from dgarijo (20)

FOOPS!: An Ontology Pitfall Scanner for the FAIR principles
FOOPS!: An Ontology Pitfall Scanner for the FAIR principlesFOOPS!: An Ontology Pitfall Scanner for the FAIR principles
FOOPS!: An Ontology Pitfall Scanner for the FAIR principles
 
FAIR Workflows: A step closer to the Scientific Paper of the Future
FAIR Workflows: A step closer to the Scientific Paper of the FutureFAIR Workflows: A step closer to the Scientific Paper of the Future
FAIR Workflows: A step closer to the Scientific Paper of the Future
 
Towards Reusable Research Software
Towards Reusable Research SoftwareTowards Reusable Research Software
Towards Reusable Research Software
 
SOMEF: a metadata extraction framework from software documentation
SOMEF: a metadata extraction framework from software documentationSOMEF: a metadata extraction framework from software documentation
SOMEF: a metadata extraction framework from software documentation
 
A Template-Based Approach for Annotating Long-Tailed Datasets
A Template-Based Approach for Annotating Long-Tailed DatasetsA Template-Based Approach for Annotating Long-Tailed Datasets
A Template-Based Approach for Annotating Long-Tailed Datasets
 
OBA: An Ontology-Based Framework for Creating REST APIs for Knowledge Graphs
OBA: An Ontology-Based Framework for Creating REST APIs for Knowledge GraphsOBA: An Ontology-Based Framework for Creating REST APIs for Knowledge Graphs
OBA: An Ontology-Based Framework for Creating REST APIs for Knowledge Graphs
 
Towards Knowledge Graphs of Reusable Research Software Metadata
Towards Knowledge Graphs of Reusable Research Software MetadataTowards Knowledge Graphs of Reusable Research Software Metadata
Towards Knowledge Graphs of Reusable Research Software Metadata
 
Scientific Software Registry Collaboration Workshop: From Software Metadata r...
Scientific Software Registry Collaboration Workshop: From Software Metadata r...Scientific Software Registry Collaboration Workshop: From Software Metadata r...
Scientific Software Registry Collaboration Workshop: From Software Metadata r...
 
WDPlus: Leveraging Wikidata to Link and Extend Tabular Data
WDPlus: Leveraging Wikidata to Link and Extend Tabular DataWDPlus: Leveraging Wikidata to Link and Extend Tabular Data
WDPlus: Leveraging Wikidata to Link and Extend Tabular Data
 
OKG-Soft: An Open Knowledge Graph With Mathine Readable Scientific Software M...
OKG-Soft: An Open Knowledge Graph With Mathine Readable Scientific Software M...OKG-Soft: An Open Knowledge Graph With Mathine Readable Scientific Software M...
OKG-Soft: An Open Knowledge Graph With Mathine Readable Scientific Software M...
 
Towards Human-Guided Machine Learning - IUI 2019
Towards Human-Guided Machine Learning - IUI 2019Towards Human-Guided Machine Learning - IUI 2019
Towards Human-Guided Machine Learning - IUI 2019
 
A Controlled Crowdsourcing Approach for Practical Ontology Extensions and Met...
A Controlled Crowdsourcing Approach for Practical Ontology Extensions and Met...A Controlled Crowdsourcing Approach for Practical Ontology Extensions and Met...
A Controlled Crowdsourcing Approach for Practical Ontology Extensions and Met...
 
WIDOCO: A Wizard for Documenting Ontologies
WIDOCO: A Wizard for Documenting OntologiesWIDOCO: A Wizard for Documenting Ontologies
WIDOCO: A Wizard for Documenting Ontologies
 
Automated Hypothesis Testing with Large Scale Scientific Workflows
Automated Hypothesis Testing with Large Scale Scientific WorkflowsAutomated Hypothesis Testing with Large Scale Scientific Workflows
Automated Hypothesis Testing with Large Scale Scientific Workflows
 
OntoSoft: A Distributed Semantic Registry for Scientific Software
OntoSoft: A Distributed Semantic Registry for Scientific SoftwareOntoSoft: A Distributed Semantic Registry for Scientific Software
OntoSoft: A Distributed Semantic Registry for Scientific Software
 
OEG tools for supporting Ontology Engineering
OEG tools for supporting Ontology EngineeringOEG tools for supporting Ontology Engineering
OEG tools for supporting Ontology Engineering
 
Software Metadata: Describing "dark software" in GeoSciences
Software Metadata: Describing "dark software" in GeoSciencesSoftware Metadata: Describing "dark software" in GeoSciences
Software Metadata: Describing "dark software" in GeoSciences
 
Reproducibility Using Semantics: An Overview
Reproducibility Using Semantics: An OverviewReproducibility Using Semantics: An Overview
Reproducibility Using Semantics: An Overview
 
Publicación de datos y métodos científicos en investigación
Publicación de datos y métodos científicos en investigaciónPublicación de datos y métodos científicos en investigación
Publicación de datos y métodos científicos en investigación
 
EDBT 2015: Summer School Overview
EDBT 2015: Summer School OverviewEDBT 2015: Summer School Overview
EDBT 2015: Summer School Overview
 

Recently uploaded

Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024The Digital Insurer
 
Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)wesley chun
 
What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?Antenna Manufacturer Coco
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Scriptwesley chun
 
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024The Digital Insurer
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerThousandEyes
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityPrincipled Technologies
 
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProduct Anonymous
 
GenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdfGenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdflior mazor
 
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEarley Information Science
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...Martijn de Jong
 
presentation ICT roal in 21st century education
presentation ICT roal in 21st century educationpresentation ICT roal in 21st century education
presentation ICT roal in 21st century educationjfdjdjcjdnsjd
 
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...Neo4j
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfsudhanshuwaghmare1
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024The Digital Insurer
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)Gabriella Davis
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Drew Madelung
 
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUnderstanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUK Journal
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processorsdebabhi2
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsEnterprise Knowledge
 

Recently uploaded (20)

Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024
 
Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)
 
What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Script
 
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivity
 
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
 
GenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdfGenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdf
 
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...
 
presentation ICT roal in 21st century education
presentation ICT roal in 21st century educationpresentation ICT roal in 21st century education
presentation ICT roal in 21st century education
 
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdf
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
 
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUnderstanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processors
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI Solutions
 

From Scientific Workflows to Research Objects: Publication and Abstraction of Scientific Experiments

  • 1. From Scientific Workflows to Research Objects: Publication and Abstraction of Scientific Experiments Daniel Garijo Verdejo Supervisors: Oscar Corcho, Yolanda Gil Ontology Engineering Group Departamento de Inteligencia Artificial Facultad de Informática Universidad Politécnica de Madrid Date: 27/02/2014
  • 2. Outline Index 1. 2. 3. 4. 5. Background What do I do? Motivation Overview Representing and publishing scientific workflows in the Web • • • Linked Data Templates and provenance traces Standards 6. Common motifs among scientific workflows • Workflow motif catalog 7. Detecting common fragments among scientific workflows 8. Workflows as part of an experiment: Research Objects 2
  • 3. What are Scientific Workflows? •“Template defining the set of tasks needed to carry out a computational experiment” [1] •Inputs •Steps •Intermediate results •Outputs •Data driven, usually represented as Directed Acyclic Graphs (DAGs) [1] Ewa Deelman, Dennis Gannon, Matthew Shields, Ian Taylor, Workflows and e-science: an overview of workflow system features and capabilities, Future Generation Computer Systems 25 (5) (2009) 528–540. 3
  • 4. How are scientific workflows created? Laboratory Protocol (recipe) Experiment Lab book Workflow Digital Log • Similar to Laboratory Protocols 4
  • 5. What am I working on? •Workflow representation •Plan/template representation •Provenance trace representation •Link between templates and traces CH1: Can we export an abstract template of the method being represented? CH2: How do we interoperate with other workflow results? CH3: How do we access the workflow results? CH4: How do we link an abstract method with several implementations? •Creation of abstractions/motifs in scientific workflows •Abstraction catalog •Find how different workflows are related CH5: How can we detect what are the typical operations in scientific workflows? CH6: How can we detect them automatically? •Understandability and reuse of scientific workflows •Relation between the workflows involved in the same experiment (Research Objects) CH7: Which workflow parts are related to other workflows? CH8: How do workflows depend on the other parts of the experiments? 5
  • 6. Motivation •As a designer: Discovery •Workflows with similar functionality fragments/methods •Design based in previous templates. •As user/reuser: Understandability, Exploration •Search workflows by functionality •Commonalities between execution runs Workflow 1 •Component categorization 6
  • 7. Overview Abstraction definitions and categorization Descriptions/ PSMs/Ontologies Data mining tools, graph analysis, etc. Algorithms for finding the different abstractions automatically RDF Stores Experiment publication Provenance representation Plan representation Vocabularies 7
  • 9. Representing and publishing scientific workflows in the Web Representing and publishing scientific workflows in the Web A New Approach for Publishing Workflows: Abstractions, Standards, and Linked Data. Garijo, D.; and Gil, Y. In Proceedings of the 6th workshop on Workflows in support of large-scale science, page 47-56, Seattle, 2011. ACM 9
  • 10. Overview Abstractions definitions and categorization Algorithms for finding the different abstractions automatically Experiment Publication Provenance representation Plan representation Virtuoso, Pubby, Wings (+Plugin) OPMW 10
  • 11. What is Linked Data? 1. Use URIs as names for things. 2. Use HTTP URIs so that people can look up those names. 3. When someone looks up a URI, provide useful information. 4. Include links to other URIs. “Linking Open Data cloud diagram, by Richard Cyganiak and Anja Jentzsch. http://lod-cloud.net/” 8
  • 12. Publishing workflows: high level architecture Other workflow environments WINGS on local laptop Core Portal Workflow Template OPM export Workflow Instance Programatic access (external apps) WINGS on shared host Core Portal Workflow Template OPM export Workflow Instance Linked Data Publication WINGS on web server Core Portal Wings workflow generation Workflow Template Workflow Instance Interactive Browsing (Pubby frontend) OPM export OPM conversion Users Publication Share Reuse 12
  • 15. Representing and publishing scientific workflows in the Web Standards PROV-O: The PROV Ontology. Lebo, T.; Sahoo, S.; McGuinness, D.; Belhajjame, K.; Corsar, D.; Cheney, J.; Garijo, D.; Soiland-Reyes, S.; Zednik, S.; and Zhao, J. W3C Consortium. 2012. 15
  • 16. Overview Abstractions definitions and categorization Algorithms for finding the different abstractions automatically Experiment Publication Provenance representation Plan representation Virtuoso, Pubby, Wings (+Plugin) OPMW + PROV + P-PLAN 16
  • 17. P-PLAN http://purl.org/net/p-plan •Plans are not provenance •P-PLAN: Simple plan model for binding traces to template representations •Aligned with OPMW and PROV (W3C Provenance Standard) Augmenting PROV with Plans in P-PLAN: Scientific Processes as Linked Data. Garijo, D.; and Gil, Y. In Proceedings of the 2nd International Workshop on Linked Science 2012, Boston, 2012. 17
  • 18. Representing and publishing scientific workflows in the Web Common motifs among scientific workflows Common motifs in scientific workflows: An empirical analysis. Garijo, D.; Alper, P.; Belhajjame, K.; Corcho, O.; Gil, Y.; and Goble, C. Future Generation Computer Systems, . 2013 18
  • 19. Overview Abstractions definitions and categorization Motif Detection Algorithms for automatic matching Experiment Publication Provenance representation Plan representation Virtuoso, Pubby, Wings (+Plugin) OPMW 19
  • 20. Overview • Empirical analysis on 260 workflow templates from Taverna, Wings, Galaxy and Vistrails • Catalog of recurring patterns: scientific workflow motifs. • Data Oriented Motifs • Workflow Oriented Motifs •Understandability and reuse http://sensefinancial.com/wp-content/uploads/2012/02/contribution.jpg 20
  • 21. Approach •Reverse-engineer the set of current practices in workflow development through an analysis of empirical evidence •Identify workflow abstractions that would facilitate understandability and therefore effective re-use 21
  • 22. Workflow Motifs •Workflow motif: Domain independent conceptual abstraction on the workflow steps. 1. Data-oriented motifs: What kind of manipulations does the workflow have? •E.g.: •Data retrieval •Data preparation • etc. 2. WHAT? Workflow-oriented motifs: How does the workflow perform its operations? •E.g.: •Stateful steps •Stateless steps •Human interactions •etc. HOW? 22
  • 23. Motif Catalog Data-Oriented Motifs Workflow-Oriented Motifs Data Retrieval Data Preparation Intra-Workflow Motifs Stateful (Asynchronous) Invocations Format Transformation Stateless (Synchronous) Invocations Input Augmentation and Output Splitting Internal Macros Data Organisation Data Analysis Data Curation/Cleaning Data Moving Data Visualisation Human Interactions Inter-Workflow Motifs Atomic Workflows Composite Workflows Workflow Overloading Ontology Purl: http://purl.org/net/wf-motifs 23
  • 24. Representing and publishing scientific workflows in the Web Detecting common fragments among scientific workflows (macro motifs) Detecting common scientific workflow fragments using execution provenance. Garijo, D.; Corcho, O.; and Gil, Y. In Proceedings of of the seventh international conference on Knowledge capture, page 33-40, Banff, 2013. ACM. 24
  • 25. Summary: Work done at ISI Abstractions definitions and categorization Algorithms for automatic matching Macro abstraction detection Experiment Publication Provenance representation Plan representation Motif Detection SUBDUE + PAFI exploration and integration in RDF Virtuoso, Pubby, Wings (+Plugin) OPMW + PROV + P-PLAN 25
  • 26. Macro abstraction detection Problem statement: Given a repository of workflow templates (either abstract or specific) or workflow execution traces, what are the workflow fragments I can deduce from it? Useful for: •Systems like Taverna and Wings: (Many templates, little annotation to relate them) •Finding relationships between workflows and sub-workflows. •Most used fragments, most executed, etc. •Systems like GenePattern and Galaxy: (Many runs, nearly no templates published) •Proposing new templates with the popular fragments. 26
  • 27. Challenges: Common workflow fragment detection •Given a collection of workflows, which are the most common fragments? •Common sub-graphs among the collection •Sub-graph isomorphism (NP-complete) •We use the SUBDUE algorithm [Holder et al 1994] (hierachical clustering) •Graph Grammar learning •The rules of the grammar are the workflow fragments •Graph based hierarchical clustering •Each cluster corresponds to a workflow fragment •Iterative algorithm with two measures for compressing the graph: •Minimum Description Length (MDL) •Size •Current tests with PAFI (http://glaros.dtc.umn.edu/gkhome/pafi/overview) ongoing. [Holder et al 1994]: Substructure Discovery in the SUBDUE System L. B. Holder, D. J. Cook, and S. Djoko. AAAI Workshop on Knowledge Discovery, pages 169-180, 1994. 27
  • 28. How does SUBDUE work? DatasetT1 DatasetT1 ProcessType1 ProcessType1 DatasetT2 DatasetT2 DatasetT2 ProcessType2 ProcessType2 ProcessType2 DatasetT3 DatasetT3 DatasetT3 ProcessType3 Input Graph DatasetT3 28
  • 29. How does SUBDUE work? DatasetT1 DatasetT1 ProcessType1 ProcessType1 DatasetT2 DatasetT2 DatasetT2 ProcessType2 ProcessType2 ProcessType2 DatasetT3 DatasetT3 DatasetT3 ProcessType3 Fragment1 Iteration 1 DatasetT3 29
  • 30. How does SUBDUE work? DatasetT1 DatasetT1 ProcessType1 ProcessType1 FRAG1 FRAG1 ProcessType3 DatasetT3 FRAG1 Iteration 1 result 30
  • 31. How does SUBDUE work? DatasetT1 DatasetT1 ProcessType1 ProcessType1 FRAG1 FRAG1 ProcessType3 Fragment2 FRAG1 Iteration 2 DatasetT3 31
  • 32. How does SUBDUE work? FRAG2 FRAG2 ProcessType3 DatasetT3 FRAG1 Iteration 2 result (STOP) 32
  • 33. How does SUBDUE work? Results: Fragment 1 (FRAG1) : Fragment 2 (FRAG2): DatasetT2 DatasetT1 ProcessType2 DatasetT3 Occurrences: 3 times ProcessType1 FRAG1 2 times 33
  • 34. Challenges: Generalization of workflows Stemmer Porter Stemmer Term Weighting Lovins Stemmer TF DF CF 34
  • 35. Exporting the fragment results: Wf-FD model http://purl.org/net/wf-fd 35
  • 36. Exporting the fragment results: Wf-FD model 36
  • 37. Research Objects Workflow-Centric Research Objects: First Class Citizens in Scholarly Discourse. Belhajjame, K.; Corcho, O.; Garijo, D.; Zhao, J.; Missier, P.; Newman, D.; Palma, R.; Bechhofer, S.; Garcıa, E.; Manuel, .G. J.; Klyne, G.; Page, K.; Roos, M.; Ruiz, J. E.; Soiland-Reyes, S.; Verdes-Montenegro, L.; De Roure, D.; and Goble, C. In Proceedings of the Second International Conference on the Future of Scholarly Communication and Scientific Publishing Sepublica2012, page 1-12, Hersonissos, 2012 37
  • 38. What is a Research Object? •Aggregation of resources that bundles together the contents of a research work: •Data •Experiments •Examples •Bibliography •Annotations •Provenance •ROs •Etc. 38
  • 39. Research Objects: An Overview + Open Annotation •Tool support •Interoperability http://www.openannotation.org/spec/core/ 39
  • 40. What can you find in a Research Object? A real example TPDL 2013, Valleta, Malta. 4
  • 41. Next steps: Internship Plan • Finish integrating some other graph algorithms •PAFI (almost done) •Parsemis •Test other workflow systems •LONI (from ISI) •GenePattern/Galaxy? •Build a corpus for evaluation •Gold standard to test the different results. •Perform evaluation •Analyze which is the best way to characterize the fragments •Presentation of the results •Write paper(s) 41
  • 43. From Scientific Workflows to Research Objects: Publication and Abstraction of Scientific Experiments Daniel Garijo Verdejo Supervisors: Oscar Corcho, Yolanda Gil Ontology Engineering Group Departamento de Inteligencia Artificial Facultad de Informática Universidad Politécnica de Madrid Date: 27/02/2014