D1.4v2 Reference Wf4Ever Implementation Phase II

Size: px
Start display at page:

Download "D1.4v2 Reference Wf4Ever Implementation Phase II"

Transcription

1 Wf4Ever: Advanced Workflow Preservation Technologies for Enhanced Science STREP FP7-ICT Objective ICT b) Advanced preservation scenarios D1.4v2 Reference Wf4Ever Implementation Phase II Deliverable Co-ordinator: Raul Palma Deliverable Co-ordinating Institution: Poznan Supercomputing and Networking Center (PSNC) This document presents the Wf4Ever Toolkit, the reference implementation of Wf4Ever architecture, which comprises a set of services providing functionalities exposed via RESTful APIs, alongside client applications providing access to these functionalities. Document Identifier: Wf4ever/2011/D1.4/v2 Date due: 31/07/2013 Class Deliverable: Wf4ever Submission date: 31/07/2013 Project start date: December 1, 2010 Version: V1.0 Project duration: 3 years State: Final Distribution: Public 2013 Copyright lies with the respective authors and their institutions.

2 Page 2 of 34 Wf4Ever STREP FP7-ICT Wf4Ever Consortium This document is a part of the Wf4Ever research project funded by the IST Programme of the Commission of the European Communities by the grant number FP7-ICT The following partners are involved in the project: Intelligent Software Components S.A. Edificio Testa Avda. del Partenón 16-18, 1º, 7ª Campo de las Naciones, Madrid Spain Contact person: Dr. Jose Manuel Gómez-Pérez address: jmgomez@isoco.com University of Manchester Department of Computer Science, University of Manchester, Oxford Road Manchester, M13 9PL United Kingdom Contact person: Professor Carole Goble address: carole.goble@manchester.ac.uk Universidad Politécnica de Madrid Departamento de Inteligencia Artificial Facultad de Informática, UPM Boadilla del Monte, Madrid Spain Contact person: Dr. Oscar Corcho address: ocorcho@fi.upm.es University of Oxford Department of Zoology University of Oxford South Parks Road, Oxford OX1 3PS United Kingdom Contact person: Dr. Jun Zhao / Professor David De Roure address: {jun.zhao@zoo.ox.ac.uk, david.deroure@oerc.ox.ac.uk} Poznań Supercomputing and Networking Center Network Services Department Poznań Supercomputing and Networking Center Z. Noskowskiego 12/14, Poznan Poland Contact person: Dr. Raúl Palma de León address: rpalma@man.poznan.pl Instituto de Astrófísica de Andalucía Dpto. Astronomía Extragaláctica Instituto Astrofísica Andalucía Glorieta de la Astronomía s/n Granada, Spain Contact person: Dr. Lourdes Verdes-Montenegro address: lourdes@iaa.es Leiden University Medical Centre Department of Human Genetics Leiden University Medical Centre Albinusdreef 2, 2333 ZA Leiden The Netherlands Contact person: Dr. Marco Roos address: M.Roos1@uva.nl

3 D1.3v1: Wf4Ever Architecture Phase I Page 3 of 34 Work Package Participants The following partners have taken an active part in the work leading to the elaboration of this document, even if they might not have directly contributed to the writing of this document or its parts: PSNC OXF UNIMAN UPM ISOCO Change Log Version Date Amended by Changes Raul Palma Document Outline Raul Palma Introduction Raul Palma Conclusions Raul Palma Section Raul Palma Section 2 based on input of users Raul Palma Revision Raul Palma Send to QA Raul Palma Update based on QA Raul Palma Final Version 2013 Copyright lies with the respective authors and their institutions.

4 Page 4 of 34 Wf4Ever STREP FP7-ICT Executive Summary This document describes the Wf4Ever toolkit, the reference implementation of Wf4Ever architecture, which consists of a set of services providing functionalities for the realization of a scientific workflow preservation infrastructure, alongside client applications providing access to these functionalities. We present these components in the context of the functional categorization introduced by the Wf4Ever architecture (see D1.3v2), followed by a description of short use case scenarios, which motivates the developed components and illustrate how they can interact with each other to support users in the management and preservation of scientific workflows. Moreover, for each of these components this document provides an information card including: a brief description highlighting the key functionalities provided, the APIs implemented, the services used, the source code repository location, the deployment location of a live instance, and a reference to the corresponding M32 technical WP deliverable where the component implementation and usage is described in more detail. Hence, this document serves as an index for other deliverables. A complete documentation of the API implemented by the services is provided in the Architecture deliverable (D1.3v2), and the user guides for client applications are provided in the Sandbox deliverable (D1.2v3). Note that this is a self-contained document that supersedes D1.4v1. Therefore, some of the content from D1.4v1 has been reused and updated when necessary, in particular for Section 1, Section 3, and Section 5. The main novel contributions of this document consist of the use case scenarios (Section), which have been aligned with the user deliverables with the input from our users, and the updated information cards (Section).

5 D1.3v1: Wf4Ever Architecture Phase I Page 5 of 34 Table of contents Wf4Ever Consortium... 2 Executive Summary... 4 Table of contents... 5 List of Figures Introduction Relations with other deliverables Use case scenarios Scenario: Discover Research Objects Scenario: Inspect Research Objects Scenario: Research Object creation and management Scenario: Annotations Scenario: Quality Scenario: Workflow run evidence Scenario: Recommendations Scenario: Evolution & Preservation Scenario: Manage Research Object using different tools Toolkit components Storage and Lifecycle services Research Object Digital Library RODL RO-enabled myexperiment (repository) Workflow Runner Data Management & Analysis Services Checklist Evaluation Service Quality Evaluation Service Recommender Service Workflow Abstraction Service Workflow-Research Object Transformation (WF-RO) Service Access & Usage Clients RO-enabled myexperiment (web interface) RO Portal RO Manager Tool Collaboration Spheres Conclusions Copyright lies with the respective authors and their institutions.

6 Page 6 of 34 Wf4Ever STREP FP7-ICT References... 34

7 D1.3v1: Wf4Ever Architecture Phase I Page 7 of 34 List of Figures Figure 1. Wf4Ever Toolkit... 8 Figure 2 Faceted search in RO Portal Figure 3 RO inspection in RO-enabled myexperiment Figure 4 RO inspection in RO Portal Figure 5 Importing data from myexperiment Figure 6 Managing Annotations in RO Portal Figure 7 Checklist result page Figure 8 Research object quality visualization page Figure 9 Recommendations in RO-enabled myexperiment Figure 10 Research Object evolution visualization in RO Portal Figure 11 Display annotations of a local resource with RO Manager Figure 12 Deployment diagram with partial view of interactions between Wf4Ever components, described in more detail in the subsection associated to arrow colour Copyright lies with the respective authors and their institutions.

8 Page 8 of 34 Wf4Ever STREP FP7-ICT Introduction One of the main tangible outcomes of Wf4Ever project is a technological infrastructure for the preservation and efficient retrieval and reuse of scientific workflows in a range of disciplines. In order to produce this outcome, we defined a software architecture for a scientific workflow preservation infrastructure, building upon the Research Object model developed in the project [1], and realized this architecture in a reference implementation called the Wf4Ever Toolkit. The architecture describes interfaces to functionalities, which have been grouped into categories representing areas addressed by a preservation infrastructure (see deliverable 1.3v2 [2]), and the toolkit implements these functionalities through a set of services and clients. For this process, we adopted an agile development approach, with early prototyping, where the toolkit coevolved alongside the architecture definition. The Wf4Ever Toolkit comprises a set of services implementing storage, lifecycle, data management and analysis functionalities, where these functionalities are exposed via RESTful APIs, alongside client applications providing access and usage functionalities. Figure 1 depicts the toolkit components in the context of the functional categorization prescribed by Wf4Ever architecture. Note that although the set of components in the toolkit is final, the components are still evolving, improving or complementing their implementation, and will continue to evolve during the whole lifetime of the project. Figure 1. Wf4Ever Toolkit The toolkit components are deployed in the Wf4Ever Sandbox, which can be used through its live instance ( or it can be downloaded and deployed locally along the toolkit components ( The only exception is RO-enabled myexperiment that uses its own Sandbox ( For more information about Wf4Ever Sandbox, including user guides of the client applications, please refer to D1.2v2 [3] and D1.2v3 [4].

9 D1.3v1: Wf4Ever Architecture Phase I Page 9 of Relations with other deliverables This document is the final reference implementation document, and supersedes the previous version D1.4v1. This document includes a technical overview of the toolkit components, and serves as an index to other M32 deliverables from technical work packages (D2.2v2 [6], D3.2v2 [7] and D4.2v2 [8]), which provide detailed description of each of these components, including implementation aspects and interaction diagrams. A complete documentation of the implemented APIs is provided in the architecture deliverable (D1.3v2 [2]) and user guides for the client applications is provided in the Sandbox deliverables (D1.2v2 [3] and D1.2v3 [4]). The remainder of this document is organized as follows: In section 2, we describe a set of short use case scenarios, aligned with the user documents, which motivate and illustrate the toolkit component and how users can interact with them. Next in Section 3, we introduce the toolkit components, highlighting the changes (since D1.4v1), and then for each of them, this section presents an information card including: a brief description, the API implemented (for services), the interrelations with other components, the location of its source code and live instance, and a link to the corresponding M32 deliverable where this component is described in more detail, as discussed above. Finally, we conclude in Section Copyright lies with the respective authors and their institutions.

10 Page 10 of 34 Wf4Ever STREP FP7-ICT Use case scenarios To illustrate the usage of the Wf4Ever toolkit, and the interactions between their components, we describe the ten most representative short use case scenarios selected in collaboration with our users. Although some of these scenarios may depend on each other, in general they can be performed in any order. Note that user guides for the client applications are presented in D1.2v2 [3] and D1.2v3 [4]. 2.1 Scenario: Discover Research Objects Users start searching for research objects stored in RO Digital Library from RO portal or RO-enabled myexperiment using some keyword(s). Results are displayed with useful information about each research object. For instance, such information may include fields providing a glimpse of what the research object is about (e.g., title, author and tags), its complexity (e.g., number of resources or annotations) and its usefulness or quality (e.g., status, date and number of comments). Results can then be restricted or filtered through a faceted search interface. For instance, in RO portal users can restrict the results based on the their author, status, creation date, number of annotations, number of resources or any combination of these (see Figure 2). Moreover, results can be sorted by any of these properties via a dropdown list (shown at the top of the results list in the figure) with the fields and their order (ascending/descending). Figure 2 Faceted search in RO Portal

11 D1.3v1: Wf4Ever Architecture Phase I Page 11 of Scenario: Inspect Research Objects Once a research object is selected in RO-enabled myexperiment or RO Portal, users can inspect its content (see Figure 3 and Figure 4). The information displayed includes an overview of the research object with its description, status, complexity, quality and a graphical representation (if available) that may help in understanding the research object. Additionally, users are able to navigate the structure of the research objects, inspect its aggregated resources including their annotations, and view the relations among them. In RO portal, users are also able to visualize the evolution of the research object, including events affecting the research object, such as changes in its content and in its quality. Similarly, users are able to download the whole research object or any of its aggregated resources, for instance, for reusing it or running it locally (e.g., a workflow). Figure 3 RO inspection in RO-enabled myexperiment 2.3 Scenario: Research Object creation and management Users are able to create a new research object in different ways. For instance, both in RO-enabled myexperiment and RO Portal, they can start by creating an empty research object, optionally with a predefined folder structure, and adding individual resources one by one (e.g., workflows, scripts, example input data and others). Alternatively, in RO Portal users are able to create a research object from a ZIP file with a set of folders and files, or by importing data from myexperiment. For this task, users select content from myexperiment such as workflows and packs (see Figure 5), which are transformed into research objects. The content itself is not modified and the available metadata, such as title and description, are copied as semantic annotations. For workflows, the Workflow Transformation Service is used, which 2013 Copyright lies with the respective authors and their institutions.

12 Page 12 of 34 Wf4Ever STREP FP7-ICT generates additional annotations related to the workflow structure, sub-resources, and history. In any case, while working with the research object users can establish the relationships between the aggregated resources (e.g., the example input data to the workflow). Figure 4 RO inspection in RO Portal Similarly, at any time users can modify the structure of a research object as well as its content. For instance, they can edit the folder structure of the research object adding folders and files, moving the files among folders, or deleting resources. They can also modify the research object properties (e.g., title, description) or its aggregated resources, e.g., uploading a new version or changing their description.

13 D1.3v1: Wf4Ever Architecture Phase I Page 13 of 34 Figure 5 Importing data from myexperiment 2.4 Scenario: Annotations The user can create, edit and remove annotations on the research object and its aggregated resources from RO Portal or RO-enabled myexperiment. Many of these annotations serve to associate components with resource type definition (hypothesis, workflow, script, input, result, document, conclusion, etc.), and also to describe relationships between them (such as a resource being an input for a workflow), based on predefined vocabularies and models compliant with Wf4Ever RO model. Other annotations are related to authoring and crediting, including keeping the authors and contributors, as well as relating a research object or its resources to other existing resources that they reused or derive from, and when possible automatically crediting the authors of these resources. It is also important to provide the possibility to include free-text descriptions for describing, for instance, the configuration settings needed for the execution environment at the resource level or the order of every step performed in the procedural protocol of the whole execution of the research object. Very often, users undertake these steps taking into account personal decisions that should be registered. Others may be related with scientific information very specific to the experiment. Scientific considerations on the provenance of the initial input data for the RO (e.g., how did I get or prepare them?), mathematical formulae or equations used in the model/process/script to execute, etc. These annotations may also be complemented with bibliography used or produced by the experiment. RO Portal provides a basic view of the resource annotations for predefined annotations and an advanced view for managing any annotation (see Figure 6) Copyright lies with the respective authors and their institutions.

14 Page 14 of 34 Wf4Ever STREP FP7-ICT Figure 6 Managing Annotations in RO Portal 2.5 Scenario: Quality Users can check the quality of a research object by running the Checklist Evaluation Service, providing as input a research object stored in RO Digital Library and a minim model [5] that formally describes the requirements to be satisfied by the research object to be suitable for some purpose (e.g., completeness). This service can be run from RO-enabled myexperiment (Figure 7 shows the result page returned after selecting the Checklist link on the right panel in Figure 3) or RO Portal, which automatically displays a short summary of the results in the research object Overview page (see Figure 4) and more detailed information in the research object Quality page. The Checklist Evaluation Service has been developed using some of the same code base as RO Manager, and the same evaluation can be performed from the command line using the RO Manager (see Sec 2.9 Scenario: Manage local Research Object).

15 D1.3v1: Wf4Ever Architecture Phase I Page 15 of 34 Figure 7 Checklist result page Additionally, users can check the normalized completeness, stability and reliability of the research object using the Quality Evaluation Service. This service executes a series of checklist evaluations (over time) on research objects stored in RO Digital Library and calculates these quality dimensions values, i.e., the extent to which the research object satisfies the checklist requirements, its ability to preserve its properties through time and its ability to converge towards a scenario free of decay (complete and stable through time) - see D4.2v2 [8]). The service can return a web page where the user can explore how the research object quality has evolved over time in terms of these quality scores. This page can be opened from RO-enabled myexperiment (Analytics and Quality link) or RO Portal (Quality page) see Figure Copyright lies with the respective authors and their institutions.

16 Page 16 of 34 Wf4Ever STREP FP7-ICT Figure 8 Research object quality visualization page 2.6 Scenario: Workflow run evidence When a research object aggregates a workflow that has not provided evidence that can be run, the research object quality checklist that can be shown from RO Portal or RO-enabled myexperiment warns the user, for instance, with a cross indicator on the run evidence requirement. The ongoing work includes enabling users to select this indicator from the portal, and give them the possibility to either upload run data or to run the workflow. In the first case, the user would provide a workflow run including, for instance, real (example) input data, real (example) output data, and information about the workflow engine used (e.g.,taverna version) and how long it took to run. In the second case, the user would execute the workflow from the portal using the Workflow Runner Service. The run provenance would be subsequently exposed by the service and then aggregated by the research object. As a result, the research object quality checklist would improve. 2.7 Scenario: Recommendations Users can get recommendations of other users, research objects and individual resources (e.g., workflows, datasets) using the Recommender Service, based on their profile (e.g., research objects they have created,

17 D1.3v1: Wf4Ever Architecture Phase I Page 17 of 34 keywords previously proposed), or on a research object description (e.g., title, description, tags). This service can be executed from RO-enabled myexperiment and RO Portal (Figure 9 shows an exemplary result page of recommendations in RO-enabled myexperiment). The service is also used by the Collaboration Spheres client application, available through RO-enabled myexperiment, which provides an alternative view for browsing recommendations. Figure 9 Recommendations in RO-enabled myexperiment 2.8 Scenario: Evolution & Preservation Users may at any moment create a snapshot of a research object, capturing the state of the research object at the given point in time, and create a textual annotation describing why they decided to do it and what represent the state of the research object. Such snapshots may be useful to release the current version of the research outcome of an experiment, submit it to be peer reviewed or to be published, share it with supervisors or collaborators, or for acknowledgement and citation purposes Copyright lies with the respective authors and their institutions.

18 Page 18 of 34 Wf4Ever STREP FP7-ICT Users can create snapshots from RO Portal, where they also can consult the evolution history of the research object as depicted in Figure 10. The user may decide to recover one snapshot of the research object, with all its contents and annotations as they were at that stage. Figure 10 Research Object evolution visualization in RO Portal 2.9 Scenario: Manage local Research Object Using the RO Manager command line tool a user is able to create and manage a research object on a local drive, aggregate his files as resources and make annotations. Figure 11 shows how to display the annotations of a resource with RO Manager. The research object may also be synchronized and pushed to the RO Digital Library for sharing and publication. Figure 11 Display annotations of a local resource with RO Manager

19 D1.3v1: Wf4Ever Architecture Phase I Page 19 of Scenario: Manage Research Object using different tools Users are able to use different tools for managing a research object. For instance, the user may create a research object from RO-enabled myexperiment, including aggregating resources and annotations, and then use RO Portal for managing the evolution of the research object, e.g., create snapshots and visualize the history. These applications use RO Digital Library for storing the research objects. Moreover, the user may download the research object, use RO Manager for making additional annotations or aggregating additional resources, and then push it back to RO Digital Library Copyright lies with the respective authors and their institutions.

20 Page 20 of 34 Wf4Ever STREP FP7-ICT Toolkit components The toolkit consists of 12 components: 3 storage and lifecycle services (Research Object Digital Library - RODL, myexperiment and Workflow Runner), 5 data management and analysis services (Checklist Evaluation, Quality Evaluation, Recommender, Workflow Abstraction and Workflow Transformation) and 4 access and usage clients (RO-enabled myexperiment, RO Portal, RO Manager Tool and Collaboration Spheres). Most of these components were presented in D1.4v1. However, as noted in the introduction, even though the set of toolkit components is final, they are still evolving, improving or complementing their implementation. Hence, in this section we summarize their current state and introduce the Workflow Abstraction service and the Quality Evaluation service. The latter subsumes (and replaces) the former Stability Evaluation service. Additionally, since RO-enabled myexperiment has been recently extended to implement the Research Object RO API 1 (partially), it has been included as one of the storage services (replacing current myexperiment). We have also removed in this document the ROBox client application as it was deprecated and is no longer maintained. Diagram in Figure 12 depicts the toolkit components along with a partial view of their interactions, described in more detail in the subsection associated to the arrow colour. The toolkit components have been deployed in Wf4Ever Sandbox, available online through its live instance ( and for download ( see D1.3v2 [3] and D1.3v3 [4]. The only exception is RO-enabled myexperiment that uses its own Sandbox ( and Individual deployment instructions may be also available at the source code repository of each component (included in their information card). In the following, we provide an information card for each component including: a brief description, the API implemented (for services), the interactions with other components, the location of source code and live instance, and a link to the corresponding M32 technical WP deliverable where the component implementation and usage is described in more detail. To illustrate the interactions with other components, we include small diagrams showing the related components with arrows depicting the flow of data, in the context of the functional categorization prescribed by Wf4Ever Architecture, providing partial views of Figure 1. A detailed documentation of the APIs is available in the final architecture deliverable D1.3v2 [2], and also in the following links: Research Object RO API: Research Object Evolution RO EVO API: Checklist Evaluation API: Reliability Evaluation API 2 : 1 Research Object RO API was formerly known as Research Object Storage & Retrieval ROSR API 2 The Reliability Evaluation API subsumes (and replaces) the former Stability Evaluation API

21 D1.3v1: Wf4Ever Architecture Phase I Page 21 of 34 Figure 12 Deployment diagram with partial view of interactions between Wf4Ever components, described in more detail in the subsection associated to arrow colour Recommendation API: Workflow Abstraction API: Workflow Runner API: Workflow-RO Transformation API: RO+transformation+service+API User Management API: Copyright lies with the respective authors and their institutions.

22 Page 22 of 34 Wf4Ever STREP FP7-ICT Storage and Lifecycle services Research Object Digital Library RODL Service Name RO Digital Library - RODL Description Software system which collects, manages and preserves aggregations of scientific methods (e.g., workflows) and related artifacts along with their annotations, organized as research objects. The key features are: Create, Edit & Delete ROs Retrieve ROs in different formats Creation of different RO types (Live, Snapshot, Archived) Retrieve RO evolution provenance Add & Remove aggregated resources and annotations Create & Delete users Search & Index ROs Query metadata Retrieve metadata in different formats (e.g., RDF/XML, TTL) RODL has a modular structure that comprises access components (built on top of dlibra digital library services - and Jena TDB store - long-term preservation components (built on top of darceo - and a controller that manages the flow of data. URI Source Code Repository APIs Implemented Research Object - RO Research Object Evolution RO EVO Notification User Management SPARQL Endpoint 3 Additionally, RODL exposes Solr schema REST API 4 Services Used RODL is built on top of dlibra services, Jena TDB store and darceo system. It is a core service of Wf4Ever and therefore it does not uses or rely on other Wf4Ever services. Additional Information D2.2v2 [6]

23 D1.3v1: Wf4Ever Architecture Phase I Page 23 of RO-enabled myexperiment (repository) Service Name Description URI Source Code Repository APIs Implemented RO-enabled myexperiment (repository) Repository of scientific workflows, other digital objects and research objects (called packs). The key features in the context of Wf4Ever include: Create, Edit & Delete packs/ros Add & Remove Workflows and other resources Search & Index Workflows, packs and other resources Versioning of resources, such as workflows Sorting and pagination Permissions management and myexperiment 5 Research Object RO (partially) SPARQL Endpoint Services Used RO-enabled myexperiment sends a copy of the research objects (packs) to RO Digital Library Additional Information D2.2v2 [6] Workflow Runner Service Name Workflow Runner Description Workflow execution service, key for workflow decay analysis. The key features are: Remote execution of workflows Expose workflow runs as ROs following a subset of RO API, aggregating inputs, outputs, console logs, provenance and annotations including mappings to RO vocabularies for workflow description (wfdesc) and execution provenance (wfprov) [1]. Workflow Runner is built on top of the Taverna Server Copyright lies with the respective authors and their institutions.

24 Page 24 of 34 Wf4Ever STREP FP7-ICT URI Source Code Repository APIs Implemented Workflow Runner Services Used Workflow runner does not use or rely on other Wf4Ever service; however, it can execute workflows stored in any remote repository, including RO-enabled myexperiment repository and RO Digital Library. Additional Information Data Management & Analysis Services Checklist Evaluation Service Service Name Checklist Evaluation Service Description URI Source Code Repository APIs Implemented Service for testing completeness, executability, repeatability and other desired features of a research object. In particular, it evaluates a research object against a minimum information model and for a particular purpose (e.g., completeness). Checklist Services Used The checklist service does not use or rely on other Wf4Ever service; however it can

25 D1.3v1: Wf4Ever Architecture Phase I Page 25 of 34 evaluate research objects available on the local file system or in any repository implementing RO API, such as RO Digital Library and RO-enabled myexperiment. Additional Information Notes D4.2v2 [8] The checklist service also comprises a traffic-light service component, which returns HTML or JSON data for facilitating the generation of a simple display of the checklist results. This service implements the traffic-light API 6, which is very similar in structure to the checklist evaluation API. Since the service provides HTML/JSON interfaces, a user guide is provided in D1.2v3 [4] Quality Evaluation Service Service Name Quality Evaluation Service Description This service test the quality of a RO, a measure of how healthy it is based on the ability of the research object to achieve its original purpose after being subject of changes on its resources. In particular, the service monitors the RO over time, capturing concrete values provided by the completeness, stability, and the reliability scores for the RO in different moments of its evolution. These score represent the extent to which the RO satisfies the checklist requirements, its ability to preserve its properties through time and its ability to converge towards a scenario free of decay (complete and stable through time). URI Source Code Repository APIs Implemented Reliability Notification Copyright lies with the respective authors and their institutions.

26 Page 26 of 34 Wf4Ever STREP FP7-ICT Services Used The quality service uses the checklist service to check the status of the research object at different moments in time, and consequently it can analyze research objects available on the local file system or in any repository implementing RO API, such as RO Digital Library and RO-enabled myexperiment. Additionally, this service generates notifications about changes in the research object quality that are collected by RO Digital Library and merged with other notifications about the research object. Additional Information Notes D4.2v2 [8] The quality service includes a decay-monitoring component, a web application where the user can explore the evolution in terms of quality scores of his Research Object over time. The decay-monitoring is available at and it has a parameter id which receives the RO_URI of the research object to be analyzed, e.g., Recommender Service Service Name Recommender Service Description Service that provides recommendations of users, Research Objects and their aggregated resources (e.g., scientific workflows and datasets), using three different algorithms: keyword Content-based, collaborative filtering and social networks. The recommendations are calculated for a particular user, sorted by the strength of the recommendation, and optionally filtered to include only particular type of resources, e.g., users, workflows, files and packs. URI Source Code Repository APIs Implemented Recommendation

27 D1.3v1: Wf4Ever Architecture Phase I Page 27 of 34 Services Used The recommender service uses former myexperiment ( as the source of information as it requires considerable amount of resources available to create recommendations, but it can also use any repository implementing RO API as source, such as RO Digital Library and RO-enabled myexperiment Additional Information D3.2v2 [7] Workflow Abstraction Service Service Name Description URI Source Code Repository APIs Implemented Workflow Abstraction Service This service enables scientist to search workflows by their functionality, properties, or other conceptualization allowing their easy accessibility. For this task, it provides functionalities for indexing, searching and recommending workflow processes. In particular, the two main operations are: Search: returns URIs of workflows that contain the sequence of executed processes that has been introduced as input parameter. Recommend: returns the most frequently used processes after the sequence of executed processes that has been introduced as input parameter. The output returns the id of the process, its probability of usage and its frequency. Search: Recommend: Workflow Abstraction 2013 Copyright lies with the respective authors and their institutions.

28 Page 28 of 34 Wf4Ever STREP FP7-ICT Services Used The workflow abstraction service uses a Provenance Corpus to create the indexation. The corpus is accessed through a SPARQL endpoint that exposes provenance using wfprov vocabulary [1]. At the moment of writing, the service is in the progress of connecting to SPARQL endpoints of Wf4Ever services exposing provenance information, e.g., RO Digital Library and RO-enabled myexperiment. Additional Information D2.2v2 [6] Workflow-Research Object Transformation (WF-RO) Service Service Name Workflow-Research Object Transformation (WF-RO) Service Description URI Source Code Repository APIs Implemented Service for converting workflows into research objects. The key features are: Transform workflows into Research Objects, creating new one or updating an existing one. Generates workflow description using wfdesc vocabulary [1] Generates workflow history using roevo vocabulary [7] Workflow-RO Transformation Services Used

29 D1.3v1: Wf4Ever Architecture Phase I Page 29 of 34 The WF-RO service takes as input a workflow (e.g., in former myexperiment, RO Digital Library or RO-enabled myexperiment) and stores the resulting research object in a repository implementing RO API, such as RO Digital Library or RO-enabled myexperiment. Additional Information Access & Usage Clients RO-enabled myexperiment (web interface) Client Name RO-enabled myexperiment (web interface) Description A collaborative environment where scientists can publish their workflows and in silico experiments (organized as research objects), share them with groups and find those of others. URI Source Code Repository and Interface Web User Interface (WUI), a type of GUI. Services Used RO-enabled myexperiment uses or is in the progress of using all Wf4Ever services, except for the lifecycle services of RO Digital Library. At the moment of writing, Workflow Abstraction and Workflow Runner are not being used yet. RO-enabled myexperiment stores research objects internally and in RO Digital Library. It also communicates with other clients, e.g., RO Portal and Collaboration Spheres. Additional Information D2.2v2 [6] 2013 Copyright lies with the respective authors and their institutions.

30 Page 30 of 34 Wf4Ever STREP FP7-ICT RO Portal Client Name Description URI Source Code Repository Interface RO Portal Web client application that enables access and use of research objects and aggregated resources. The key features are: Explore RODL Manage & visualize RO structure and annotations Search ROs Query RODL Import & Transform resources from myexperiment Visualize recommendations Web User Interface (WUI), a type of GUI. Services Used The RO portal uses most of the Wf4Ever services, except from the workflow-specific ones, i.e., Workflow Abstraction and Workflow Runner. The RO Portal has been developed alongside the RO Digital Library. Additional Information D2.2v2 [6] and D1.2v3 [4] (user guide) RO Manager Tool Client Name Description RO Manager Tool A command line tool that enables access and use of research objects and aggregated resources stored on the local file system, and the synchronization with remote repositories, e.g., RODL. The key features are: Create ROs in the local file system Add aggregated resources references in manifest

31 D1.3v1: Wf4Ever Architecture Phase I Page 31 of 34 URI Add annotations Read & Write ROs to RODL Source Code Repository Interface Command Line Interface (CLI) Services Used RO Manager Tool mainly uses resources on the local file system. However, it can also communicate with a repository implementing RO API (push, pull). The checklist evaluation service shares much its code base with RO Manager, and is packed with RO Manager. Additional Information D2.2v2 [6] and D1.2v2 [3] (user guide) Documentation: Collaboration Spheres Client Name Collaboration Spheres Description A graphical user interface intended to improve the sharing and reuse of ROs based on the exploitation of semantic descriptions, relations and similarities between ROs and users in order to support advanced search mechanisms. The search activity has a very strong social analysis aspect and is based on collaborative filtering and versatile keyword content-based recommendations. It implements a visual metaphor based on spheres, which uses concentric circles, where the similarity is represented using the distance from the center of the sphere to the place where the object is shown. The key features are: Creation of a four-layer representation for social and recommendation data, where circles and squares identify items (ROs and users respectively). The different layers are presented by using different colors. Provision of information related to the selected item from the four-layer representation (e. g. workflow representation) Copyright lies with the respective authors and their institutions.

32 Page 32 of 34 Wf4Ever STREP FP7-ICT Provision of a graph representation for the relations between users and ROs. Provision of ROs and users ordered by they importance for the current active item. URI Source Code Repository Interface Graphical User Interface (GUI) Services Used The collaboration spheres client uses the recommender service and consequently it uses former myexperiment as a source of information, but it can also use any repository implementing RO API, such as RO Digital Library and RO-enabled. Additional Information Notes D3.2v2 [7] and D1.2v2 [3] (user guide) Documentation: It uses myexperiment user id as a parameter, e.g.,

33 D1.3v1: Wf4Ever Architecture Phase I Page 33 of 34 4 Conclusions In this document we have presented the Wf4Ever Toolkit, starting with a motivation of the developed components. In particular, we have introduced the 12 components comprising the toolkit: 8 services and 4 client applications, including a brief description of their main features, the set of API implemented (for services), the interactions with other components, the location of source code and live instance, and the reference to the corresponding M32 deliverable where detailed information about their internal structure, interaction flow is described. Note that in some cases, there is a one to one mapping between APIs and services (e.g., checklist service); there are other cases where a service implements several APIs (e.g., Research Object Digital Library); and there could be cases where an API is implemented by several services (e.g., RO API). That shows the importance of defining open APIs that can be implemented by any service within or outside Wf4Ever. The Wf4Ever Toolkit was developed alongside the architecture using a co-evolutionary approach, working closely with the use case partners and drawing on the models defined by the technical Work Packages. We decided to follow an agile development approach with early prototyping, which allowed us to test our models and other outcomes as early as possible during the project lifetime, receive timely feedback from our users and identify and resolve any technological issues. For instance, users were able to interact and assess early implementations of Research Objects since our first prototype in month 6 of the project lifetime (see D1.2v1). The development of the toolkit during the second phase was concentrated in enhancing the support for the achievement of workflow preservation and conservation (e.g., Research Object Digital Library was extended with a preservation component as described D2.2v2), the realization of RO-enabled myexperiment (also described in D2.2v2), testing and improving components and providing missing functionalities (e.g., notifications). Note that although the set of components comprising the toolkit is final, they are still under development and may change during the remaining lifetime of the project in order to improve their implementation or add some additional features. For instance, the realization of RO-enabled myexperiment is still under intensive development, the RO portal is being redesigned and the RO digital library access control features are still under development. Hence, this document shows their state at month 32 of the project. This document is intended to serve as a guide of the toolkit with links to additional documentation rather than providing an exhaustive description of each component. In particular, it serves as an index to other M32 deliverables from technical workpackages (D2.2v2, D3.2v2 and D4.2v2), where each of the toolkit is described in detail Copyright lies with the respective authors and their institutions.

34 Page 34 of 34 Wf4Ever STREP FP7-ICT References [1] Wf4Ever Research Object Model. [2] D1.3v2 Wf4Ever Architecture Phase II. OXF. March 2013 [3] D1.2v2 Wf4Ever Sandbox Phase II. PSNC. July 2012 [4] D1.2v3 Wf4Ever Sandbox Phase III. PSNC. July 2013 [5] Minimum Information Model Vocabulary Specification. [6] D2.2v2 Design, implementation and deployment of workflow lifecycle management components Phase II. UNIMAN. July [7] D3.2v2 Design, implementation and deployment of Workflow Evolution, Sharing and Collaboration components Phase II. UPM. July [8] D4.2v2 Design, implementation and deployment of Workflow Integrity and Authenticity Maintenance components Phase II. ISOCO. July 2013.

Executing Evaluations over Semantic Technologies using the SEALS Platform

Executing Evaluations over Semantic Technologies using the SEALS Platform Executing Evaluations over Semantic Technologies using the SEALS Platform Miguel Esteban-Gutiérrez, Raúl García-Castro, Asunción Gómez-Pérez Ontology Engineering Group, Departamento de Inteligencia Artificial.

More information

Improving a Satellite Mission System by means of a Semantic Grid Architecture

Improving a Satellite Mission System by means of a Semantic Grid Architecture Improving a Satellite Mission System by means of a Semantic Grid Architecture Manuel Sánchez-Gestido 1, María S. Pérez-Hernández 2, Rafael González-Cabero 3, Asunción Gómez-Pérez 3 1 Deimos Space S.L.,

More information

Research Objects for Audio Processing: Capturing Semantics for Reproducibility

Research Objects for Audio Processing: Capturing Semantics for Reproducibility Research Objects for Audio Processing: Capturing Semantics for Reproducibility Kevin R. Page 1, Raúl Palma 2, Piotr Hołubowicz 2, Graham Klyne 1, Stian Soiland-Reyes 3, Daniel Garijo 4, Khalid Belhajjame

More information

Structuring research methods and data with the research object model: genomics workflows as a case study

Structuring research methods and data with the research object model: genomics workflows as a case study Structuring research methods and data with the research object model: genomics workflows as a case study Kristina M Hettne 1 Email: k.m.hettne@lumc.nl Harish Dharuri 1 Email: h.k.dharuri@lumc.nl Jun Zhao

More information

PRELIDA. D2.3 Deployment of the online infrastructure

PRELIDA. D2.3 Deployment of the online infrastructure Project no. 600663 PRELIDA Preserving Linked Data ICT-2011.4.3: Digital Preservation D2.3 Deployment of the online infrastructure Start Date of Project: 01 January 2013 Duration: 24 Months UNIVERSITAET

More information

Workflow-Centric Research Objects: First Class Citizens in Scholarly Discourse

Workflow-Centric Research Objects: First Class Citizens in Scholarly Discourse Workflow-Centric Research Objects: First Class Citizens in Scholarly Discourse Khalid Belhajjame 1, Oscar Corcho 2, Daniel Garijo 2, Jun Zhao 4, Paolo Missier 9, David Newman 5, Raúl Palma 6, Sean Bechhofer

More information

NeOn Methodology for Building Ontology Networks: a Scenario-based Methodology

NeOn Methodology for Building Ontology Networks: a Scenario-based Methodology NeOn Methodology for Building Ontology Networks: a Scenario-based Methodology Asunción Gómez-Pérez and Mari Carmen Suárez-Figueroa Ontology Engineering Group. Departamento de Inteligencia Artificial. Facultad

More information

Website Implementation D8.1

Website Implementation D8.1 Website Implementation D8.1 Project Number: FP6-045389 Deliverable id: D 8.1 Deliverable name: Website Implementation Date: 31 March 2007 COVER AND CONTROL PAGE OF DOCUMENT Project Acronym: Project Full

More information

Designing a System Engineering Environment in a structured way

Designing a System Engineering Environment in a structured way Designing a System Engineering Environment in a structured way Anna Todino Ivo Viglietti Bruno Tranchero Leonardo-Finmeccanica Aircraft Division Torino, Italy Copyright held by the authors. Rubén de Juan

More information

Publishing Linked Statistical Data: Aragón, a case study.

Publishing Linked Statistical Data: Aragón, a case study. Publishing Linked Statistical Data: Aragón, a case study. Oscar Corcho 1, Idafen Santana-Pérez 1, Hugo Lafuente 2, David Portolés 3, César Cano 4, Alfredo Peris 4, and José María Subero 4 1 Ontology Engineering

More information

EVACUATE PROJECT WEBSITE

EVACUATE PROJECT WEBSITE FP7-313161 A holistic, scenario-independent, situation-awareness and guidance system for sustaining the Active Evacuation Route for large crowds EVACUATE PROJECT WEBSITE Deliverable Identifier: D.12.1

More information

Deliverable Initial Data Management Plan

Deliverable Initial Data Management Plan EU H2020 Research and Innovation Project HOBBIT Holistic Benchmarking of Big Linked Data Project Number: 688227 Start Date of Project: 01/12/2015 Duration: 36 months Deliverable 8.5.1 Initial Data Management

More information

ECSEL Research and Innovation actions (RIA) AMASS

ECSEL Research and Innovation actions (RIA) AMASS ECSEL Research and Innovation actions (RIA) AMASS Architecture-driven, Multi-concern and Seamless Assurance and Certification of Cyber-Physical Systems Prototype for seamless interoperability (a) D5.4

More information

Europeana Core Service Platform

Europeana Core Service Platform Europeana Core Service Platform DELIVERABLE D7.1: Strategic Development Plan, Architectural Planning Revision Final Date of submission 30 October 2015 Author(s) Marcin Werla, PSNC Pavel Kats, Europeana

More information

Prototype D10.2: Project Web-site

Prototype D10.2: Project Web-site EC Project 257859 Risk and Opportunity management of huge-scale BUSiness community cooperation Prototype D10.2: Project Web-site 29 Dec 2010 Version: 1.0 Thomas Gottron gottron@uni-koblenz.de Institute

More information

D WSMO Data Grounding Component

D WSMO Data Grounding Component Project Number: 215219 Project Acronym: SOA4All Project Title: Instrument: Thematic Priority: Service Oriented Architectures for All Integrated Project Information and Communication Technologies Activity

More information

Deliverable Final Data Management Plan

Deliverable Final Data Management Plan EU H2020 Research and Innovation Project HOBBIT Holistic Benchmarking of Big Linked Data Project Number: 688227 Start Date of Project: 01/12/2015 Duration: 36 months Deliverable 8.5.3 Final Data Management

More information

The NEPOMUK project. Dr. Ansgar Bernardi DFKI GmbH Kaiserslautern, Germany

The NEPOMUK project. Dr. Ansgar Bernardi DFKI GmbH Kaiserslautern, Germany The NEPOMUK project Dr. Ansgar Bernardi DFKI GmbH Kaiserslautern, Germany ansgar.bernardi@dfki.de Integrated Project n 27705 Priority 2.4.7 Semantic knowledge based systems NEPOMUK is a three-year Integrated

More information

The RMap Project: Linking the Products of Research and Scholarly Communication Tim DiLauro

The RMap Project: Linking the Products of Research and Scholarly Communication Tim DiLauro The RMap Project: Linking the Products of Research and Scholarly Communication 2015 04 22 Tim DiLauro Motivation Compound objects fast becoming the norm for outputs of scholarly communication.

More information

OpenBudgets.eu: Fighting Corruption with Fiscal Transparency. Project Number: Start Date of Project: Duration: 30 months

OpenBudgets.eu: Fighting Corruption with Fiscal Transparency. Project Number: Start Date of Project: Duration: 30 months OpenBudgets.eu: Fighting Corruption with Fiscal Transparency Project Number: 645833 Start Date of Project: 01.05.2015 Duration: 30 months Deliverable 4.1 Specification of services' Interfaces Dissemination

More information

Metal Recovery from Low Grade Ores and Wastes Plus

Metal Recovery from Low Grade Ores and Wastes Plus Metal Recovery from Low Grade Ores and Wastes Plus D7.1 Project and public website Public Authors: Marta Macias, Carlos Leyva (IDENER) D7.1 I Page 2 Deliverable Number 7.1 Deliverable Name Project and

More information

Supporting Patient Screening to Identify Suitable Clinical Trials

Supporting Patient Screening to Identify Suitable Clinical Trials Supporting Patient Screening to Identify Suitable Clinical Trials Anca BUCUR a,1, Jasper VAN LEEUWEN a, Njin-Zu CHEN a, Brecht CLAERHOUT b Kristof DE SCHEPPER b, David PEREZ-REY c, Raul ALONSO-CALVO c,

More information

PROJECT PERIODIC REPORT

PROJECT PERIODIC REPORT PROJECT PERIODIC REPORT Grant Agreement number: 257403 Project acronym: CUBIST Project title: Combining and Uniting Business Intelligence and Semantic Technologies Funding Scheme: STREP Date of latest

More information

Microsoft SharePoint Server 2013 Plan, Configure & Manage

Microsoft SharePoint Server 2013 Plan, Configure & Manage Microsoft SharePoint Server 2013 Plan, Configure & Manage Course 20331-20332B 5 Days Instructor-led, Hands on Course Information This five day instructor-led course omits the overlap and redundancy that

More information

Faculty Release Notes. Release 8 January 2008

Faculty Release Notes. Release 8 January 2008 Release 8 January 2008 Publication Date: December 2007 Worldwide Headquarters Inc. 1899 L Street, NW, 5th Floor Washington, DC 20036-3861 USA International Headquarters International B.V. Dam 27 2nd Floor

More information

SciX Open, self organising repository for scientific information exchange. D15: Value Added Publications IST

SciX Open, self organising repository for scientific information exchange. D15: Value Added Publications IST IST-2001-33127 SciX Open, self organising repository for scientific information exchange D15: Value Added Publications Responsible author: Gudni Gudnason Co-authors: Arnar Gudnason Type: software/pilot

More information

D2.2 Web Platform development

D2.2 Web Platform development EUBrazilCC EU-Brazil Cloud infrastructure Connecting federated resources for Scientific Advancement D2.2 Web Platform development Contract number: FP7-614048 / Start Date of Project: 1 October 2013 Duration

More information

D.9.1 Web Portal Creation and Launch

D.9.1 Web Portal Creation and Launch HERMES Cognitive Care and Guidance for Active Aging FP7-ICT 216709 Specific Targeted Research or Innovation Project Start date of project: January 1, 2008 Duration: 36 months D.9.1 Web Portal Creation

More information

verapdf after PREFORMA

verapdf after PREFORMA PDF Days Europe 2018 verapdf after PREFORMA Real world adoption and industry needs for more PDF standards 1 History of verapdf / PREFROMA 2 The PREFORMA project verapdf development has been funded by the

More information

Data publication and discovery with Globus

Data publication and discovery with Globus Data publication and discovery with Globus Questions and comments to outreach@globus.org The Globus data publication and discovery services make it easy for institutions and projects to establish collections,

More information

Data Management Plans. Sarah Jones Digital Curation Centre, Glasgow

Data Management Plans. Sarah Jones Digital Curation Centre, Glasgow Data Management Plans Sarah Jones Digital Curation Centre, Glasgow sarah.jones@glasgow.ac.uk Twitter: @sjdcc Data Management Plan (DMP) workshop, e-infrastructures Austria, Vienna, 17 November 2016 What

More information

Managing Learning Objects in Large Scale Courseware Authoring Studio 1

Managing Learning Objects in Large Scale Courseware Authoring Studio 1 Managing Learning Objects in Large Scale Courseware Authoring Studio 1 Ivo Marinchev, Ivo Hristov Institute of Information Technologies Bulgarian Academy of Sciences, Acad. G. Bonchev Str. Block 29A, Sofia

More information

An Archiving System for Managing Evolution in the Data Web

An Archiving System for Managing Evolution in the Data Web An Archiving System for Managing Evolution in the Web Marios Meimaris *, George Papastefanatos and Christos Pateritsas * Institute for the Management of Information Systems, Research Center Athena, Greece

More information

Ontology Servers and Metadata Vocabulary Repositories

Ontology Servers and Metadata Vocabulary Repositories Ontology Servers and Metadata Vocabulary Repositories Dr. Manjula Patel Technical Research and Development m.patel@ukoln.ac.uk http://www.ukoln.ac.uk/ Overview agentcities.net deployment grant Background

More information

Common Language Resources and Technology Infrastructure REVISED WEBSITE

Common Language Resources and Technology Infrastructure REVISED WEBSITE REVISED WEBSITE Responsible: Dan Cristea Contributing Partners: UAIC, FFGZ, DFKI, UIB/Unifob The ultimate objective of CLARIN is to create a European federation of existing digital repositories that include

More information

Deliverable 7.1 M3 m-resist website

Deliverable 7.1 M3 m-resist website H2020-PHC-2014-single-stage PHC-26-2014: Self-management of health and disease: citizen engagement and mhealth Research and Innovation action Deliverable 7.1 M3 m-resist website Version 1.0.0 Status Final

More information

Deliverable 6.4. Initial Data Management Plan. RINGO (GA no ) PUBLIC; R. Readiness of ICOS for Necessities of integrated Global Observations

Deliverable 6.4. Initial Data Management Plan. RINGO (GA no ) PUBLIC; R. Readiness of ICOS for Necessities of integrated Global Observations Ref. Ares(2017)3291958-30/06/2017 Readiness of ICOS for Necessities of integrated Global Observations Deliverable 6.4 Initial Data Management Plan RINGO (GA no 730944) PUBLIC; R RINGO D6.5, Initial Risk

More information

Report PoC Mashup-Technology

Report PoC Mashup-Technology indi-2010-012-015 Report PoC Mashup-Technology Project : SURFworks Project Year : 2010 Project Manager : Wladimir Mufty Author(s) : Bas Steen, Peter Clijsters (Everett) Completion Date : December 2010

More information

DELIVERABLE. D3.1 - TransformingTransport Website. TT Project Title. Project Acronym

DELIVERABLE. D3.1 - TransformingTransport Website. TT Project Title. Project Acronym Ref. Ares(2017)844805-15/02/2017 DELIVERABLE D3.1 - TransformingTransport Website Project Acronym TT Project Title Transforming Transport Grant Agreement number 731932 Call and topic identifier ICT-15-2016-2017

More information

Semantic Web Company. PoolParty - Server. PoolParty - Technical White Paper.

Semantic Web Company. PoolParty - Server. PoolParty - Technical White Paper. Semantic Web Company PoolParty - Server PoolParty - Technical White Paper http://www.poolparty.biz Table of Contents Introduction... 3 PoolParty Technical Overview... 3 PoolParty Components Overview...

More information

Intelligent Information Management

Intelligent Information Management Intelligent Information Management Collaborative Project 2010-2014 in Information and Communication Technologies Project No. 257943 Start Date 01/09/2010 EU-FP7 LOD2 Project Overview. 11.05.2010. Page

More information

Final Project Report

Final Project Report 16.04.02 Final Project Report Document information Project Title HP Tool Repository of SESAR standard HP methods and tools Project Number 16.04.02 Project Manager DFS Deliverable Name 16.04.02 Final Project

More information

Two interrelated objectives of the ARIADNE project, are the. Training for Innovation: Data and Multimedia Visualization

Two interrelated objectives of the ARIADNE project, are the. Training for Innovation: Data and Multimedia Visualization Training for Innovation: Data and Multimedia Visualization Matteo Dellepiane and Roberto Scopigno CNR-ISTI Two interrelated objectives of the ARIADNE project, are the design of new services (or the integration

More information

Google indexed 3,3 billion of pages. Google s index contains 8,1 billion of websites

Google indexed 3,3 billion of pages. Google s index contains 8,1 billion of websites Access IT Training 2003 Google indexed 3,3 billion of pages http://searchenginewatch.com/3071371 2005 Google s index contains 8,1 billion of websites http://blog.searchenginewatch.com/050517-075657 Estimated

More information

arxiv: v2 [cs.dl] 3 Feb 2014

arxiv: v2 [cs.dl] 3 Feb 2014 arxiv:1401.4307v2 [cs.dl] 3 Feb 2014 The Research Object Suite of Ontologies: Sharing and Exchanging Research Data and Methods on the Open Web Khalid Belhajjame a Jun Zhao b Daniel Garijo c Kristina Hettne

More information

D6.1 Project External Website, project flyer and social media presence

D6.1 Project External Website, project flyer and social media presence Ref. Ares(2015)5999102-22/12/2015 D6.1 Project External Website, project flyer and social media presence Workpackage: 6 Dissemination and Exploitation Author(s): Denis Dutoit CEA Authorized by Denis Dutoit

More information

DRIVER Step One towards a Pan-European Digital Repository Infrastructure

DRIVER Step One towards a Pan-European Digital Repository Infrastructure DRIVER Step One towards a Pan-European Digital Repository Infrastructure Norbert Lossau Bielefeld University, Germany Scientific coordinator of the Project DRIVER, Funded by the European Commission Consultation

More information

Developing a Research Data Policy

Developing a Research Data Policy Developing a Research Data Policy Core Elements of the Content of a Research Data Management Policy This document may be useful for defining research data, explaining what RDM is, illustrating workflows,

More information

Ontology-based Architecture Documentation Approach

Ontology-based Architecture Documentation Approach 4 Ontology-based Architecture Documentation Approach In this chapter we investigate how an ontology can be used for retrieving AK from SA documentation (RQ2). We first give background information on the

More information

OpenGovIntelligence. Deliverable 3.5. OpenGovIntelligence ICT tools

OpenGovIntelligence. Deliverable 3.5. OpenGovIntelligence ICT tools OpenGovIntelligence Fostering Innovation and Creativity in Europe through Public Administration Modernization towards Supplying and Exploiting Linked Open Statistical Data Deliverable 3.5 OpenGovIntelligence

More information

EUDAT B2FIND A Cross-Discipline Metadata Service and Discovery Portal

EUDAT B2FIND A Cross-Discipline Metadata Service and Discovery Portal EUDAT B2FIND A Cross-Discipline Metadata Service and Discovery Portal Heinrich Widmann, DKRZ DI4R 2016, Krakow, 28 September 2016 www.eudat.eu EUDAT receives funding from the European Union's Horizon 2020

More information

Welcome to the Pure International Conference. Jill Lindmeier HR, Brand and Event Manager Oct 31, 2018

Welcome to the Pure International Conference. Jill Lindmeier HR, Brand and Event Manager Oct 31, 2018 0 Welcome to the Pure International Conference Jill Lindmeier HR, Brand and Event Manager Oct 31, 2018 1 Mendeley Data Use Synergies with Pure to Showcase Additional Research Outputs Nikhil Joshi Solutions

More information

2 The BEinGRID Project

2 The BEinGRID Project 2 The BEinGRID Project Theo Dimitrakos 2.1 Introduction Most of the results presented in this book were created within the BEinGRID project. BEinGRID, Business Experiments in GRID, is the European Commission

More information

Reducing Consumer Uncertainty

Reducing Consumer Uncertainty Spatial Analytics Reducing Consumer Uncertainty Towards an Ontology for Geospatial User-centric Metadata Introduction Cooperative Research Centre for Spatial Information (CRCSI) in Australia Communicate

More information

EUDAT-B2FIND A FAIR and Interdisciplinary Discovery Portal for Research Data

EUDAT-B2FIND A FAIR and Interdisciplinary Discovery Portal for Research Data EUDAT-B2FIND A FAIR and Interdisciplinary Discovery Portal for Research Data Heinrich Widmann, DKRZ Claudia Martens, DKRZ Open Science Days, Berlin, 17 October 2017 www.eudat.eu EUDAT receives funding

More information

1. PUBLISHABLE SUMMARY

1. PUBLISHABLE SUMMARY D1.2.2. 12-Monthly Report FP7-ICT-2011.4.4 1. PUBLISHABLE SUMMARY This project has received funding from the European Union s Seventh Framework Programme for research, technological development and demonstration

More information

Deliverable D5.3. World-wide E-infrastructure for structural biology. Grant agreement no.: Prototype of the new VRE portal functionality

Deliverable D5.3. World-wide E-infrastructure for structural biology. Grant agreement no.: Prototype of the new VRE portal functionality Deliverable D5.3 Project Title: Project Acronym: World-wide E-infrastructure for structural biology West-Life Grant agreement no.: 675858 Deliverable title: Lead Beneficiary: Prototype of the new VRE portal

More information

Webinar Annotate data in the EUDAT CDI

Webinar Annotate data in the EUDAT CDI Webinar Annotate data in the EUDAT CDI Yann Le Franc - e-science Data Factory, Paris, France March 16, 2017 This work is licensed under the Creative Commons CC-BY 4.0 licence. Attribution: Y. Le Franc

More information

Deliverable 17.3 Test Report on MD-Paedigree Release

Deliverable 17.3 Test Report on MD-Paedigree Release Model Driven Paediatric European Digital Repository Call identifier: FP7-ICT-2011-9 - Grant agreement no: 600932 Thematic Priority: ICT - ICT-2011.5.2: Virtual Physiological Human Deliverable 17.3 Test

More information

COCKPIT FP Citizens Collaboration and Co-Creation in Public Service Delivery. Deliverable D2.4.1

COCKPIT FP Citizens Collaboration and Co-Creation in Public Service Delivery. Deliverable D2.4.1 : 0.3, Date: 31/05/2012 COCKPIT FP7-248222 Citizens Collaboration and Co-Creation in Public Service Delivery Deliverable D2.4.1 Citizens Deliberative Engagement Platform 2 nd Editor(s): Responsible Partner:

More information

D8.1 Project website

D8.1 Project website D8.1 Project website WP8 Lead Partner: FENIX Dissemination Level: PU Deliverable due date: M3 Actual submission date: M3 Deliverable Version: V1 Project Acronym Project Title EnDurCrete New Environmental

More information

Best Practice Guidelines for the Development and Evaluation of Digital Humanities Projects

Best Practice Guidelines for the Development and Evaluation of Digital Humanities Projects Best Practice Guidelines for the Development and Evaluation of Digital Humanities Projects 1.0. Project team There should be a clear indication of who is responsible for the publication of the project.

More information

Towards a benchmark of the ODE API methods for accessing ontologies In the WebODE platform

Towards a benchmark of the ODE API methods for accessing ontologies In the WebODE platform Towards a benchmark of the ODE API methods for accessing ontologies In the WebODE platform Oscar Corcho, Raúl García-Castro, Asunción Gómez-Pérez (Ontology Group, Departamento de Inteligencia Artificial,

More information

D6.1. Project website and internal IT communication infrastructure HINT. 36 months FP7/

D6.1. Project website and internal IT communication infrastructure HINT. 36 months FP7/ D6.1 Project website and internal IT communication infrastructure Project number: 317930 Project acronym: Project title: HINT Start date of the project: 1 st October, 2012 Duration: Programme: Holistic

More information

Europeana DSI 2 Access to Digital Resources of European Heritage

Europeana DSI 2 Access to Digital Resources of European Heritage Europeana DSI 2 Access to Digital Resources of European Heritage MILESTONE Revision 1.0 Date of submission 28.04.2017 Author(s) Krystian Adamski, Tarek Alkhaeir, Marcin Heliński, Aleksandra Nowak, Marcin

More information

D8.2 Project website, blog and twitter channels

D8.2 Project website, blog and twitter channels ICT Seventh Framework Programme (ICT FP7) Grant Agreement No: 288513 Policy Formulation and Validation through non Moderated Crowdsourcing D8.2 Project website, blog and twitter channels Project Reference

More information

The Research Object Initiative: Frameworks and Use Cases. Professor Carole Goble The University of Manchester, UK

The Research Object Initiative: Frameworks and Use Cases. Professor Carole Goble The University of Manchester, UK The Research Object Initiative: Frameworks and Use Cases Professor Carole Goble The University of Manchester, UK carole.goble@manchester.ac.uk NIH BD2K biocaddie webinar, 11 June 2015 From Manuscripts

More information

Analytics Toolkit - Final Deployment

Analytics Toolkit - Final Deployment The NOMAD (Novel Materials Discovery) Laboratory a European Centre of Excellence Analytics Toolkit - Final Deployment Deliverable No: 4.3 Expected Delivery Date: 31/10/2017, M24 Actual Delivery Date: 06/12/2017,

More information

Direct 100G connectivity with optoelectronic POLYmer InP integration for data center SYStems

Direct 100G connectivity with optoelectronic POLYmer InP integration for data center SYStems Direct 100G connectivity with optoelectronic POLYmer InP integration for data center SYStems Grant Agreement no. Specific Targeted Research Project (STREP) Information & Communication Technologies (ICT)

More information

Variability Implementation Techniques for Platforms and Services (Interim)

Variability Implementation Techniques for Platforms and Services (Interim) Engineering Virtual Domain-Specific Service Platforms Specific Targeted Research Project: FP7-ICT-2009-5 / 257483 Variability Implementation Techniques for Platforms and Services (Interim) Abstract Creating

More information

Patent documents usecases with MyIntelliPatent. Alberto Ciaramella IntelliSemantic 25/11/2012

Patent documents usecases with MyIntelliPatent. Alberto Ciaramella IntelliSemantic 25/11/2012 Patent documents usecases with MyIntelliPatent Alberto Ciaramella IntelliSemantic 25/11/2012 Objectives and contents of this presentation This presentation: identifies and motivates the most significant

More information

Content Management for the Defense Intelligence Enterprise

Content Management for the Defense Intelligence Enterprise Gilbane Beacon Guidance on Content Strategies, Practices and Technologies Content Management for the Defense Intelligence Enterprise How XML and the Digital Production Process Transform Information Sharing

More information

COLLABORATIVE EUROPEAN DIGITAL ARCHIVE INFRASTRUCTURE

COLLABORATIVE EUROPEAN DIGITAL ARCHIVE INFRASTRUCTURE COLLABORATIVE EUROPEAN DIGITAL ARCHIVE INFRASTRUCTURE Project Acronym: CENDARI Project Grant No.: 284432 Theme: FP7-INFRASTRUCTURES-2011-1 Project Start Date: 01 February 2012 Project End Date: 31 January

More information

Web Portal : Complete ontology and portal

Web Portal : Complete ontology and portal Web Portal : Complete ontology and portal Mustafa Jarrar, Ben Majer, Robert Meersman, Peter Spyns VUB STARLab, Pleinlaan 2 1050 Brussel {Ben.Majer,Mjarrar,Robert.Meersman,Peter.Spyns}@vub.ac.be, www.starlab.vub.ac.be

More information

Science Europe Consultation on Research Data Management

Science Europe Consultation on Research Data Management Science Europe Consultation on Research Data Management Consultation available until 30 April 2018 at http://scieur.org/rdm-consultation Introduction Science Europe and the Netherlands Organisation for

More information

DURAARK. Ex Libris conference April th, 2013 Berlin. Long-term Preservation of 3D Architectural Data

DURAARK. Ex Libris conference April th, 2013 Berlin. Long-term Preservation of 3D Architectural Data DURAARK Long-term Preservation of 3D Architectural Data Ex Libris conference April 29-30 th, 2013 Berlin Dr Helmi Ben Hmida (Leibniz University Hanover, DE) 1 / 33 30 / 04 / 13 Dr Helmi Ben Hmida (Leibniz

More information

D5.3.1 Process Optimization (Prototype I)

D5.3.1 Process Optimization (Prototype I) D5.3.1 Process Optimization (Prototype I) Authors: TUDA (lead) Delivery Date: 2013-03-15 Due Date: 2013-02-28 Dissemination Level: PP This deliverable provides a description of the first prototype implementation

More information

Idealist2018 Project. Ideal-ist Partner Search System - Manual for Proposers

Idealist2018 Project. Ideal-ist Partner Search System - Manual for Proposers Project Ideal-ist Partner Search System - Manual for Proposers Section 1 Contents Contents 1 The Partner Search Publication Procedure 3 1.1 Process of the Partner Search (PS) system..3 1.2 Registration...5

More information

DELIVERABLE. D3.9 TransformingTransport Open Data Portal

DELIVERABLE. D3.9 TransformingTransport Open Data Portal DELIVERABLE D3.9 TransformingTransport Open Data Portal Project Acronym TT Project Title Transforming Transport Grant Agreement number 731932 Call and topic identifier ICT-15-2016 Funding Scheme Innovation

More information

Deliverable D2.4 AppHub Software Platform

Deliverable D2.4 AppHub Software Platform The European open source Marketplace www.apphub.eu.com ICT Project Deliverable D2.4 AppHub Software Platform This project has received funding from the European Union s Horizon 2020 research and innovation

More information

Deliverable D9.2 Website availability

Deliverable D9.2 Website availability BIOFOS Micro-ring resonator-based biophotonic system for food analysis Grant agreement no: 611528 Specific Targeted Research Project (STREP) Information & Communication Technologies (ICT) Deliverable D9.2

More information

Module Shared API and Core Services

Module Shared API and Core Services Secure Provisioning of Cloud Services based on SLA Management SPECS Project - Deliverable 1.4.1 Module Shared API and Core Services Version 1.1 15 February 2016 The activities reported in this deliverable

More information

COURSE OUTLINE: A Advanced Technologies of SharePoint 2016

COURSE OUTLINE: A Advanced Technologies of SharePoint 2016 Course Name 20339-2A Advanced Technologies of Course Duration 5 Days Course Structure Instructor-Led Course Overview This five-day course will teach you how to plan, configure, and manage the advanced

More information

Final Project Report. Abstract. Document information

Final Project Report. Abstract. Document information Final Project Report Document information Project Title ATM Security Coordination and Support Project Number 16.06.02 Project Manager EUROCONTROL Deliverable Name Final Project Report Deliverable ID D100

More information

Nuno Freire National Library of Portugal Lisbon, Portugal

Nuno Freire National Library of Portugal Lisbon, Portugal Date submitted: 05/07/2010 UNIMARC in The European Library and related projects Nuno Freire National Library of Portugal Lisbon, Portugal E-mail: nuno.freire@bnportugal.pt Meeting: 148. UNIMARC WORLD LIBRARY

More information

University of Bath. Publication date: Document Version Publisher's PDF, also known as Version of record. Link to publication

University of Bath. Publication date: Document Version Publisher's PDF, also known as Version of record. Link to publication Citation for published version: Patel, M & Duke, M 2004, 'Knowledge Discovery in an Agents Environment' Paper presented at European Semantic Web Symposium 2004, Heraklion, Crete, UK United Kingdom, 9/05/04-11/05/04,.

More information

UNICORE Globus: Interoperability of Grid Infrastructures

UNICORE Globus: Interoperability of Grid Infrastructures UNICORE : Interoperability of Grid Infrastructures Michael Rambadt Philipp Wieder Central Institute for Applied Mathematics (ZAM) Research Centre Juelich D 52425 Juelich, Germany Phone: +49 2461 612057

More information

Security Assurance Framework for Networked Vehicular Technology

Security Assurance Framework for Networked Vehicular Technology D7.2 SAFERtec Website Security Assurance Framework for Networked Vehicular Technology Abstract SAFERtec proposes a flexible and efficient assurance framework for security and trustworthiness of Connected

More information

D33.1. Project website and internal and external IT communication infrastructure PRACTICE. 36 months FP7/

D33.1. Project website and internal and external IT communication infrastructure PRACTICE. 36 months FP7/ D33.1 Project website and internal and external IT communication infrastructure Project number: 609611 Project acronym: Project title: PRACTICE Start date of the project: 1 st November, 2013 Duration:

More information

D4.6 Data Value Chain Database v2

D4.6 Data Value Chain Database v2 D4.6 Data Value Chain Database v2 Coordinator: Fabrizio Orlandi (Fraunhofer) With contributions from: Isaiah Mulang Onando (Fraunhofer), Luis-Daniel Ibáñez (SOTON) Reviewer: Ryan Goodman (ODI) Deliverable

More information

Deliverable 7.3. Workflow Manager. Poznao Supercomputing and Networking Center

Deliverable 7.3. Workflow Manager. Poznao Supercomputing and Networking Center Deliverable 7.3 Workflow Manager Poznao Supercomputing and Networking Center Table of contents 1 Introduction... 3 2 E-VLBI Correlation Platform... 3 2.1 Liferay introduction... 3 2.2 NEXPReS model...

More information

AssetWise to OpenText PoC Closeout Report

AssetWise to OpenText PoC Closeout Report AssetWise to OpenText PoC Closeout Report www.bentley.com Page 1 of 8 AssetWise Interoperability Architecture 1. References... 3 2. Glossary... 3 3. Revision History... 3 4. Introduction and Overview...

More information

case study The Asset Description Metadata Schema (ADMS) A common vocabulary to publish semantic interoperability assets on the Web July 2011

case study The Asset Description Metadata Schema (ADMS) A common vocabulary to publish semantic interoperability assets on the Web July 2011 case study July 2011 The Asset Description Metadata Schema (ADMS) A common vocabulary to publish semantic interoperability assets on the Web DISCLAIMER The views expressed in this document are purely those

More information

Wipro s Endur Test Automation Framework (W-ETAF) Reduces time and effort for the implementation and maintenance of an automated test solution.

Wipro s Endur Test Automation Framework (W-ETAF) Reduces time and effort for the implementation and maintenance of an automated test solution. Wipro s Endur Test Automation Framework (W-ETAF) Reduces time and effort for the implementation and maintenance of an automated test solution. Introduction: Commodity trading, transaction and risk a changing

More information

SEMANTIC WEB POWERED PORTAL INFRASTRUCTURE

SEMANTIC WEB POWERED PORTAL INFRASTRUCTURE SEMANTIC WEB POWERED PORTAL INFRASTRUCTURE YING DING 1 Digital Enterprise Research Institute Leopold-Franzens Universität Innsbruck Austria DIETER FENSEL Digital Enterprise Research Institute National

More information

Evaluation and lessons learnt from scenario on Real-time monitoring, reporting and response to security incidents related to a CSP

Evaluation and lessons learnt from scenario on Real-time monitoring, reporting and response to security incidents related to a CSP Secure Provisioning of Cloud Services based on SLA Management SPECS Project - Deliverable 5.2.1 Evaluation and lessons learnt from scenario on Real-time monitoring, reporting and response to security incidents

More information

For each use case, the business need, usage scenario and derived requirements are stated. 1.1 USE CASE 1: EXPLORE AND SEARCH FOR SEMANTIC ASSESTS

For each use case, the business need, usage scenario and derived requirements are stated. 1.1 USE CASE 1: EXPLORE AND SEARCH FOR SEMANTIC ASSESTS 1 1. USE CASES For each use case, the business need, usage scenario and derived requirements are stated. 1.1 USE CASE 1: EXPLORE AND SEARCH FOR SEMANTIC ASSESTS Business need: Users need to be able to

More information

Data Management Plan

Data Management Plan Data Management Plan Mark Sanders, Martina Chýlková Document Identifier D1.9 Data Management Plan Version 1.0 Date Due M6 Submission date 30 November, 2015 WorkPackage WP1 Management and coordination Lead

More information

linked Data Entities Acknowledgment: SSONDE in its current I did at IMATI-CNR in collaboration with M. De Martino

linked Data Entities Acknowledgment: SSONDE in its current I did at IMATI-CNR in collaboration with M. De Martino SSONDE:SemanticS Similarity il it On linked Data Entities (Example/DEMO) ralbertoni@delicias.dia.fi.upm.es Ontology Engineering Group Departamento de Inteligencia Artificial Facultad de Informática Universidad

More information

PRISM - FHF The Fred Hollows Foundation

PRISM - FHF The Fred Hollows Foundation PRISM - FHF The Fred Hollows Foundation MY WORKSPACE USER MANUAL Version 1.2 TABLE OF CONTENTS INTRODUCTION... 4 OVERVIEW... 4 THE FHF-PRISM LOGIN SCREEN... 6 LOGGING INTO THE FHF-PRISM... 6 RECOVERING

More information