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

Size: px
Start display at page:

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

Transcription

1 : 0.3, Date: 31/05/2012 COCKPIT FP Citizens Collaboration and Co-Creation in Public Service Delivery Deliverable D2.4.1 Citizens Deliberative Engagement Platform 2 nd Editor(s): Responsible Partner: Kostas Giannakakis ATC Status-: Final v0.3 Date: 31/05/2012 EC Distribution: Restricted to other program participants (including the Commission Services) Page 1 of 11

2 : 0.3, Date: 31/05/2012 Project Number: Project Title: FP COCKPIT Title of Deliverable: Citizens Opinion Mining and Deliberation 2 nd Date of Delivery to the EC: 31/05/2012 Workpackage responsible for the Deliverable: WP2 Citizens Opinion Mining and Deliberation Editor(s): Kostas Giannakakis (ATC) Contributor(s): Ilias Spais (ATC) Reviewer(s): INTRASOFT Approved by: All Partners Abstract: This report forms a complementary documentation to the source code files that are delivered as part of this Deliverable which is of type Prototype. This deliverable forms the 2 nd release of the Deliberation Platform and briefly describes the environment that will enable potential stakeholders, (mainly citizens, as the public services consumers), to engage in a twoway dialogue with the public service decision makers. Keyword List: Web 2.0, deliberation, public services, citizen, decision maker Page 2 of 11

3 : 0.3, Date: 31/05/2012 Document Description Document Revision History Date Modification Reason Modifications Introduced Modified by v0.1 18/05/2012 v0.2 25/05/2012 v0.3 31/05/2012 Documentation of the report that is accompanied to the source code files supplied in the context of this deliverable that is of type Prototype. Internal review of documentation and verification of supplied source code files. Provision of comments Preparation of final version. Address of reviewing comments and final formatting ATC INTRASOFT ATC Page 3 of 11

4 : 0.3, Date: 31/05/2012 Table of Contents EXECUTIVE SUMMARY INTRODUCTION PURPOSE AND SCOPE STRUCTURE OF THE DOCUMENT DELIBERATIVE PLATFORM TECHNOLOGIES COCKPIT PLATFORM... 7 Service Module... 8 Polls Module NEW FEATURES AND ENHANCEMENTS SOURCE CODE DATABASES SERVICES DATABASE DOTNETNUKE DATABASE Table of Figures FIGURE 1: HOME PAGE... 7 FIGURE 2: SERVICE MODULE... 8 FIGURE 3: COCKPIT POLL... 9 Page 4 of 11

5 : 0.3, Date: 31/05/2012 Executive Summary The Citizens Deliberative Engagement Platform is as tool that enables citizens to engage in a two-way dialogue and make informed judgments on simulated delivery of public services in a citizens -friendly way. The platform is based on the popular and wide-spread DotNetNuke framework. Thanks to the open architecture of DotNetNuke all tools developed to serve the objectives of the project are integrated into a single platform and are made available to the users under a common user interface. This deliverable constitutes the source code files of the 2 nd release of the COCKPIT Deliberation Platform, and provides a description of the enchancements performed since its prior release submitted as part of Deliverable D2.4. The Platform is currently in operation by the pilot sites and may be accessed directly via Page 5 of 11

6 : 0.3, Date: 31/05/ Introduction 1.1 Purpose and Scope The Citizens Deliberative Engagement Platform provides the appropriate environment that enables potential stakeholders, (mainly citizens, as the public services consumers), to engage in a two-way dialogue with the public service decision makers. In this environment, decision makers disclose visual simulations of a public service delivery and citizens are able to try different operational scenarios and form an informed judgment about how they would wish the public service to be delivered. The Citizens Deliberative Engagement Platform for the collection of citizens appraisal will integrate with the core Public Service Modeling Environment, in order to allow citizens to dynamically change the service delivery parameters and provide feedback on the results of the simulations performed. This interface is built upon Web 2.0 technologies and plugs into a comprehensive and efficient graphical interface. The modules of this platform are deployed so as to collect and aggregate relevant citizens information. The functionalities of these modules include: Service description, which presents to the users the details of each service in design. Policy and Law search interface, where users can make queries in order to discover legislation documents regarding a service. Discussion Forum Areas for public deliberation where citizens provide their feedback from their experience with the COCKPIT tools. epolls organized in order to rapidly gather quantitative measures, concerning the acceptance of the proposed simulated service. Simulation of a service in a graphical environment 1.2 Structure of the Document The document consists of the following sections: Section 2 presents the modules of the Deliberation Platform and emphasizes on changes from the previous version. Section 4 describes the database schemas used by the Citizens Deliberative Engagement Platform. Page 6 of 11

7 : 0.3, Date: 31/05/ Deliberative Platform Technologies 2.1 Cockpit Platform For the second version of the Deliberation Platform the Home Page of the three pilots has been re-designed. The layout was improved and new content was added by the users. User feedback has been taken into account and many suggestions were implemented. More emphasis was given on the integration with Social Media, like Facebook and Twitter. The position of social media widgets was re-arranged in order to become more prominent. Figure 1: Home Page Page 7 of 11

8 : 0.3, Date: 31/05/2012 Service Module The Service Module is implemented as a custom DotNetNuke module. It depicts service information (description, link to polls, link to forum, simulation) and monitors the service design workflow, so that it can adapt the information displayed based on the state the service design is currently at. For example, links to new polls and simulations associated with the service will be presented as soon as they become available. In the second version of the Deliberation Platform a tabbed interface has been adopted. For each service the following tabs are offered: Description Goals and Vision Polls Deliberations Simulations Figure 2: Service Module Polls Module The Polls Module is another custom DotNetNuke module implemented specifically for the needs of the project. It is used for: presenting cockpit polls to the users Page 8 of 11

9 : 0.3, Date: 31/05/2012 allowing them to vote and receive an evaluation report corresponding to their configuration viewing other users votes and evaluation reports rating a vote and leaving comments. Figure 3: Cockpit Poll For the second version of the Platform many usability changes have been performed. Tooltips have been added in order to help the users understand the meaning of the rating. Also the module was fully localized in all three languages. Page 9 of 11

10 : 0.3, Date: 31/05/ New Features and Enhancements Module Platform Platform Platform Platform Platform Services Services Services Services Polls Polls Polls Feature Updated Home Pages Re-arrangement of social media widgets Updated Skin Corrected localization errors. The Deliberation Platform is now fully localized. Added link to survey and the competition banner New tabbed interface for presenting information Display of internal information only to authorized users Descriptions appear as tooltips Corrected localization errors Added legend that describes the meaning of the slider values Corrected rating bugs Module now fully localized 2.3 Source Code The Deliberative Engagement Platform source code distribution consists of the following files: File CockpitServicesDnnModule.zip CockpitPollsDnnModule.zip cockpit_new.zip cockpit_new_2col.zip DNN5_LocalizationExtensions_C onfigurationmodule_1.38.zip 1 Cockpit.template Description Source code of the Services custom module Source code of the Polls custom module Skin for one-column layouts Skin for two-columns layouts Third party globalization module released under LGPL license Portal template contains the information about the portal s pages and modules In order to replicate the platform one needs to do the following: Start from a DotNetNuke 5.x installation Install the Services, Polls and LocalizationExtensions module Install cockpit skins Create a new portal based on Cockpit.template 3 Databases 3.1 Services Database Technology Description Microsoft SQL Server This is a central database that persists all information including the services. For each service the corresponding crawled documents, analysis, training and classification information, service description, associated poll, votes and comments are 1 Page 10 of 11

11 : 0.3, Date: 31/05/2012 Schema stored. Cockpit.sql 3.2 Dotnetnuke Database Technology Description Schema Microsoft SQL Server This is the supporting database of the DotNetNuke framework, which is used for the implementation of the Deliberation Platform. Standard DotNetNuke database Page 11 of 11

COCKPIT FP Citizens Collaboration and Co-Creation in Public Service Delivery. Deliverable D Opinion Mining Tools 1st version

COCKPIT FP Citizens Collaboration and Co-Creation in Public Service Delivery. Deliverable D Opinion Mining Tools 1st version COCKPIT FP7-248222 Citizens Collaboration and Co-Creation in Public Service Delivery Deliverable D2.1.1 Opinion Mining Tools 1st version Editor(s): Responsible Partner: Kostas Giannakakis ATC, INTRASOFT

More information

COCKPIT FP Citizens Collaboration and Co-Creation in Public Service Delivery. Deliverable D2.3. Classification Multi-lingual Corpus

COCKPIT FP Citizens Collaboration and Co-Creation in Public Service Delivery. Deliverable D2.3. Classification Multi-lingual Corpus COCKPIT FP7-248222 Citizens Collaboration and Co-Creation in Public Service Delivery Deliverable D2.3 Classification Multi-lingual Corpus Editor(s): Responsible Partner: Ilias Spais, Christos Georgousopoulos

More information

COCKPIT FP Citizens Collaboration and Co-Creation in Public Service Delivery. Deliverable D2.2. Multilingual Content Analysis Scheme

COCKPIT FP Citizens Collaboration and Co-Creation in Public Service Delivery. Deliverable D2.2. Multilingual Content Analysis Scheme COCKPIT FP7-248222 Citizens Collaboration and Co-Creation in Public Service Delivery Deliverable D2.2 Multilingual Content Analysis Scheme Editor(s): Responsible Partner: Ilias Spais, Christos Georgousopoulos

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

D7.1 CogNet Online Presence

D7.1 CogNet Online Presence D7.1 CogNet Online Presence Document Number D7.1 Status Work Package Deliverable Type Date of Delivery Responsible Unit Contributors Draft WP7 Report 31/August/2015 IRT IRT: Domenico Gallico, Matteo Biancani

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

WP6 D6.2 Project website

WP6 D6.2 Project website WP6 D6.2 Project website Project title: Project Acronym: Promoting Youth Scientific Career Awareness and it Attractiveness through Multistakeholder Cooperation MultiCO Project ID: 665100 Prepared by: University

More information

SUMAT: An Online Service for SUbtitling by MAchine Translation

SUMAT: An Online Service for SUbtitling by MAchine Translation SUMAT: An Online Service for SUbtitling by MAchine Translation CIP-ICT-PSP-270919 Deliverable D9.4 Adwords Campaign Editor: Company: Dimitris Spiliotopoulos ATC Status-Version: 2.0 Date: 28.07.2011 Project

More information

Deliverable D Visualization and analytical tools

Deliverable D Visualization and analytical tools REVEAL FP7-610928 REVEALing hidden concepts in Social Media Deliverable D5.4.2 Visualization and analytical tools Editor(s): Responsible Partner: Stuart E. Middleton University of Southampton IT Innovation

More information

INSPIRE status report

INSPIRE status report INSPIRE Team INSPIRE Status report 29/10/2010 Page 1 of 7 INSPIRE status report Table of contents 1 INTRODUCTION... 1 2 INSPIRE STATUS... 2 2.1 BACKGROUND AND RATIONAL... 2 2.2 STAKEHOLDER PARTICIPATION...

More information

European Transport Policy: ITS in action ITS Action Plan Directive 2010/40/EU

European Transport Policy: ITS in action ITS Action Plan Directive 2010/40/EU European Transport Policy: ITS in action ITS Action Plan Directive 2010/40/EU Hermann Meyer, CEO ERTICO IMPACTS, Barcelona, 31 March 2011 This presentation is mainly based on charts which were already

More information

Ideas Gallery - Sai Kishore MV (Kishu)

Ideas Gallery - Sai Kishore MV (Kishu) Ideas Gallery - Sai Kishore MV (Kishu) All Ideas are for LS 2.0 Idea: # 1: Theme / Template Framework Develop a theme / template framework similar to one in jquery ( http://jqueryui.com/themeroller/) and

More information

Deliverable D Integrated Platform

Deliverable D Integrated Platform REVEAL FP7-610928 REVEALing hidden concepts in Social Media Deliverable D6.2.2 Integrated Platform Editor(s): Responsible Partner: Eftsratios Tzoannos ATC Status-Version: Final v1.0 Date: 30/06/2016 EC

More information

Development of a Website for the United Nations Decade of Ocean Science for Sustainable Development Preparatory Phase ( )

Development of a Website for the United Nations Decade of Ocean Science for Sustainable Development Preparatory Phase ( ) IOC / 3 August 2018 / Page 1 Terms of Reference Development of a Website for the United Nations Decade of Ocean Science for Sustainable Development Preparatory Phase (2018-2020) Objectives In the context

More information

Workpackage WP 33: Deliverable D33.6: Documentation of the New DBE Web Presence

Workpackage WP 33: Deliverable D33.6: Documentation of the New DBE Web Presence Contract n 507953 Workpackage WP 33: Deliverable D33.6: Documentation of the New DBE Web Presence Project funded by the European Community under the Information Society Technology Programme Contract Number:

More information

TREND MICRO PRIVACY POLICY (Updated May 2012)

TREND MICRO PRIVACY POLICY (Updated May 2012) TREND MICRO PRIVACY POLICY (Updated May 2012) Trend Micro Incorporated and its subsidiaries and affiliates (collectively, "Trend Micro") are committed to protecting your privacy and ensuring you have a

More information

Interoperability and transparency The European context

Interoperability and transparency The European context JOINING UP GOVERNMENTS EUROPEAN COMMISSION Interoperability and transparency The European context ITAPA 2011, Bratislava Francisco García Morán Director General for Informatics Background 2 3 Every European

More information

Deliverable No: D8.5

Deliverable No: D8.5 Project Title: Sensing and predictive treatment of frailty and associated co-morbidities using advanced personalized models and advanced interventions Contract No: 690140 Instrument: Call identifier: Topic:

More information

Stakeholder consultation process and online consultation platform

Stakeholder consultation process and online consultation platform Stakeholder consultation process and online consultation platform Grant agreement no.: 633107 Deliverable No. D6.2 Stakeholder consultation process and online consultation platform Status: Final Dissemination

More information

CDKN Invitation to Tender Q&A - Project Name KMGL-0047b

CDKN Invitation to Tender Q&A - Project Name KMGL-0047b CDKN Invitation to Tender Q&A - Project Name KMGL-0047b Question Answer 1. Regarding the trouble-shooting and technical support service for the editorial users - do you require a specific response time

More information

EUDAT. Towards a pan-european Collaborative Data Infrastructure. Damien Lecarpentier CSC-IT Center for Science, Finland EUDAT User Forum, Barcelona

EUDAT. Towards a pan-european Collaborative Data Infrastructure. Damien Lecarpentier CSC-IT Center for Science, Finland EUDAT User Forum, Barcelona EUDAT Towards a pan-european Collaborative Data Infrastructure Damien Lecarpentier CSC-IT Center for Science, Finland EUDAT User Forum, Barcelona Date: 7 March 2012 EUDAT Key facts Content Project Name

More information

Consolidation Team INSPIRE Annex I data specifications testing Call for Participation

Consolidation Team INSPIRE Annex I data specifications testing Call for Participation INSPIRE Infrastructure for Spatial Information in Europe Technical documents Consolidation Team INSPIRE Annex I data specifications testing Call for Participation Title INSPIRE Annex I data specifications

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

Development Methodology TM

Development Methodology TM We use our proven iterative approach to each design and development project. With this 6 step methodology, once the preliminary requirements are clear, the next step is to prototype your website. From

More information

Horizon2020/EURO Coordination and Support Actions. SOcietal Needs analysis and Emerging Technologies in the public Sector

Horizon2020/EURO Coordination and Support Actions. SOcietal Needs analysis and Emerging Technologies in the public Sector Horizon2020/EURO-6-2015 Coordination and Support Actions SOcietal Needs analysis and Emerging Technologies in the public Sector Deliverable D1.2 The SONNETS Research Data Management Plan Workpackage Editor(s):

More information

HORIZON2020 FRAMEWORK PROGRAMME TOPIC EUK Federated Cloud resource brokerage for mobile cloud services. D7.1 Initial publication package

HORIZON2020 FRAMEWORK PROGRAMME TOPIC EUK Federated Cloud resource brokerage for mobile cloud services. D7.1 Initial publication package HORIZON2020 FRAMEWORK PROGRAMME TOPIC EUK-03-2016 Federated Cloud resource brokerage for mobile cloud services D7.1 Initial publication package Project acronym: BASMATI Project full title: Cloud Brokerage

More information

On Premise. Service Pack

On Premise. Service Pack On Premise Service Pack 02.0.01 - This Documentation, which includes embedded help systems and electronically distributed materials, (hereinafter referred to as the Documentation ) is for your informational

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

D12.4. Project Logo, LIGHTest Website and Infrastructure for LIGHTest WIKI. Document Identification. Draft. Don Thibeau (OIX), Charles Sederholm (GS)

D12.4. Project Logo, LIGHTest Website and Infrastructure for LIGHTest WIKI. Document Identification. Draft. Don Thibeau (OIX), Charles Sederholm (GS) D12.4 Document Identification Date 02.11.2016 Status Draft Version Version 1.1 Related WP WP 12 Related Deliverable(s) none Lead Authors Heiko Roßnagel Dissemination Level PU Lead Participants FHG Contributors

More information

DotNetNuke. Easy to Use Extensible Highly Scalable

DotNetNuke. Easy to Use Extensible Highly Scalable DotNetNuke is the leading Web Content Management Platform for Microsoft.NET. It enables your organization to leverage your existing Microsoft investments to create rich, highly interactive web sites and

More information

EISAS Enhanced Roadmap 2012

EISAS Enhanced Roadmap 2012 [Deliverable November 2012] I About ENISA The European Network and Information Security Agency (ENISA) is a centre of network and information security expertise for the EU, its Member States, the private

More information

SAP Jam Communities What's New 1808 THE BEST RUN. PUBLIC Document Version: August

SAP Jam Communities What's New 1808 THE BEST RUN. PUBLIC Document Version: August PUBLIC Document Version: August 2018 2018-10-26 2018 SAP SE or an SAP affiliate company. All rights reserved. THE BEST RUN Content 1 Release Highlights....3 1.1 Anonymous access to public communities....4

More information

Ref. Ares(2015) /12/2015. D9.1 Project Collaborative Workspace Bénédicte Ferreira, IT

Ref. Ares(2015) /12/2015. D9.1 Project Collaborative Workspace Bénédicte Ferreira, IT Ref. Ares(2015)6013006-22/12/2015 D9.1 Project Collaborative Workspace Bénédicte Ferreira, IT AQUAEXCEL 2020 Deliverable D9.1 Executive Summary Objectives: This deliverable presents the AQUAEXCEL 2020

More information

Call for Participation in AIP-6

Call for Participation in AIP-6 Call for Participation in AIP-6 GEOSS Architecture Implementation Pilot (AIP) Issue Date of CFP: 9 February 2013 Due Date for CFP Responses: 15 March 2013 Introduction GEOSS Architecture Implementation

More information

Online training catalog

Online training catalog Online training catalog Get the most out of your website and communication tools with our extensive training offerings. Blackboard Web Community Manager Site administration training Site administrator

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

HP Project and Portfolio Management Center

HP Project and Portfolio Management Center HP Project and Portfolio Management Center Software Version: 9.30 HP Demand Management User s Guide Document Release Date: September 2014 Software Release Date: September 2014 Legal Notices Warranty The

More information

Integrated Process Control Based on Distributed In-Situ Sensors into Raw Materials and Energy. Project identity and dissemination material schedule

Integrated Process Control Based on Distributed In-Situ Sensors into Raw Materials and Energy. Project identity and dissemination material schedule Grant agreement no. 636834 Project acronym Project full title Dissemination level Integrated Process Control Based on Distributed In-Situ Sensors into Raw Materials and Energy PU Date of Delivery 24/04/2015

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

Woolwich CHC adopts the CIW as a strategic planning tool. A tool to shift the conversation. Using the CIW to advance community health and wellbeing

Woolwich CHC adopts the CIW as a strategic planning tool. A tool to shift the conversation. Using the CIW to advance community health and wellbeing Advancing health and wellbeing for individuals, families and communities AOHC and its members are using the Canadian Index of Wellbeing (CIW) as a powerful tool to support their efforts in making health

More information

Coordinating Optimisation of Complex Industrial Processes

Coordinating Optimisation of Complex Industrial Processes Ref. Ares(2016)7192906-29/12/2016 Coordinating Optimisation of Complex Industrial Processes COCOP Project information Project call H2020-SPIRE-2016 Grant Number 723661 Project duration 1.10.2016-31.3.2020

More information

HTML 5 and CSS 3, Illustrated Complete. Unit M: Integrating Social Media Tools

HTML 5 and CSS 3, Illustrated Complete. Unit M: Integrating Social Media Tools HTML 5 and CSS 3, Illustrated Complete Unit M: Integrating Social Media Tools Objectives Understand social networking Integrate a Facebook account with a Web site Integrate a Twitter account feed Add a

More information

Annex I Scenario for award criterion 1 for Lot 2- RedDot Technical Specifications for the construction of Cedefop s RedDot-based WebSite

Annex I Scenario for award criterion 1 for Lot 2- RedDot Technical Specifications for the construction of Cedefop s RedDot-based WebSite Annex I Scenario for award criterion 1 for Lot 2- RedDot Technical Specifications for the construction of Cedefop s RedDot-based WebSite 1. INTRODUCTION 1.1. Purpose 1.1.1. Construct a revamped web site

More information

H2020 RIA COMANOID H2020-RIA

H2020 RIA COMANOID H2020-RIA H2020 RIA COMANOID H2020-RIA-645097 Deliverable D5.1: Setup of the communication infrastructure M2 D5.1 H2020-RIA-645097 COMANOID M2 Project acronym: Project full title: COMANOID Multi-Contact Collaborative

More information

Contents. Managing Places...3. Contents 2

Contents. Managing Places...3. Contents 2 Managing Places Contents 2 Contents Managing Places...3 Creating a Site Structure...3 Managing Spaces...4 Designing Space Hierarchies... 5 Changing the Name of the Root Space...5 Space Creation Options...

More information

D2.5 Data mediation. Project: ROADIDEA

D2.5 Data mediation. Project: ROADIDEA D2.5 Data mediation Project: ROADIDEA 215455 Document Number and Title: D2.5 Data mediation How to convert data with different formats Work-Package: WP2 Deliverable Type: Report Contractual Date of Delivery:

More information

Picture 1.1 Click PAGES in Control Panel

Picture 1.1 Click PAGES in Control Panel Add Interactivity to Your Website Interactivity can be a compelling and innovative way to engage your students and create experiences that cannot be replicated in other media. Weebly provides multiple

More information

D7.1 Website and Fact Sheet

D7.1 Website and Fact Sheet D7.1 Website and Fact Sheet Document Number D7.1 Document Title Website and Fact Sheet Version 3.1 Status Work Package Deliverable Type Final WP7 Report Contractual Date of Delivery 30.11.2013 Actual Date

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 8.1: Project website and promotional material

Deliverable 8.1: Project website and promotional material Deliverable 8.1: Project website and promotional material E. Apostolidis, K. Apostolidis, D. Galanopoulos, V. Mezaris 31/03/2016 Work Package 8: Exploitation and Dissemination InVID - In Video Veritas:

More information

Level 4 Diploma in Computing

Level 4 Diploma in Computing Level 4 Diploma in Computing 1 www.lsib.co.uk Objective of the qualification: It should available to everyone who is capable of reaching the required standards It should be free from any barriers that

More information

Testimonials for Magento 2. User Guide

Testimonials for Magento 2. User Guide Testimonials for Magento 2 User Guide Table of Contents 1. Testimonials Configuration 1.1. Accessing the Extension Main Setting 1.2. General 1.3. Testimonials Page 1.4. Sidebar 1.5. Testimonials Submit

More information

On Premise. Service Pack

On Premise. Service Pack On Premise Service Pack 02.0.01 - This Documentation, which includes embedded help systems and electronically distributed materials, (hereinafter referred to as the Documentation ) is for your informational

More information

DLV02.01 Business processes. Study on functional, technical and semantic interoperability requirements for the Single Digital Gateway implementation

DLV02.01 Business processes. Study on functional, technical and semantic interoperability requirements for the Single Digital Gateway implementation Study on functional, technical and semantic interoperability requirements for the Single Digital Gateway implementation 18/06/2018 Table of Contents 1. INTRODUCTION... 7 2. METHODOLOGY... 8 2.1. DOCUMENT

More information

D 9.1 Project web site. Project acronym: CITI-SENSE EU FP7- ENV Grant Agreement No.:

D 9.1 Project web site. Project acronym: CITI-SENSE EU FP7- ENV Grant Agreement No.: CITI-SENSE GA No.: 308524 D 9.1 Project web site Project acronym: CITI-SENSE Project full title: Development of sensor-based Citizens' Observatory Community for improving quality of life in cities EU FP7-

More information

Community Outreach Programs Annual West Coast Collaborative Partners Meeting Dr. Anupom Ganguli South Coast AQMD Thursday, September 30, 2010

Community Outreach Programs Annual West Coast Collaborative Partners Meeting Dr. Anupom Ganguli South Coast AQMD Thursday, September 30, 2010 Community Outreach Programs 2010 Annual West Coast Collaborative Partners Meeting Dr. Anupom Ganguli South Coast AQMD Thursday, September 30, 2010 SCAQMD Goals All basin residents have the right to live

More information

Marketing & Back Office Management

Marketing & Back Office Management Marketing & Back Office Management Menu Management Add, Edit, Delete Menu Gallery Management Add, Edit, Delete Images Banner Management Update the banner image/background image in web ordering Online Data

More information

JumpStart Package for SHAREPOINT

JumpStart Package for SHAREPOINT JumpStart Package for SHAREPOINT By NIFTIT LLC Tired of your plain SharePoint installation? Working with Office 365 but not knowing where to start with SharePoint? NIFTIT develops a SharePoint JumpStart

More information

Mobile dual arm robotic workers with embedded cognition for hybrid and dynamically reconfigurable manufacturing systems

Mobile dual arm robotic workers with embedded cognition for hybrid and dynamically reconfigurable manufacturing systems Mobile dual arm robotic workers with embedded cognition for hybrid and dynamically reconfigurable manufacturing systems Grant Agreement No : 723616 Project Acronym : THOMAS Project Start Date : 1 st October,

More information

TechNet Home > Products & Technologies > Desktop Products & Technologies > Microsoft Office > SharePoint Portal Server 2003 > Deploy

TechNet Home > Products & Technologies > Desktop Products & Technologies > Microsoft Office > SharePoint Portal Server 2003 > Deploy TechNet Home > Products & Technologies > Desktop Products & Technologies > Microsoft Office > SharePoint Portal Server 2003 > Deploy Reference: http://www.microsoft.com/technet/prodtechnol/office/sps2003/deploy/spst2003.mspx?pf=true

More information

SHOW ME THE MONEY SOCIETAL CHALLENGE 1 [ ] 2 nd Oct 2017

SHOW ME THE MONEY SOCIETAL CHALLENGE 1 [ ] 2 nd Oct 2017 SHOW ME THE MONEY SOCIETAL CHALLENGE 1 [2018-2020] 2 nd Oct 2017 H2020 SC1-eHealth Calls (2018). Agenda Appendix A. Lessons Learned From ESRs. Appendix B. A Quick Guide How To Make A Proposal. Appendix

More information

Information Technology Web Solution Services

Information Technology Web Solution Services Information Technology Web Solution Services Icetech, Inc. HUBZONE (410) 225-3117 (410) 225-3120 Fax webmaster@icetech.net http://www.icetech.net Contents EXECUTIVE SUMMARY... 2 OUR SERVICES INCLUDE:...

More information

START GUIDE CDMNext V.3.0

START GUIDE CDMNext V.3.0 1 START GUIDE CDMNext V.3.0 2018 CEIC Data. All rights reserved. 2 TABLE OF CONTENTS 1. PRODUCT OVERVIEW... 3 2. Starting CDMNEXT... 3 2.1 Login... 3 2.2 Prerequisites... 4 2.3 Landing Page... 4 3. creating

More information

Framework for building information modelling (BIM) guidance

Framework for building information modelling (BIM) guidance TECHNICAL SPECIFICATION ISO/TS 12911 First edition 2012-09-01 Framework for building information modelling (BIM) guidance Cadre pour les directives de modélisation des données du bâtiment Reference number

More information

Cloud Learning Platform Design and Implementation Under Wed2.0 Environment Changcheng Wu, Hongte Chen

Cloud Learning Platform Design and Implementation Under Wed2.0 Environment Changcheng Wu, Hongte Chen International Conference on Materials Engineering and Information Technology Applications (MEITA 2015) Cloud Learning Platform Design and Implementation Under Wed2.0 Environment Changcheng Wu, Hongte Chen

More information

JumpStart Package for SHAREPOINT. by NIFTIT LLC

JumpStart Package for SHAREPOINT. by NIFTIT LLC JumpStart Package for SHAREPOINT by NIFTIT LLC 2016 2017 2 Table of Contents 1 Pricing page 05 2 Benefits page 05 3 The Process page 08 4 Package Components page 10 5 Technical Points page 16 6 Assumptions

More information

WP3 Architecture, Specification and Integration. D3.4.2: Component Integration, Build Management and Testing

WP3 Architecture, Specification and Integration. D3.4.2: Component Integration, Build Management and Testing WP3 Architecture, Specification and Integration D3.4.2: Component Integration, Build Management and Testing Deliverable Lead: ASC Contributing Partners: ASC Delivery Date: 2016-10 Dissemination Level:

More information

TREND MICRO PRIVACY POLICY (October 2016)

TREND MICRO PRIVACY POLICY (October 2016) TREND MICRO PRIVACY POLICY (October 2016) Trend Micro Incorporated and its subsidiaries and affiliates (collectively, Trend Micro ) are committed to protecting your privacy and ensuring you have a positive

More information

The United Republic of Tanzania. Domestication of Sustainable Development Goals. Progress Report. March, 2017

The United Republic of Tanzania. Domestication of Sustainable Development Goals. Progress Report. March, 2017 The United Republic of Tanzania Domestication of Sustainable Development Goals Progress Report March, 2017 Prepared by the National Bureau of Statistics Table of Contents 1. Background... 1 2. Progress

More information

D6.1. Project Portal and Communication Channels

D6.1. Project Portal and Communication Channels H2020 5G-Coral Project Grant No. 761586 D6.1. Project Portal and Communication Channels Abstract This deliverable (D6.1) reports the set-up of project portal and communication channels such as social media

More information

Kick-off Meeting DPIA Test phase

Kick-off Meeting DPIA Test phase Kick-off Meeting DPIA Test phase Directorate General for European Commission Brussels, 05/03/2015 Content Welcome and Introduction Upcoming Data Protection Reform Commission Recommendation Test Phase of

More information

Cloud-based Rapid Elastic MAnufacturing

Cloud-based Rapid Elastic MAnufacturing Cloud-based Rapid Elastic MAnufacturing WP9 Impact D9.2.1 Promotion and Promotional Material Deliverable Lead: TANet Contributing Partners: ASC Delivery 03/2015 Dissemination Level: Public Version 1.0

More information

PLAYBOOK FOR BUSINESS STORE PAGES. Shopyourway.com presents: The beginning of serious commerce Social Commerce.

PLAYBOOK FOR BUSINESS STORE PAGES. Shopyourway.com presents: The beginning of serious commerce Social Commerce. PLAYBOOK FOR BUSINESS STORE PAGES Shopyourway.com presents: The beginning of serious commerce Social Commerce. SHOP YOUR WAY FOR BUSINESS INDEX INDEX 2 ABOUT SHOP YOUR WAY - OVERVIEW 3 ABOUT STORE PAGES

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 5.2 Establishment of a common graphical identity WP5 Dissemination

DELIVERABLE 5.2 Establishment of a common graphical identity WP5 Dissemination DELIVERABLE 5.2 Establishment of a common graphical identity WP5 Dissemination Table of Contents Disclaimer... 3 Purpose... 4 Executive Summary... 5 Deliverable report... 6 Introduction... 6 Guidelines...

More information

PROVIDING COMMUNITY AND COLLABORATION SERVICES TO MMOG PLAYERS *

PROVIDING COMMUNITY AND COLLABORATION SERVICES TO MMOG PLAYERS * PROVIDING COMMUNITY AND COLLABORATION SERVICES TO MMOG PLAYERS * George Adam, Christos Bouras, Vaggelis Kapoulas, Andreas Papazois Computer Technology Institute & Press Diophantus N. Kazantzaki, Panepistimioupoli,

More information

Comparative Assessment

Comparative Assessment Danny Hussey IS: 590 Web Development using CMS University of Tennessee School of Information Science Hamilton Parks Public Library Comparative Assessment Content Management Systems Wordpress, Joomla, and

More information

Microsoft Advanced Solutions of Microsoft SharePoint Server

Microsoft Advanced Solutions of Microsoft SharePoint Server Microsoft 70-332 Advanced Solutions of Microsoft SharePoint Server 2013 http://killexams.com/exam-detail/70-332 QUESTION: 52 DRAG DROP You are upgrading a SharePoint environment from SharePoint 2010 to

More information

The Forms Inventory Tool 2.0. A Brief Guide to the Public Forms Tool

The Forms Inventory Tool 2.0. A Brief Guide to the Public Forms Tool The Forms Inventory Tool 2.0 A Brief Guide to the Public Forms Tool 1 Introduction The Forms Inventory Tool 2.0, FIT2.0, is an online tool that provides public access to City forms. FIT2.0 was developed

More information

HPE Network Transformation Experience Workshop Service

HPE Network Transformation Experience Workshop Service Data sheet HPE Network Transformation Experience Workshop Service HPE Network and Mobility Consulting Led by experienced HPE technology consultants, HPE Network Transformation Experience Workshop Service

More information

DotNetNuke (DNN) Development & Technology Environment. Web Platform for Employee Portals and Benefit Websites

DotNetNuke (DNN) Development & Technology Environment. Web Platform for Employee Portals and Benefit Websites DotNetNuke (DNN) Development & Technology Environment Table of Contents Our Development Environment... 3 Employee Portal Solutions... 3 What is DotNetNuke?... 3 The Process... 3 Step 1: Assess Client Needs...

More information

A new mining concept for extraction metals from deep ore deposits by using biotechnology. D6.6 Brochures, leaflets and newsletter and film

A new mining concept for extraction metals from deep ore deposits by using biotechnology. D6.6 Brochures, leaflets and newsletter and film A new mining concept for extraction metals from deep ore deposits by using biotechnology D6.6 Brochures, leaflets and newsletter and film D6.6 Page 2 Public Document DMT GmbH & Co. KG With the collaboration

More information

INTAROS Integrated Arctic Observation System

INTAROS Integrated Arctic Observation System INTAROS Integrated Arctic Observation System A project funded by EC - H2020-BG-09-2016 Coordinator: Stein Sandven Nansen Environmental and Remote Sensing Center, Norway Overall objective: to develop an

More information

Stakeholder Participation Guidance

Stakeholder Participation Guidance Climate, Community & Biodiversity Alliance, Verra Stakeholder Participation Guidance Guidance to support stakeholder participation in design, implementation and assessment of policies and actions May 2018

More information

JISC PALS2 PROJECT: ONIX FOR LICENSING TERMS PHASE 2 (OLT2)

JISC PALS2 PROJECT: ONIX FOR LICENSING TERMS PHASE 2 (OLT2) JISC PALS2 PROJECT: ONIX FOR LICENSING TERMS PHASE 2 (OLT2) Functional requirements and design specification for an ONIX-PL license expression drafting system 1. Introduction This document specifies a

More information

Project "THE4BEES Transnational Holistic Ecosystem 4 Better Energy Efficiency Through Social Innovation"

Project THE4BEES Transnational Holistic Ecosystem 4 Better Energy Efficiency Through Social Innovation Project "THE4BEES Transnational Holistic Ecosystem 4 Better Energy Efficiency Through Social Innovation" Work Package No. T3.5 DELIVERABLE Development of a dashboard for evaluators and high level users

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

Service Description: CNS Federal High Touch Technical Support

Service Description: CNS Federal High Touch Technical Support Page 1 of 1 Service Description: CNS Federal High Touch Technical Support This service description ( Service Description ) describes Cisco s Federal High Touch Technical support (CNS-HTTS), a tier 2 in

More information

Collective Awareness Platform for Tropospheric Ozone Pollution

Collective Awareness Platform for Tropospheric Ozone Pollution Collective Awareness Platform for Tropospheric Ozone Pollution Work package WP2 Deliverable number D2.7. Deliverable title Release of Website Deliverable type DEC Dissemination level PU (Public) Estimated

More information

D4.1.3: LINGUASERVE ONLINE SYSTEM MODIFICATION

D4.1.3: LINGUASERVE ONLINE SYSTEM MODIFICATION : LINGUASERVE ONLINE SYSTEM MODIFICATION Pablo Nieto Caride, Giuseppe Deriard Distribution: Public MultilingualWeb-LT (LT-Web) Language Technology in the Web FP7-ICT-2011-7 Project no: 287815 Document

More information

Db2 Partner Application Verification Quick Guide

Db2 Partner Application Verification Quick Guide Db2 Partner Application Verification Quick Guide VERSION: 1.6 DATE: Sept. 13, 2017 EDITOR: R. Wozniak Table of Contents 1 Overview of the Application Verification Process... 3 2 Platform Specific Considerations

More information

PayThankYou LLC Privacy Policy

PayThankYou LLC Privacy Policy PayThankYou LLC Privacy Policy Last Revised: August 7, 2017. The most current version of this Privacy Policy may be viewed at any time on the PayThankYou website. Summary This Privacy Policy covers the

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

Blog Pro for Magento 2 User Guide

Blog Pro for Magento 2 User Guide Blog Pro for Magento 2 User Guide Table of Contents 1. Blog Pro Configuration 1.1. Accessing the Extension Main Setting 1.2. Blog Index Page 1.3. Post List 1.4. Post Author 1.5. Post View (Related Posts,

More information

NYSVMS WEBSITE PRIVACY POLICY

NYSVMS WEBSITE PRIVACY POLICY Your Privacy Rights Effective Date: June 16, 2016 NYSVMS WEBSITE PRIVACY POLICY The New York State Veterinary Medical Society, Inc. and its affiliates ( NYSVMS, we, and us ) recognize the importance of

More information

Year of entry into provider (last 2 digits of year) Next 4 digits: HESA institution identifier

Year of entry into provider (last 2 digits of year) Next 4 digits: HESA institution identifier DATA FUTURES APPROACH TO IDENTIFYING STUDENTS To support the collection of quality and usable data resulting in the collation of sector level datasets, HESA has a requirement to identify unique students

More information

Architecture and Standards Development Lifecycle

Architecture and Standards Development Lifecycle Architecture and Standards Development Lifecycle Architecture and Standards Branch Author: Architecture and Standards Branch Date Created: April 2, 2008 Last Update: July 22, 2008 Version: 1.0 ~ This Page

More information

Table of Contents. Introduction to Product Slider How to Install and Deactivate How to Configure How to Use...

Table of Contents. Introduction to Product Slider How to Install and Deactivate How to Configure How to Use... Table of Contents Introduction to Product Slider... 3 How to Install and Deactivate... 4 How to Configure... 6 How to add a slider block to a page...12 How to Use... 16 2 1. Introduction to Product Slider

More information

USER-CENTERED DESIGN KRANACK / DESIGN 4

USER-CENTERED DESIGN KRANACK / DESIGN 4 USER-CENTERED DESIGN WHAT IS USER-CENTERED DESIGN? User-centered design (UCD) is an approach to design that grounds the process in information about the people who will use the product. UCD processes focus

More information

MonarchPress Software Design. Green Team

MonarchPress Software Design. Green Team MonarchPress Software Design 1 Unequipped Digital Journalism explosion of news media consumption on the internet users demand has steadily driven need for: captivating writing and reporting high-quality

More information